LinuxQuestions.org
Help answer threads with 0 replies.
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 02-27-2003, 07:17 PM   #1
Jon84
LQ Newbie
 
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16

Rep: Reputation: 0
Command line to GUI


Hey, I was wondering why I can't switch to a GUI from command line. I tried startx and xconfig and all of this but it doesn't seem to be working properly. I know there is an option when initally installing slackware to which type of X you want to use. I chose KDE but still get command line. I know there's something I'm doing wrong but what?

Thanks, as you can tell, I'm quite new but want to learn.

Jon
 
Old 02-27-2003, 07:34 PM   #2
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Slackware defaults to runlevel 3 after a new installation. Once your system is configured for X and are able to run it OK, then you can switch to runlevel 4 and you have a graphic login to KDE, etc. But for now leave it until you get X working properly.

When you run the startx command and X attempts to start then fails; there are usually some lines of text at the end of the display that describe the failure. Usually either video or mouse related. Please post what info you are abe to see that you fell may be relevant. That way we may be better able to help you resolve your problem.
 
Old 02-27-2003, 08:09 PM   #3
Jon84
LQ Newbie
 
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16

Original Poster
Rep: Reputation: 0
Alright, thanks. I changed my video color depth to 16 bit and that seemed to fix one problem. The other problem it's showing now is "Fatal Error AddScreen/ScreenInit failed for driver 0"

What's usually caused by this? I think I'm probably not checking the wrong monitor type down... well, back to reconfiguring.

Thanks so far.

Oh, and another thing... for my video memory, I have a 128MB ATI Radeon 9700 card. Do I have to be exact with the memory or can I just leave it at 128000KB?

Last edited by Jon84; 02-27-2003 at 08:14 PM.
 
Old 02-27-2003, 08:36 PM   #4
Jon84
LQ Newbie
 
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16

Original Poster
Rep: Reputation: 0
Well, after browsing the Internet (Google.com) I came across something interesting. I found something that said I should upgrade a to a new XFree86 due to my video card being older than December 31, 2001. Does this hold true?
 
Old 02-27-2003, 08:36 PM   #5
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Quote:
Oh, and another thing... for my video memory, I have a 128MB ATI Radeon 9700 card. Do I have to be exact with the memory or can I just leave it at 128000KB?
128000 is fine for the memory settings. I have the same card and it works fine. Did you install the ATI drivers? If not, the VESA drivers work fine for X if you don't need acceleration. But...if you install the drivers, you may be able to clear up some of the issues after running fglrxconfig.
 
Old 02-27-2003, 08:39 PM   #6
Jon84
LQ Newbie
 
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16

Original Poster
Rep: Reputation: 0
So I need to install the ATI drivers FIRST before starting "startx"?
 
Old 02-27-2003, 08:43 PM   #7
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
That depends...if you are currently using the VESA drivers...then you may have another issue (mouse, monitor). But, some or all of that may be able to be cleared up by installing the drivers and then running fglrxconfig.
 
Old 02-27-2003, 08:45 PM   #8
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Keep in mind...the monitor refresh rates are very important to know. Incorrect settings can prevent X from starting, or in some cases, damage your monitor.
 
Old 02-27-2003, 08:51 PM   #9
Jon84
LQ Newbie
 
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16

Original Poster
Rep: Reputation: 0
OK, how do I go about installing these drivers without Internet connection? I assume they're on the CD?

Thanks so far. Sorry, I'm new!
 
Old 02-27-2003, 08:54 PM   #10
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
In case...

First the kernel must be compiled for at least i586 support instead of the default i386. I have a P4, so I believe it come to i686. Anyway, agpgart must be a Module and not compiled into the kernel. Then I downloaded and unpacked (first you must run rpm2tgz fgl***.rpm) (then tar xzvf fgl***.tgz) the drivers, which made 3 directories...lib, opt, usr, and then I copied all of the files from these directories to the corresponding directories. Once all of the files are copied, I run sh make.sh from /lib/modules/fglrx/build_mod. Then I run ./make_install from /lib/modules/fglrx. It says it will taint the kernel but I haven't seen anything that hurts yet. Then I run modprobe agpgart, and modprobe fglrx. Then run fglrxconfig. I had to uncomment /sbin.modprobe agpgart, and add /sbin/modprobe fglrx in /etc/rc.d/rc.modules. That's it.

I hope this helps if you get stuck on installing the drivers.
 
Old 02-27-2003, 08:57 PM   #11
Jon84
LQ Newbie
 
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16

Original Poster
Rep: Reputation: 0
That's the thing, I can't get any info off my floppy. I can't access it and I'm logged under "root". I was just wondering if there was an type of driver on the CD.


EDIT: I have this driver downloaded:

fglrx-glc22-4[1].2.0-2.5.1.i586

Now I'm wondering how would I transfer it to my other computer that's using Slackware.
Thanks.

Last edited by Jon84; 02-27-2003 at 09:01 PM.
 
Old 02-27-2003, 08:57 PM   #12
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Oh...no...they are not on the CD. you must download them fron ATI's site...

http://pdownload.mii.instacontent.ne...2.5.1.i586.rpm
 
Old 02-27-2003, 09:04 PM   #13
Jon84
LQ Newbie
 
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16

Original Poster
Rep: Reputation: 0
Downloaded it... read my edited post before this.
 
Old 02-27-2003, 09:13 PM   #14
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
You'll need to put it onto a CD unless you can download it from the Linux machine. Lynx will work from the command line...just type lynx. It's alittle tricky at first but once you spend a few minutes with it you'll get the point. I would however, recommend that you try to get X started to make things easier for you. Try to run /usr/X11R6/bin/XF86Setup. Use the VESA drivers, and make sure the monitor settings are correct.
 
Old 02-27-2003, 09:17 PM   #15
Jon84
LQ Newbie
 
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16

Original Poster
Rep: Reputation: 0
I don't have XF86Setup there. Would it be somewhere else? I'll take a look to see if it is.
 
  


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
command line and GUI kpachopoulos Linux - Newbie 3 08-22-2004 09:13 AM
Command Line able to use GUI apps? shlok Linux - Newbie 5 06-28-2003 01:09 PM
Need help getting to GUI from command line Negativ13 Linux - Newbie 6 02-25-2003 03:20 PM
gui vs. command line sdfjk Linux - Newbie 1 10-05-2002 03:59 PM
Command Line vs GUI Poorman Linux - General 27 07-11-2002 12:40 PM

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

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