Вообще, странный альт линукс, взял ради эксперимента два идентичных терминала, на один накати Убунту, на другой Альт, с Убунтой проблем не возникло, установился драйвер и все пошло... А вот с альтом беда. Не хочет работать, уж и в конфиги и в автостарты и драйвер от кея нашел и его утановил, но это не лечит. Собственно для того что-бы иметь представление:
калибровка тач стекла:
Спойлер
xinput_calibrator
Calibrating standard Xorg driver "HID 1aad:0001"
current calibration values: min_x=0, max_x=65535 and min_y=0, max_y=65535
If these values are estimated wrong, either supply it manually with the --precalib option, or run the 'get_precalib.sh' script to automatically get it (through HAL).
--> Making the calibration permanent <--
copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf' (/usr/share/X11/xorg.conf.d/ in some distro's)
Section "InputClass"
Identifier "calibration"
MatchProduct "HID 1aad:0001"
Option "MinX" "5581"
Option "MaxX" "7629"
Option "MinY" "731"
Option "MaxY" "2309"
Option "SwapXY" "0" # unless it was already set to 1
Option "InvertX" "0" # unless it was already set
Option "InvertY" "0" # unless it was already set
EndSection
Калибровка Фэйка (т.е. туда куда реально нажимаешь) стекла:
Спойлер
xinput_calibrator --fake
Calibrating standard Xorg driver "Fake_device"
current calibration values: min_x=0, max_x=1000 and min_y=0, max_y=1000
If these values are estimated wrong, either supply it manually with the --precalib option, or run the 'get_precalib.sh' script to automatically get it (through HAL).
--> Making the calibration permanent <--
copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf' (/usr/share/X11/xorg.conf.d/ in some distro's)
Section "InputClass"
Identifier "calibration"
MatchProduct "!!Name_Of_TouchScreen!!"
Option "MinX" "85"
Option "MaxX" "116"
Option "MinY" "12"
Option "MaxY" "35"
Option "SwapXY" "0" # unless it was already set to 1
Option "InvertX" "0" # unless it was already set
Option "InvertY" "0" # unless it was already set
EndSection
Change '!!Name_Of_TouchScreen!!' to your device's name in the config above.
Калибровка Фэйка мышью, точно попадая по точкам:
Спойлер
xinput_calibrator --fake
Calibrating standard Xorg driver "Fake_device"
current calibration values: min_x=0, max_x=1000 and min_y=0, max_y=1000
If these values are estimated wrong, either supply it manually with the --precalib option, or run the 'get_precalib.sh' script to automatically get it (through HAL).
--> Making the calibration permanent <--
copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf' (/usr/share/X11/xorg.conf.d/ in some distro's)
Section "InputClass"
Identifier "calibration"
MatchProduct "!!Name_Of_TouchScreen!!"
Option "MinX" "-1"
Option "MaxX" "1001"
Option "MinY" "1"
Option "MaxY" "999"
Option "SwapXY" "0" # unless it was already set to 1
Option "InvertX" "0" # unless it was already set
Option "InvertY" "0" # unless it was already set
EndSection
Change '!!Name_Of_TouchScreen!!' to your device's name in the config above.
Не было бы так обидно, если бы на убунту это не заработало, но к сожалению на убунту все работает и даже очень хорошо работает, я расстроен...