আরে বাবু iv একই সমস্যা হচ্ছে ...
এটি ইনস্টল করা এক্সপুট-ক্যালিব্রেটারটি ঠিক করতে
sudo apt-get install xinput-calibrator
তারপরে আপনি এটিকে সিস্টেম> প্রশাসন> ক্যালিব্রেট টাচ-স্ক্রিন থেকে চালাতে পারেন
আপনি ক্যালিব্রেট করার পরে এটি একটি টার্মিনাল আউটপুট প্রদর্শন করবে যা এর সাথে একই দেখাচ্ছে
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
আপনার প্রয়োজন কেবলমাত্র এই বিটটি উপেক্ষা করুন
Option "Calibration" "77 3935 115 3984"
টার্মিনাল টাইপ
sudo nano /usr/share/X11/xorg.conf.d/10-evdev.conf
এবং আপনার টাচ স্ক্রিন বিভাগে ক্যালিব্রেশন বিকল্পটি যুক্ত করুন
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "Calibration" "77 3935 115 3984"
EndSection
/etc/X11/xorg.conf.d/99-calibration.conf এর জন্য সহজ নির্দেশনাটি http://gnometechblog.weebly.com/1/post/2012/03/first-post.html এ পাওয়া যাবে