daily pastebin goal
51%
SHARE
TWEET

bod

a guest Aug 9th, 2008 79 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 "InputDevice"
  18.         Identifier      "Generic Keyboard"
  19.         Driver          "kbd"
  20.         Option          "XkbRules"      "xorg"
  21.         Option          "XkbModel"      "pc105"
  22.         Option          "XkbLayout"     "gb"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.         Identifier      "Configured Mouse"
  27.         Driver          "mouse"
  28.         Option          "CorePointer"
  29. EndSection
  30.  
  31. Section "Device"
  32.         Identifier      "Configured Video Device"
  33.         Driver          "nvidia"
  34.         Option          "NoLogo"        "True"
  35. EndSection
  36.  
  37. Section "Monitor"
  38.         Identifier      "Configured Monitor"
  39.         HorizSync       30-81
  40.         VertRefresh     56-76
  41. EndSection
  42.  
  43. Section "Screen"
  44.         Identifier      "Default Screen"
  45.         Monitor         "Configured Monitor"
  46.         Device          "Configured Video Device"
  47.         Defaultdepth    24
  48.         Option          "RenderAccel"   "True"
  49.         Option          "TwinView"
  50.         Option          "MetaModes"     "1280x1024 1024x768"
  51. EndSection
  52.  
  53. Section "ServerLayout"
  54.         Identifier      "Default Layout"
  55.   screen "Default Screen"
  56. EndSection
  57. Section "Module"
  58.         Load            "glx"
  59. EndSection
RAW Paste Data
Top