General > Discussion

Failed to detect XF86DGA Mouse

(1/1)

Ginjeet:
Inside ufoai my mouse failes to move and the app gives:


--- Code: ---====== UFO Initialized ======

Xlib:  extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
Received signal 15, exiting...
--- End code ---


I have an (AMD64) Gentoo Linux with Xorg-X11 v. 6.8.2-r6.

My CMD_ARGS are:

--- Code: ---CMD_ARGS="+set vid_ref glx +set gl_driver libGL.so.1 +set snddevice plughw:0,0"
--- End code ---


btw I'm pleased to see another quality open source game!  :)

Ginjeet

Mattn:
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 via
--- Code: ---gdb ufo
run +set vid_fullscreen 0 +set vid_grabmouse 0
--- End code ---

after it crashes type:
--- Code: ---bt
--- End code ---
to do a backtrace. that would really help?

btw. which revision do you use?

Bandobras:
Is there any difference between

./ufo +set vid_ref sdl

and

./ufo +set vid_ref glx

? For me only sdl works with my mouse...

Navigation

[0] Message Index

Go to full version