Advertisement
Guest User

xorg.conf

a guest
Dec 24th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 280.13 (buildd@yellow) Fri Aug 5 12:31:28 UTC 2011
  3.  
  4. Section "Monitor"
  5. Identifier "Monitor0"
  6. VendorName "Unknown"
  7. ModelName "Unknown Monitor"
  8. HorizSync 20.0 - 95.0
  9. VertRefresh 45.0 - 90.0
  10. Option "metamodes" "1280x768 +0+0; 1280x720_60 +0+0; 1280x1024_60 +0+0"
  11. Option "DPMS"
  12. # HorizSync source: edid, VertRefresh source: edid
  13. EndSection
  14.  
  15. Section "Monitor"
  16. Identifier "Monitor1"
  17. VendorName "Unknown"
  18. ModelName "CRT-1"
  19. HorizSync 20.0 - 95.0
  20. VertRefresh 30.0 - 80.0
  21. EndSection
  22.  
  23. Section "Screen"
  24. Identifier "Screen0"
  25. Device "Device0"
  26. Monitor "Monitor0"
  27. DefaultDepth 24
  28. Option "metamodes" "1280x768 +0+0"
  29. # Removed Option "metamodes" "1280x1024_60 +0+0; nvidia-auto-select +0+0"
  30. # Removed Option "metamodes" "CRT-0: 1280x1024_60 +0+0; CRT-0: nvidia-auto-select +0+0"
  31. # Removed Option "metamodes" "CRT: 1280x1024_60 +0+0; CRT: nvidia-auto-select +0+0"
  32. # Removed Option "TwinView" "0"
  33. # Removed Option "metamodes" "CRT-0: 1280x1024_60 +0+0; CRT-0: nvidia-auto-select +0+0"
  34. # Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0"
  35. SubSection "Display"
  36. Depth 24
  37. EndSubSection
  38. EndSection
  39.  
  40. Section "InputDevice"
  41. Identifier "Mouse0"
  42. Driver "mouse"
  43. Option "Protocol" "auto"
  44. Option "Device" "/dev/psaux"
  45. Option "Emulate3Buttons" "no"
  46. Option "ZAxisMapping" "4 5"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50. Identifier "Keyboard0"
  51. Driver "kbd"
  52. # generated from default
  53. EndSection
  54.  
  55. Section "ServerLayout"
  56. Identifier "Layout0"
  57. Screen 0 "Screen0" 0 0
  58. InputDevice "Keyboard0" "CoreKeyboard"
  59. InputDevice "Mouse0" "CorePointer"
  60. Option "Xinerama" "0"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "Device0"
  65. Driver "nvidia"
  66. VendorName "NVIDIA Corporation"
  67. BoardName "GeForce 9600 GT"
  68. Option "NoLogo" "True"
  69. EndSection
  70.  
  71. Section "Device"
  72. Identifier "Device1"
  73. Driver "nouveau"
  74. VendorName "NVIDIA Corporation"
  75. BoardName "GeForce 9600 GT"
  76. BusID "PCI:1:0:0"
  77. Screen 1
  78. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement