LinuxQuestions.org
Visit Jeremy's Blog.
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 09-23-2004, 12:34 AM   #1
sheepdogj15
Member
 
Registered: Jun 2004
Posts: 63

Rep: Reputation: 15
how do i start gnome and kde?


hi all,

i got Slackware installed alright and everything (no problems other than a few attributed to user general stupidity )

i set up an account in addition to root, and have dinked around a bit with the command line.

now, i'm itching to play with the GUIs. since neither load by default (another question, but for another time perhaps), how do i start them up? i looked at Gnome's website, but i what i could find seemed to assume you already have it running. (i haven't had the chance to look up KDE)
 
Old 09-23-2004, 01:59 AM   #2
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
try the command

startx
 
Old 09-23-2004, 02:21 AM   #3
Smokey
Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 313

Rep: Reputation: 30
to switch guis type 'xwmconfig'
 
Old 09-23-2004, 02:30 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
When you boot to the login prompt, issue
"xwmconfig" and choose the GUI. Then issue
"startx" to start the X server. Play around and
see which one suits your fancy.

Welcome to Slackware Linux - freedom from the darkside!
 
Old 09-23-2004, 11:21 AM   #5
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
Hi,

In fact Slack boots in runlevel 3 so to have a graphical interface you need to boot in runlevel 4 (yes I know in general that's 5 but with Slack that's 4 :P)... So to start login screen (xdm, kdm or gdm) type:
Code:
/etc/rc.d/rc.4
and to do that automatically, edit /etc/inittab and check you have this line (must be the first uncommented line):
Code:
id:4:initdefault:
Oliv'
 
Old 09-23-2004, 04:44 PM   #6
sheepdogj15
Member
 
Registered: Jun 2004
Posts: 63

Original Poster
Rep: Reputation: 15
cool, thanks!
 
Old 09-23-2004, 05:38 PM   #7
the_7th_world
LQ Newbie
 
Registered: Aug 2004
Posts: 12

Rep: Reputation: 0
Also, if you want to get into gnome when your default X win manager is KDE, try 'exec gnome-session' if I remember correctly (don't quote me on that, there may be a double dash '--' in that, I've only ever used gnome once)
 
Old 09-26-2004, 10:49 PM   #8
sheepdogj15
Member
 
Registered: Jun 2004
Posts: 63

Original Poster
Rep: Reputation: 15
ok, new problem. KDE works fine, but Gnome freezes at the startup image. anyone have any suggestions on how to figure out what's wrong?
 
Old 09-26-2004, 11:06 PM   #9
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by sheepdogj15
ok, new problem. KDE works fine, but Gnome freezes at the startup image. anyone have any suggestions on how to figure out what's wrong?
What command did you issue, or how did you start Gnome
to get this particular error?
 
Old 09-26-2004, 11:31 PM   #10
sheepdogj15
Member
 
Registered: Jun 2004
Posts: 63

Original Poster
Rep: Reputation: 15
i used the xwmconfig program to switch to Gnome, and then typed in startx.
 
Old 09-27-2004, 12:12 AM   #11
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by sheepdogj15
i used the xwmconfig program to switch to Gnome, and then typed in startx.
Do that again, and this time instead of issuing "startx" by itself,
issue "startx 2> errors" and launch Gnome. Then after it freezes,
just launch KDE with the basic "startx" command, and then use your
Konqueror file browser, or a terminal, and look at the file that was
created in your /home/<username> directory with the name "errors"
and that will tell you the problem. If you can't figure it out, post the
contents in here...
 
Old 09-27-2004, 08:55 AM   #12
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
Hi,

try to look in your ~/.xsession-errors... maybe it will tell you what's wrong

Oliv'
 
Old 09-27-2004, 10:04 AM   #13
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by Oliv'
Hi,

try to look in your ~/.xsession-errors... maybe it will tell you what's wrong

Oliv'
mingdao@james:~$ cat ~/.xsession-errors
cat: /home/mingdao/.xsession-errors: No such file or directory
mingdao@james:~$ cat /etc/slackware-version
Slackware 10.0.0
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Can't start KDE or GNOME any more Per Linux - Software 2 08-25-2005 04:09 AM
Can not start Gnome or KDE Croaker Slackware 2 07-10-2005 12:27 AM
Kde default but I want to start Gnome jasone Linux - General 11 04-12-2005 09:10 AM
start gnome/kde in slackware? AgentDukey Slackware 11 10-15-2004 01:38 PM
GNOME & KDE start together TMS Linux - Newbie 0 06-08-2004 08:58 AM

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

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