Results 1 to 5 of 5
I just switched from xfree to xorg. Under Arch, I used 'pacman -Rd xfree86' to remove xfree and then installed xorg. Evertything works fine- firefox,mplayer- except for games. When I ...
- 04-30-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- At a rock house in Oak Cliff...
- Posts
- 87
Help me and I'll do a Mexican Hat dance!
I just switched from xfree to xorg. Under Arch, I used 'pacman -Rd xfree86' to remove xfree and then installed xorg. Evertything works fine- firefox,mplayer- except for games. When I try and load a game it either does nothing or crashes to the point where ctrl-alt-backspace won't even kill the Xserver. Currently, in xorg.conf, I haved 'glx' being loaded and not 'dri'. Could the games be having trouble with an old link to xfree? Is it an opengl problem? Any help is most appreciated.
- 04-30-2005 #2Just Joined!
- Join Date
- Feb 2005
- Location
- At a rock house in Oak Cliff...
- Posts
- 87
Also, whenever I run
I getCode:glxgears
Rather odd since 'glx' is being loaded in xorg.confCode:Xlib: extension "GLX" missing on display ":0.0". glxgears: Error: couldn't get an RGB, Double-buffered visual.
- 04-30-2005 #3Just Joined!
- Join Date
- Feb 2005
- Location
- At a rock house in Oak Cliff...
- Posts
- 87
Ok. I fixed the previous proble...minor error with nvidia. Now I have a whole new, wonderful problem! In games, my mouse cursor either randomly disappeares, line in ET, or just goes crazy in circles during gameplayer, like in Savage. Here is my mouse section for xorg.conf
Code:Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no"
- 04-30-2005 #4Just Joined!
- Join Date
- Apr 2005
- Location
- Sao Paulo - Brazil
- Posts
- 17
Try removing ...
... from it, and see if it works...Code:Option "ZAxisMapping" "4 5"
- 04-30-2005 #5Just Joined!
- Join Date
- Feb 2005
- Location
- At a rock house in Oak Cliff...
- Posts
- 87
Nah, same problem. In the late hours of last night, I read in another forum about some guy having the same problem as me. I followed what he wrote and in xorg.conf, I changed
Originally Posted by Vercetti
toCode:SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection
This fixed the spinning problem in Savage, but here's the kicker. I have 5 games in all on my box (Doom 3, Savage, ET, ET Fortress, Quake3). Doom 3 worked the entire time, even before that weird fix above. Savage now works perfectly with the fix above as does ET Fortress. But, in Quake 3 the sensitivity is ridiculous-even when I turn the sensitivity to 0!- and in ET the mouse cursor just disappears whenever I join a game and never returns. I'm at a loss and I thank you and anyone else for healping me.Code:SubSection "extmod" Option "xfree86-dga" # don't initialise the DGA extension EndSubSection


Reply With Quote
