Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
02-27-2003, 07:17 PM
|
#1
|
LQ Newbie
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16
Rep:
|
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
|
|
|
02-27-2003, 07:34 PM
|
#2
|
Senior Member
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180
Rep:
|
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.
|
|
|
02-27-2003, 08:09 PM
|
#3
|
LQ Newbie
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16
Original Poster
Rep:
|
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.
|
|
|
02-27-2003, 08:36 PM
|
#4
|
LQ Newbie
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16
Original Poster
Rep:
|
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?
|
|
|
02-27-2003, 08:36 PM
|
#5
|
Member
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498
Rep:
|
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.
|
|
|
02-27-2003, 08:39 PM
|
#6
|
LQ Newbie
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16
Original Poster
Rep:
|
So I need to install the ATI drivers FIRST before starting "startx"?
|
|
|
02-27-2003, 08:43 PM
|
#7
|
Member
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498
Rep:
|
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.
|
|
|
02-27-2003, 08:45 PM
|
#8
|
Member
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498
Rep:
|
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.
|
|
|
02-27-2003, 08:51 PM
|
#9
|
LQ Newbie
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16
Original Poster
Rep:
|
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!
|
|
|
02-27-2003, 08:54 PM
|
#10
|
Member
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498
Rep:
|
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.
|
|
|
02-27-2003, 08:57 PM
|
#11
|
LQ Newbie
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16
Original Poster
Rep:
|
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.
|
|
|
02-27-2003, 09:04 PM
|
#13
|
LQ Newbie
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16
Original Poster
Rep:
|
Downloaded it... read my edited post before this.
|
|
|
02-27-2003, 09:13 PM
|
#14
|
Member
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498
Rep:
|
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.
|
|
|
02-27-2003, 09:17 PM
|
#15
|
LQ Newbie
Registered: Feb 2003
Distribution: Slackware 8.0 (trying to at least)
Posts: 16
Original Poster
Rep:
|
I don't have XF86Setup there. Would it be somewhere else? I'll take a look to see if it is.
|
|
|
All times are GMT -5. The time now is 05:14 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|