LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-29-2010, 04:13 AM   #16
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0

thank you adamk75, i'm goin to check that link and post error message for radeonhd when i come home
 
Old 01-29-2010, 05:18 AM   #17
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0
can i get small tutorial about content of that link, it seems a bit complicated and I'm not that good with linux.
 
Old 01-29-2010, 11:10 AM   #18
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0
Here is LOG file: Xorg.0.log when using "radeonhd" DRIVER: http://pastebin.ca/1770932 !
and here is my xorg.conf : http://pastebin.ca/1770934 !

HELP
 
Old 01-29-2010, 11:19 AM   #19
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Interesting... The source of the problem (at least on radeonhd, and perhaps with radeon as well) is this:

Code:
(II) RADEONHD(0): Output DVI-I_1/analog disconnected
(II) RADEONHD(0): Output DVI-I_1/digital disconnected
(II) RADEONHD(0): Output TV_SVIDEO disconnected
(II) RADEONHD(0): Output DVI-I_2/analog disconnected
(II) RADEONHD(0): Output DVI-I_2/digital disconnected
(WW) RADEONHD(0): No outputs definitely connected, trying again...
(II) RADEONHD(0): Output DVI-I_1/analog disconnected
(II) RADEONHD(0): Output DVI-I_1/digital disconnected
(II) RADEONHD(0): Output TV_SVIDEO disconnected
(II) RADEONHD(0): Output DVI-I_2/analog disconnected
(II) RADEONHD(0): Output DVI-I_2/digital disconnected
(WW) RADEONHD(0): Unable to find initial modes
(EE) RADEONHD(0): RandR: No valid modes. Disabling RandR support.
(EE) RADEONHD(0): Failed to detect a connected monitor


The radeonhd driver does not detect a driver attached to the system.

As I see it, you have a few options. You could try to upgrade the radeon or radeonhd driver from source and see if a newer version works any better, you could try using slackware -current (though I don't know what versions of the drivers are used in -current, so they could be the same versions with the same bugs), or you could stick with the vesa driver (probably something you don't want to do). Updating the radeonhd driver from source is probably the easiest option. Are you using the 64-bit or 32-bit version of slackware?

Adam
 
1 members found this post helpful.
Old 01-29-2010, 12:59 PM   #20
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0
No I dont wat to stick with vesa.
Updating drivers from source?? hmm can i get more details of how is this done so i could try it.
also when i get home i'll give you xorg.0.log when usin "radeon" driver so you could see is it the same problem.
Yes I use 32bit version of Slackware 13.0 (you can see right under my forum name.

Now when you know my situation, tell me, could that link which you gave me in one of your previous posts be helpful?? so i don't waste time??

cheers
 
Old 01-29-2010, 01:09 PM   #21
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
That previous link might be helpful, assuming radeon is having the same problem has radeonhd. It's also possible that updating either driver won't solve the problem, I really don't know.

Updating the radeonhd driver, however, is the simplest option, and it's what I'd recommend first. If it doesn't work, you could try the steps in that other thread I linked to. Essentially, you'll want to follow these steps:

wget ftp://ftp.x.org/pub/individual/drive...d-1.3.0.tar.gz
tar xzvf xf86-video-radeonhd-1.3.0.tar.gz
cd xf86-video-radeonhd-1.3.0
./configure --with-xorg-module-dir=/usr/lib/xorg/modules/
make
make install

That last step you will need to do as root (or with sudo).

That will update you to the most recent release of the radeonhd driver. I've tested those steps on a stock slackware 13.0 32-bit installation, and it worked just fine.

Adam
 
1 members found this post helpful.
Old 01-29-2010, 04:30 PM   #22
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0
I've updtadet radeonhd by following your steps, but still when I startx I get error message.
And it seems that this time it's different.
Have a look: http://pastebin.ca/1771321
 
Old 01-29-2010, 04:47 PM   #23
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0
can you pls help me. I decided to do what you suggested with previous link.
can you be so kind to explain what I have to do on simpler way?
Where to start from?
What to do with all that Code that he posted?
pls pls help, this's drivin me crazy
 
Old 01-29-2010, 05:08 PM   #24
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
It's the same basic problem. It's failing to detect any attached monitors. Only this time the X server is crashing as a result. Unfortunately I do not have a simpler explanation than the one given on that thread, and I really don't have the time, at the moment, to lay it out step-by-step. I suggest following that thread as best you can and asking questions there if/when you run into problems.

Adam
 
  


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
Black screen on startx kremers78 Slackware 5 01-06-2007 07:06 PM
Black Screen with startx BDTyre Linux - Newbie 8 06-04-2005 08:47 AM
Startx results in a black screen with VGA and screen errors kwosource Linux - Newbie 4 03-11-2005 02:58 PM
startx....black screen. bumjubeo Linux - Newbie 8 01-27-2005 10:13 PM
black screen when try startx Brian_CC Slackware 8 10-15-2003 06:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:02 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