Quote:
|
Originally Posted by xinix
hey, i have freshly installed fedora 9 on my T61 too, and i noticed the middle scroll button stopped working; eagerly waiting for other linux-savvy members to post their reviews on Fedora 9 on T61~
|
Just upgraded to FC9 and very unfortunately, the red track button no longer scrolls. This is going to be sooooooo annoying (one of the reasons I buy thinkpads). I wish I had the technical expertise to fix this myself. The best I can do is post my xorg.conf which worked scrolling horizontally and vertically under FC8 (using the center button). If anyone can help... the T61 (thinkpad) users will all buy you a virtual beer
Lenovo T61
Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
2.6.25.3-18.fc9.i686
----------------------------------------
# Xorg configuration created by system-config-display
Section "ServerLayout"
# InputDevice "Synaptics" "CorePointer"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Trackpoint" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection
Section "InputDevice"
Identifier "Trackpoint"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "off"
Option "EmulateWheel" "on"
Option "EmulateWheelTimeOut" "200"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "TVOutput"
Option "Disable" "true"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
Option "BiosHotKeys" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection