Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Thu, 08 Jul 1999 20:23:47 +0200

Re: mouse problems with latest release

Neal Tucker wrote:
> 
> 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.

I've been doing some work on that for the multi target, shouldn't be
too hard to add smarter code to the tile target too.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]