Guest User

xorg.conf

a guest
Jan 23rd, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 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. # commented out by update-manager, HAL is now used and auto-detects devices
  5. # Keyboard settings are now read from /etc/default/console-setup
  6. #Section "InputDevice"
  7. # # generated from default
  8. # Identifier "Mouse0"
  9. # Driver "mouse"
  10. # Option "Protocol" "auto"
  11. # Option "Device" "/dev/psaux"
  12. # Option "Emulate3Buttons" "no"
  13. # Option "ZAxisMapping" "4 5"
  14. #EndSection
  15. # commented out by update-manager, HAL is now used and auto-detects devices
  16. # Keyboard settings are now read from /etc/default/console-setup
  17. #Section "InputDevice"
  18. # # generated from default
  19. # Identifier "Keyboard0"
  20. # Driver "kbd"
  21. #EndSection
  22.  
  23. Section "ServerLayout"
  24.  
  25. # commented out by update-manager, HAL is now used and auto-detects devices
  26. # Keyboard settings are now read from /etc/default/console-setup
  27. # InputDevice "Keyboard0" "CoreKeyboard"
  28. # commented out by update-manager, HAL is now used and auto-detects devices
  29. # Keyboard settings are now read from /etc/default/console-setup
  30. # InputDevice "Mouse0" "CorePointer"
  31. Identifier "Layout0"
  32. Screen 0 "Screen0" 0 0
  33. InputDevice "Keyboard0" "CoreKeyboard"
  34. InputDevice "Mouse0" "CorePointer"
  35. Option "Xinerama" "0"
  36. EndSection
  37.  
  38. Section "Files"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42.  
  43. # generated from default
  44. Identifier "Keyboard0"
  45. Driver "kbd"
  46. EndSection
  47.  
  48. Section "InputDevice"
  49.  
  50. # generated from default
  51. Identifier "Mouse0"
  52. Driver "mouse"
  53. Option "Protocol" "auto"
  54. Option "Device" "/dev/psaux"
  55. Option "Emulate3Buttons" "no"
  56. Option "ZAxisMapping" "4 5"
  57. EndSection
  58.  
  59. Section "Monitor"
  60.  
  61. # HorizSync source: builtin, VertRefresh source: builtin
  62. Identifier "Monitor0"
  63. VendorName "Unknown"
  64. ModelName "CRT-0"
  65. HorizSync 28.0 - 55.0
  66. VertRefresh 43.0 - 72.0
  67. Modes "1024x768_100.00"
  68. ModeLine "1024x768_100.00" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
  69. Option "DPMS"
  70. EndSection
  71.  
  72. Section "Device"
  73. Identifier "Device0"
  74. Driver "nvidia"
  75. VendorName "NVIDIA Corporation"
  76. BoardName "GeForce 7900 GS"
  77. EndSection
  78.  
  79. Section "Screen"
  80.  
  81. # Removed Option "metamodes" "1024x768_60 +0+0"
  82. # Removed Option "metamodes" "1024x768 +0+0"
  83. Identifier "Screen0"
  84. Device "Device0"
  85. Monitor "Monitor0"
  86. DefaultDepth 24
  87. Option "TwinView" "0"
  88. Option "TwinViewXineramaInfoOrder" "CRT-0"
  89. Option "metamodes" "1024x768_60 +0+0; 1152x864 +0+0"
  90. SubSection "Display"
  91. Depth 24
  92. EndSubSection
  93. EndSection
Advertisement
Add Comment
Please, Sign In to add comment