LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-17-2004, 02:19 PM   #1
thing0
Member
 
Registered: Sep 2003
Posts: 62

Rep: Reputation: 15
ati radeon 9600xt slackware 9.1 kernel 2.4.22


hello

i just installed my slackware 9.1 with kernel 2.4.22, startx worked but the refresh rate was very bad, i used xf86config and now startx wont work.

messages:

(ww) radeon: no matching device section for instance (busid pci:1:0:1) found

(ee) no devices detected.

i have a ati radeon 9600xt 128 megabytes and a lge studioworks 700s monitor.

thanks
 
Old 05-18-2004, 01:50 AM   #2
redneon
Member
 
Registered: Aug 2003
Posts: 103

Rep: Reputation: 15
The error message you're seeing, believe it or not, isn't actually an error message. All it is is stating is that there is no monitor connected to the second output (usually TV) on your graphics card. Firstly, are you using the official ATI drivers? You wont get an accelerated output from X unless you're using the official drivers. You can get 2d acceleration using DRI but the official drivers are better.

Darrell
 
Old 05-18-2004, 02:09 AM   #3
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
thanks

x won't start because of that? great

well, im a newbie, i didn't use any drivers, tell me, where can i find them and how will i install them.

thanks!
 
Old 05-18-2004, 03:02 AM   #4
redneon
Member
 
Registered: Aug 2003
Posts: 103

Rep: Reputation: 15
No it's not that X wont start because of that. X will start because of that. What I'm saying is that it's not that that's the problem. The first thing you need to do is download and install the latest version of RPM for Slackware because the one in 9.1 is corrupt so download the following...

ftp://ftp.slackware.com/pub/slackwar...2.1-i486-2.tgz

and as root run "installpkg rpm-4.2.1-i486-2.tgz"

Then you need to download the ATI drivers. So download the following...

http://www2.ati.com/drivers/linux/fg...3.7.6.i386.rpm

and as root run "rpm -ivh fglrx-4.3.0-3.7.6.i386.rpm"

Now the drivers are installed. All you have to do now is run "fglrxconfig" as root so that it configures your X server and once that's done everything should run fine.

Darrell
 
Old 05-18-2004, 08:18 AM   #5
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
many thanks!

i get lots of error's when i "rpm -ivh fglrx-4.3.0-3.7.6.i386.rpm"

error: failed dependencies

/bin/sh is needed by fglrx-4.3.0-3.7.6
id-linux.so.2 is needed by fglrx-4.3.0-3.7.6
libx11.so.6 is needed by fglrx-4.3.0-3.7.6
...
...
...

many others, do i need to list them?
 
Old 05-18-2004, 09:16 AM   #6
redneon
Member
 
Registered: Aug 2003
Posts: 103

Rep: Reputation: 15
Ooh yeah sorry I forgot. The RPM database in Slackware doesn't work with the source that's installed so the command you want to run is...

fglrx -ivh --nodeps fglrx.....

Darrell
 
Old 05-18-2004, 02:03 PM   #7
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
hello


errr why doesn't it just go right? i that... it asked lots of questions and then when i start x it won't start and gives me many messages, i got a .log but i think its too big to post here
 
Old 05-18-2004, 04:11 PM   #8
redneon
Member
 
Registered: Aug 2003
Posts: 103

Rep: Reputation: 15
How do you mean "why doesn't it just go right?" and what gives you the error message? Exactly what have you done? You havn't explained what the problem is. Did you manage to install the drivers ok and run fglrxconfig?
 
Old 05-19-2004, 08:35 AM   #9
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
thaks for your time!

i got a .log i can send it if you tell me your email address
 
Old 05-19-2004, 10:03 AM   #10
redneon
Member
 
Registered: Aug 2003
Posts: 103

Rep: Reputation: 15
Send it to darrell at dunmanifestin dot co dot uk.
 
Old 05-19-2004, 03:32 PM   #11
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
can you read it? what do you think
 
Old 05-19-2004, 03:55 PM   #12
redneon
Member
 
Registered: Aug 2003
Posts: 103

Rep: Reputation: 15
I can't really see much from that to be honest. Can you send me your /etc/X11/XF86Config-4 file and I'll have a look at it for you.

Darrell
 
Old 05-20-2004, 03:11 AM   #13
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
i will send it to you now... but it looks bad like the other file.
 
Old 05-20-2004, 07:44 AM   #14
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
it works now with the file you sent me!

but there's a problem, when i exit x, the mouse cursor will stay in the top of the screen and will not move, if i move my mouse the command line starts acting strange like if i was doing things.

many thanks for your time, how will i configure my system if i have to re-install?

thanks
 
Old 05-20-2004, 11:08 AM   #15
redneon
Member
 
Registered: Aug 2003
Posts: 103

Rep: Reputation: 15
Basically, the all I did was configure your XF86Config file so it was more or less the same as mine. All you must have done is answered some questions incorrectly when you ran fglrxconfig.

When you say the mouse stays in the top right does X actually quit correctly? Or do you have to switch to TTY1 to see the command line jibberish? Try doing this command as root (when you're not in X)...

cat /dev/mouse

And then move the mouse. Is that the output you're getting?

Darrell
 
  


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 Radeon 9600XT lleial SUSE / openSUSE 4 04-01-2005 07:27 PM
help with ati radeon 9600xt cd1680 Fedora 2 03-17-2005 12:00 PM
ATI Radeon 9600XT xxxxspitfire Debian 1 02-18-2005 10:54 PM
ATI Radeon 9600XT LinuxNoob513 Linux - Newbie 3 11-25-2004 05:19 PM
ATI Radeon 9600XT with Fedora Core 2 and Kernel 2.6.6-1.427 yank2451 Linux - Hardware 0 06-13-2004 02:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:55 AM.

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