hey anh chàng iv đã có một vấn đề tương tự ....
Để sửa lỗi này, tôi đã cài đặt bộ hiệu chuẩn xinput
sudo apt-get install xinput-calibrator
sau đó bạn có thể chạy nó từ Hệ thống> Quản trị> Hiệu chỉnh màn hình cảm ứng
sau khi bạn hiệu chỉnh, nó sẽ hiển thị đầu ra đầu cuối trông giống như thế này
Warning: multiple calibratable devices found, calibrating last one (eGalax INC. USB TouchController)
use --device to select another one.
Calibrating EVDEV driver for "eGalax INC. USB TouchController" id=12
current calibration values (from XInput): min_x=0, max_x=4095 and min_y=0, max_y=4095
Doing dynamic recalibration:
Setting new calibration data: 77, 3935, 115, 3984
--> Making the calibration permanent <--
copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf'
Section "InputClass"
Identifier "calibration"
MatchProduct "eGalax INC. USB TouchController"
Option "Calibration" "77 3935 115 3984"
EndSection
bỏ qua hầu hết điều này chỉ một chút bạn cần là
Option "Calibration" "77 3935 115 3984"
trong loại thiết bị đầu cuối
sudo nano /usr/share/X11/xorg.conf.d/10-evdev.conf
và thêm tùy chọn Hiệu chỉnh vào phần màn hình cảm ứng của bạn
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "Calibration" "77 3935 115 3984"
EndSection
đối với /etc/X11/xorg.conf.d/99-calibr.conf có thể tìm thấy hướng dẫn đơn giản trên http://gnometechblog.weebly.com/1/post/2012/03/first-post.html