LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   mouse problem in wolfenstein enemy territory, fc11 (https://www.linuxquestions.org/questions/linux-games-33/mouse-problem-in-wolfenstein-enemy-territory-fc11-774815/)

plaxo0 12-10-2009 06:02 PM

mouse problem in wolfenstein enemy territory, fc11
 
sorry for my bad English,

i have a problem with my mouse in the game "wolfenstein enemy territory" and also in the game "Americas army",the problem is in the first game menu, the pointer goes down to the bottom of the screen, and i cant continue.

my distro is fedora 11 leonidas i586, i have a perfect choice mouse,
1gb ram, p4 2.26, kernel 2.6.30.9-102

thanks in advance

H_TeXMeX_H 12-11-2009 08:52 AM

Are you using the 'evdev' driver for mouse, if you don't know then you probably are, in which case add or modify your '/etc/X11/xorg.conf' as follows:

Code:

Section "Module"

        SubSection  "extmod"
                Option    "omit xfree86-dga"  # don't initialise the DGA extension
        EndSubSection

EndSection

So in the Module section add that part.

I'm pretty sure this will solve it, because this mouse going to bottom of the screen is exactly what happens in all SDL games if you don't add the above to xorg.conf.

plaxo0 12-11-2009 03:40 PM

thank you very much, this solve the problem
you are a genius


All times are GMT -5. The time now is 08:55 AM.