NoPaste

xorg.conf T61 X3100

von Anonymous

SNIPPET_TEXT:
  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. ## xorg.conf config file for Intel 965 X3100 Crestline based Lenovo
  18. ## Thinkpad R61, T61, X61... under Debian Lenny (or ununtu)
  19. ## more on http://www.klabs.be/~fpiat/linux/debian/Lenny_on_Thinkpad_T61.html#Display
  20.  
  21. Section "Files"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25.         Identifier      "Generic Keyboard"
  26.         Driver          "kbd"
  27.         Option          "CoreKeyboard"
  28.         Option          "XkbRules"      "xorg"
  29.         Option          "XkbModel"      "pc105"
  30.         Option          "XkbLayout"     "de"
  31.         Option          "XkbVariant"    "nodeadkeys"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35.         Identifier      "Configured Mouse"
  36.         Driver          "mouse"
  37.         Option          "CorePointer"
  38.         Option          "Device"                "/dev/input/mice"
  39.         Option          "Protocol"              "ImPS/2"
  40.        
  41.         #Comment this line out.
  42.         Option          "Emulate3Buttons"       "true"
  43.  
  44.         #add those three lines
  45.         Option          "EmulateWheel"          "true"
  46.         Option          "EmulateWheelTimeOut" "200"
  47.         Option          "EmulateWheelButton"    "2"
  48.         #For more information http://thinkwiki.org/wiki/How_to_configure_the_TrackPoint
  49. EndSection
  50.  
  51. Section "InputDevice"
  52.         Identifier      "Synaptics Touchpad"
  53.         Driver          "synaptics"
  54.         Option          "SendCoreEvents"        "true"
  55.         Option          "Device"                "/dev/psaux"
  56.         Option          "Protocol"              "auto-dev"
  57.         Option          "HorizScrollDelta"      "0"
  58.  
  59.         # Enable usage of synclient (and tpconfig and gsynaptics..)
  60.         #and T60,T61.. Fn-F8 to disable Touchpad
  61.         Option "SHMConfig" "true"
  62. EndSection
  63.  
  64. Section "Device"
  65.         ### Available Driver options are:-
  66.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  67.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  68.         ### [arg]: arg optional
  69.         #Option     "NoAccel"                   # [<bool>]
  70.         #Option     "SWcursor"                  # [<bool>]
  71.         #Option     "ColorKey"                  # <i>
  72.         #Option     "CacheLines"                # <i>
  73.         #Option     "Dac6Bit"                   # [<bool>]
  74.         #Option     "DRI"                       # [<bool>]
  75.         #Option     "NoDDC"                     # [<bool>]
  76.         #Option     "ShowCache"                 # [<bool>]
  77.         #Option     "XvMCSurfaces"              # <i>
  78.         #Option     "PageFlip"                  # [<bool>]
  79.         Identifier      "IntelCard"
  80.         Driver          "intel"
  81.         VendorName      "Intel Corporation"
  82.         BoardName       "Mobile Integrated Graphics Controller"
  83.         BusID           "PCI:0:2:0"
  84.  
  85.         ## This TVOutput part is important (read below)
  86.         Option          "monitor-TV" "TVOutput"
  87.        
  88.         ## kernel 2.6.21 => DRI disabled anyway.
  89.         ## kernel 2.6.22 + mesa 6.5 => cause the computer to freeze
  90.         ## Don't unable DRI until you have libgl1-mesa-dri>=7.0  [not available in debian!]
  91.         Option          "DRI"   "true"
  92.  
  93. EndSection
  94.  
  95. Section "DRI"
  96.         # Mode    0666
  97.         Group "video"
  98.         Mode    0660
  99. EndSection
  100.  
  101. Section "Monitor"
  102.         Identifier      "Generic Monitor"
  103.         Option          "DPMS"
  104. EndSection
  105.  
  106. Section "Monitor"
  107.         Identifier      "TVOutput"
  108.         ## see http://bugs.debian.org/434297
  109.         ## Known Limitations (from xserver-xorg-video-intel_2:2.1.0-2  file README.gz) :
  110.         ## Some GM965 systems, such as the Thinkpad T61, probe the TV as being connected
  111.         ## even when no output connector is available...
  112.  
  113.         ## BUG1: gnome-panel is located in the middle of the screen.  gnome-panel places
  114.         ## itself within head #0's boundaries, which doesn't work well with a second
  115.         ## head covering the same area as head #0 but larger.
  116.  
  117.         ## BUG2: can't unlock gnome-screensaver because the screen is black ?
  118.         ## this is actually http://bugs.debian.org/420339 (because TV is seen as 2nd screen)
  119.  
  120.         ## The option "Ignore" is more effective than "Disable" below
  121.         ## (undocumented in the manpage, but see :
  122.         ## http://lists.freedesktop.org/archives/xorg/2007-July/026340.html )
  123.         Option          "Ignore"        "true"
  124.  
  125.         ## Do not use "Disable" (use "Ignore"). Disabled TV-out still preven xrandr/grandr
  126.         ## from working with : "xrandr: Output TV is not disconnected but has no modes"
  127.         #Option         "Disable" "true"
  128. EndSection
  129.  
  130.  
  131. Section "Screen"
  132.         Identifier      "Default Screen"
  133.         Device          "IntelCard"
  134.         Monitor         "Generic Monitor"
  135.         DefaultDepth    24
  136.         SubSection "Display"
  137.                 Modes           "1920x1200" "1680x1050" "1280x800" "1024x768"
  138.                 # You should define a virtual size, so you can plug a larger screen
  139.                 # after your session is started.
  140.                 Virtual         1920 1200
  141.                 # However: 1. The larger, the more VideoRam [=RAM] you will use.
  142.                 #          2. Anything larger than 2048 will disable DRI.
  143.                 #Virtual                3200 2480
  144.         EndSubSection
  145. EndSection
  146.  
  147. Section "ServerLayout"
  148.         Identifier      "Default Layout"
  149.         Screen          "Default Screen"
  150.         InputDevice     "Generic Keyboard"
  151.         InputDevice     "Configured Mouse"
  152.         InputDevice     "Synaptics Touchpad"
  153. EndSection

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN