170710 Log

2017. 7. 10. 12:21

cybertramp Linux/Arch distro

### 170710


## HANGUL input setting (http://ders45.blogspot.kr/2017/03/manjaro-linux-17.html)

sudo pacman -S ibus-hangul ibus-qt

vi ~/.xprofile


# EOF to input

export GTK_IM_MODULE=ibus

export XMODIFIERS=@im=ibus

export QT_IM_MODULE=ibus

export OOO_FORCE_DESKTOP="gnome"


ibus-daemon -drx


# END


# NANUM FONT install

yaourt -S ttf-nanum

# libreoffice korean ver install

sudo pacman -S libreoffice-still-ko


# reboot

# 완벽하게 한글 입력 가능!


## 필요없는 firefox 삭제

yaourt -R firefox


## source code pro 글꼴 설치

# https://www.archlinux.org/packages/extra/any/adobe-source-code-pro-fonts/

# 내려받고 tar.xz 소프트웨어 설치


## unzip 설치

yaourt -S unzip


## D2coding 설치

# D2coding ttf가 들어있는 압축파일 풀고

# 파일 있는 위치에서

cp D2coding.ttf /usr/share/fonts/TTF


## elantech touchpad 해결(미해결)

# 참조 : https://askubuntu.com/questions/763584/elantech-touchpad-not-working-on-ubuntu-16-04-and-arch-linux

# su 권한

vim /etc/default/grub

# 위에서 네번째 줄 아래와 같이 수정

GRUB_CMDLINE_LINUX_DEFAULT="i8042.reset quiet splash"

update-grub

# 재부팅 했지만 작동 안됨

# 다시 원복


# 참조 https://wiki.archlinux.org/index.php/Touchpad_Synaptics

yaourt -S xf86-input-synaptics

# 재부팅

yaourt -S libinput

# 시나몬의경우

#To change these settings in Cinnamon:

#Open Cinnamon System Settings.

#Click Mouse and Touchpad.

#Change the settings on the Touchpad tab.


#안됨 ㅠㅠ