LinuxSir.cn,穿越时空的Linuxsir!

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

一些问题。

[复制链接]
发表于 2007-10-20 11:11:54 | 显示全部楼层 |阅读模式
1 更新到 xorg 7.3,发现鼠标不太灵(?)了,本来 openbox 支持鼠标滚轮切换桌面的,现在不行了,还有 firefox 的菜单,鼠标点击没有反应了,键盘快捷键还是有效的。

2 intel 的 2.x 驱动在进入图形界面的时候,屏幕会闪(?)一下,因此有点慢,但 1.7.4 是好的,没有这个毛病。这个问题早就发现了,不是这次更新的问题。:-)
 楼主| 发表于 2007-11-18 11:56:31 | 显示全部楼层
昨天实验了下。解决问题了。
使用 evdev 驱动。
鼠标 配置 在 /etc/X11/xorg.conf 中配置如下
[PHP]
Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "evdev"
        Option                "Name"                        "ImPS/2 Synaptics TouchPad"
        Option                "hys"                        "isa0060/serio4/input0"
        #Option                "Device"                "/dev/input/mouse1"
        Option                "Device"                "/dev/input/by-path/platform-i8042-serio-4-event-mouse"
        #Option                "Buttons"                "5"
        Option                "rotocol"                "Auto"
        Option                "ZAxisMapping"                "4 5"
        Option                "Emulate3Buttons"        "false"
EndSection

Section "InputDevice"
        Identifier        "Logitech Mouse"
        Driver                "evdev"
        Option                "Name"                        "Logitech USB Optical Mouse"
        Option                "SendCoreEvents"        "true"
        #Option                "Device"                "/dev/input/event1"
        Option                "Device"                "/dev/input/by-id/usb-Logitech_USB_Optical_Mouse-event-mouse"
        #Option                "Buttons"                "7"
        Option                "ZAxisMapping"                "6 7"
        Option                "Resolution"                "1000"
        Option                "Emulate3Buttons"        "false"
EndSection
[/PHP]
回复 支持 反对

使用道具 举报

发表于 2007-11-18 15:28:49 | 显示全部楼层
intel的显卡驱动好像是要慢一些......
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-18 21:51:37 | 显示全部楼层
我使用的是 1.7.4 版 glxgear 大约在 1057 fps 左右,不过比我的原来的 geforce2 quadro mxr 的性能还底 至少 bzflag 就没那么流畅。
回复 支持 反对

使用道具 举报

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

本版积分规则

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