User panel stuff on forum
  4 posts on 1 page  1
Help
2006-02-21, 20:21
Member
810 posts

Registered:
Jan 1970
Hi i have a HUGE problem with fuhquake in linux.

I can't get my mouse to work in the game.
When i enter a game, i'm facing the ground, and when i try to look up, i'm just starts to spinn around.

Found this page that described the problem, but the solution didn't help.
http://mfcn.ilo.de/glxquake/

fuhquake says this when i start it up:

Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib: extension "XFree86-DGA" missing on display ":0.0".
Xlib: extension "XFree86-DGA" missing on display ":0.0".

I run fuhquake with these options:
Kod:

./fuhquake-gl.glx -width 1024 -height 768 -bpp 32 -conwidth 320 -conheight 240 -nocdaudio -m_mwhook -ruleset smackdown +set vid_displayfrequency 85 +cfg_load bol.cfg +connect 83.168.xxx.xxx:27500


Any ideas?
2006-02-24, 01:10
Member
21 posts

Registered:
Feb 2006
Thats funny, because my mouse doesn't work WITH dga enabled.
I'm curious, try to add -nodga to your cmdline. You could also try to remove m_mwhook. I'm not sure but maybe this helps.
2006-03-15, 19:00
Member
705 posts

Registered:
Feb 2006
Weird i only had that problem with svgaquake and then it was a line in /etc/vga/svgalib.config that had to be edited.
2006-03-15, 19:07
Member
1011 posts

Registered:
Feb 2006
you need to edit your XF86Config / xorg.conf to make sure the DGA and Vidmode extensions are enabled (i.e. have not been disabled)

check from lines like this
SubSection "extmod"
Option "omit XFree86-DGA"
EndSubSection

and remove the 'Option' line.
  4 posts on 1 page  1