kijato

Xorg.conf - intel & nouveau Multihead v2

Jan 15th, 2020
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # Kiindulási állapot:
  3. #   xorg.conf -> https://pastebin.com/ABD5tc5z
  4. #   X.org.0.log -> https://pastebin.com/Zn9BJ8fA
  5. #   X.org.0.log szűrve -> https://pastebin.com/8xJN0UQJ
  6. #
  7.  
  8. Section "ServerLayout"
  9.     Identifier     "X.org Configured"
  10.     Screen      0  "Screen0" 0 0
  11.     Screen      1  "Screen1" RightOf "Screen0"
  12.     InputDevice    "Mouse0" "CorePointer"
  13.     InputDevice    "Keyboard0" "CoreKeyboard"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.     Identifier  "Keyboard0"
  18.     Driver      "kbd"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.     Identifier  "Mouse0"
  23.     Driver      "mouse"
  24.     Option      "Protocol" "auto"
  25.     Option      "Device" "/dev/input/mice"
  26.     Option      "ZAxisMapping" "4 5 6 7"
  27. EndSection
  28.  
  29. Section "Monitor"
  30.     Identifier   "Monitor0"
  31.     VendorName   "BOE"
  32.     ModelName    "1734"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.     Identifier   "Monitor1"
  37.     VendorName   "UMC SHARP"
  38.     ModelName    "0"
  39.     # Option       "RightOf" "Monitor0"
  40. EndSection
  41.  
  42. Section "Device"
  43.     Identifier  "Card0"
  44.     Driver      "intel"
  45.     BusID       "PCI:0:2:0"
  46.     Option      "Monitor-eDP1" "Monitor0"
  47.     # Option        "Monitor-VIRTUAL1" "Monitor1"
  48. EndSection
  49.  
  50. Section "Device"
  51.     Identifier  "Card1"
  52.     Driver      "nouveau"
  53.     BusID       "PCI:1:0:0"
  54.     Option      "Monitor-HDMI1" "Monitor1"
  55. EndSection
  56.  
  57. Section "Screen"
  58.     Identifier "Screen0"
  59.     Device     "Card0"
  60.     Monitor    "Monitor0"
  61. EndSection
  62.  
  63. Section "Screen"
  64.     Identifier "Screen1"
  65.     Device     "Card1"
  66.     Monitor    "Monitor1"
  67. EndSection
  68.  
  69. #
  70. # A fenti konfigurációs fájl naplója: https://pastebin.com/L53BkTfB
  71. #
Add Comment
Please, Sign In to add comment