* Xbh X server/adding acceleration to XF68_FBDev
@ 1999-03-17 3:52 Jeff Rugen
1999-03-17 8:43 ` [linux-fbdev] " Geert Uytterhoeven
1999-03-17 9:43 ` Jes Sorensen
0 siblings, 2 replies; 4+ messages in thread
From: Jeff Rugen @ 1999-03-17 3:52 UTC (permalink / raw)
To: linuxppc-dev, Linux Framebuffer List
Well, I've done some more work on the Xbh X server for 16- and 32-bit
support. I've added some acceleration to the 16- and 32-bit modes, so they
no longer flicker like they did (basically just got the 8-bit stuff
working with the different modes). 32-bit mode seems to work for me (using
fvwm2 and a few applications), but 16-bit mode needs some work. It's
started though.
This time I put the source with the executable. Its all at:
ftp://linuxppc.cs.nmt.edu/pub/linuxppc/patches/Xbh-16bit-glibc2x
Now, the reason I included the Framebuffer list is I was interested in
adding acceleration for the clgen framebuffer in the XF68_FBDev server.
What source should I use as a starting point? (I have the 3.3.3 server-only
source right now). I'll also use that as an excuse to verify that 32-bit
modes really work with clgenfb. Thanks.
----------------------------------------------------------------------------
Jeff Rugen jrugen@primenet.com
...Had this been an actual emergency, we would have fled in terror, and you
would not have been informed.
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-fbdev] Xbh X server/adding acceleration to XF68_FBDev
1999-03-17 3:52 Xbh X server/adding acceleration to XF68_FBDev Jeff Rugen
@ 1999-03-17 8:43 ` Geert Uytterhoeven
1999-03-17 9:43 ` Jes Sorensen
1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 1999-03-17 8:43 UTC (permalink / raw)
To: Jeff Rugen; +Cc: linuxppc-dev, Linux Framebuffer List
On Tue, 16 Mar 1999, Jeff Rugen wrote:
> Well, I've done some more work on the Xbh X server for 16- and 32-bit
> support. I've added some acceleration to the 16- and 32-bit modes, so they
> no longer flicker like they did (basically just got the 8-bit stuff
> working with the different modes). 32-bit mode seems to work for me (using
> fvwm2 and a few applications), but 16-bit mode needs some work. It's
> started though.
>
> This time I put the source with the executable. Its all at:
> ftp://linuxppc.cs.nmt.edu/pub/linuxppc/patches/Xbh-16bit-glibc2x
>
> Now, the reason I included the Framebuffer list is I was interested in
> adding acceleration for the clgen framebuffer in the XF68_FBDev server.
> What source should I use as a starting point? (I have the 3.3.3 server-only
> source right now). I'll also use that as an excuse to verify that 32-bit
> modes really work with clgenfb. Thanks.
The patches for Mach64 acceleration in XF68_FBDev are at
http://www.cs.kuleuven.ac.be/~geert/bin/xc-3.3.3-geert-19981210.diff.gz
Greetings,
Geert
--
Geert Uytterhoeven Geert.Uytterhoeven@cs.kuleuven.ac.be
Wavelets, Linux/{m68k~Amiga,PPC~CHRP} http://www.cs.kuleuven.ac.be/~geert/
Department of Computer Science -- Katholieke Universiteit Leuven -- Belgium
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-fbdev] Xbh X server/adding acceleration to XF68_FBDev
1999-03-17 3:52 Xbh X server/adding acceleration to XF68_FBDev Jeff Rugen
1999-03-17 8:43 ` [linux-fbdev] " Geert Uytterhoeven
@ 1999-03-17 9:43 ` Jes Sorensen
1999-03-17 10:34 ` Geert Uytterhoeven
1 sibling, 1 reply; 4+ messages in thread
From: Jes Sorensen @ 1999-03-17 9:43 UTC (permalink / raw)
To: Jeff Rugen; +Cc: linuxppc-dev, Linux Framebuffer List
>>>>> "Jeff" == Jeff Rugen <jrugen@primenet.com> writes:
Jeff> Now, the reason I included the Framebuffer list is I was
Jeff> interested in adding acceleration for the clgen framebuffer in
Jeff> the XF68_FBDev server. What source should I use as a starting
Jeff> point? (I have the 3.3.3 server-only source right now). I'll
Jeff> also use that as an excuse to verify that 32-bit modes really
Jeff> work with clgenfb. Thanks.
Use the Cirrus Logic accel code from the SVGA server, basically the
long term goal is to merge the FBDev and SVGA servers.
Jes
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-fbdev] Xbh X server/adding acceleration to XF68_FBDev
1999-03-17 9:43 ` Jes Sorensen
@ 1999-03-17 10:34 ` Geert Uytterhoeven
0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 1999-03-17 10:34 UTC (permalink / raw)
To: Jes Sorensen; +Cc: Jeff Rugen, linuxppc-dev, Linux Framebuffer List
On 17 Mar 1999, Jes Sorensen wrote:
> >>>>> "Jeff" == Jeff Rugen <jrugen@primenet.com> writes:
> Jeff> Now, the reason I included the Framebuffer list is I was
> Jeff> interested in adding acceleration for the clgen framebuffer in
> Jeff> the XF68_FBDev server. What source should I use as a starting
> Jeff> point? (I have the 3.3.3 server-only source right now). I'll
> Jeff> also use that as an excuse to verify that 32-bit modes really
> Jeff> work with clgenfb. Thanks.
>
> Use the Cirrus Logic accel code from the SVGA server, basically the
> long term goal is to merge the FBDev and SVGA servers.
More or less: the long term goal is to merge XF{68,86}_FBDev with XFree86, the
single server binary in XFree86 4.0. Unfortunately there's quite some
difference between XF86_SVGA 3.3.3.1 and XFree86 3.9x.
Greetings,
Geert
--
Geert Uytterhoeven Geert.Uytterhoeven@cs.kuleuven.ac.be
Wavelets, Linux/{m68k~Amiga,PPC~CHRP} http://www.cs.kuleuven.ac.be/~geert/
Department of Computer Science -- Katholieke Universiteit Leuven -- Belgium
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1999-03-17 10:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-03-17 3:52 Xbh X server/adding acceleration to XF68_FBDev Jeff Rugen
1999-03-17 8:43 ` [linux-fbdev] " Geert Uytterhoeven
1999-03-17 9:43 ` Jes Sorensen
1999-03-17 10:34 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).