I have got VGA working on Tyan S2865, it uses ATI (vendor 1002) RageXL
(device 4752) , it looks like you have a RageXL also (but different
subsystem ID)

What I did was to use the linuxbios native drivers/ati/ragexl, not the
VGA BIOS. (drivers/pci/onboard)

In Config.lb:

                                        device pci 9.0 on end # PCI
...
                                          chip drivers/ati/ragexl
                                               device pci 6.0 on end
                                          end

In Options.lb:
default CONFIG_CONSOLE_VGA=0
+default CONFIG_PCI_ROM_RUN=0

And don't prepend VGA BIOS or shrink size of linuxbios.

Then i arrange for the linux initrd to load module atyfb.ko

fbconsole is enabled, and X.org works with driver "fbdev", but not
"ati", since "ati" driver wants to run VGA BIOS.

This doesn't give support to linuxbios, only once linux has booted, but
it's a start.  I haven't tried, but there might be support in
src/console/btext_console.c

Regards,

Jeremy


On Thu, 2007-04-19 at 10:40 +0400, Alexei I. Adamovich wrote:

> II. Question
> 
> Had anybody got onboard VGA working on DK8-HTX?



-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to