UFO:Alien Invasion

General => Discussion => Topic started by: Ginjeet on May 20, 2006, 11:49:43 pm

Title: Failed to detect XF86DGA Mouse
Post by: Ginjeet on May 20, 2006, 11:49:43 pm
Inside ufoai my mouse failes to move and the app gives:

Code: [Select]
====== 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:
Code: [Select]
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
Title: Failed to detect XF86DGA Mouse
Post by: Mattn on May 21, 2006, 07:55:44 am
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: [Select]
gdb ufo
run +set vid_fullscreen 0 +set vid_grabmouse 0

after it crashes type:
Code: [Select]
btto do a backtrace. that would really help?

btw. which revision do you use?
Title: Failed to detect XF86DGA Mouse
Post by: Bandobras on June 16, 2006, 12:22:47 am
Is there any difference between

./ufo +set vid_ref sdl

and

./ufo +set vid_ref glx

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