UFO:Alien Invasion
General => Discussion => Topic started by: Ginjeet on May 20, 2006, 11:49:43 pm
-
Inside ufoai my mouse failes to move and the app gives:
====== UFO Initialized ======
Xlib: extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
Received signal 15, exiting...
I have an (AMD64) Gentoo Linux with Xorg-X11 v. 6.8.2-r6.
My CMD_ARGS are:
CMD_ARGS="+set vid_ref glx +set gl_driver libGL.so.1 +set snddevice plughw:0,0"
btw I'm pleased to see another quality open source game! :)
Ginjeet
-
you can try to start with +set in_dgamouse 0
or compile via HAVE_XF86_DGA = NO (=> makefile)
maybe you can give me a backtrace of the problem?
start viagdb ufo
run +set vid_fullscreen 0 +set vid_grabmouse 0
after it crashes type:bt
to do a backtrace. that would really help?
btw. which revision do you use?
-
Is there any difference between
./ufo +set vid_ref sdl
and
./ufo +set vid_ref glx
? For me only sdl works with my mouse...