Guest User

andy

a guest
Sep 6th, 2008
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder62) Mon May 19 00:29:52 PDT 2008
  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. # If you have edited this file but would like it to be automatically updated
  16. # again, run the following command:
  17. # sudo dpkg-reconfigure -phigh xserver-xorg
  18.  
  19. Section "Screen"
  20. Identifier "Default Screen"
  21. Device "Configured Video Device"
  22. Monitor "Configured Monitor"
  23. SubSection "Display"
  24. Viewport 0 0
  25. Depth 8
  26. Modes "1024x768_75.00"
  27. EndSubSection
  28. SubSection "Display"
  29. Viewport 0 0
  30. Depth 16
  31. Modes "1024x768"
  32. EndSubSection
  33. SubSection "Display"
  34. Viewport 0 0
  35. Depth 24
  36. Modes "1024x768"
  37. EndSubSection
  38. Option "AddARGBGLXVisuals" "True"
  39. Defaultdepth 24
  40. EndSection
  41.  
  42. Section "Device"
  43. Identifier "Configured Video Device"
  44. Driver "nvidia"
  45. Option "NoLogo" "true"
  46. Option "AddARGBVisuals" "True"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50. Identifier "Generic Keyboard"
  51. Driver "kbd"
  52. Option "CoreKeyboard"
  53. Option "XkbRules" "xorg"
  54. Option "XkbLayout" "uk"
  55. # Option "XkbModel" "pc105"
  56. EndSection
  57.  
  58. Section "InputDevice"
  59. Identifier "Configured Mouse"
  60. Driver "mouse"
  61. Option "CorePointer"
  62. EndSection
  63.  
  64. Section "ServerLayout"
  65. Identifier "Default Layout"
  66. screen "Default Screen" 0 0
  67. Inputdevice "Generic Keyboard" "CoreKeyboard"
  68. Inputdevice "Configured Mouse"
  69. EndSection
  70.  
  71. Section "Monitor"
  72. Identifier "Configured Monitor"
  73. Horizsync 31-101
  74. Vertrefresh 75
  75. EndSection
  76.  
  77. Section "Extensions"
  78. Option "Composite" "Enable"
  79. EndSection
  80.  
  81.  
Add Comment
Please, Sign In to add comment