安装9.04后触摸板没用了
-
- 帖子: 8
- 注册时间: 2006-07-27 13:18
Re: 安装9.04后触摸板没用了
我也是,等待解决办法
- drvicar
- 帖子: 1285
- 注册时间: 2007-12-17 18:07
- 来自: 西安
Re: 安装9.04后触摸板没用了

- winx_duke
- 帖子: 50
- 注册时间: 2009-01-24 12:49
-
- 帖子: 1
- 注册时间: 2009-03-24 16:32
Re: 安装9.04后触摸板没用了
我是acer 5503Z的本,安装后用触控板会导致键盘和触控板失灵,用外接鼠标不碰触控则一切正常,第一次不要win就这样,很不爽阿!
google之,解决 http://alucinogenado.wordpress.com/2009 ... -xorg-160/
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
create the file /etc/modprobe.d/options
添加 options psmouse proto=imps
保存改动。
目前正常。就是开关机有点花屏,还不知道怎么办
google之,解决 http://alucinogenado.wordpress.com/2009 ... -xorg-160/
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
create the file /etc/modprobe.d/options
添加 options psmouse proto=imps
保存改动。
目前正常。就是开关机有点花屏,还不知道怎么办
-
- 帖子: 9
- 注册时间: 2007-10-21 6:27
Re: 安装9.04后触摸板没用了
感谢楼上阿,好用了,qchl 写了:我是acer 5503Z的本,安装后用触控板会导致键盘和触控板失灵,用外接鼠标不碰触控则一切正常,第一次不要win就这样,很不爽阿!
google之,解决 http://alucinogenado.wordpress.com/2009 ... -xorg-160/
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
create the file /etc/modprobe.d/options
添加 options psmouse proto=imps
保存改动。
目前正常。就是开关机有点花屏,还不知道怎么办

-
- 帖子: 41
- 注册时间: 2007-06-14 4:19
Re: 安装9.04后触摸板没用了
我也遇到了类似的问题 不过后来发现 UBUNTU 启动的时候默认关闭触摸板了 自己用热键激活把~
- xyf
- 帖子: 2032
- 注册时间: 2007-05-05 23:59
- 来自: 嘉兴
Re: 安装9.04后触摸板没用了
好像是鼠标那里可以设置的,具体的忘了。 

ufraw中文(raw图像处理) http://sites.google.com/site/ufrawzh/
Gimp影像处理 http://sites.google.com/site/gimpcn/
Gimp影像处理 http://sites.google.com/site/gimpcn/
- elintein
- 帖子: 16
- 注册时间: 2009-09-12 3:08
Re: 安装9.04后触摸板没用了
原来是默认关闭了mumuxp 写了:我也遇到了类似的问题 不过后来发现 UBUNTU 启动的时候默认关闭触摸板了 自己用热键激活把~

但是我的热键激活也失效了,请问可以从什么地方改开始激活吗?
改过xorg.conf 没用。
How to...
UTF-8
UTF-8
-
- 帖子: 3
- 注册时间: 2009-10-13 23:17
Re: 安装9.04后触摸板没用了
我的电脑(联想天逸)也有这个问题,Elantech触摸板。
在网上找了几个方法都不好用,最好在一个国外网站上找到一个方法就可以用了。
下面是原文的链接:http://www.jdsign.dk/blog/2009/6/9/ubun ... rking.aspx
具体的内容我COPY到下面:
Ubuntu 9.04 ETPS/2 Elantech Touchpad not working
Tuesday, June 09, 2009 by Jakob Danelund
I have this laptop with an PS/2 Elantech Touchpad. I could use the mouse buttons, but the touchpad didn't work. In the device manager it was recognized as a ETPS/2 Elantech Touchpad. But apparently Ubuntu 9.04 Jaunty Jackalope isn't compatible with this so heres a workaround for this:
Open the terminal and type the following:
sudo rmmod psmouse
sudo modprobe psmouse proto=imps
you should now be able to use your touchpad once again
输入上面的两个命令就搞定。
在网上找了几个方法都不好用,最好在一个国外网站上找到一个方法就可以用了。
下面是原文的链接:http://www.jdsign.dk/blog/2009/6/9/ubun ... rking.aspx
具体的内容我COPY到下面:
Ubuntu 9.04 ETPS/2 Elantech Touchpad not working
Tuesday, June 09, 2009 by Jakob Danelund
I have this laptop with an PS/2 Elantech Touchpad. I could use the mouse buttons, but the touchpad didn't work. In the device manager it was recognized as a ETPS/2 Elantech Touchpad. But apparently Ubuntu 9.04 Jaunty Jackalope isn't compatible with this so heres a workaround for this:
Open the terminal and type the following:
sudo rmmod psmouse
sudo modprobe psmouse proto=imps
you should now be able to use your touchpad once again
输入上面的两个命令就搞定。
-
- 帖子: 3
- 注册时间: 2009-10-13 23:17
Re: 安装9.04后触摸板没用了
和19楼的效果一样,
按照19楼说的创建一个OPTION文件就不用每次输入命令了.
按照19楼说的创建一个OPTION文件就不用每次输入命令了.

- xc1427
- 帖子: 276
- 注册时间: 2008-10-11 4:11
- 来自: 瑞金无线电学校
- 联系:
Re: 安装9.04后触摸板没用了
这个方法确实可行。我的是清华同方超锐K431,触摸板也是Elantech的,也是装了9.04后就不能用了。wzg8 写了:和19楼的效果一样,
按照19楼说的创建一个OPTION文件就不用每次输入命令了.
You never know if you don't try
-
- 帖子: 34
- 注册时间: 2006-07-22 0:37
Re: 安装9.04后触摸板没用了
谢谢啦,总算解决了神舟Q100P在9.04下的触摸板问题。 

-
- 帖子: 1
- 注册时间: 2010-11-08 19:50
Re: 安装9.04后触摸板没用了
谢谢24楼,现在能用了