From: Helge Deller <deller@gmx.de>
To: Steve Pacenka <spacenka@lightlink.com>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] RTC and FB on 735/125
Date: Mon, 23 Sep 2002 23:23:10 +0200 [thread overview]
Message-ID: <200209232323.10789.deller@gmx.de> (raw)
In-Reply-To: <1032815056.3209.115.camel@romano>
On Monday 23 September 2002 23:04, Steve Pacenka wrote:
> On Mon, 2002-09-23 at 16:18, Helge Deller wrote:
> > On Monday 23 September 2002 20:46, Steve Pacenka wrote:
> > > The CRX24 framebuffer also works at 8 bit color, a bit faster. A minor
> > > patch to one file in the kernel is needed (duplicating a few lines that
> > > apply to another card's depth selection in the same file) and a kernel
> > > boot argument is needed to (optionally) cause the kernel to start video
> > > in 8 bit mode instead of the default 32.
> > >
> > > The hard drive I patched this on is recycled into another type of box,
> > > but Helge Deller can guess what's needed just from this description.
> >
> > Hi Steve,
> >
> > I don't have a CRX24 and can't test anything.
> > If you could post a patch here I could add it to the kernel.
>
> Good day Helge,
>
> I can't test easily either, or generate formal patches, since my 735
> w/CRX24 is in a display at our computer recycle shop.
>
>
> From memory, after consulting CVS today --
>
> 1. In drivers/video/sti/stifb.c
>
> Inside function
> int __init
> stifb_init_fb(struct sti_struct *sti, int force_bpp)
>
>
> old:
>
> case S9000_ID_A1439A: /* CRX24/A1439A */
> bpp = 32;
> break;
>
>
> new (insert three lines below the case):
> case S9000_ID_A1439A: /* CRX24/A1439A */
> if (force_bpp == 8 || force_bpp == 32)
> bpp = force_bpp;
> else
> bpp = 32;
> break;
>
>
> This is copied from HCRX initialization in the same switch.
>
>
> 2. To activate include in the kernel boot arguments (PALO or interrupt
> boot with ESC):
>
> video=stifb:bpp:8
>
> This is also recognized
>
> video=stifb:bpp:32
>
> but that is the default.
>
>
> 3. To use with X, set the DefaultDepth to 8 in XF86Config-4 (leaving
> fbbpp at 32), or
>
> startx -- -depth 8
>
> Requires a depth 8 subsection in the monitor size section.
>
>
> Perhaps Yves can test?
>
> -- cheers, SP
Thanks Steve,
I've applied this patch to 2.4.19-pa20.
Greetings,
Helge
next prev parent reply other threads:[~2002-09-23 21:25 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-22 18:30 [parisc-linux] RTC and FB on 735/125 Yves Bodack
2002-09-22 20:03 ` Thibaut VARENE
2002-09-22 21:11 ` Yves Bodack
2002-09-22 21:37 ` Yves Bodack
2002-09-23 15:00 ` Steve Pacenka
2002-09-23 17:36 ` Yves Bodack
2002-09-23 18:46 ` Steve Pacenka
2002-09-23 20:18 ` Helge Deller
2002-09-23 21:04 ` Steve Pacenka
2002-09-23 21:23 ` Helge Deller [this message]
2002-09-24 11:42 ` Yves Bodack
2002-09-24 11:55 ` Thibaut VARENE
2002-09-24 12:02 ` Ralf Hildebrandt
2002-09-24 15:15 ` Steve Pacenka
2002-09-24 15:33 ` Thibaut VARENE
2002-09-24 15:52 ` James Smith
2002-09-26 11:04 ` [parisc-linux] X Apps on 712 vs. 735 Was: " Yves Bodack
2002-09-25 1:54 ` [parisc-linux] " Vlad D. Markov
2002-09-24 15:10 ` Steve Pacenka
2002-09-22 21:01 ` Helge Deller
2002-09-22 23:05 ` Michael S.Zick
2002-09-23 20:10 ` Yves Bodack
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200209232323.10789.deller@gmx.de \
--to=deller@gmx.de \
--cc=parisc-linux@lists.parisc-linux.org \
--cc=spacenka@lightlink.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox