* [parisc-linux] framebuffer drivers, sound
@ 2001-05-08 22:53 Andi
2001-05-08 23:41 ` Matthew Wilcox
[not found] ` <3AF8FF5E.B9442562@esiee.fr>
0 siblings, 2 replies; 11+ messages in thread
From: Andi @ 2001-05-08 22:53 UTC (permalink / raw)
To: parisc-linux
Hi,
I tried out the latest kernel and debian packages on my 712/60, and its
running
now for three days without crash, you really made amazing progress
the last few month!
The stifb driver is working for me, but the colors are completely wrong
and the
system crashes if i try to cat /dev/fb0.
I wonder if HP will release specs, we could write framebuffer drivers
that talk
directly to the gfx card, allow mode switching and (is it possible?) set
a linear
mode instead of a planed mode.
The harmony driver does not work for me, if I try to play sound, I get
silence
and then after a few seconds a stange noise, then silence, then strange
noise
and so on.
anyway, keep up the good work!
Andreas
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [parisc-linux] framebuffer drivers, sound
2001-05-08 22:53 [parisc-linux] framebuffer drivers, sound Andi
@ 2001-05-08 23:41 ` Matthew Wilcox
2001-05-09 0:00 ` Andi
2001-05-09 20:18 ` Helge Deller
[not found] ` <3AF8FF5E.B9442562@esiee.fr>
1 sibling, 2 replies; 11+ messages in thread
From: Matthew Wilcox @ 2001-05-08 23:41 UTC (permalink / raw)
To: Andi; +Cc: parisc-linux
On Wed, May 09, 2001 at 12:53:31AM +0200, Andi wrote:
> The stifb driver is working for me, but the colors are completely wrong
> and the
> system crashes if i try to cat /dev/fb0.
Yup, the stifb is buggy. Please, if you have time, it would be great
if you could help clean it up and get it working. sticon works rather
better but it is still not great. The STI docs are publically available
from the documentation page.
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [parisc-linux] framebuffer drivers, sound
2001-05-08 23:41 ` Matthew Wilcox
@ 2001-05-09 0:00 ` Andi
2001-05-09 0:02 ` Matthew Wilcox
2001-05-09 20:18 ` Helge Deller
1 sibling, 1 reply; 11+ messages in thread
From: Andi @ 2001-05-09 0:00 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: parisc-linux
Matthew Wilcox wrote:
> On Wed, May 09, 2001 at 12:53:31AM +0200, Andi wrote:
> > The stifb driver is working for me, but the colors are completely wrong
> > and the
> > system crashes if i try to cat /dev/fb0.
>
> Yup, the stifb is buggy. Please, if you have time, it would be great
> if you could help clean it up and get it working.
I hope that I will find the time, but I cant promise anything.
> sticon works rather
> better but it is still not great.
well, sticon has correct colors, but works worse than stifb
(swiching a vt does not redraw the whole screen,
dselect is not usable ...)
> The STI docs are publically available
> from the documentation page.
Yeah, the STI docs.... HP should release the hardware level
docs, this is the only way to implement a full featured fbdev
driver. A stifb would still be usefull since it is works for
every HP gfxcard with STI BIOS, but a special driver for each
gfxcard would be nice to have things like mode switching.
Andreas - "I want color recovery!!!" ;-)
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] framebuffer drivers, sound
2001-05-09 0:00 ` Andi
@ 2001-05-09 0:02 ` Matthew Wilcox
2001-05-09 13:03 ` Brian S. Julin
0 siblings, 1 reply; 11+ messages in thread
From: Matthew Wilcox @ 2001-05-09 0:02 UTC (permalink / raw)
To: Andi; +Cc: Matthew Wilcox, parisc-linux
On Wed, May 09, 2001 at 02:00:12AM +0200, Andi wrote:
> Yeah, the STI docs.... HP should release the hardware level
> docs, this is the only way to implement a full featured fbdev
> driver. A stifb would still be usefull since it is works for
yeah, but right now we're all too busy working on important things
(eg SMP, glibc, etc) to spend time looking for or sanitising this
documentation.
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] framebuffer drivers, sound
2001-05-09 0:02 ` Matthew Wilcox
@ 2001-05-09 13:03 ` Brian S. Julin
0 siblings, 0 replies; 11+ messages in thread
From: Brian S. Julin @ 2001-05-09 13:03 UTC (permalink / raw)
To: parisc-linux
As long as it gets released eventually -- my guess is X isn't going
to be all that fast on a planar FB where you can only write
one planemask at a time and must use a BIOS call to switch
the planemask. :-)
--
Brian S. Julin
On Wed, 9 May 2001, Matthew Wilcox wrote:
> On Wed, May 09, 2001 at 02:00:12AM +0200, Andi wrote:
> > Yeah, the STI docs.... HP should release the hardware level
> > docs, this is the only way to implement a full featured fbdev
> > driver. A stifb would still be usefull since it is works for
>
> yeah, but right now we're all too busy working on important things
> (eg SMP, glibc, etc) to spend time looking for or sanitising this
> documentation.
>
> --
> Revolutions do not require corporate support.
>
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [parisc-linux] framebuffer drivers, sound
2001-05-08 23:41 ` Matthew Wilcox
2001-05-09 0:00 ` Andi
@ 2001-05-09 20:18 ` Helge Deller
2001-05-09 21:43 ` Andi
[not found] ` <873dacx0q1.fsf@rover.gag.com>
1 sibling, 2 replies; 11+ messages in thread
From: Helge Deller @ 2001-05-09 20:18 UTC (permalink / raw)
To: Andi; +Cc: parisc-linux
Hi,
I had hacked up a stifb driver for my 715/64 (Artist GFX card) a few weeks
ago, which will give you at least correct colors. If you want to test it you
may download the current (unfinished and ugly!) version from
ftp://people.redhat.com/hdeller/parisc_stifb ,
put both files in /drivers/video/sti and recompile.
This version is based on the XFree86-sources and doesn't fix the cat/dev/fb0
problem yet.
Greetings,
Helge
On Wednesday 09 May 2001 01:41, Matthew Wilcox wrote:
> On Wed, May 09, 2001 at 12:53:31AM +0200, Andi wrote:
> > The stifb driver is working for me, but the colors are completely wrong
> > and the
> > system crashes if i try to cat /dev/fb0.
>
> Yup, the stifb is buggy. Please, if you have time, it would be great
> if you could help clean it up and get it working. sticon works rather
> better but it is still not great. The STI docs are publically available
>
> >from the documentation page.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [parisc-linux] framebuffer drivers, sound
2001-05-09 20:18 ` Helge Deller
@ 2001-05-09 21:43 ` Andi
2001-05-09 22:07 ` Helge Deller
[not found] ` <873dacx0q1.fsf@rover.gag.com>
1 sibling, 1 reply; 11+ messages in thread
From: Andi @ 2001-05-09 21:43 UTC (permalink / raw)
To: Helge Deller; +Cc: parisc-linux
Helge Deller wrote:
> Hi,
>
> I had hacked up a stifb driver for my 715/64 (Artist GFX card) a few weeks
> ago, which will give you at least correct colors. If you want to test it you
> may download the current (unfinished and ugly!) version from
> ftp://people.redhat.com/hdeller/parisc_stifb ,
it works for me. colors are nice again. Why isnt your patch merged in?
I added
disp->scrollmode = SCROLL_YREDRAW;
at the end of sti_set_disp() in stifb.c
this makes scrolling A LOT faster.
Andreas
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [parisc-linux] framebuffer drivers, sound
2001-05-09 21:43 ` Andi
@ 2001-05-09 22:07 ` Helge Deller
0 siblings, 0 replies; 11+ messages in thread
From: Helge Deller @ 2001-05-09 22:07 UTC (permalink / raw)
To: Andi; +Cc: parisc-linux
On Wednesday 09 May 2001 23:43, Andi wrote:
> Helge Deller wrote:
> > Hi,
> >
> > I had hacked up a stifb driver for my 715/64 (Artist GFX card) a few
> > weeks ago, which will give you at least correct colors. If you want to
> > test it you may download the current (unfinished and ugly!) version from
> > ftp://people.redhat.com/hdeller/parisc_stifb ,
>
> it works for me. colors are nice again. Why isnt your patch merged in?
>
> I added
> disp->scrollmode = SCROLL_YREDRAW;
> at the end of sti_set_disp() in stifb.c
>
> this makes scrolling A LOT faster.
>
> Andreas
Hi Andreas,
the reasons why I haven't checked it in yet are:
1. currently it's an ugly hack,
2. it's still a hack,
3. it only supports artist gfx's (some 712/xxx and 715/xxx machines) atm,
4. I would like to test it more and clean up the sources before I commit it.
Thanks for the SCROLL_YREDRAW patch. I will upload the updated version to the
above ftp-site as soon as I have tested it.
Greetings,
Helge
^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <873dacx0q1.fsf@rover.gag.com>]
* Re: [parisc-linux] framebuffer drivers, sound
[not found] ` <873dacx0q1.fsf@rover.gag.com>
@ 2001-05-11 10:01 ` Helge Deller
0 siblings, 0 replies; 11+ messages in thread
From: Helge Deller @ 2001-05-11 10:01 UTC (permalink / raw)
To: Bdale Garbee; +Cc: parisc-linux
[CC'd parisc-linux list]
On Friday 11 May 2001 01:07, Bdale Garbee wrote:
> deller@gmx.de (Helge Deller) writes:
> > I had hacked up a stifb driver for my 715/64 (Artist GFX card)
>
> Any idea if that's the same video system that's in the 715/80?
Yes.
Xavier Debacker from the ESIEE Team told me, that this driver worked on his
715/80.
Greetings,
Helge
^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <3AF8FF5E.B9442562@esiee.fr>]
end of thread, other threads:[~2001-05-13 19:35 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-08 22:53 [parisc-linux] framebuffer drivers, sound Andi
2001-05-08 23:41 ` Matthew Wilcox
2001-05-09 0:00 ` Andi
2001-05-09 0:02 ` Matthew Wilcox
2001-05-09 13:03 ` Brian S. Julin
2001-05-09 20:18 ` Helge Deller
2001-05-09 21:43 ` Andi
2001-05-09 22:07 ` Helge Deller
[not found] ` <873dacx0q1.fsf@rover.gag.com>
2001-05-11 10:01 ` Helge Deller
[not found] ` <3AF8FF5E.B9442562@esiee.fr>
[not found] ` <3AF9B4F9.17956B05@fischlustig.de>
2001-05-11 11:34 ` Matthieu Delahaye
2001-05-13 19:35 ` Andi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.