LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Is 3D Possible with Radeon 9800? (https://www.linuxquestions.org/questions/linux-hardware-18/is-3d-possible-with-radeon-9800-a-241788/)

cawest 10-12-2004 01:15 PM

Is 3D Possible with Radeon 9800?
 
Hi I installed SuSe 9.1. I have trying to find out If 3D Possible with Radeon 9800?

I have reading all over some people say yes others no.
Could someone tell if it's possible or no.
..Thanks!!

vasudevadas 10-12-2004 03:59 PM

Yes it definitely is.

cawest 10-12-2004 11:24 PM

Thats good news. what instrucions would i use?

RHLinuxGUY 10-12-2004 11:50 PM

To follow the instructions is to go insane. I suggest u hold back just a little bit longer, until ATI decides to make a better driver, thats a .bin, then a .rpm.

vasudevadas 10-13-2004 02:45 AM

Bah! That's for the weak and timid! ;) I've installed ATI'd proprietary drivers successfully on two out of two computers so far. Hardly a representative sample I know, but it should be taken as a sign of hope.

There are instructions for installing the drivers on the ATI website, but essentially, you install the rpm (yes it already comes as an rpm) with rpm -iv --force --nodeps (make sure kernel source is installed first), then do:

su -
<your password here>
cd /lib/modules/fglrx/build_mod
chmod u+x make.sh
./make.sh
cd ..
chmod u+x make_install.sh
./make_install.sh
exit

and then startx.

RHLinuxGUY 10-13-2004 10:59 PM

And if that doesn't work then do this after you install the RPM.

# modprobe agpgart
# modprobe fglrx

And if you have an Nforce mobo do this too...

# modprobe nforce (or similar, I kinda forgot, damn ill reply back if this is wrong. It shouldn't be)

cawest 10-13-2004 11:17 PM

First, Thank for respondeing. I'll try and follow your guys advice, if I run into a problem i'll let you know.

Thanks...

vasudevadas 10-14-2004 03:45 AM

Quote:

Originally posted by RHLinuxGUY
And if you have an Nforce mobo do this too...

# modprobe nforce (or similar, I kinda forgot, damn ill reply back if this is wrong. It shouldn't be)

Oh yeah, I forgot about that. I do have an NForce motherboard, and the correct module is:

modprobe nvidia-agp

I found it most convenient to compile this into the kernel, but it works as a module too. Oh, one other thing: you want to use external agpgart, that is, in the config file you want:

UseInternalAgpgart "No"


All times are GMT -5. The time now is 11:15 AM.