You are not logged in.

#1 2003-09-22 02:08:27

bhrich902
Member
Registered: 2003-09-21
Posts: 76

gui after install...

im about to install arch as soon as the HD i bought on ebay comes in, but wondering, if i successfully manage to install it, after i reboot to run it, will it go right into kde or does it go a text mode? if it doesn't, what do i do?, and if i do, do i have to set anything so that it always boot into kde? thx...

Offline

#2 2003-09-22 04:02:16

yowwww
Member
Registered: 2003-09-04
Posts: 112

Re: gui after install...

well, I really wouldn't suggest it. It is much safer to boot into runlevel 3 and then just enter your root password and type: kdm - which gives your login screen (if you are using kde)

Having said that, if you want to start in runlevel 5, check out your /etc/inittab file and look at this line:

id:3:initdefault

and replace the 3 with a 5.

Again, I don't recommend it, but if you really want to do it, that should work.

Offline

#3 2003-09-22 06:00:38

bhrich902
Member
Registered: 2003-09-21
Posts: 76

Re: gui after install...

k, since i haven't seen arch at all, what exactly happens from the second u start your computer? about how long things take to load? arch will go into:

dell optiplex gx1 pII 400mhz
262 ram
floppy
cd (waiting for nec cdburner, hope it works)
6gig (waiting for 7.6gig hd)

which i should brag i got for $25  :shock:

Offline

#4 2003-09-22 07:07:57

Arielext
Member
From: Amersfoort, the Netherlands
Registered: 2002-08-12
Posts: 362
Website

Re: gui after install...

Okay, when your computer starts you will be prompted with the standard linux console. Now you can login and configure X to set your monitor rates, mouse type and videocard. After that you can tell your computer to start kde when you typ startx or you can go on and configure KDM.


apt-get install arch

Offline

#5 2003-09-22 15:14:27

_JeffG_
Member
Registered: 2003-08-04
Posts: 61
Website

Re: gui after install...

Don't do kdm at boot until you have X configured properly because if X does not start but fails with errors the system will continuously try to start a broken X for you.  Therefore. I highly recommend making sure 'startx' brings up X in a useful manner first.

Jeff

Offline

#6 2003-09-22 17:00:27

terrapin
Member
From: Lockport, IL
Registered: 2003-08-06
Posts: 104

Re: gui after install...

assuming you installed the 'base' system.  It will boot to a command prompt.

Here is a very rough guide to installing kde/gnome and how I got it installed on my machine

#pacman -S cvs  'this installs the Concurrent Versions System used by abs
#abs   ' this tool downloads the package tree and lists all the packages available to you
#pacman -S xfree  'install the xfree package and any required depends
#cd /var/abs/kde
#pacman -S `bin/ls`  'install the kde group and any required depends
configure xfree
edit /etc/rc.conf and add 'kdm' to your modules array under DEAMONS
reboot and you should get kdm as your login manager.

BTW: there is probably a 'better' way of installing kde but this is the way i am most comfortable doing it.

Offline

#7 2003-09-22 17:05:05

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: gui after install...

terrapin wrote:

#cd /var/abs/kde
#pacman -S `bin/ls`  'install the kde group and any required depends
configure xfree
edit /etc/rc.conf and add 'kdm' to your modules array under DEAMONS
reboot and you should get kdm as your login manager.

BTW: there is probably a 'better' way of installing kde but this is the way i am most comfortable doing it.

pacman -S kde...pacman now can do group installs for items such as kde.


AKA uknowme

I am not your friend

Offline

#8 2003-09-23 01:44:25

bhrich902
Member
Registered: 2003-09-21
Posts: 76

Re: gui after install...

k, i'll be installing the other larger iso, not the base, so arielext, is that the point at which i do what u said?? thx ppl.

Offline

Board footer

Powered by FluxBB