Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sat, 06 Feb 1999 15:57:01 +0000

Re: Bug in fbdev target?

Andrew Apted wrote:
> 
> Marcus writes:
> 
> >  I'm toying around with monitest, and it seems that if I try to
> >  change the mode from within monitest the app locks upp at the
> >  fillscreen call in ggiSetMode(). Only way out is to SAK it.
> 
> It does something similiar here (VESAfb driver), nothing happens after
> trying to change the mode -- the programs seems to stop, BUT: pressing
> escape quits, and console switching still works, so it is still doing
> _something_.

Forgot to mentioned in my other mail - if I just do a 
ggiGetMode(vis, &mode);
ggiSetMode(vis, &mode;
I get the lockup behaviour 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]