[parisc-linux] RTC and FB on 735/125

Steve Pacenka spacenka@lightlink.com
23 Sep 2002 11:00:27 -0400


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