-
Change keyboard layout:
loadkeys no
-
Verify boot mode:
ls /sys/firmware/efi/efivars
(If the directory exist your computer supports EFI)
-
Ping some site on the Internet to verify connection:
ping archlinux.org
Install the following packages
xserver-xorg-core
(server)xserver-xorg-video-XXX
(video driver, XXX depends on your hardware)xserver-xorg-input-XXX
(input device driver, XXX depends on your hardware. evdev
works well for most cases)x11-xserver-utils
(xmodmap
, xrandr
)x11-xkb-utils
(setxkbmap
)x11-utils
(xdpyinfo
, xev
, xkill
, xprop
, xwininfo
)