RPi
-
GeekPI 7 TouchScreen 간단셋업IT팁&추천 2020. 2. 29. 04:43
- 수동 설정 vi /boot/config.txt hdmi_group=2 hdmi_mode=87 hdmi_cvt 1024 600 60 3 0 0 0 hdmi_force_hotplug=1 - 스크립트로 설정 git clone https://github.com/geeekpi/lcd-config.git cd ~/lcd-config sudo chmod +x resolution_tool.sh sudo bash resolution_tool.sh and then follow the step to chose the screen type that you have, and it will automatically setup the resolution for you.
-
라즈베리파이에서 마우스 커서 숨기기/켜기IT팁&추천 2020. 2. 29. 03:22
1. 터미널 오픈 후 아래 명령어 입력 sudo vi /etc/lightdm/lightdm.conf 2. 설정중에서 "-nocursor" 라고 되어있는 라인을 찾는다 ex) xserver-command=X -nocursor 3-1 (커서가 나왔으면 하는 경우) 아래를 주석처리한다. ex) "#xserver-command=X -nocursor" 3-2 (커서가 안나왔으면 하는 경우) 주석처리를 해제한다. ex) "xserver-command=X -nocursor"