Galaxy S4 Mini (int), GT-I9195
<blockquote> heimdall flash –RECOVERY recovery.img –no-reboot </blockquote>
Tip: The file may not be named identically to what's in this command. If the file is wrapped in a zip or tar file, extract the file first, because heimdall isn't going to do it for you.
usb-devices:
<blockquote> lsusb | grep -i wacom </blockquote>
&
<blockquote> lsmod | grep -i wacom </blockquote>
wacom-devices & id:
<blockquote> xsetwacom –list </blockquote>
input-devices & id:
<blockquote> xinput –list </blockquote>
get the names of my displays:
<blockquote> xrandr </blockquote>
To get the tablet to work on only that monitor you can run the command:
<blockquote> xinput map-to-output <ID> <display> </blockquote>
example:
<blockquote> xinput map-to-output 9 HDMI-0 </blockquote>