s3c2440보드를 사용합니다.

 

tslib를 설치하여 테스트까지 문제없이 마쳤습니다.

 

헌데 qt4.5를 다운받아  설치를 했는데..

 

qt예제에서 포인터가 움직이지 않습니다.

 

/example폴더의 qws/mouecalibration을 띄워보니 No mouse handler라고 나타나더군요.

 

그리하여 QWS_MOUSE_PROTO=tslib:/dev/input/event1 을

 

QWS_MOUSE_PROTO=linuxtp:/dev/input/ts0 로 변경하여 띄우니 에러없이 뜨긴하나 십자 좌표를 정상클릭을 하여도

테스트 모드에서 좌우는 옮게 움직이는데 상하 좌표가 뒤바뀌어 나오는 문제점이 있는등 터치가 정상은 아니었습니다.

 

전 tslib를 이용하여 터치를 사용하고싶은데 왜 qt에서 돌지 않는것일까요? qt에서는 linuxtp라고 해야 욺직일뿐

 

컴파일을 옵션을 바꿔가면서 몇번째하고있지만 컴파일 시간이 만만치도 않고 방법을 모르겠습니다.

 

참 그리고 qt예제 같은데서 먹통이된 프로그램을어 떻게 종료할수있을가요?

 

시리얼 터미널로 접속해 프로세스를 강제로 죽이면 될줄알아 kill -9를 사용해서 해보면 콘솔은 여전히

 

돌아오지 않고 먹통인상태라 다시 부팅하는등.. 쉽지 않군요..

 

 

그리고 한가지 더... configure옵션중에 plugin-mouse-tslib가 있던데넣고 않넣고 에 따라서 아래와 같이 되던데

 이것의 차이가 뭔가요?

 

 

plugin-mouse-tslib를 넣지 않으면
 ........ yes
Session management .. no
Embedded support .... arm
Freetype2 support ... yes
Graphics (qt) ....... linuxfb multiscreen
Graphics (plugin) ...
Decorations (qt) .... styled windows default
Decorations (plugin)
Keyboard driver (qt). tty usb
Keyboard driver (plugin)
Mouse driver (qt) ... pc linuxtp tslib
Mouse driver (plugin)
OpenGL support ...... no
SQLite support ...... plugin (qt)


plugin-mouse-tslib를 넣으면

 ........ yes
Session management .. no
Embedded support .... arm
Freetype2 support ... yes
Graphics (qt) ....... linuxfb multiscreen
Graphics (plugin) ...
Decorations (qt) .... styled windows default
Decorations (plugin)
Keyboard driver (qt). tty usb
Keyboard driver (plugin)
Mouse driver (qt) ... pc linuxtp
Mouse driver (plugin) tslib
OpenGL support ...... no
SQLite support ...... plugin (qt)