mouse won't work in xserver after update to fedora rawhide

Dan Nicholson dbn.lists at gmail.com
Sat Feb 28 17:11:56 UTC 2009


2009/2/27 宣云辉 <qixi17998 at gmail.com>:
> mouse won't work in xserver after update to fedora rawhide, but in console
> mouse work is ok,
>
> my packages and config file with follow
>
> udev-139-1.fc11.x86_64
> kernel-2.6.29-0.159.rc6.git3.fc11.x86_64
> xorg-x11-server-Xorg-1.6.0-2.fc11.x86_64
> xorg-x11-drv-mouse-1.4.0-2.fc11.x86_64
>
> /etc/X11/xorg.conf
>
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/input/mice"
>         Option      "Emulate3Buttons" "no"
>         Option      "ZAxisMapping" "4 5"
> EndSection
>
> Section "Files"
>         ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
>         ModulePath   "/usr/lib64/xorg/modules"
> EndSection
>
> Section "ServerFlags"
>         Option      "AIGLX" "on"
> EndSection
>
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
>         Option      "XkbLayout" "us"
>         Option      "XkbModel" "pc105"
> EndSection
>
> Section "Device"
>         Identifier  "Videocard0"
>         Driver      "nvidia"
>         Option      "AddARGBGLXVisuals" "True"
> EndSection
>
> Section "Extensions"
>         Option      "Composite" "Enable"
> EndSection

You don't say how the mouse isn't working. Be aware that newer
xservers will ignore your input devices from xorg.conf. They now get
detected by HAL and added automatically. Could you include Xorg.0.log?

--
Dan




More information about the devel mailing list