Author: Not specified Language: text
Description: Not specified Timestamp: 2008-04-14 20:19:55 -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 "InputDevice"
  40.   Driver        "wacom"
  41.   Identifier    "stylus"
  42.   Option        "Device"        "/dev/input/wacom"   #USB ONLY
  43.   Option        "Type"          "stylus"
  44.   Option        "USB"           "on"                  #USB ONLY
  45. EndSection
  46.  
  47. Section "InputDevice"
  48.   Driver        "wacom"
  49.   Identifier    "eraser"
  50.   Option        "Type"          "eraser"
  51.   Option        "USB"           "on"                  #USB ONLY
  52. EndSection
  53.  
  54. Section "InputDevice"
  55.   Driver        "wacom"
  56.   Identifier    "cursor"
  57.   Option        "Device"        "/dev/input/wacom"   #USB ONLY
  58.   Option        "Type"          "cursor"
  59.   Option        "Mode"          "relative"
  60.   Option        "USB"           "on"                  #USB ONLY
  61. EndSection
  62.  
  63. Section "Device"
  64.         Identifier      "nVidia Corporation G70 [GeForce 7600 GT]"
  65.         Driver          "nvidia"
  66.         Busid           "PCI:2:0:0"
  67.         Option          "AddARGBVisuals"        "True"
  68.         Option          "AddARGBGLXVisuals"     "True"
  69.         Option          "NoLogo"        "True"
  70. EndSection
  71.  
  72. Section "Monitor"
  73.         Identifier      "JW199D"
  74.         Option          "DPMS"
  75. EndSection
  76.  
  77. Section "Screen"
  78.         Identifier      "Default Screen"
  79.         Device          "nVidia Corporation G70 [GeForce 7600 GT]"
  80.         Monitor         "JW199D"
  81.         Defaultdepth    24
  82.         SubSection "Display"
  83.                 Modes           "1440x1440"     "1440x900"      "1280x1024"    "1280x960"       "1152x864"      "1024x768"      "832x624"       "800x600"      "720x400"        "640x480"       "256x160"
  84.         EndSubSection
  85. EndSection
  86.  
  87. Section "ServerLayout"
  88.         Identifier      "Default Layout"
  89.   screen "Default Screen"
  90.         Inputdevice     "Generic Keyboard"
  91.         Inputdevice     "Configured Mouse"
  92.  
  93.         # Uncomment if you have a wacom tablet
  94. InputDevice     "stylus"        "SendCoreEvents"
  95. InputDevice     "cursor"        "SendCoreEvents"
  96. InputDevice     "eraser"        "SendCoreEvents"
  97. EndSection
  98. Section "Module"
  99.         Load            "glx"
  100. EndSection
View raw paste Reply