+ -
当前位置:首页 → 问答吧 → xorg不用hal了,thinkpad的红帽现在怎么整啊

xorg不用hal了,thinkpad的红帽现在怎么整啊

时间:2010-06-21

来源:互联网

红帽的滚屏功能失效了诶,现在得用什么实现这个功能啊

作者: ulosggs   发布时间: 2010-06-21

我的本本的小红帽工作得很好啊,主要是配置xorg.conf
可以参考一下arch wiki的资料,还有thinkpad wiki的
晚上回去如果还记得到的话,我再把配置贴一下吧

作者: axlrose   发布时间: 2010-06-21


/etc/X11/xorg.conf.d/
下面的文件。
或者
sudo X -configure
生成xorg.conf.new

作者: Syrano   发布时间: 2010-06-21

我哈傻傻的把hal加入deamon呢,原来是酱紫阿。

作者: tjdbaa   发布时间: 2010-06-22

http://www.eastwoodzhao.com/thinkpad...04-lucid-lynx/

Step 1. Create a new file

sudo nano /usr/lib/X11/xorg.conf.d/20-thinkpad.conf

Step 2. Insert the following

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection

Step 3. Save file, restart computer, and enjoy!

作者: playfish   发布时间: 2010-06-22

引用:
作者: playfish
http://www.eastwoodzhao.com/thinkpad...04-lucid-lynx/

Step 1. Create a new file

sudo nano /usr/lib/X11/xorg.conf.d/20-thinkpad.conf

Step 2. Insert the following

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection

Step 3. Save file, restart computer, and enjoy!
原来可以这样的啊,我一直是用的fdi规则,谢了...

作者: ulosggs   发布时间: 2010-06-22

xorg 1.8不用hal的规则了,但是我没有xorg.conf就用默认的也很好啊。我就装了xf86-input-evdev和xf86-input-synaptics

作者: ganloo   发布时间: 2010-06-22