Quote:
Originally Posted by exo
OK but How ?
|
In regards to this section:
Quote:
I had a 3D Rage IIC for sometime, and it worked beautifully (tho not as good as even a gef2mx, in terms of picture quality) with using the default Driver "ati" in x.org config. Check that.
|
You need to edit your xorg.conf file that lives somewhere in /etc/X11/... and change the driver in there. (there is a section under Device I believe where you can set the driver)
Here is a sample xorg.conf file (do not use it, I'm using it mainly to show you where the driver file is located.)
http://dev.gentoo.org/~fmccor/docs/x...xorg.conf.html
In this file this is the relevant section:
Section "Device"
Identifier "Card0"
BoardName "Sun|FFB2+ Creator 3D (series 3) (ffb2+)"
VendorName "Sun Microsystems"
Driver "sunffb"
EndSection
Naturally you'd change the Driver info form "sunffb" do the name of the driver you would like to use. In the previous poster's case, he used the "ati" driver. Myself I use the "radeon" driver. You need to know what graphics card you have, find out what linux display driver it uses, make the necessary change, and restart X.