LinuxSir.cn,穿越时空的Linuxsir!

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

求救:关于鼠标和上网的配置使用

[复制链接]
发表于 2004-4-26 10:14:12 | 显示全部楼层 |阅读模式
我初学,但我在论坛的其他地方找不到答案,所以......

1、在安装的时候,我的笔记本电脑的触控板和usb滚轮鼠标均正常,而且我选择usb滚轮鼠标后测试也正常,但当我启动GNOME后,鼠标配置变为 任何ps或usb鼠标,而且我的滚轮鼠标不能用了,我试图在硬件配置中改变,但在我重新启动后,还是老样子。

2、我不知道在gnome中如何上网,我用的是10M到左面的需要用户名和密码的小区宽带(光纤到小区宽带到桌面),我找不到填用户名和密码的地方,而且我不知道冲那里启动我的连接(即便我新建了一个连接)。


各位前辈帮帮忙,拉我一把。
 楼主| 发表于 2004-4-26 15:09:52 | 显示全部楼层

我尝试解决

我尝试着按照
http://www.linuxsir.cn/forum.php ... ;highlight=êó±ê

http://www.linuxsir.cn/forum.php ... ;highlight=êó±ê
介绍的方法去解决,但是无论我在控制台或者root登陆x-windows修改/etc/X11/XF86Config-4均没有效果。

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection

没有效果,第二种方法

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "rotocol" "S/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection


Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection

还是没有效果,一切就像最开始的时候一样。

是我什莫地方做错了吗?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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