LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-26-2010, 05:00 PM   #1
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Rep: Reputation: 0
Help. Startx gives black screen!


Hello everyone.
I have very annoying problem.
I have just installed slackware. I have done
Code:
Xorg -configure
, and chosen kde for init program while installing slackware.
But when I type
Code:
Xorg -config -retro
or
Code:
startx
i get black screen with blinking button on monitor and keyboard.
obviusly kde doesn't start -.- help pls

oh yes i have already checked similar threads on forum but no succes


?????????????????????
 
Old 01-26-2010, 05:03 PM   #2
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
did you install X?

did you just install the first cd?
 
1 members found this post helpful.
Old 01-26-2010, 05:06 PM   #3
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Knowing your video card would help too. Also, I assume this is Slackware 13.0?
 
1 members found this post helpful.
Old 01-26-2010, 05:07 PM   #4
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
What video driver are you using? Modify /etc/X11/xorg.conf so that the driver reads vesa and then try to startx. If you get a screen then it is a driver problem, if you don't then it is probably an installation problem, and WELCOME to Slackware.

samac
 
1 members found this post helpful.
Old 01-26-2010, 05:17 PM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
I suggest you run xorgsetup as root to setup /etc/X11/xorg.conf, that gives generally good results. Then "startx". And you can try another desktop or windows manager with the "xwmconfig" command, ran as a regular user.
 
1 members found this post helpful.
Old 01-26-2010, 06:06 PM   #6
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Blinking keyboard lights = kernel panic? (not sure, it's a question)
 
1 members found this post helpful.
Old 01-27-2010, 03:39 AM   #7
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0
yes, it is slackware 13.0 and yes i have X installed because I downloaded full slackware dvd.iso and during the installation process i chose to install EVERYTHING. so i'm pretty sure that it is installed.
My video card is ATI Radeon X1600.

I've also tried xorgsetup but still nothing.
I'm going to try samac's solution and I'll keep you in touch.

Oh and one more question.
Does this xorg.conf file (which i got from command:
Code:
Xorg -configure
) needs to be in /etc/X11 under the name xorg.conf or xorg.conf.new.
In my case it is xorg.conf.new in /etc/X11 .

EDIT: Thanks to everyone for such great and lighting fast answers. You are really GREAT!

Last edited by sl4ckw4r3; 01-27-2010 at 03:44 AM.
 
Old 01-27-2010, 03:42 AM   #8
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Should be /etc/X11/xorg.conf
 
1 members found this post helpful.
Old 01-27-2010, 04:40 AM   #9
zordrak
Member
 
Registered: Feb 2008
Distribution: Slackware
Posts: 595

Rep: Reputation: 116Reputation: 116
The bigger question is why you are generating an X configuration file at all. In Slackware 13.0 it is unnecessary in most cases because hald detects your peripherals and passes the info to X.
 
1 members found this post helpful.
Old 01-27-2010, 04:56 AM   #10
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0
GOOD NEWS!
I edited xorg.conf. The driver that was loaded was radeon. I changed it to vesa and now i can startx.
But, how to load propriate driver for my graphic card?
 
Old 01-27-2010, 05:14 AM   #11
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You can't use the proprietary driver for your video card on Slackware 13.0. The last version of fglrx that supports that GPU is from March of 2009.

Either the radeon or radeonhd driver should work with your GPU, providing 2D and 3D acceleration in Slackware 13. Is this an AGP video card? Does the black screen occur if you use the radeonhd driver? Have you tried ssh'ing into the machine after X fails to start properly to see if the entire machine really is locked up?

Adam
 
1 members found this post helpful.
Old 01-27-2010, 09:23 AM   #12
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Linux drivers for the X1600 are available on ATI's website.
 
1 members found this post helpful.
Old 01-27-2010, 09:27 AM   #13
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by dugan View Post
Linux drivers for the X1600 are available on ATI's website.
Again, the proprietary drivers for his GPU will not work on Slackware 13.0.
 
1 members found this post helpful.
Old 01-28-2010, 04:07 PM   #14
sl4ckw4r3
LQ Newbie
 
Registered: Jan 2010
Location: far far away
Distribution: Slackware 13.0 x86_32
Posts: 10

Original Poster
Rep: Reputation: 0
If I use radeon driver i get situation as i described in first post, but if i use radeonhd driver i get error message.
 
Old 01-28-2010, 04:12 PM   #15
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well without the error messages, there's not much help I can give regarding radeonhd.

As for radeon... You could try following the information in this thread to try upgrading to the latest development versions of the radeon driver:

http://www.linuxquestions.org/questi...-works-760963/

Adam
 
1 members found this post helpful.
  


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 02:05 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