LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-03-2005, 07:17 AM   #1
coolbreeze7000
Member
 
Registered: Jan 2005
Posts: 86

Rep: Reputation: 15
ATI driver update for SUSE LINUX 9.2..NVIDIA Installer HOWTO... RPM packages of X.Org


Here is the link for all the above:

http://www.novell.com/products/linux...x11/index.html

I had no trouble installing ATI driver (fglrx) for my Radeon 9600 including 3D working and dual monitor. I downloaded the two rpm's and followed the instructions in the READ ME.

I did have to uninstall the old driver because it conflicts. I did that in terminal:

Uninstall the previous driver

* Get a list of fglrx drivers installed
# rpm -qa | grep fglrx
* Unintall each file displayed
# rpm -e fglrx

Thanks to the author of the following website for point me in the right direction:

http://users.eastlink.ca/~alvinbeach...deon.html#suse

Last edited by coolbreeze7000; 02-03-2005 at 07:53 AM.
 
Old 02-04-2005, 05:52 PM   #2
NOTORIOUS VR
Member
 
Registered: Jan 2005
Location: TORONTO, CANADA
Distribution: SuSE 9.2
Posts: 50

Rep: Reputation: 15
Of course I have to have problems.. I have the exact same setup as u... 9600 on 9.2 and the driver sort of works.. but the video is all screwy, and i can't make anything out on the top half of the screen... as if there are lines of video missing or misplaced...

anyone have any ideas? I don't understand why it's so hard to get these ATI cards to work.. I mean so many people have them!
 
Old 02-04-2005, 11:08 PM   #3
coolbreeze7000
Member
 
Registered: Jan 2005
Posts: 86

Original Poster
Rep: Reputation: 15
Did you run fglrxconfig to select a compatible config for your system?
 
Old 02-05-2005, 07:34 AM   #4
linuxhaze
LQ Newbie
 
Registered: Feb 2005
Location: New York, NY
Distribution: Fedora Core 2
Posts: 18

Rep: Reputation: 0
in following instructions in readme, i downloaded needed files to my home directory and then installed kernel-source, make, and gcc, but cannot locate them. when i do the kernel-source command to compile it, the response is "file/dir not found."

any idea where those files are or what i am doing wrong?

thanks for your info and help.
 
Old 02-05-2005, 11:44 AM   #5
coolbreeze7000
Member
 
Registered: Jan 2005
Posts: 86

Original Poster
Rep: Reputation: 15
I'm no expert but you didn't say you did this:

use YaST Online Update (YOU) and - if available - select the
kernel patch to make sure that the kernel sources match the
current running kernel

Try doing that before you configure the kernel sources.
 
Old 02-05-2005, 08:56 PM   #6
linuxhaze
LQ Newbie
 
Registered: Feb 2005
Location: New York, NY
Distribution: Fedora Core 2
Posts: 18

Rep: Reputation: 0
i followed your instructions and even though some parts of what i attempted to do did not seem to work, apparently i've had success...

can't tell you how psyched i am that i do not have to go back to windows (display is now 1024x1240@16bit) and that i no longer have icons the size of african cockroaches on my screen.

thank you very much!
 
Old 02-05-2005, 09:38 PM   #7
coolbreeze7000
Member
 
Registered: Jan 2005
Posts: 86

Original Poster
Rep: Reputation: 15
"african cockroaches" as we say in texas.."you are a hoot"--but folks from africa might not like that comment (i'm still laughing but my apologies to anyone offended)

Glad you were successful!

Hey I have 24 bit. You can't get 24?

Did you notice the ATI panel at Suse>System>Configuration?
 
Old 02-05-2005, 10:11 PM   #8
dickohead
Member
 
Registered: Feb 2003
Location: Melbourne, VIC, Australia
Distribution: Ubuntu 6.06
Posts: 101

Rep: Reputation: 15
i followed that guide also, however - in sax2 it now says fglrx as my driver, yet the card it picks up is not a Radeon 9600, it is: RV350AQ, and it still says that 3D acceleration is unavailable for my card.... anyone else have that problem?
 
Old 02-07-2005, 04:13 AM   #9
Bibo09
LQ Newbie
 
Registered: Feb 2005
Posts: 6

Rep: Reputation: 0
Hi

I'm new in Linux and I would like to install ATI drivers for ATI AIW Radeon 9800 Pro on Linux x86_64 system to be able to watch TV. Is it possible and how?

If you have time, please, be specific.

Thanks
 
Old 02-07-2005, 08:24 AM   #10
Vlad-A
Member
 
Registered: May 2004
Location: Vienna, Austria
Distribution: Open SuSE 11, Mac OS X 10.5
Posts: 299

Rep: Reputation: 33
Hello dickohead,

teh README for the ATI drivers explicitly states that you can't use SAX2
for setting up 3D acceleration. SAX2 will in most cases be not able to detect
whether your card supports 3D acceleration or not.

I have the same phenomenon, although 3D acceleration works perfectly.
 
Old 02-07-2005, 04:43 PM   #11
Bibo09
LQ Newbie
 
Registered: Feb 2005
Posts: 6

Rep: Reputation: 0
Hi

I've followed these tree howtos:

the first
the second
the third

but I still have problems with installing the drivers.

After downloading the drivers and rpm -Uh --force...

I get the messages:

/sbin/ldconfig: File /usr/X11R6/lib64/FGL.renamed.lib64.so.1.2 is to small, not checked.

The QT base control panel appication did not load in any version

where the second one is explained on ati error page

I proceeded according to links, went to init 3, ran fglrxconfig and after reboot I got the black screen.

What is wrong?
 
Old 02-07-2005, 09:33 PM   #12
Vlad-A
Member
 
Registered: May 2004
Location: Vienna, Austria
Distribution: Open SuSE 11, Mac OS X 10.5
Posts: 299

Rep: Reputation: 33
Hello,

I do not know where you downloaded the drivers. My experience so far is that the drivers from
the ATI page are not that suitable for SuSE.

I suggest that you download the drivers direct from SuSE (below the Link for SuSE 9.2)
ftp://ftp.suse.com/pub/suse/i386/sup.../fglrx/8.8.25/

Follow the instructions given in the readme from the same directory.
ftp://ftp.suse.com/pub/suse/i386/sup.../8.8.25/README
 
Old 02-08-2005, 01:39 AM   #13
Bibo09
LQ Newbie
 
Registered: Feb 2005
Posts: 6

Rep: Reputation: 0
Hello Vlad-A

Thanks for your answer.

Drivers were from ATI's page.

I have two questions. Is your link also valid for 9.1? Should I find the right one for 9.1. In the i386 folder?? if I use x86_64 system?

Is it correct to use sax2 for configuration X11?
 
Old 02-08-2005, 08:32 AM   #14
Vlad-A
Member
 
Registered: May 2004
Location: Vienna, Austria
Distribution: Open SuSE 11, Mac OS X 10.5
Posts: 299

Rep: Reputation: 33
Hello Bibo09,

there were ATI drivers on SuSE's X11 page for 9.1. I know for sure, since I have used them.
They were working absolutly without any problem.

Here the Link for them, but they are only for IA32 and not for 64 Bit Architectures.
ftp://ftp.suse.com/pub/suse/i386/sup.../fglrx/3.14.6/

The second thing is that SuSE 9.1 uses XFree and SuSE 9.2 X.ORG as
Graphical system. SuSE used until 9.1 XFree then XFree changed
their licensing model and SuSE changed to X.ORG

Last edited by Vlad-A; 02-08-2005 at 08:37 AM.
 
Old 02-08-2005, 09:33 AM   #15
Bibo09
LQ Newbie
 
Registered: Feb 2005
Posts: 6

Rep: Reputation: 0
Hi Vlad-A

I found two links

link 1
link 2

which could ?? help me, but I can't find the right rpm's.

Should I use i386 files instead. Could I expect problems during the installation?


Anyone, help please?

Or just explain me that this is impossible to do.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ati driver installer, radeon 9600, xfree86 4.3, suse mcvrwc Linux - Software 5 11-06-2005 11:56 PM
nvidia driver won't update in Yast after SuSE 9.3 Pro. install dobsey Linux - Newbie 1 07-06-2005 11:46 AM
ATI & nVIDIA Video Driver HOWTO on the front page t3gah LQ Suggestions & Feedback 1 03-21-2005 06:28 AM
fglrx-4.3.0-3.7.6.i386.rpm - ATI Linux 3D Driver darkshadow0001 Linux - Newbie 8 04-29-2004 01:45 PM
Nvidia driver not recompiling after Suse update wgm Linux - Laptop and Netbook 1 12-20-2003 08:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 11:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration