Hi Paul,
It works!
Ok, can you also tell me whats the similar application or files comparing with the following windows counterpart:
1) autoexec.bat
2) config.sys
3) Windows Explorer
Thanks!
Main Topics
Browse All TopicsGreetings,
How do I config my Slackware so that it boot directly into the KDE desktop login. Right now I have to login at the command prompt first, then activate KDE desktop by keying in "kdm", then login again.
And my mouse wheel feature is not working in KDE, how do I set it up also?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
actually KDE have the file manager function as the windows explorer, 'cos I selfdom use KDE (well I'm a console mode user), after I did a seach in kde.org I got this http://docs.kde.org/en/HEA
For USB stuff, I got the kcmusb in kde.org site may be helpful for u, have a look here http://www.kde.com/Applica
Business Accounts
Answer for Membership
by: paullamhkgPosted on 2003-10-01 at 20:26:28ID: 9471530
For your wheel mouse someone have the similar as your have a check here http://forums.devshed.com/ archive/33 /2003/8/4/ 39787
me or /etc/X11/xinit/xinitrc.kde )
To make X start on boot... pico (or vi, joe, etc) /etc/inittab
Line 23 (on slack 8, prolly most others) looks like this:
id:3:initdefault:
Make it look like this:
id:4:initdefault:
This will (by default) boot straight into kdm (kde's login manager) If you would prefer to boot into gdm (gnome's) or xdm (hooray for grey) just modify /etc/rc.d/4rc.d
move whichever line you prefer to the top (i'm sure u have at least a basic understanding of shell scripts if ur playing with startup files :P )
Both gdm and kdm allow you to select which window manager you wish to use when you login.
for X4.x (i dont remember 3, but its basically the same) just link /etc/X11/xinit/xinitrc to whichever file in that directory you wish to be your default windowmanger i.e. /etc/X11/xinit/xinitrc.gno
By the way... ur you're not worried about resources... you can run both gnome and kde simultaneously... you have to start kde first, then run gnome-session from an xterm (at least I think that's the way I used to do it... i dunno)