Advertisement
Guest User

cwillu

a guest
Sep 27th, 2009
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
  3.  
  4. # commented out by update-manager, HAL is now used
  5. #Section "InputDevice"
  6. # Driver "mouse"
  7. # Identifier "mouse"
  8. # Option "Emulate3Buttons" "false"
  9. #EndSection
  10.  
  11. Section "ServerLayout"
  12. Identifier "Default Layout"
  13. Screen 0 "Screen0" 0 0
  14. InputDevice "Keyboard0" "CoreKeyboard"
  15. InputDevice "Mouse0" "CorePointer"
  16. EndSection
  17.  
  18. Section "Module"
  19.  
  20. # Disable "glx"
  21. # Disable "dri"
  22. # Disable "GLCore"
  23. EndSection
  24.  
  25. Section "ServerFlags"
  26. Option "Xinerama" "0"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. # generated from default
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. Option "XkbModel" "pc105"
  34. Option "XkbLayout" "us"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. # generated from default
  39. Identifier "Mouse0"
  40. Driver "mouse"
  41. Option "Protocol" "auto"
  42. Option "Device" "/dev/psaux"
  43. Option "Emulate3Buttons" "no"
  44. Option "ZAxisMapping" "4 5"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Configured Monitor"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor0"
  53. VendorName "Unknown"
  54. ModelName "NUL 19''"
  55. HorizSync 24.0 - 80.0
  56. VertRefresh 50.0 - 75.0
  57. EndSection
  58.  
  59. Section "Device"
  60. Identifier "Device0"
  61. Driver "nvidia"
  62. VendorName "NVIDIA Corporation"
  63. BoardName "GeForce 8400 GS"
  64. EndSection
  65.  
  66. Section "Screen"
  67. Identifier "Screen0"
  68. Device "Device0"
  69. Monitor "Monitor0"
  70. DefaultDepth 24
  71. Option "TwinView" "1"
  72. Option "TwinViewXineramaInfoOrder" "DFP-0"
  73. Option "metamodes" "CRT: nvidia-auto-select +1280+0, DFP: nvidia-auto-select +0+0"
  74. SubSection "Display"
  75. Depth 24
  76. EndSubSection
  77. # Option "PixmapCacheSize" "5000000"
  78. # Option "AllowSHMPixmaps" "1"
  79. EndSection
  80.  
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement