[parisc-linux] RTC and FB on 735/125
Yves Bodack
bodack@stud.fh-heilbronn.de
Mon, 23 Sep 2002 19:36:57 +0200
hi steve,
great, this did the trick. thank's a lot. it's quite slow, but it works in
true color :)
greetings yves...
From: "Steve Pacenka" <spacenka@lightlink.com>
Subject: Re: [parisc-linux] RTC and FB on 735/125
> On Sun, 2002-09-22 at 17:37, Yves Bodack wrote:
> > replying to myself ...
> >
> > > and with 8 bpp it says:
> > >
> > > (EE) FBDev(0): No Display subsection in Screen section "Default
Screen"
> > for
> > > depth/fbbpp 24/24
> > > (EE) Screen(s) found, but none have a usable configuration.
> > > Fatal server error:
> > > no screens found
> >
> > same with 16 or 32 bpp :(
>
>
> Try the following in XF86Config-4
>
> Section Screen
> ... (whatever else you need here) ...
>
> DefaultDepth 24
> DefaultFbBpp 32
>
> SubSection Display
> Depth 24
> Modes "1280x1024"
> EndSubSection
>
> EndSection
>
> -- SP