LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-11-2004, 10:21 AM   #1
DaveyB
Member
 
Registered: Aug 2004
Location: UK
Distribution: Debian
Posts: 83

Rep: Reputation: 15
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
 
Old 08-11-2004, 10:45 AM   #2
Mephisto
Member
 
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453

Rep: Reputation: 31
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.
 
Old 08-11-2004, 11:01 AM   #3
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
2) try putting

Option "XkbLayout" "gb"

in /etc/X11/xorg.conf
 
Old 08-11-2004, 11:54 AM   #4
nvn
Member
 
Registered: Apr 2003
Location: Sweden
Distribution: Slackware
Posts: 242

Rep: Reputation: 30
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.
 
Old 08-11-2004, 12:18 PM   #5
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
Question just wondering

how is the uk keyboard map different than the us keyboard map?
 
Old 08-11-2004, 12:19 PM   #6
DaveyB
Member
 
Registered: Aug 2004
Location: UK
Distribution: Debian
Posts: 83

Original Poster
Rep: Reputation: 15
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
 
Old 08-11-2004, 12:26 PM   #7
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
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
 
Old 08-11-2004, 12:26 PM   #8
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
you'll probably want to 644 most of the system files
 
Old 08-11-2004, 12:29 PM   #9
DaveyB
Member
 
Registered: Aug 2004
Location: UK
Distribution: Debian
Posts: 83

Original Poster
Rep: Reputation: 15
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
 
Old 08-11-2004, 12:38 PM   #10
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
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/
 
Old 08-11-2004, 12:43 PM   #11
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
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.
 
Old 08-11-2004, 12:45 PM   #12
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
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?
 
Old 08-11-2004, 12:48 PM   #13
Mephisto
Member
 
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453

Rep: Reputation: 31
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.
 
Old 08-11-2004, 12:48 PM   #14
DaveyB
Member
 
Registered: Aug 2004
Location: UK
Distribution: Debian
Posts: 83

Original Poster
Rep: Reputation: 15
yes when i change the inittab to 4 i get the GDB login screen when i want the KDE.
 
Old 08-11-2004, 01:00 PM   #15
insyte
Member
 
Registered: Jul 2004
Distribution: Slackware Current
Posts: 308

Rep: Reputation: 30
try clicking on sessions on the initial login gui and choose kde
 
  


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
I am such a NOOB - help please! AndyDoucet Linux - Newbie 6 12-23-2004 09:31 PM
noob with a noob question phoonerorlater Linux - Newbie 2 09-29-2004 03:43 PM
Firewall help (noob really really huge noob) ProtoformX Linux - Networking 1 03-29-2004 12:19 AM
Noob needs help Please Mikecore Linux - Laptop and Netbook 0 01-17-2004 08:26 AM
Complete noob question from a noob noob_hampster Linux - Software 2 09-04-2003 12:03 AM

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

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