Re: [AD] problems with X fullscreen mode |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 24 Nov 2001, Hein Zelle <hein@xxxxxxxxxx> wrote:
> I'm trying to run the demo game, selecting X fullscreen graphics mode.
[snip]
>
> Can anybody tell me what could be causing the 'Can not grab mouse'
> error? Mouse works fine under X, for windowed X allegro programs. XWFS
> used to work for users a few WIP's ago, but it stopped working around
> 3.9.38 or 3.9.39, I'm not sure. If needed I'll try to figure that out.
If you look in src/x/xwin.c there are only two places where that
message occurs. These strings occur in the in the DGA1 and
XF86VidMode parts of that file. I wouldn't take too much notice of
the strings that demo.c outputs, because they are likely to be only
the *last* errors encountered.
It would be better to start putting in printf's to figure out exactly
which driver is failing, and where. I'd start with set_gfx_mode in
graphics.c.