우분투 12.04.4 LTS로 설치했더니
설치중에 한번 해상도 변경되는지 먹통이 되어
두번째 시도시에는 사용자 입력 이후에
ctrl-alt-f6을 눌러 콘솔을 바꿔버리고 top으로 진척도를 보다
완료후에 ctrl-alt-f7로 복귀하여 정상적으로 설치 종료함
내 장비의 경우에는 x,y 축이 바뀌어 있어서
direction=4로 x,y축을 바꾸어 주고 opengalax 를 실행하고
나온 값을 다시 opengalax.conf에 넣어주었다.
터치마우스 설치 및 설정
$ sudo add-apt-repository ppa:poliva/opengalax
$ sudo apt-get update
$ sudo apt-get install opengalax
$ sudo service opengalax stop
$ sudo vi /etc/opengalax.conf
# opengalax configuration file #### config data: serial_device=/dev/serio_raw0 uinput_device=/dev/uinput rightclick_enable=1 rightclick_duration=350 rightclick_range=10 # direction: 0 = normal, 1 = invert X, 2 = invert Y, 4 = swap X with Y direction=4 # set psmouse=1 if you have a mouse connected into the same port # this usually requires i8042.nomux=1 and i8042.reset kernel parameters psmouse=0
#### calibration data: # - values should range from 0 to 2047 # - right/bottom must be bigger than left/top # left edge value: xmin=0 # right edge value: xmax=2047 # top edge value: ymin=0 # bottom edge value: ymax=2047 |
$ sudo opengalax -c
opengalax v0.4
Configuration data: serial_device=/dev/serio_raw0 uinput_device=/dev/uinput rightclick_enable=1 rightclick_duration=350 rightclick_range=10 direction=4 psmouse=0
Calibration data: xmin=0 xmax=2047 ymin=0 ymax=2047
pannel initialized Move the mouse around the screen to calibrate. When done click Ctrl+C to exit. Remember to edit /etc/opengalax.conf and save your calibration values
xmin=206 xmax=2119 ymin=143 ymax=1951 |
$ sudo vi /etc/opengalax.conf
# opengalax configuration file #### config data: serial_device=/dev/serio_raw0 uinput_device=/dev/uinput rightclick_enable=1 rightclick_duration=350 rightclick_range=10 # direction: 0 = normal, 1 = invert X, 2 = invert Y, 4 = swap X with Y direction=4 # set psmouse=1 if you have a mouse connected into the same port # this usually requires i8042.nomux=1 and i8042.reset kernel parameters psmouse=0
#### calibration data: # - values should range from 0 to 2047 # - right/bottom must be bigger than left/top # left edge value: xmin=206 # right edge value: xmax=2119 # top edge value: ymin=143 # bottom edge value: ymax=1951 |
$ sudo service opengalax restart
[링크 : http://cafe.naver.com/umid/16190]