1. eGalax Touch Driver Download
http://www.eeti.com.tw/drivers_Linux.html
ubuntu 18.04 일 경우 eGTouch_v2.5.5814.L-x 파일을 다운 받는다.
2. eGTouch Install
~]$ tar xvfz eGTouch_v2.5.5814.L-x.tar.g ~]$ cd eGTouch_v2.5.5814.L-x ~]$ sudo ./setup.sh |
자세한 사항은 Guide PDF 문서를 확인
3. system 등록 ( 자동 시작 )
~]$ sudo vi /etc/systemd/system/eGTouch.service
# eGalax Touchscreen service file
[Unit]
Documentation=man:systemd-sysv-generator(8)
SourcePath=/usr/bin/eGTouchD
DefaultDependencies=no
Before=sysinit.target
After=apparmor.service
[Service]
Type=forking
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
TimeoutSec=0
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=no
User=root
Group=root
ExecStart=
ExecStart=/usr/bin/eGTouchD start
ExecReload=/usr/bin/eGTouchD restart
ExecStop=/usr/bin/eGTouchD stop
[Install]
WantedBy=multi-user.target
~]$ sudo systemctl daemon-reload ~]$ sudo systemctl enable eGTouch.service ~]$ sudo systemctl restart eGTouch.service ~]$ sudo systemctl status eGTouch.service ~]$ sudo reboot |
* 재시작 후 터치스크린이 작동 한다면 성공 ! ^^
* 화면 설정 ( calibration )
~]$ sudo /usr/bin/eGTouchU |
'Server(Windows&Linux)' 카테고리의 다른 글
[Linux] firewall-cmd IP 막기 reject (0) | 2019.04.10 |
---|---|
[PM2] pm2 클러스터 개수 조절 scale (0) | 2019.04.09 |
[Linux] Runlevel 변경 ( with CentOS 7 ) (0) | 2018.07.03 |
[Linux] CentOS 7 SSH PORT 변경 ( Job for ssh.service failed because the control process exited with error code...) (1) | 2018.06.21 |
[Apache] 80 포트가 사용 중일 때 nt kernel & system (0) | 2017.02.22 |