# pacman -S xorg-server xorg-xinit xorg-xclock xtermドライバのインストール
何をインストールするか決めて、例えばgnome のインストール# lspci | grep VGA# pacman -S xf86-video-intel
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
# pacman -S gnome gnome-extra.xinitrc
#! /bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
#
exec gnome-session
#
# ...or the Window Manager of your choice
#
# exec cinnamon
# exec awesome
# exec startkde
# exec startxfce4