Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : ggi-develop@eskimo.com
  Date: Thu, 8 Apr 1999 23:51:21 +0200 (MEST)

Re: XGGI 1.6.0

Hi !

> > > How can I start XGGI using the 1024x768x32bpp resolution?
> > > It runs only in 640x480x8bpp and 80% is green, 10% red and the rest the
> > > other colors.

> > As most GGI apps, XGGI usually uses the GGI_AUTO-setting, which can be
> > overridden with GGI_DEFMODE="1024x768[C24/32]" for example.

> Have probed. Failed with this message:

> bash$ GGI_DEFMODE="1024x768[C24/32]" startx
> LibGGI: Failed to set mode: 1024x768.V1024x768.F1.D1x1.[C24/32]

What target (fbcon I suppose), what driver (kgicon or "real" fbcon) ?

> Fatal server error:
> LibGGI can not set any modes at all!

It can. The underlying target is denying the mode for some reason.

If it is a kgicon driver: What monitor driver ? You should use
"generic", _and_ use setmon as appropriate.

If it is a "traditional" fbcon driver: Get the latest CVS source. I just
commited a fix that allows /etc/fb.modes to be used and thus switch
modes with fbcon drivers nicely. It requires that you first create and
populate that file, of course.

CU, Andy

-- 
= Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =

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