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 |
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-06-2008, 01:50 AM
|
#16
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Can you post the result of "ls /var/log/packages | grep xorg" just to check? If you see output, that means you've got some xorg packages installed at least. What exactly happens when you run startx? You may want to run xorgconfig to configure X before running startx.
Last edited by Nylex; 05-06-2008 at 01:58 AM.
|
|
|
|
05-06-2008, 08:21 AM
|
#17
|
|
Member
Registered: Mar 2004
Location: Kentucky, USA
Distribution: SlamD 12.1 / Slack 12.0 ~ 14.0_64
Posts: 280
Rep:
|
During installation, I can't rmemeber what came up as default, but I do remember when I typed setup, a small light blue screen came up. Following the prompts until I get to the point of packages I want to install. I had to "X" the boxes next to the packages.
Make sure you have X Windows (KDE) Checked. Provided it's an option and not default.
|
|
|
|
05-07-2008, 09:24 AM
|
#18
|
|
Member
Registered: Apr 2008
Distribution: slackware 10.2
Posts: 117
Rep:
|
slackware will install KDE to /opt/kde so look there. if there is kde installed--which i doubt--type ($ = user prompt, you DON'T need to be root. that's a dangerouse and bad habit to do everything with sudo/root permissions!)
if your system tells you 'command not found' and you are absolutely sure kde is installed than you have to ajust the PATH variable. the PATH variable tells the system where to look for executables ("commands"). if kde is installed e.g. in /opt/kde you should check
it will print out a somewhat cryptic line like PATH="/bin:/usr/bin:/usr/local/bin" and so on... the ':' seperate the directories in which your system looks for executabels. you must have "/opt/kde/bin" in your PATH. if not do:
Code:
$ export PATH="$PATH:/opt/kde/bin"
if it still tells you "command not found" kde is either somewhere else (very unlikely) or you have it not installed (most likely).
to install kde just insert the cd-rom with kde on it in your drive. mount it an take a look in the slackware/kde folder. then do as root (# is root prompt):
and start at the beginning
good luck, vadkutya
|
|
|
|
05-08-2008, 11:58 AM
|
#19
|
|
LQ Newbie
Registered: May 2008
Posts: 22
Original Poster
Rep:
|
Well ...... In installation process I am not getting the
"Select default window maneger for X" Prompt.
I have checked for the MD5 sum while getting the .ISO image.
|
|
|
|
05-08-2008, 12:27 PM
|
#20
|
|
Member
Registered: Mar 2004
Location: Kentucky, USA
Distribution: SlamD 12.1 / Slack 12.0 ~ 14.0_64
Posts: 280
Rep:
|
You said you were installing Slackware 12. Do you have it on 2 CDs? I had to update my LILO last night and it has 2-3 boxes to check for aspects of KDE.
If you are installing a stripped down version it may not come with KDE. I would suggest getting online at Slackware and downloading CD image 1 and 2. As I was told 3,4,5 aren't needed. They have to do with multilanguages as I understand.
If you use both images, KDE will be installed.
Good Luck,
Ace
|
|
|
|
05-08-2008, 12:35 PM
|
#21
|
|
LQ Newbie
Registered: May 2008
Posts: 22
Original Poster
Rep:
|
Quote:
Originally Posted by Ace Blackwell
You said you were installing Slackware 12. Do you have it on 2 CDs? I had to update my LILO last night and it has 2-3 boxes to check for aspects of KDE.
If you are installing a stripped down version it may not come with KDE. I would suggest getting online at Slackware and downloading CD image 1 and 2. As I was told 3,4,5 aren't needed. They have to do with multilanguages as I understand.
If you use both images, KDE will be installed.
Good Luck,
Ace
|
Ok ..... You mean to say that i should use both;
"slackware-12.0-install-d1.iso" and " slackware-12.0-install-d2.iso" ?
I was trying to install through only "slackware-12.0-install-d1.iso"
Reply requested for confermation !!
|
|
|
|
05-08-2008, 12:57 PM
|
#22
|
|
LQ Newbie
Registered: May 2008
Posts: 22
Original Poster
Rep:
|
Come on friends!!
Everyone who has installed slackware 12.0 successfully knows this stuff.
You can help me by answering to my simple query.
Please !!!!
|
|
|
|
05-08-2008, 02:03 PM
|
#23
|
|
Member
Registered: Mar 2004
Location: Kentucky, USA
Distribution: SlamD 12.1 / Slack 12.0 ~ 14.0_64
Posts: 280
Rep:
|
yep,
Yeah I had to use both CDs. Atually when I started up "setup" it offered me all the choices of things to install and asked for the 2nd CD by default.
Ace
|
|
|
|
05-08-2008, 03:22 PM
|
#24
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Is there any reason you're not installing 12.1?
|
|
|
|
05-09-2008, 06:53 AM
|
#25
|
|
Member
Registered: Apr 2008
Distribution: slackware 10.2
Posts: 117
Rep:
|
Quote:
Originally Posted by Godwin Austin
Come on friends!!
Everyone who has installed slackware 12.0 successfully knows this stuff.
You can help me by answering to my simple query.
Please !!!!
|
hey Godwin Austin,
when you are in the setup program then follow the installation to the menu point SELECT. with <space> you can select or deselect groups of software. there's a selection 'x' (stands for X-window system). select it. do it likewise with 'xap' but this is not necessary. if you want to install kde now you also have to select 'kde'.
if you selected the software groups you will be asked what installation mode you prefer. go 'full' and that's it.
in the CONFIGURATION step afterward you will be asked what default window manager you like to have. if you have X selected and installed you will have twm in any case. if you have installed kde before you should be able to choose kde. if you haven't installed it yet choose xfce.
now you should have a running slackware 12.0 installation with X window system (provided you completet the other steps as well). where exactly is your problem during installation? if you are not asked for a default windowmanager you most likely haven't installed/selected the X window packages...
also, as mentioned before: for slackware 12.0 you'll need both cd's cd1 and cd2. cd2 contains the X window system. if you had only cd1 so far then you have no X.
good luck, vadkutya
|
|
|
|
05-09-2008, 11:52 AM
|
#26
|
|
LQ Newbie
Registered: May 2008
Posts: 22
Original Poster
Rep:
|
Thanks Alot friends!!!
The problem has atlast been solved. Now as i say "startx", KDE starts.
I am just loving it.
Now I got new problem. So would go for a new thread!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:53 AM.
|
|
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
|
|