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