http://mirror.star4u.org/archlinux/
http://ftp.lecl.net/pub/archlinux/
http://ftp.kaist.ac.kr/ArchLinux/
http://mirror.yongbok.net/archlinux/
ftp://mirror.yongbok.net/archlinux/
ftp://ftp.lecl.net/pub/archlinux/
1. /etc/pacman.conf 파일에 아래 라인 추가
[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64
2. 리포 업데이트
pacman -Sy
3. yaourt 설치
pacman -S yaourt
customizepkg
rsync
pacman-color
bash-completion
sudo
# adduser
Additional groups (comma separated) :network, audio, video, wheel
# visudo
%wheel ALL=(ALL) ALL
$ yaourt -S networkmanager network-manager-applet
modemmanager
dhclient
iptables
dnsmasq
bluez
openresolv
$ yaourt -S acpi acpid alsa-lib alsa-plugins alsa-utils alsa-tools alsa-oss consolekit
$ sudo nano /etc/rc.conf
DAEMONS=(syslog-ng dbus networkmanager @alsa netfs crond)
$ sudo reboot
$ yaourt -S xorg-server xorg-xinit xorg-utils xorg-server-utils
$ yaourt -S xorg-twm xterm
$ yaourt -S mesa mesa-demos
$ yaourt -S xf86-video-intel xf86-video-vesa xf86-video-fbdev
(or $ yaourt -S nvidia nvidia-utils )
$ yaourt -S base-devel
$ yaourt awesome-git awesome-themes-git feh
$ yaourt -S hwinfo
$ sudo hwinfo --framebuffer
$ sudo /boot/grub/menu.lst
can not open /dev/fb0
kernel /vmlinuz-linux root=/dev/sda1 ro vga=0x034d
( 0x034d : 1920x1080 24bit )
[drm] failed to open device
kernel /vmlinuz-linux root=/dev/sda1 ro vga=0x034d nomodeset
$ cp /etc/skel/.xinitrc ~/
$ nano .xinitrc
exec ck-launch-session dbus-launch awesome
$ mkdir -p ~/.config/awesome/
$ cp /etc/xdg/awesome/rc.lua ~/.config/awesome/
$ cp -ar /usr/share/awesome/themes ~/.config/awesome/
wget http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFont_TTF_ALL.zip
volwheel
pacman -S xf86-input-synaptics
/etc/X11/xorg.conf.d/10-synaptics.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
EndSection
gvfs-smb pcmanfm gamin gnome-menus tangerine-icon-theme ntfs-3g
chromium lxterminal leafpad gpicview lxappearance deluge gnome-themes-extras ttf-ubuntu-font-family gstreamer0.10-plugins xcompmgr totem thunar-volman
======================
bluez blueman cheese hardinfo
xfce4 xfce4-goodies fortune-mod
conky cairo-dock
=====================
add lines to end of your ~/.config/awesome/rc.lua:
awful.util.spawn_with_shell("ibus-daemon")
== pcmanfm : authentication is required
leafpad /usr/share/polkit-1/actions/org.freedesktop.udisks.policy
Find the id:
org.freedesktop.devicekit.disks.filesystem-mount-system-internal
Look for the line
<allow_active>auth_admin_keep</allow_active>
replace to
<allow_active>yes</allow_active>
== Automatic login to virtual console : Edit /etc/inittab
c1:2345:respawn:/sbin/agetty -8 -s 38400 tty1 linux
to
c1:2345:respawn:/sbin/agetty -a USERNAME -8 -s 38400 tty1 linux
댓글 없음:
댓글 쓰기