[wellylug] migrate from NVidia Riva TNT2 to ATI Radeon 7500
Robin Hinde
rjhinde at nzpcaws.computers.org.nz
Sun Oct 5 22:40:41 NZDT 2003
If this is a PCI card, it will work fine in XFree86 4.0, provided you add an
option to the XF86config-4 file to force PCI mode - otherwise the radeon
driver thinks it is dealing with an AGP card and locks the system up tight
when you load it.
The relevant section of my /etc/X11/XF86config-4 is:
Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
Screen 0
BusID "PCI:0:14:0"
Option "DPMS"
Option "ForcePCIMode" "yes"
EndSection
It took me weeks to figure this out :-(
HTH...
On Sun, 05 Oct 2003 19:00, Ilia Pavlenko wrote:
> Greetings.
>
> I've acquired an ATI Radeon 7500 videocard, to replace my old riva tnt2.
> This brought up a problem. X-window now spits the dummy trying to load GLX
> extension. If I disable GLX - I can get X to work, but in "generic VGA"
> mode, which defeats the purpose of having fancy videocard.
>
> From my experience with NV cards - first you have to load kernel module
> NVdriver (will taint your kernel with nonGPL code, tough).
>
> What is the procedure for ATI ? which module loads when ? I tried to load
> /lib/modules/2.4.20/kernel/drivers/video/radeonfb.o - says "no device
> found"
>
> My system is LRs (variant of LFS-compiled from sources).
>
> Thanks,
>
> Ilia
More information about the wellylug
mailing list