Re: epia800 direct vga working

2003-09-22 Thread Nathanael D. Noblet
Hello, So I've got the epia800 working with the original BIOS that was extracted from the original BIOS. I've been looking over the code that was submitted, and as well as the difference between register settings on boot with regular BIOS settings and LinuxBIOS settings. I have been trying

Re: epia800 direct vga working

2003-09-22 Thread SONE Takeshi
On Mon, Sep 22, 2003 at 12:34:33PM -0600, Nathanael D. Noblet wrote: ORIGINAL 01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/i1 (rev 6a) 00: 23 10 00 85 07 00 b0 02 6a 00 00 03 00 20 00 00 10: 00 00 80 e1 00 00 00 e2 00 00 00 e1 00 00 00 00 20: 00 00 00 00 00 00 00 00 00

Re: epia800 direct vga working

2003-09-21 Thread Steve Gehlbach
Nathanael Noblet wrote: I don't need a framebuffer on boot, but once loaded would I be able to insmod the epiafb module and get that working? More than likely, since a framebuffer driver made for epia vga must have intimate knowledge of the chipset, so it should completely initialize it.

Re: epia800 direct vga working

2003-09-21 Thread SONE Takeshi
On Sat, Sep 20, 2003 at 11:25:58PM -0700, Steve Gehlbach wrote: Nathanael Noblet wrote: I don't need a framebuffer on boot, but once loaded would I be able to insmod the epiafb module and get that working? More than likely, since a framebuffer driver made for epia vga must have

Re: epia800 direct vga working

2003-09-21 Thread Steve Gehlbach
SONE Takeshi wrote: On Sat, Sep 20, 2003 at 11:25:58PM -0700, Steve Gehlbach wrote: Nathanael Noblet wrote: I don't need a framebuffer on boot, but once loaded would I be able to insmod the epiafb module and get that working? More than likely, since a framebuffer driver made for epia vga must

Re: epia800 direct vga working

2003-09-21 Thread Nathanael Noblet
On Sunday, September 21, 2003, at 11:49 AM, Steve Gehlbach wrote: SONE Takeshi wrote: On Sat, Sep 20, 2003 at 11:25:58PM -0700, Steve Gehlbach wrote: Nathanael Noblet wrote: I don't need a framebuffer on boot, but once loaded would I be able to insmod the epiafb module and get that working?

Re: epia800 direct vga working

2003-09-21 Thread SONE Takeshi
On Sun, Sep 21, 2003 at 10:49:46AM -0700, Steve Gehlbach wrote: Hmmm... this is strange. Has anyone used HAVE_FRAMEBUFFER option without VIDEO_CONSOLE and gotten that to work? The only difference is the 0xFB chipset register, however, the setting I use matches the Award setting when it

Re: epia800 direct vga working

2003-09-21 Thread SONE Takeshi
On Sun, Sep 21, 2003 at 12:25:01PM -0600, Nathanael Noblet wrote: I have yet to get the epiafb working or even try the tridentfb with a linuxbios boot. The epia complains of unresolved dependancies which look like missing symbols for the generic framebuffer, even though that is loaded... so

Re: epia800 direct vga working

2003-09-21 Thread Nathanael Noblet
On Sunday, September 21, 2003, at 12:59 PM, SONE Takeshi wrote: On Sun, Sep 21, 2003 at 12:25:01PM -0600, Nathanael Noblet wrote: I have yet to get the epiafb working or even try the tridentfb with a linuxbios boot. The epia complains of unresolved dependancies which look like missing symbols

Re: epia800 direct vga working

2003-09-21 Thread SONE Takeshi
On Sun, Sep 21, 2003 at 01:09:06PM -0600, Nathanael Noblet wrote: At the moment though, I'm having difficulty getting filo to boot anything but the original kernel. Here is what I have done. Perhaps you have insight into the problem. in the filo Config file: AUTOBOOT_FILE =

Re: epia800 direct vga working

2003-09-21 Thread Nathanael Noblet
On Sunday, September 21, 2003, at 01:28 PM, SONE Takeshi wrote: On Sun, Sep 21, 2003 at 01:09:06PM -0600, Nathanael Noblet wrote: At the moment though, I'm having difficulty getting filo to boot anything but the original kernel. Here is what I have done. Perhaps you have insight into the

Re: epia800 direct vga working

2003-09-21 Thread Steve Gehlbach
SONE Takeshi wrote: Both HAVE_FRAMEBUFFER and VIDEO_CONSOLE set 0xB0 to register 0xFB in a default config (SMA_SIZE==8). With only this setting, if I run the factory VGABIOS, it does all the rest of configuation to VGA (and TV encoder also), and I can use epiafb, or even X, with TV-out,

Re: epia800 direct vga working

2003-09-21 Thread Nathanael Noblet
On Sunday, September 21, 2003, at 01:28 PM, SONE Takeshi wrote: On Sun, Sep 21, 2003 at 01:09:06PM -0600, Nathanael Noblet wrote: At the moment though, I'm having difficulty getting filo to boot anything but the original kernel. Here is what I have done. Perhaps you have insight into the

Re: epia800 direct vga working

2003-09-21 Thread ron minnich
And HOWTO on these last steps, with sample kernel .config, is most welcome. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: epia800 direct vga working

2003-09-20 Thread Nathanael Noblet
I have a few questions regarding the changes you made. I have an epia800 board. I altered the epia.config / HOWTO instructions to boot filo. Once that worked I added to the filo payload the vga bios extracted from the normal bios while running. Now I've applied this patch and I'm trying to

Re: epia800 direct vga working

2003-09-20 Thread Steve Gehlbach
Nathanael Noblet wrote: I'm also wondering if I NEED the vga bios extracted still? The mod's that I made are for using vga without any vga bios by directly writing the chipset registers and legacy vga registers to put it in legacy vga mode. But it is only for text mode, so if you need extended

Re: epia800 direct vga working

2003-09-19 Thread Nathanael Noblet
Just wondering, have these changes been merged into the freebios tree? I've been having sporadic VGA problems on my epia800 and wondered if I had the latest or if I should start taking a peek at what is not working..? diff --exclude-from exclude_epia --recursive --unified -P

Re: epia800 direct vga working

2003-09-09 Thread SONE Takeshi
On Sun, Sep 07, 2003 at 07:06:38PM -0700, Steve Gehlbach wrote: I finally got the epia 800 (vt8601 chipset) direct register vga working. The diff is short, so I attached it. I tried this tonight and it's working on my EPIA 5000! Thanks for the great work. However there is some issue.

Re: epia800 direct vga working

2003-09-07 Thread ron minnich
we will test and commit if it all works. I think I'm going to try to get the emulator fixed and long term go with that, but these fixes are needed for the emulator too. ron ___ Linuxbios mailing list [EMAIL PROTECTED]