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.
|
 |
|
08-11-2004, 10:21 AM
|
#1
|
Member
Registered: Aug 2004
Location: UK
Distribution: Debian
Posts: 83
Rep:
|
3 Noob Quetions From A Noob
Just installed slackware 4 problems!
1) How o i get the KDI thing to load automaticallywith out me having to log in as root and type 'startx'
2) How do i get my keyboard map to work with the UK keyboards
3) How do i run a bin file
Dont laugh i have a feling all of the abov are dumb questions 
|
|
|
08-11-2004, 10:45 AM
|
#2
|
Member
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453
Rep:
|
I would never laugh (well...), we all had to learn this stuff.
1) you will need to modify your /etc/inittab to set the default level from 3 to 4. Someone will doubtless give you more precise directions but I will simply suggest searching the Slackware forum for inittab. (I am assuming you already searched and just did not know what to search for,)
2) I don't know. this thread might help though. http://www.linuxquestions.org/questi...eyboard+Map+UK
3) to run a file type in the name of the file from a command line or choose it from the menu of your desktop of choice (KDE?). Depending on the location of the program you might need to include the path,
4) You said 4 problems but only list 3.
|
|
|
08-11-2004, 11:01 AM
|
#3
|
Senior Member
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291
Rep:
|
2) try putting
Option "XkbLayout" "gb"
in /etc/X11/xorg.conf
|
|
|
08-11-2004, 11:54 AM
|
#4
|
Member
Registered: Apr 2003
Location: Sweden
Distribution: Slackware
Posts: 242
Rep:
|
Just a comment...
Quote:
How o i get the KDI thing to load automaticallywith out me having to log in as root and type 'startx'
|
Do NOT use the root account.  A good rule of thumb is to never, EVER, use it...  ..especially not in X (and especially especially not while using any Internet application, such as a browser). If you haven't done so already, create a user account (adduser) right now. If you need superuser privileges, use su.
|
|
|
08-11-2004, 12:18 PM
|
#5
|
Member
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796
Rep:
|
just wondering
how is the uk keyboard map different than the us keyboard map?
|
|
|
08-11-2004, 12:19 PM
|
#6
|
Member
Registered: Aug 2004
Location: UK
Distribution: Debian
Posts: 83
Original Poster
Rep:
|
problem 4 was even as SU or ROOT, when i run a file it says "permission denied", when i chmod 500 and run it works?? did that to the inittab also to run it. Got a feeling thats probably stupid but not 100% sure. All the other advice is awesome nearlly there, LINUX HERE I COME. slowly 
|
|
|
08-11-2004, 12:26 PM
|
#7
|
Member
Registered: Dec 2002
Distribution: Slackware
Posts: 927
Rep:
|
Quote:
Originally posted by DaveyB
problem 4 was even as SU or ROOT, when i run a file it says "permission denied", when i chmod 500 and run it works?? did that to the inittab also to run it. Got a feeling thats probably stupid but not 100% sure. All the other advice is awesome nearlly there, LINUX HERE I COME. slowly
|
 not sure I understand completely - but you don't have to run inittab - you just have to edit the file /etc/inittab.
chmod is used to change file/dir permissions - read this for a good explanation:
http://www.redhat.com/docs/manuals/l...ownership.html
|
|
|
08-11-2004, 12:26 PM
|
#8
|
Member
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796
Rep:
|
you'll probably want to 644 most of the system files
|
|
|
08-11-2004, 12:29 PM
|
#9
|
Member
Registered: Aug 2004
Location: UK
Distribution: Debian
Posts: 83
Original Poster
Rep:
|
koool got that, last thing how do i get my PC to boot in KDE and not GNOME. I have eddited the inittab but it keeps booting GNOME. Thankyou for all the help ....
LAST QUESTION HONESTLY 
|
|
|
08-11-2004, 12:38 PM
|
#10
|
Senior Member
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291
Rep:
|
Quote:
Originally posted by kodon
you'll probably want to 644 most of the system files
|
don't generalise too much, just chmod the file you are interested in. Most of the system is best left unless it presents a security risk.
btw good link follows: http://simplylinux.punted.net/
|
|
|
08-11-2004, 12:43 PM
|
#11
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
Quote:
Originally posted by DaveyB
koool got that, last thing how do i get my PC to boot in KDE and not GNOME. I have eddited the inittab but it keeps booting GNOME. Thankyou for all the help ....
LAST QUESTION HONESTLY
|
Run: xwmconfig (as root)
There you can choose the default Window Manager.
|
|
|
08-11-2004, 12:45 PM
|
#12
|
Member
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796
Rep:
|
Quote:
Originally posted by Tuttle
don't generalise too much, just chmod the file you are interested in. Most of the system is best left unless it presents a security risk.
|
yeah that was a little broad...and it was NOT my intention to have anyone go chmod their whole system, i just didn't understand the 500 permissions for that file...how would he edit it?
and as for kde....are you getting the gdm login screen right now?
|
|
|
08-11-2004, 12:48 PM
|
#13
|
Member
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453
Rep:
|
I don't use runlevel 4, but from the command line if you type "xwmconfig" it allows you to set your default. I thought the GDM kept the last choice for Desktop.
|
|
|
08-11-2004, 12:48 PM
|
#14
|
Member
Registered: Aug 2004
Location: UK
Distribution: Debian
Posts: 83
Original Poster
Rep:
|
yes when i change the inittab to 4 i get the GDB login screen when i want the KDE. 
|
|
|
08-11-2004, 01:00 PM
|
#15
|
Member
Registered: Jul 2004
Distribution: Slackware Current
Posts: 308
Rep:
|
try clicking on sessions on the initial login gui and choose kde
|
|
|
All times are GMT -5. The time now is 05:16 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
|
|