You are not logged in.
Pages: 1
hi!
How do i install kde. What other packages should i install?
thank you
benny
Offline
pacman -S kde
This will install all the kde packages and any dependencies that have yet to be installed.
Offline
And if yuo want, that start KDE login manager after yuo turn on computer yuo need edit yuo "/etc/inittab" and it must look like this:
#
# /etc/inittab
#
# Runlevels:
# 0 Halt
# 1(S) Single-user
# 2 Not used
# 3 Multi-user
# 4 Not used
# 5 X11
# 6 Reboot
id:5:initdefault:
#id:3:initdefault:
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p
c1:2345:respawn:/sbin/agetty 38400 vc/1 linux
c2:2345:respawn:/sbin/agetty 38400 vc/2 linux
c3:2345:respawn:/sbin/agetty 38400 vc/3 linux
c4:2345:respawn:/sbin/agetty 38400 vc/4 linux
c5:2345:respawn:/sbin/agetty 38400 vc/5 linux
c6:2345:respawn:/sbin/agetty 38400 vc/6 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
x:5:respawn:/opt/kde/bin/kdm -nodaemon
# End of file
Goodbee
Goodbye!
Offline
Thank you !!!
Offline
And if yuo want, that start KDE login manager after yuo turn on computer yuo need edit yuo "/etc/inittab" and it must look like this:
[SNIP]
Or use /etc/rc.d/kdm
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
Or adding 'kdm' in your /etc/rc.conf as last in the daemon's line
Offline
And don't forget to install the needed kde-i18n-xx packages if necessary
Offline
Pages: 1