LordHavoc wrote:
I've never heard of such a problem before, and do not have a solution.
Entering/leaving the menu doesn't reset any mouse code.
You could try turning on vid_dga in the console, but that only works with nexuiz-glx, not nexuiz-sdl, and dga should not be necessary.
I tried with vid_dga 1 in the console :
the mouse only move to my feet, even if I move my mouse up/down/left/right
here is my Xorg.conf for the mouse :
(yes I have a M$ intellimouse :p )
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
# The mouse protocol and device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "6 7"
Option "Buttons" "7"
EndSection
the module section :
# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************
Section "Module"
# This loads the DBE extension module.
Load "dbe"
Load "glx"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
The 5 buttons are working with Q3/Q4 and ut2k4
I will try without the Option "omit xfree86-dga" and with vid_dga.
I'm wondering if it's not a dual-core or a 64 bits issue, cause on my old PC it works like a charm with the same mouse and the same configuration.