Author: Not specified Language: text
Description: Not specified Timestamp: 2008-04-14 19:59:17 -0400
View raw paste Reply
  1. # xorg.conf (xorg 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 "Files"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21.         Identifier      "Generic Keyboard"
  22.         Driver          "kbd"
  23.         Option          "CoreKeyboard"
  24.         Option          "XkbRules"      "xorg"
  25.         Option          "XkbModel"      "pc105"
  26.         Option          "XkbLayout"     "us"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30.         Identifier      "Configured Mouse"
  31.         Driver          "mouse"
  32.         Option          "CorePointer"
  33.         Option          "Device"        "/dev/input/mice"
  34.         Option          "Protocol"      "ImPS/2"
  35.         Option          "ZAxisMapping"  "4 5"
  36.         Option          "Emulate3Buttons"       "true"
  37. EndSection
  38.  
  39. Section "Device"
  40.         Identifier      "nVidia Corporation G70 [GeForce 7600 GT]"
  41.         Driver          "nvidia"
  42.         Busid           "PCI:2:0:0"
  43.         Option          "AddARGBVisuals"        "True"
  44.         Option          "AddARGBGLXVisuals"     "True"
  45.         Option          "NoLogo"        "True"
  46. EndSection
  47.  
  48. Section "Monitor"
  49.         Identifier      "JW199D"
  50.         Option          "DPMS"
  51. EndSection
  52.  
  53. Section "Screen"
  54.         Identifier      "Default Screen"
  55.         Device          "nVidia Corporation G70 [GeForce 7600 GT]"
  56.         Monitor         "JW199D"
  57.         Defaultdepth    24
  58.         SubSection "Display"
  59.                 Modes           "1440x1440"     "1440x900"      "1280x1024"    "1280x960"       "1152x864"      "1024x768"      "832x624"       "800x600"      "720x400"        "640x480"       "256x160"
  60.         EndSubSection
  61. EndSection
  62.  
  63. Section "ServerLayout"
  64.         Identifier      "Default Layout"
  65.   screen "Default Screen"
  66.         Inputdevice     "Generic Keyboard"
  67.         Inputdevice     "Configured Mouse"
  68.  
  69. # Uncomment if you have a wacom tablet
  70. InputDevice     "stylus"        "SendCoreEvents"
  71. InputDevice     "cursor"        "SendCoreEvents"
  72. InputDevice     "eraser"        "SendCoreEvents"
  73. EndSection
  74. Section "Module"
  75.         Load            "glx"
  76. EndSection
View raw paste Reply