LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 768|回复: 6

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

[复制链接]
发表于 2010-6-21 13:18:59 | 显示全部楼层 |阅读模式
红帽的滚屏功能失效了诶,现在得用什么实现这个功能啊
发表于 2010-6-21 15:59:42 | 显示全部楼层
我的本本的小红帽工作得很好啊,主要是配置xorg.conf
可以参考一下arch wiki的资料,还有thinkpad wiki的
晚上回去如果还记得到的话,我再把配置贴一下吧
回复 支持 反对

使用道具 举报

发表于 2010-6-21 16:24:15 | 显示全部楼层

/etc/X11/xorg.conf.d/
下面的文件。
或者
sudo X -configure
生成xorg.conf.new
回复 支持 反对

使用道具 举报

发表于 2010-6-21 20:06:02 | 显示全部楼层
我哈傻傻的把hal加入deamon呢,原来是酱紫阿。
回复 支持 反对

使用道具 举报

发表于 2010-6-21 20:41:48 | 显示全部楼层
http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux-10-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!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-6-21 21:01:20 | 显示全部楼层
Post by playfish;2097862
http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux-10-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规则,谢了...
回复 支持 反对

使用道具 举报

发表于 2010-6-22 16:13:08 | 显示全部楼层
xorg 1.8不用hal的规则了,但是我没有xorg.conf就用默认的也很好啊。我就装了xf86-input-evdev和xf86-input-synaptics
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表