> My onboard video adapter blew out and I want to use a card. Windows98
> does
> fine but my linux will not work. I run the Xconfigurator and it detects
> the
> sis (onboard) video and not the trident (PCI). How can I force it to use
> the PCI?
> Thanks,
> Paul
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
The lspci (probably /sbin/lspci) command gives you a list of devices on the
PCI bus. Look for your graphics adapter. In your XF86Config (something like
/etc/X11/XF86Config), section "Device", add the line
BusID "PCI:a:b:c"
where a:b.c is the number you see at the beginning of the lspci line of the
graphics adapter. See the manpages of lspci and XF86Config for additional
info. Maybe you must also write the right driver entry in XF86Config, which
I don't know by heart. And umpf, I just see that (a and b should both be 0,
but) b is given as 2-digit hex value in lspci, but as 2-digit decimal value
in XF86Config. For lspci:Oa, 0b...it would be in XF86Config:10,11...
--Ralf