본문 바로가기

Software&Hardware/OS_Linux

터치스크린 설정방법 (touchkit)

반응형
Note:

There is a kernel module "touchkitusb" bundle with the kernel 2.6.x.

Unforunately, It does not provide the calibration utility for touchscreen use.

By OS default, this kernel module will be loaded automatically.

Please be sure to unload this kernel module "touchkitusb" manually before you

install the touch screen USB touchkit driver.

You can unload that unwanted USB kernel module via command line.

Ex.

rmmod touchkitusb
 
-------------------------------------------------------------------------------------------------------

 
 리눅스에서 eGalax 사의 터치 스크린을 인식시킬때 (USB방식으로 ) 커널 2.6 에선 기본적으로 드라이버가 인식이됩니다 .
자동적으로 ......
 
 하지만 기본 모듈은 기본적인 기능으로서 보통 세로좌표와 가로좌표가 엇깔려 있고, 좌표설정을 수가 없는 문제점이 있습니다.
그래서 'touchkit' 이라는 모듈을 다시 설치한 위의 하이라이트 된  'rmmod touchkitusb' 로서 모듈을 제거한후 (?)
다시 modprobe(2.6기준) 다시 모듈을 올려줘야 한다는 것이다.
 
알아서 깔고 잡아주고 한다. ( eGalax 이런거 잘해놓은듯 ) 고로 편리하게 리눅스상에서도 사용가능하다.


반응형

'Software&Hardware > OS_Linux' 카테고리의 다른 글

sudo사용의 필요성  (0) 2013.12.08
vim 사용법  (0) 2013.12.08
ramdisk 생성 ( Linux )  (0) 2013.12.08
xset 설정  (0) 2013.12.05
linux상에서 패스워드 없이 sudo 사용  (0) 2013.12.05