Guest
Public paste!

Xorgconf xrandr

By: a guest | Oct 29th, 2007 | Syntax: None | Size: 2.59 KB | Hits: 261 | Expires: Never
Copy text to clipboard
  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.         Option          "XkbVariant"    "dvorak"
  28.         Option          "XkbOptions"    "lv3:ralt_switch"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.         Identifier      "Configured Mouse"
  33.         Driver          "mouse"
  34.         Option          "CorePointer"
  35.         Option          "Device"                "/dev/input/mice"
  36.         Option          "Protocol"              "ImPS/2"
  37.         Option          "ZAxisMapping"          "4 5"
  38.         Option          "Emulate3Buttons"       "true"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42.         Driver          "wacom"
  43.         Identifier      "stylus"
  44.         Option          "Device"        "/dev/input/wacom"
  45.         Option          "Type"          "stylus"
  46.         Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
  47. EndSection
  48.  
  49. Section "InputDevice"
  50.         Driver          "wacom"
  51.         Identifier      "eraser"
  52.         Option          "Device"        "/dev/input/wacom"
  53.         Option          "Type"          "eraser"
  54.         Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
  55. EndSection
  56.  
  57. Section "InputDevice"
  58.         Driver          "wacom"
  59.         Identifier      "cursor"
  60.         Option          "Device"        "/dev/input/wacom"
  61.         Option          "Type"          "cursor"
  62.         Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
  63. EndSection
  64.  
  65. Section "Device"
  66.         Identifier      "ATI Technologies Inc R480 [Radeon X850XT Platinum (PCIE)]"
  67.         Driver          "ati"
  68.         BusID           "PCI:5:0:0"
  69. EndSection
  70.  
  71. Section "Monitor"
  72.         Identifier      "NEC FP2141SB"
  73.         Option          "DPMS"
  74.         HorizSync       30-130
  75.         VertRefresh     50-160
  76. EndSection
  77.  
  78. Section "Screen"
  79.         Identifier      "Default Screen"
  80.         Device          "ATI Technologies Inc R480 [Radeon X850XT Platinum (PCIE)]"
  81.         Monitor         "NEC FP2141SB"
  82.         DefaultDepth    24
  83.         SubSection "Display"
  84.                 Modes           "1920x1440" "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
  85.         EndSubSection
  86. EndSection
  87.  
  88. Section "ServerLayout"
  89.         Identifier      "Default Layout"
  90.         Screen          "Default Screen"
  91.         InputDevice     "Generic Keyboard"
  92.         InputDevice     "Configured Mouse"
  93.  
  94. # Uncomment if you have a wacom tablet
  95. #       InputDevice     "stylus"        "SendCoreEvents"
  96. #       InputDevice     "cursor"        "SendCoreEvents"
  97. #       InputDevice     "eraser"        "SendCoreEvents"
  98. EndSection