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.
 |
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. |
|
 |
03-02-2004, 02:34 PM
|
#1
|
|
Member
Registered: Feb 2004
Distribution: Slackware
Posts: 44
Rep:
|
How can I start gnome?
How can I start gnome with slackware? I mean, after installing and then rebooting you get to a console. So what do you do from that console to start gnome?
- Julian
|
|
|
|
03-02-2004, 02:38 PM
|
#2
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
Type in "startx" - minus the quotes. Of course, this assumes that you set Gnome as the default desktop. If not, run xwmconfig, set Gnome and then do startx.
|
|
|
|
03-02-2004, 02:51 PM
|
#3
|
|
Member
Registered: Feb 2004
Distribution: Slackware
Posts: 44
Original Poster
Rep:
|
I'm a newbie, so don't take it bad, but I don't know how to run xwmconfig? I mean like:
shell xwmconfig
run xwmconfig
or just:
xwmconfig
Please help me. Thanks.
- Julian
|
|
|
|
03-02-2004, 03:01 PM
|
#4
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
Type in the following:
xwmconfig
In the window/menu which opens up, use the cursor keys to highlight your choice, press space to select your choice (a capital X will appear next to it), press space to ok your choice. The menu will close.
Type the following to start it:
startx
man xwmconfig
man startx
for more help.
|
|
|
|
03-02-2004, 03:19 PM
|
#5
|
|
Member
Registered: Feb 2004
Distribution: Slackware
Posts: 44
Original Poster
Rep:
|
I select it, even though it doesn't go capital(continues to be lower case). So when I say ok and do:
startx
it doesn't work, maybe this is because I didn't select one at all, I think the reason to why it doesn't become capital when I press space is because I don't use the US keyboard, I use DK.
So what now?
- Julian
|
|
|
|
03-02-2004, 03:31 PM
|
#6
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
well, if you don't select it, it won't work.
have you tried typing startx? what happens? do you get an error message?
BTW, I also don't use the US keyboard - mine is UK and as far as i know, space is space on all keyboards
|
|
|
|
03-02-2004, 03:37 PM
|
#7
|
|
Member
Registered: Feb 2004
Distribution: Slackware
Posts: 44
Original Poster
Rep:
|
Well, when I press the space it goes from ok to cancel or vice-versa.
So, what do I do? I mean selecting it with the mouse doesn't make any differece.
- Julian
|
|
|
|
03-02-2004, 03:47 PM
|
#8
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
press enter
|
|
|
|
03-02-2004, 07:11 PM
|
#9
|
|
Member
Registered: Nov 2003
Location: Oklahoma, USA
Distribution: gentoo
Posts: 73
Rep:
|
another way to switch to gnome is type
Code:
switchdesk gdm
or
switchdesk gnome
atm i am not at my linux box or i could tell you for sure
Last edited by linuxnut2003; 03-02-2004 at 07:13 PM.
|
|
|
|
03-02-2004, 07:41 PM
|
#10
|
|
Member
Registered: Apr 2003
Location: Sweden
Distribution: Slackware
Posts: 242
Rep:
|
Hmm...switchdesk sounds very RH'ish.  Doubt it's there in Slack.
|
|
|
|
03-03-2004, 07:22 AM
|
#11
|
|
Member
Registered: Feb 2004
Distribution: Slackware
Posts: 44
Original Poster
Rep:
|
When I checked with Pkg tool it showed up, so it must be there, or is it?
So can somebody give me a step-by-step guide on how to install gnome and run gnome by using nothing then the basic system.
- Julian
|
|
|
|
03-03-2004, 07:49 AM
|
#12
|
|
Member
Registered: Apr 2003
Location: Sweden
Distribution: Slackware
Posts: 242
Rep:
|
Did you install from official ISO images?
Did you get the images for CD 1 and CD 2?
Did you select "Full install"?
Did you insert CD 2 when prompted?
The above is probably standard procedure and it installs pretty much everything - including gnome. Then after rebooting, all you should have to do to get gnome up and running is to select it in xwmconfig (if you didn't already do that during the installation process), set up your XF86Config (by xf86config, xfree86setup or manually), and then startx.
|
|
|
|
03-04-2004, 08:02 AM
|
#13
|
|
Member
Registered: Feb 2004
Distribution: Slackware
Posts: 44
Original Poster
Rep:
|
I reinstalled it and it worked. Thanks for helping me.
- Julian
|
|
|
|
03-04-2004, 01:00 PM
|
#14
|
|
LQ Newbie
Registered: Oct 2003
Distribution: Slackware-Current
Posts: 12
Rep:
|
Another option is to edit/create the .xinitrc file in your home directory. If you add the following line:
It will start gnome when you start up X. If the file already exists, be sure to comment out any other lines that would start a different window manager/desktop, i.e.:
Code:
exec startkde
exec wmaker
exec blackbox
exec fluxbox
you get the idea 
|
|
|
|
| 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 02:17 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
|
|