-
Hardware & Machines
-
CNC Machines
-
my m4 Mazak lathe
my m4 Mazak lathe
Less
More
-
Posts: 187
-
Thank you received: 5
-
-
27 May 2011 19:46 #10114
by M4MazakUser
to get the touchscreen going i had to make the following file.
/usr/lib/X11/xorg.conf.d/10-evtouch.conf
which contained the following:
Section "InputClass"
Identifier "touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evtouch"
Option "MinX" "295"
Option "MaxX" "3815"
Option "MinY" "200"
Option "MaxY" "3948"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "50"
Option "SwapX" "false"
Option "SwapY" "false"
Option "SendCoreEvents" "on"
Option "Rotate" "ccw"
Option "ReportingMode" "raw"
EndSection
Please Log in or Create an account to join the conversation.
-
Hardware & Machines
-
CNC Machines
-
my m4 Mazak lathe
Time to create page: 0.059 seconds