Setting Up Arch Linux

Wed, Jun 3, 2009

Linux

  1. First of all update your system
    pacman -Syu
  2. Install xorg
    pacman -S xorg-server
  3. If you have a nvidia graphics card then you need to install these
    pacman -S nvidia nvidia-utils

    If you have a ati card then you need to install these

    pacman -S catalyst catalyst-utils
  4. Create your system admin user
    useradd -m -G users,audio,lp,optical,storage,video,wheel,power -s /bin/bash YOUR-USER-NAME-HERE

    Now we need to set a password for that user so type the following

    passwd YOUR-USER-NAME-HERE
  5. Install some packages
    pacman -S hal mesa openssh gnome gdm firefox gnome-terminal gedit file-roller gconf-editor gcalctool evince nautilus-cd-burner gnome-volume-manager gnome-power-manager ttf-ms-fonts ttf-dejavu ttf-bitstream-vera ttf-liberation flashplugin jre archlinux-themes-gdm numlockx alsa-utils codecs gstreamer0.10 gstreamer0.10-python gstreamer0.10-ffmpeg gstreamer0.10-good gstreamer0.10-bad gstreamer0.10-ugly gstreamer0.10-good-plugins gstreamer0.10-ugly-plugins gstreamer0.10-bad-plugins gstreamer0.10-base gstreamer0.10-base-plugins gstreamer0.10-pitfdll skype rdesktop pidgin purple-plugin-pack pidgin-encryption pidgin-libnotify aspell-en nmap wireshark irssi filezilla openoffice-base gnome-themes-extras gtk2-themes-collection tango-icon-theme tango-icon-theme-extras archlinux-themes-gdm hwd sudo
  6. Generate a Xorg Config
    hwd -xa

    If you have a nvidia graphics card do this aswell

    nvidia-xconfig
  7. Configuring audio run the following and set your volume levels
    alsamixer

    you can test you sound using

    aplay /usr/share/sounds/alsa/Front_Center.wav

    and then when your happy with it run

    alsactl store

    and finally add alsa to your daemons line of rc.conf

    DAEMONS=(syslog-ng !network netfs crond fam hal networkmanager alsa)
, , , , , , ,

This post was written by:

- who has written 47 posts on Tuts4Tech.

I am the owner of this website, please feel free to ask me any questions you have

Contact the author

Leave a Reply