ATI Rage 128 driver

I have ATI Rage 128Pro Ultra (Device ID 5446) graphic card that is not
detected by QNX 6.1 . Is there any new driver for this card which I can use
in QNX 6.1?

Adam

Adam <adam.zembala@opal-rt.com> wrote:

I have ATI Rage 128Pro Ultra (Device ID 5446) graphic card that is not
detected by QNX 6.1 . Is there any new driver for this card which I can use
in QNX 6.1?

The 6.1 driver should work. However you will need to edit the graphics enumerator:

/etc/system/enum/devices/graphics

and add an entry for the devg-ati_rage128.so driver.


device(pci, ven=$(PCI_VEND_ATI), dev=5446) # ATI Rage 128 PRO (Expert Pro 2000)
cfgfile(fname, /etc/system/config/graphics-traplist)
echo(devgt-iographics -dldevg-ati_rage128.so -I$(index) “-d0x$(ven),0x$(dev)”, $(fname))
echo(devgt-iographics -dldevg-vesabios.so -I$(index) “-d0x$(ven),0x$(dev)”, $(fname))

That should get you going.

Regards,

Erick.


\

Adam

Thanks Erick, it’s working.

Adam


“Hardware Support Account” <hw@qnx.com> wrote in message
news:amsenq$d7g$1@nntp.qnx.com

Adam <> adam.zembala@opal-rt.com> > wrote:
I have ATI Rage 128Pro Ultra (Device ID 5446) graphic card that is not
detected by QNX 6.1 . Is there any new driver for this card which I can
use
in QNX 6.1?

The 6.1 driver should work. However you will need to edit the graphics
enumerator:

/etc/system/enum/devices/graphics

and add an entry for the devg-ati_rage128.so driver.


device(pci, ven=$(PCI_VEND_ATI), dev=5446) # ATI Rage 128 PRO
(Expert Pro 2000)
cfgfile(fname, /etc/system/config/graphics-traplist)
echo(devgt-iographics -dldevg-ati_rage128.so -I$(index)
“-d0x$(ven),0x$(dev)”, $(fname))
echo(devgt-iographics -dldevg-vesabios.so -I$(index)
“-d0x$(ven),0x$(dev)”, $(fname))

That should get you going.

Regards,

Erick.



Adam