with nouveau driver (checkout from 20070824), mouse cursor disappear after the first move in different game such as wesnoth, enigma or with dosbox when dosbox get the control of the mouse. This problem appears only on fullscreen mode for enigma and wesnoth ; but it appears also on windowed mode with dosbox. the problem appears with both exa and xaa. nothing seems to be print in the logs (but I didn't insert the drm module with debug=1) with nv, everything is fine.
same problem using Hardware (option "HWcursor" "1") or Software cursor (option "HWcursor" "0") my card : 01:00.0 VGA compatible controller [0300]: nVidia Corporation NV35 [GeForce FX 5900XT] [10de:0332] (rev a1)
The problem was already present last year. xf86-nouveau : commit c64c55b3133221462980b934a308daf2cc0e473d Author: Dave Airlie <airlied@linux.ie> Date: Sun Aug 27 09:56:36 2006 +1000 remove all U0* types in favour of more standard CARD* types drm : commit fef9b30a2b437c0103c33443566604027529b91d Author: Dave Airlie <airlied@linux.ie> Date: Sun Aug 27 08:55:02 2006 +1000 initial import of nouveau code from nouveau CVS I was unable to go before this commit, drm and nouveau failed to compile.
Created attachment 11373 [details] my xorg configuration file
Could you try setting up the SDL environment variable please ? try setting SDL_VIDEO_X11_DGAMOUSE=1 or SDL_VIDEO_X11_DGAMOUSE=0
it works with SDL_VIDEO_X11_DGAMOUSE=0 for all the games where I've saw the problem :)
Please try: http://gitweb.freedesktop.org/?p=xorg/app/xf86dga.git;a=summary Run it as root and it should say something like: Xserver driver doesn't support DirectVideo on screen 0 Please report your findings.
Hi, it prints what you say it should print : [root@tue-amour xf86dga]# ./dga Xserver driver doesn't support DirectVideo on screen 0
version of SDL : 1.2.11 libSDL1.2-1.2.11-7mdv2007.1
http://www.libsdl.org/release/changes-1.2.html ---snip--- SDL 1.2.12 Release Notes Fixed detection of X11 DGA mouse support. ---------- Any chance for an upgrade to verify? I personally have no issues with wesnoth and libsdl-1.2.13.
Seems to be fixed with a SDL 1.2.12 thx
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.