Guest User

andy

a guest
Sep 19th, 2008
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. # sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Screen"
  18. Identifier "Default Screen"
  19. Monitor "Configured Monitor"
  20. Device "Configured Video Device"
  21. Option "AddARGBGLXVisuals" "True"
  22. Defaultdepth 24
  23.  
  24. Subsection "Display"
  25. Depth 24
  26. Modes "1024x768"
  27. EndSubsection
  28.  
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "Configured Video Device"
  33. Driver "nvidia"
  34. VendorName "NVIDIA Corporation"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Generic Keyboard"
  39. Driver "kbd"
  40. Option "XkbRules" "xorg"
  41. Option "XkbModel" "pc105"
  42. Option "XkbLayout" "gb"
  43. EndSection
  44.  
  45. Section "InputDevice"
  46. Identifier "Configured Mouse"
  47. Driver "mouse"
  48. Option "CorePointer"
  49. EndSection
  50.  
  51. Section "ServerLayout"
  52. Identifier "Default Layout"
  53. screen "Default Screen"
  54. EndSection
  55.  
  56. Section "Monitor"
  57. Identifier "Configured Monitor"
  58. HorizSync 24.0 - 80.0
  59. VertRefresh 49.0 - 75.0
  60. Option "DPMS"
  61. EndSection
  62.  
  63. Section "Extensions"
  64. Option "Composite" "Enable"
  65. EndSection
  66.  
Add Comment
Please, Sign In to add comment