You are not logged in.
Pages: 1
Can someone be very nice and post a KDE install guide. I have tried to install it, but with no success. All instructions are scattered so I was wondering if someone could post a guide with every step neccessary from the installation of Arch to a working KDE. That whould be very nice.
Offline
pacman -Sy kde
Then answer "Yes" to the question if the whole content should be installed.
Then check http://archlinux.org/packages/search/?q=i18n for the appropriate language pack and install it.
Next, edit your .xinitrc to do "exec startkde" and then restart X11. Enjoy!
I hope that wasn't too quick and dirty. It always worked for me.
Todays mistakes are tomorrows catastrophes.
Offline
how do I edit my .xinitrc?
Offline
how do I edit my .xinitrc?
From the command line:
cd $HOME
nano ~/.xinitrc
Offline
Then i get this errormessage:
line 9: exec: wmaker: not found
Offline
Then i get this errormessage:
line 9: exec: wmaker: not found
Your .xinitrc should look like that:
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
# exec wmaker
exec startkde
# exec icewm
# exec blackbox
# exec fluxbox
Relevant for you is that everything except "exec startkde" is commented with an #.
Todays mistakes are tomorrows catastrophes.
Offline
OK I have done that, but when i try to run kde by typing "kdm" the screen goes black for a second then it comes back to the console and nothing more happens.
Offline
your /etc/inittab seems like this:
id:3:initdefault:
x:5:respawn:/usr/X11R6/bin/xdm -nodaemon
if you change it to:
id:5:initdefault:
x:5:respawn:/opt/kde/bin/kdm -nodaemon
you'll never meet with console when you reboot your computer.
In a world without walls,who need windows?
Offline
that didnt change a thing
Offline
i forgot to ask have you ever installed KDM?
In a world without walls,who need windows?
Offline
No I have never installed it and this is the first time I am installing and using any linux .
Offline
Did you followed mucknert suggestions and did:
pacman -Sy kde
If yes, then kdm is installed. You'll need to reboot to see the effect of the changes you made to /etc/inittab.
Offline
I did all that yes, still no changes. Do I have to setup my videocard settings or something?
Offline
Which brings me to one question: did you even configure X11? If this is the first time installing and using a Linux-Distribution I guess you did not. Perhaps you should try a less basic Distribution and start out with it, first? Kubuntu springs to mind..
Todays mistakes are tomorrows catastrophes.
Offline
no i wish to try this one
how do i configure X11?
Offline
Maybe this'll get you going in the right direction.
Offline
That helped alot, thanks so much^^
Offline
Pages: 1