在Ubuntu (和Windows)上,我可以使用trackpoint和中间按钮滚动。
我如何配置Fedora 16,以允许我用它滚动?在Ubuntu中,它只是开箱即用--我不需要配置任何东西。
xinput列表显示了以下内容:
[jrg@atlantis ~]$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=10 [slave pointer (2)]
⎜ ↳ TPPS/2 IBM TrackPoint id=11 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=9 [slave keyboard (3)]
↳ ThinkPad Extra Buttons id=12 [slave keyboard (3)]发布于 2012-05-22 19:33:33
在Xorg.conf中添加以下内容:
Section "InputClass"
Identifier "Wheel Emulation"
MatchIsPointer "on"
MatchProduct "TrackPoint"
Option "EmulateWheelButton" "2"
Option "EmulateWheel" "on"
EndSection然后重新启动。
发布于 2012-10-19 17:15:54
这在F17+上也应该是开箱即用的。对我来说是这样。
发布于 2013-03-29 22:55:09
如果您转到Settings,然后选择“鼠标和Touchpad”,您将看到可以同时启用“双指滚动”和“点击点击”的选项。这在Fedora 17和18上是开箱即用的。
https://unix.stackexchange.com/questions/39172
复制相似问题