Guest User

xorg.conf

a guest
Dec 14th, 2010
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0"
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5.     InputDevice    "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12.     # generated from default
  13.     Identifier     "Mouse0"
  14.     Driver         "mouse"
  15.     Option         "Protocol" "auto"
  16.     Option         "Device" "/dev/psaux"
  17.     Option         "Emulate3Buttons" "no"
  18.     Option         "ZAxisMapping" "4 5"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.     # generated from default
  23.     Identifier     "Keyboard0"
  24.     Driver         "kbd"
  25. EndSection
  26.  
  27. Section "Monitor"
  28.     Identifier     "Monitor0"
  29.     VendorName     "Unknown"
  30.     ModelName      "Unknown"
  31.     HorizSync       28.0 - 33.0
  32.     VertRefresh     43.0 - 72.0
  33.     Option         "DPMS"
  34. EndSection
  35.  
  36. Section "Device"
  37.     Identifier     "Device0"
  38.     Driver         "nvidia"
  39.     VendorName     "NVIDIA Corporation"
  40.     BusID          "PCI:3:0:0" # added this line
  41. EndSection
  42.  
  43. Section "Device" # added this section
  44.     Identifier     "Device1"
  45.     Driver         "nvidia"
  46.     VendorName     "NVIDIA Corporation"
  47.     BusID          "PCI:4:0:0"
  48. EndSection
  49.  
  50. Section "Screen"
  51.     Identifier     "Screen0"
  52.     Device         "Device0"
  53.     Monitor        "Monitor0"
  54.     DefaultDepth    24
  55.     SubSection     "Display"
  56.         Depth       24
  57.     EndSubSection
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment