LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   3D Graphic Accelerator Problem (https://www.linuxquestions.org/questions/linux-newbie-8/3d-graphic-accelerator-problem-173915/)

darkshadow0001 04-23-2004 10:50 PM

3D Graphic Accelerator Problem
 
Hello, I am a fairly newbie user to Linux. As in fairly, I mean I've been using it the past week learning new commands and such. However, I have been trying to get the 3D Graphic Accelerator to work with Suse Linux 9.0 and have not had any success with it.

The computer system I have is:
Compaq Presario S6000Z AMD Athlon 2.16gig
256 meg RAM
128 ATI Radeon 9200 graphics card

And when I installed the software, it did not install the 3D Graphic Accelerator. If it is not possible to get it to work with my current specs, is it a big necessity to have? Well I still be able to use the latest software ok without it? What does the accelerator actually do?

I've done google searches for all this and have not found answers to.

One other problem: I've been trying to run files I've downloaded but have been having problems with them as well. The files download fine, but when I try this:

./configure
make
make install

there is usually a problem with the first two commands, and the installation usually aborts. Are the files just bad or am I doing something wrong? I've also tried searching for links to help me with this problem but I'm still at a loss with this :(

Thanks for the help,
Frank

RolledOat 04-24-2004 12:03 PM

If you don't need to run graphics intensive games, then you won't have any problem with the generic drivers. Your display looks fine, no? On installing software, you are probably better off finding the rpm files for Suse 9.0. Which applications are you looking for, because likely as not, they are on your Suse CDs, and installing from there is a very simple trip into Yast. That said,
./configure is probalby complaining about g/gcc not found, or something like that, and make is similar. To be able to compile, you need to install the development environment.

Start yast, install and remove software, and Use filter 'Package Groups'. Then languages-->C and C++ (if that is the devel env it wants :) ) , same with libraries, etc.

RO

cristiroma 05-24-2004 09:00 AM

what you trying to do is actually compile the program from sources ( this is what configure / make / make install does ), but usually programs comes also distributes as binary executables packaged with required dependencies ( in your case format is RPM )

As said one source of binaries are rpms from distro cds or on-line at http://rpmfind.net.



cheers.

rafc 05-24-2004 09:19 AM

You can download the driver for your card from ati's site. That is, if you really need to play 3d games. At their site you'll also find a step by step explanation about what you should be doing, and if necessary error messages you should look out for.


All times are GMT -5. The time now is 10:18 PM.