Advertisement
Guest User

xorg.conf for second nvidia card

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