Touch panel question
07 Jun 2018 10:12 #111842
by tecno
OK, will just have a bite and then I go down and see what I find. Logging on shortly from my workshop.
Replied by tecno on topic Touch panel question
use "xinput list" to find the string to use for the "matchproduct" entry.
OK, will just have a bite and then I go down and see what I find. Logging on shortly from my workshop.
Please Log in or Create an account to join the conversation.
07 Jun 2018 10:13 #111843
by andypugh
Replied by andypugh on topic Touch panel question
And try the file my way, with
Option "Calibration" "1565 265 259 1590"
All on one line (because that definitely works for me)
Option "Calibration" "1565 265 259 1590"
All on one line (because that definitely works for me)
Please Log in or Create an account to join the conversation.
07 Jun 2018 10:28 #111846
by tecno
No such command !
bengt@combimill:~$ xinput list
bash: xinput: kommandot finns inte
bengt@combimill:~$
Replied by tecno on topic Touch panel question
use "xinput list" to find the string to use for the "matchproduct" entry.
OK, will just have a bite and then I go down and see what I find. Logging on shortly from my workshop.
No such command !
bengt@combimill:~$ xinput list
bash: xinput: kommandot finns inte
bengt@combimill:~$
Please Log in or Create an account to join the conversation.
- InMyDarkestHour
- Offline
- User is blocked
Less
More
- Posts: 701
- Thank you received: 111
07 Jun 2018 10:29 #111847
by InMyDarkestHour
Seems to be what the docs say as well
Replied by InMyDarkestHour on topic Touch panel question
And try the file my way, with
Option "Calibration" "1565 265 259 1590"
All on one line (because that definitely works for me)
Seems to be what the docs say as well
Please Log in or Create an account to join the conversation.
- InMyDarkestHour
- Offline
- User is blocked
Less
More
- Posts: 701
- Thank you received: 111
07 Jun 2018 10:31 #111848
by InMyDarkestHour
Replied by InMyDarkestHour on topic Touch panel question
You may have to install xinput
sudo apt-get install xinput
Please Log in or Create an account to join the conversation.
07 Jun 2018 10:35 #111850
by andypugh
Replied by andypugh on topic Touch panel question
Also "Command not found" often means "You don't have the privileges to run this command" and the command is found with "sudo"
Please Log in or Create an account to join the conversation.
07 Jun 2018 10:38 #111851
by tecno
Replied by tecno on topic Touch panel question
bengt@combimill:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ 2.4G Keyboard id=9 [slave pointer (2)]
⎜ ↳ eGalax Inc. USB TouchController id=10 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ 2.4G Keyboard id=8 [slave keyboard (3)]
↳ 2.4G Keyboard id=11 [slave keyboard (3)]
bengt@combimill:~$
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ 2.4G Keyboard id=9 [slave pointer (2)]
⎜ ↳ eGalax Inc. USB TouchController id=10 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ 2.4G Keyboard id=8 [slave keyboard (3)]
↳ 2.4G Keyboard id=11 [slave keyboard (3)]
bengt@combimill:~$
Please Log in or Create an account to join the conversation.
07 Jun 2018 10:46 #111854
by tecno
Replied by tecno on topic Touch panel question
this in /etc/X11/xorg.conf now afre eiting to one-line
GNU nano 2.7.4 Fil: xorg.conf
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "calibration"
MatchProduct "eGalax Inc. USB TouchController"
Option "calibration" "63730 2394 3749 62842"
EndSection
GNU nano 2.7.4 Fil: xorg.conf
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "calibration"
MatchProduct "eGalax Inc. USB TouchController"
Option "calibration" "63730 2394 3749 62842"
EndSection
Please Log in or Create an account to join the conversation.
07 Jun 2018 10:48 #111855
by andypugh
Replied by andypugh on topic Touch panel question
"eGalax" might be worth a try as the identifier.
(just maybe punctuation upsets the match?)
(just maybe punctuation upsets the match?)
Please Log in or Create an account to join the conversation.
07 Jun 2018 10:58 #111856
by tecno
Replied by tecno on topic Touch panel question
Makes no difference, no new numbers will stick so there must be another file that overrides what ever I input in xorg.conf.
The question is where
The question is where
Please Log in or Create an account to join the conversation.
Time to create page: 0.180 seconds