Advertisement
Guest User

root

a guest
Jul 20th, 2009
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder62) Wed May 27 01:58:49 PDT 2009
  3. # xorg.conf (X.Org X Window System server configuration file)
  4. #
  5. # This file was generated by dexconf, the Debian X Configuration tool, using
  6. # values from the debconf database.
  7. #
  8. # Edit this file with caution, and see the xorg.conf manual page.
  9. # (Type "man xorg.conf" at the shell prompt.)
  10. #
  11. # This file is automatically updated on xserver-xorg package upgrades *only*
  12. # if it has not been modified since the last upgrade of the xserver-xorg
  13. # package.
  14. #
  15. # Note that some configuration settings that could be done previously
  16. # in this file, now are automatically configured by the server and settings
  17. # here are ignored.
  18. #
  19. # If you have edited this file but would like it to be automatically updated
  20. # again, run the following command:
  21. # sudo dpkg-reconfigure -phigh xserver-xorg
  22.  
  23. Section "Monitor"
  24. Identifier "Configured Monitor"
  25. EndSection
  26.  
  27. Section "Screen"
  28. Identifier "Default Screen"
  29. Device "Configured Video Device"
  30. Monitor "Configured Monitor"
  31. Option "NoLogo" "True"
  32. DefaultDepth 24
  33. SubSection "Display"
  34. Depth 24
  35. Modes "nvidia-auto-select"
  36. EndSubSection
  37. EndSection
  38.  
  39. Section "Module"
  40. Load "glx"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44. Identifier "Keyboard0"
  45. Driver "keyboard"
  46. EndSection
  47.  
  48. Section "InputDevice"
  49. Identifier "Mouse0"
  50. Driver "mouse"
  51. Option "Protocol" "auto"
  52. Option "Device" "/dev/psaux"
  53. Option "Emulate3Buttons" "no"
  54. Option "ZAxisMapping" "4 5"
  55. # generated from default
  56. EndSection
  57.  
  58. Section "ServerLayout"
  59. Identifier "Default Layout"
  60. Screen "Default Screen" 0 0
  61. InputDevice "Keyboard0" "CoreKeyboard"
  62. InputDevice "Mouse0" "CorePointer"
  63. EndSection
  64.  
  65. Section "Device"
  66. Identifier "Configured Video Device"
  67. Driver "nvidia"
  68. Option "NoLogo" "True"
  69. EndSection
  70.  
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement