All pastes #2054250 Raw Edit

Unnamed

public text v1 · immutable
#2054250 ·published 2011-05-05 15:31 UTC
rendered paste body
pacman-db-upgrade
pacman -Syyu
useradd -m -g users -G audio,lp,optical,storage,video,wheel,games,power,scanner -s /bin/bash andy
passwd andy
pacman -S sudo
EDITOR=nano visudo
# sound
# X
pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils mesa xf86-video-nouveau
#>> /etc/X11/xorg.conf.d/20-nouveau.conf
echo 'Section "Device"' >> /etc/X11/xorg.conf.d/20-nouveau.conf
echo '    Identifier "n"' >> /etc/X11/xorg.conf.d/20-nouveau.conf
echo '    Driver "nouveau"' >> /etc/X11/xorg.conf.d/20-nouveau.conf
echo 'EndSection' >> /etc/X11/xorg.conf.d/20-nouveau.conf
pacman -S xorg-twm xorg-xclock xterm dbus ttf-dejavu
# add dbus to daemons
/etc/rc.d/dbus start
#startx
#pacman -S ttf-dejavu
#gnome
# manual to do list: add daemons: dbus modules: vboxdrv
#
#yaourt
#flash
echo '[multilib]' >> /etc/pacman.conf
echo 'Include = /etc/pacman.d/mirrorlist' >> /etc/pacman.conf
pacman -S flashplugin lib32-alsa-plugins lib32-libpulse
# lib32-libvdpau   nvidia gpu accelleration
pacman -S chromium transmission-gtk
#virtualbox
#pacman -S virtualbox qt
#gpasswd -a andy vboxusers
#/etc/rc.d/vboxdrv setup
#modprobe vboxdrv
#pacman -S lxde
pacman -S gnome gnome-extra gnome-system-tools gksu gamin
gconftool-2 -s /apps/gksu/sudo-mode -t bool true