[wellylug] Google Earth

Jonathan Harker jon at jon.geek.nz
Mon Nov 6 14:08:37 NZDT 2006


Alex Thomson wrote:
> Yeah, I didn't mention that part about enabling DRI (I hope it doesn't
> come to that!).  If so, you will have to try adding these lines in your
> /etc/X11/xorg.conf (will need to be root user):

DRI on S3 VT8375 chipsets is tricky and poorly supported. There is a
thread on the Gentoo forums here which may illuminate things:

http://forums.gentoo.org/viewtopic-t-436831-highlight-vt8375.html

You could try forcing the card into PCI mode in your xorg config:

Section "Device"
    Identifier          "S3 ProSavage8"
    Driver              "savage"
    Option "AGPSize"    "16"
    Option "AGPMode"    "4"
    Option "DmaType"    "AGP"
    Option "DmaMode"    "None"
    Option "BusType"    "PCI"
EndSection

J




More information about the wellylug mailing list