LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-11-2009, 06:14 AM   #1
Turgidson
LQ Newbie
 
Registered: Feb 2009
Posts: 14

Rep: Reputation: 0
EEK! The UGLY BLACK SCREEN is back!


Well, we've been running SuSE 11.1 for about a few weeks now, and my son had complained previously about the computer spontaneously shutting down when he went to certain game websites. Many of you were helpful in identifying this as overwhelmed on-board graphics... so, we put in a graphics card... a Sapphire card with ATI/AMD linux support.

NOW, when we boot the machine normally, it does not go to the graphic interface, but rather goes to the UGLY BLACK SCREEN (UBS), with a prompt for login. Even when I log in, I don't seem to be able to get KDE to come back to life.

How do I get this machine back to going straight to graphic interface? This machine is supposed to be a Linux project for me to learn how to use the OS, as well as a primary computer for my 11 yo son. I haven't dealt with the UBS since the time of DOS, but it is familiar to me. Not so for my little guy.

Thanks

P
 
Old 03-11-2009, 06:39 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
You can run SaX2 from the... UBS, to reconfigue your X-windows system.
Then open /etc/inittab and make sure that you have runlevel 5 as the default runlevel
Quote:
id:5:initdefault:

Last edited by bathory; 03-11-2009 at 10:01 AM.
 
Old 03-11-2009, 10:00 AM   #3
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
If you want to get your KDE back try run the window manager config and choose KDE.
 
Old 03-11-2009, 01:50 PM   #4
Turgidson
LQ Newbie
 
Registered: Feb 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks to both. Will try your suggestions tonight.

I do need to ask about installing the ATI/AMD drivers for the card. The file has an extension ".run". Do I install this as a package through YAST, or does that extension imply something I need to know about?

P

Last edited by Turgidson; 03-11-2009 at 01:54 PM.
 
Old 03-11-2009, 02:09 PM   #5
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
I think that you should not use the .run file in Suse.
Better read this or this to install the driver.
 
Old 03-12-2009, 07:58 PM   #6
Turgidson
LQ Newbie
 
Registered: Feb 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Well, I followed the directions at SuSE.de, and got as far as building the package. When I tried to install, I got this:

linux-cm3n:/home/epwadmin/Drivers/ATI # rpm -Uhv fglrx64_7_4_0_SUSE111-8.582-1.x86_64.rpm
Preparing... ########################################### [100%]
1:fglrx64_7_4_0_SUSE111 ########################################### [100%]
/usr/src/kernel-modules/fglrx /
make: Entering directory `/usr/src/linux-2.6.27.19-3.2-obj/x86_64/default'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory `/usr/src/linux-2.6.27.19-3.2-obj/x86_64/default'

******************************
Build of kernel module failed!
******************************


**************************************************************
Building/installation of fglrx kernel module failed! Try again
by calling "/usr/bin/fglrx-kernel-build.sh" manually.
**************************************************************


*************************************************************
Please read "/usr/share/doc/packages/fglrx/README.SuSE" for
configuration details when using SaX2.
*************************************************************

Does anyone have a clue where I go from here?

Thanks

P

Last edited by Turgidson; 03-12-2009 at 08:19 PM.
 
Old 03-12-2009, 11:25 PM   #7
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Turgidson:

The fglrx run file is meant to run outside X window. Try receed back to runlevel 3, logout from windows manager, at the shell enter the package *.run the installer will take care. First it seeks the kernel that matches its needs, if not found, click yes for it to build the right one. Usually everything is automated.

Goodluck.
 
Old 03-13-2009, 02:24 AM   #8
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
Have you tried to load radeon module with
Code:
modprobe radeon
then try startx or kdm after login prompt?
Did you also try what bathroy said in 1st post.???I dont use Suse but on debian
this command reconfigurse xorg
Code:
dpkg-reconfigure -phigh xserver-xorg
I know that wont work on suse but I would think it would have something similar.I think what bathroy said Sax2 is the command to reconfigure xorg

Last edited by stratotak; 03-13-2009 at 02:43 AM.
 
Old 03-13-2009, 04:24 AM   #9
Frullet
LQ Newbie
 
Registered: Feb 2009
Location: Sydney,Australia
Distribution: Slackware
Posts: 12

Rep: Reputation: 0
Quote:
i do need to ask about installing the ATI/AMD drivers for the card. The file has an extension ".run". Do I install this as a package through YAST, or does that extension imply something I need to know about?
Ok, first of all the fglrx drivers are *nothing* but a pain in the backside to get working, so unless you specifically need graphics acceleration, don't bother with them.

Last edited by Frullet; 03-13-2009 at 04:45 AM.
 
  


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
Monitor goes black at screen saver/power save and won't come back. em21701 Slackware 11 03-09-2008 04:43 PM
Booting CentOS 5, logo screen appears, stuff initializes, then screen goes black ctman Linux - Newbie 6 09-22-2007 08:36 AM
Fluxbox ugly after-login screen harmattan Debian 0 09-19-2007 01:17 PM
I changed video settings & rebooted, now I cant change it back - black screen ?? wayneh Linux - Newbie 8 12-12-2006 04:35 PM
How do I get rid of the ugly X initial screen? atom Linux - Software 8 04-27-2005 08:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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