project-navigation
Personal tools

Author Topic: Failed to detect XF86DGA Mouse  (Read 3579 times)

Ginjeet

  • Guest
Failed to detect XF86DGA Mouse
« 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

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Failed to detect XF86DGA Mouse
« Reply #1 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?

Offline Bandobras

  • Captain
  • *****
  • Posts: 586
    • View Profile
Failed to detect XF86DGA Mouse
« Reply #2 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...