Index:
[thread]
[date]
[subject]
[author]
From: Neal Tucker <ntucker@vax.area.com>
To : ggi-develop@eskimo.com
Date: Wed, 7 Jul 1999 16:22:09 -0700
Re: mouse problems with latest release
Ketil Froyn says:
> What happened was that the X servers weren't being started with the same
> depth. I don't think I got a decent error telling me that without
> GGI_DEBUG set, but I'm not sure about that.
What I noticed when trying to use display-tile was that the ordering
can make a difference. Imagine targets t1 and t2 where t1 can do 32
bit, but t2 cannot. tile:t1:t2 will fail whereas tile:t2:t1 will
work, since the first target's default mode is set without regard to
what will work on the subsequent targets. Of course, this is all
overrideable manually.
One could easily spend a lot of time coming up with a better algorithm
for setting modes on multiple targets, I'm sure.
-Neal Tucker
Index:
[thread]
[date]
[subject]
[author]