LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 12-16-2006, 01:27 PM   #1
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Rep: Reputation: 31
no gui did i install properly


i just installed Arch 7.1 noodle and when i rebooted i was sent to a command prompt saying my localhost. upon hit enter i was logged in as root. did I make some mistake or is this right. if this is right what is the next step.
 
Old 12-16-2006, 01:54 PM   #2
chilebiker
Member
 
Registered: Jun 2006
Location: Lake District, Chile
Distribution: Arch
Posts: 50

Rep: Reputation: 17
most answers can be found on the arch-wiki pages or on the arch forum.

did you do a base install? if yes:

a) password for root
Code:
passwd
b) add user account
Code:
adduser
c) activate internet connection, for me it was
Code:
pppoe-setup
d) update base install
Code:
pacman -Syu
if there's a kernel panic after rebooting, change your lilo/grub config-file (initrd=/boot/kernel26.img instead of initrd26.img)

e) install x11
Code:
pacman -S xorg hwd font-bh-ttf xterm
f) configure xorg.conf
Code:
hwd -x
don't forget to rename xorg.conf.hwd to xorg.conf in /etc/X11

g) install nvidia (or ati) drivers. check wiki for ati-drivers, for nvidia it is
Code:
pacman -S nvidia nvidia-utils nvclock
h) update xorg.conf with nvidia
Code:
nvidia-xconfig
don't forget to include "nvidia" in /etc/rc.conf. check wiki for ati

i) install kde
Code:
pacman -S kde
to autostart kde on startup, change 2 lines in /etc/inittab:
id:5:initdefault:
x:5:respawn:/opt/kde/bin/kdm -nodaemon
in /home/[username_here]/.xinitrc uncomment the line
exec startkde

k) install more programs...

Last edited by chilebiker; 12-16-2006 at 02:00 PM.
 
Old 12-16-2006, 04:57 PM   #3
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Original Poster
Rep: Reputation: 31
thanx chilebiker thanx. this was exactly what i needed... just a thought i see what the big deal is about. i think you guys have found your newest arch convert.
 
Old 12-16-2006, 08:03 PM   #4
chilebiker
Member
 
Registered: Jun 2006
Location: Lake District, Chile
Distribution: Arch
Posts: 50

Rep: Reputation: 17
@thebiggiantmouse
you're welcome!

i myself recently switched from mandriva to arch, and i know what it means to install this distro - it took me close to three evenings to finally get it working but i must say it was well worth all the trouble, i just love it!
 
Old 12-20-2006, 10:25 PM   #5
dou13
LQ Newbie
 
Registered: Aug 2006
Posts: 2

Rep: Reputation: 0
you shouldnt really use the 0.7.1 installer. its almost a year old and the changes are humongous since then. try the latest 0.8 isos available. they should solve many potential problems
 
Old 12-22-2006, 09:58 AM   #6
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by dou13
you shouldnt really use the 0.7.1 installer. its almost a year old and the changes are humongous since then. try the latest 0.8 isos available. they should solve many potential problems
Where can I download this LQ downloads only goes to
 
Old 12-22-2006, 10:27 AM   #7
mcmillan
Member
 
Registered: Jul 2005
Distribution: Arch
Posts: 489

Rep: Reputation: 30
The 0.8 iso is still only alpha, but it's available here . Since arch using a rolling release, 0.8 cd is just what's in the stable at the time of release. I don't know if the alpha cd is only stable, or if it also includes things from the unstable repository that they expect to have ready by the official release. The biggest concern would be if the installer is still buggy. There's a discussion about the cd on the arch forums here

Since it sounds like you have arch working now, there's no reason to reinstall with the 0.8 cd anyway though. Like I said the rolling release means if when you update you're installed packages you have everything just the same. The differences between releases are only significant for what you get when you first install.
 
Old 12-29-2006, 09:22 AM   #8
clericvash
LQ Newbie
 
Registered: Sep 2004
Location: England
Distribution: Ubuntu 10.10
Posts: 14

Rep: Reputation: 0
Can you easily upgrade from version to version, like distros like ubuntu you can use the distro upgrade util to upgrade from say breezy to dapper, can you do this with arch?

Many thanks.
 
Old 12-29-2006, 01:00 PM   #9
mcmillan
Member
 
Registered: Jul 2005
Distribution: Arch
Posts: 489

Rep: Reputation: 30
It's even easier than with ubuntu.

There really isn't separate versions in arch, more like versions of the install. Once it's installed the regular update process (pacman -Syu) will update everything to the repositories. Each version is just what's in the repositories at the time it's released.
 
Old 01-01-2007, 09:20 AM   #10
clericvash
LQ Newbie
 
Registered: Sep 2004
Location: England
Distribution: Ubuntu 10.10
Posts: 14

Rep: Reputation: 0
Ah i see thanks for that bit of info, might give this a shot sometime then mabye.
 
  


Reply



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
fc3 install doesnt install grub properly onto sata drive sabo Linux - Newbie 4 02-03-2007 04:04 PM
urpmis don't install properly sofasurfer Linux - Software 1 03-19-2006 06:53 AM
Mandriva won't install properly... tafdavid Linux - Software 4 11-23-2005 05:19 AM
Monitor not working properly - GUI is messy whit2333 Linux - Hardware 2 06-26-2005 05:12 PM
Suse 9, RH9 wont install properly. Mandrake 9 wont boot properly? Help. l2ich84 Linux - Newbie 1 01-31-2004 11:02 AM

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

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