QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 677|回复: 3

Mouse Problem in X [SOLVED]

[复制链接]
发表于 2004-4-16 20:58:45 | 显示全部楼层 |阅读模式
I emerged xorg-x11 and it runs well (at least looks well) except mouse pointer. It  can not be moved following my mouse device, when X initialized, the pointer is located on the center of the screen, once I move the mouse, it goes to top of screen.

This is my xorg.conf file
[code:1]
Section "InputDevice"
  Identifier "Mouse1"
  Driver "mouse"
  Option "Protocol" "Microsoft"
  Option "device" "/dev/input/mice"
EndSection
[/code:1]

Is there something wrong?
 楼主| 发表于 2004-4-16 21:04:42 | 显示全部楼层
By the way, my mouse works perfectly under GPM, there is no any problem to use it in Text mode.
回复

使用道具 举报

 楼主| 发表于 2004-4-16 21:12:22 | 显示全部楼层
Solved, I'm so stupid. Change the xorg.conf like this

[code:1]Section "InputDevice"
  Identifier "Mouse1"
  Driver "mouse"
  Option "Protocol" "PS/2"
  Option "device" "/dev/input/mice"
EndSection[/code:1]
回复

使用道具 举报

 楼主| 发表于 2004-4-16 21:13:19 | 显示全部楼层
Solved, I'm so stupid. Change the xorg.conf like this

[code:1]Section "InputDevice"
  Identifier "Mouse1"
  Driver "mouse"
  Option "Protocol" "PS/2"
  Option "device" "/dev/input/mice"
EndSection[/code:1]

I'm using a Logitech wheel USB mouse.
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-10-5 12:33 , Processed in 0.070581 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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