Last active
August 15, 2017 15:53
-
-
Save daemin-hwang/0835f6e193b7ea2d516d076725704f2b to your computer and use it in GitHub Desktop.
우분투 xps 15 9550 터치패드 문제
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 우분투 xps 15 9550 터치패드 문제 | |
| xps 15 9550에서 발생하는 문제로 | |
| 타이핑하는 도중 터치패드에 손바닥이 닿게 되면 센서가 오동작해서 | |
| 마우스 클릭으로 인지되어 불편함을초래 하게 된다. | |
| 부팅시에 특정드라이버를 로딩하지 않게 함으로써 해결 가능한듯 하다. | |
| sudo vi /etc/modprobe.d/blacklist.conf | |
| ### 파일내에 | |
| blacklist i2c_designware-platform | |
| ### 입력 후 저장 reboot | |
| 해결방법은 아래 링크를 참조하였다 | |
| http://seb.mamessier.com/dell-xps-15-9550-ubuntu-16-04/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment