From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dns1.rz.fh-heilbronn.de (dns1.rz.fh-heilbronn.de [141.7.1.18]) by dsl2.external.hp.com (Postfix) with ESMTP id 5E1484829 for ; Mon, 23 Sep 2002 11:36:30 -0600 (MDT) Message-ID: <003001c26327$d0db42e0$1f96078d@acid> From: "Yves Bodack" To: "Steve Pacenka" Cc: References: <03ab01c26266$2416dea0$1f96078d@acid><20020922220323.0113cbca.varenet@esiee.fr><03bf01c2627c$9a5147c0$1f96078d@acid> <03ed01c26280$4dfb5c90$1f96078d@acid> <1032793227.1848.222.camel@romano> Subject: Re: [parisc-linux] RTC and FB on 735/125 Date: Mon, 23 Sep 2002 19:36:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: 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" 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