|
From: Tea A. <th...@vi...> - 2001-04-03 15:20:28
|
On Sunday 01 April 2001 16:49, James Simmons wrote: > We can always seen in a better driver. > > >> avaliable at http://www.visuelle-maschinen.de/ctfb > > > >Does the driver still work on PowerMac after that one? > > Don't know. Has anyone tried it out on other platforms? > Hello, I just uploaded some framebuffer stuff I found on the web in last months. Check http://www.visuelle-maschinen.de/ctfb/fb What I know about chipsfb: There was a chipsfb which did not run on my i386 - ct65554 machine. I could not fix the problem also I did not understand anything about framebuffer drivers and the register set of the ct65554. So I decided to write my own driver. Of course I started with chipsfb, but most of it is gone and replaced. Time went by, i improved the driver and adapted it to the ct69000. Than asiliantfb apeared on the sceene. Adrian Cox and I exchanged some mails with plans to merge both drivers - but, you know, we all have lots of other jobs and the project never starts. On Tuesday 28 November 2000 12:21, Adrian Cox <ap...@ag...> wrote concerning asiliantfb: > I'll probably be doing some more work on the driver in the new year. > This may include the video input port and some flat panel support. But > I've been concentrating on other issues recently. I'll probably be doing > 2.4 then. On Wednesday 29 November 2000 22:16, Susan Kleinmann <sg...@ne...> wrote: > This is just to report that I finally did succeed in loading X 4.0.1f on a > Toshiba 2515 CDS laptop (which has a C&T 69000 graphics chipset), using: > > -- Thomas Hohenleitner's ctfb.c framebuffer driver > (http://www.visuelle-maschinen.de/ctfb/ctfb0.40.tgz) with > > -- a 2.2 kernel configured with: > CONFIG_FB=y > CONFIG_FBCON_CFB8=m > CONFIG_FBCON_CFB16=m > CONFIG_FBCON_CFB24=m > (and also one has to follow the instructions at the end of ctfb.c, > to manually edit drivers/Makefile so that fbgen.o will be generated), > and > > -- an X configuration file with the Device section set as follows: > > Section "Device" > Identifier "Generic Graphics Device" > Driver "fbdev" > BusID "pci:0:4:0" > EndSection > > The device wasn't properly recognized til I entered the BusID line > above. > > From Mike McQuade <mi...@ci...>, I got mail (it is from 13. March 2001): > I am looking into putting some acceleration into the framebuffer > for the CT69000 part. We are doing large block copies and need some > speed. The ctfb verision 0.50 supports now 2.2 and 2.4 kernels. You can find it now under http://www.visuelle-maschinen.de/ctfb/fb/drivers/ctfb/ There is also asiliantfb and the old chipsfb available. I did also some work on the video-in part of the ct69000 - yes I grabbed pictures. But it came not to a driver. Just a working userland application. It is availiable under http://www.visuelle-maschinen.de/ctfb/fb/video_in_ct69000/ Actually I work with a i810 chipset and my current interest in ctfb is low. I can not spent too much time in this but I can offer support and help and do also some testing, if nesesary. Sorry for the long mail. Thomas |