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 to get DirectFB to work with the epiafb module. It works when I
boot with regular bios, but not the LinuxBIOS version. Here are the
differences between the two.

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 00 00 00 23 10 00 85
30: 00 00 00 00 80 00 00 00 00 00 00 00 0b 01 00 00
LINUXBIOS with extracted VGABIOS 
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/i1
(rev 6a)
00: 23 10 00 85 03 00 b0 02 6a 00 00 03 00 40 00 00
10: 00 00 80 fd 00 00 80 fe 00 00 00 fe 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 23 10 00 85
30: 00 00 00 00 80 00 00 00 00 00 00 00 00 01 00 00

I remember working on a sis530 board that had to set particular
registers, I'm wondering if someone can give me a little tutorial on how
to read these values and turn them into a corresponding register address
so that I can play around with the settings to get it all working. Once
I have that all working like the original bios I guess the direct vga
changes could incorporate the changes and we would not need the VGABIOS
if I am not mistaken? I'd like to help, but need to know how to go about
reading the above in a better way then I know right now...

-- 
Nathanael D. Noblet [EMAIL PROTECTED]
Gnat Solutions

___
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios


error snapshots download.

2005-03-07 Thread Nathanael D. Noblet
So I downloaded the cvs snapshot referenced from the new wiki. It seems
to be a copy of the repository, and not a checkout.(files are .v ) with
all sorts of version information.

Just a FYI.

-- 
Nathanael D. Noblet [EMAIL PROTECTED]
Gnat Solutions

___
Linuxbios mailing list
Linuxbios@clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios


Re: Booting Linux using netboot and HD

2005-06-15 Thread Nathanael D. Noblet
On Fri, 2005-04-22 at 10:40, beneo wrote:
 Thanks Peter and Nathanale for your reply. I will try the things you guys
 listed in the email and let you know.
 
 I have one more question on the comment Peter made,
 Peter Wrote:
  Indeed, this is another option. But a new kernel is still neccessary
  since the one in the ELF image (/boot/initrd-2.4.20-8smp.img) came
  with neither ext3 nor IDE drivers.
 
 My question is, if initd-2.4.20-8smp.img doesn't understand ext3 and don't
 have IDE driver, why I can boot everything from HD using AMI BIOS? The
 initd-2.4.20-8smp.img is the same for both LinuxBIOS boot and AMI BIOS boot.
 I assume after ramdisk loaded, Kernel would rely on Linux IDE driver and no
 longer make any BIOS hard drive service call, right?

Correct.

If you ask me, you have two possible problems. 1) LinuxBIOS isn't
setting up the IDE controller properly so that your kernel can't find it
or 2) Something in the moving the kernel and initrd to the tftp
server/system didn't work. As you are trying to ultimately boot directly
from the local machine, I would use FILO. You may also want to post the
kernel message on boot (all/most of them) so that developers here can
see if there is something they recognize as being in error. I won't be
able to help you unless it is obvious. I just find setting up a FILO
boot to be easier then the network kind, which is likely because I
understand it better, and have done it more.

-- 
Nathanael D. Noblet [EMAIL PROTECTED]
Gnat Solutions

___
Linuxbios mailing list
Linuxbios@clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios