bookbta.blogg.se

Configure linux for tablet
Configure linux for tablet






configure linux for tablet

To do this, go to 'System Settings', then 'Start-up application'. To keep the settings accross reboot, you'll have to auto execute the script at start-up. Your key on tablet will be mapped for the active session. You can now double click and run the script. Then give it execute permission: In the file-manager right-click on it again > Properties > Permissions > and in front of Execute check the box for 'Allow executing file as a program'. When your script is finished you can save it. # execute "xrander" in a terminal to get the screen name ( DVI-D-0 in this example ) # alternate way to map to a single screen # xinput set-prop 'HUION Huion Tablet Pen' "Evdev Middle Button Emulation" 0 Xinput list-props 'HUION Huion Tablet Touch Strip pad' "Evdev Middle Button Emulation" 0 # xinput list-props 'HUION Huion Tablet Pen Mouse' Xsetwacom -set "$tabletpad" Button 1 "key +ctrl z" # Undo Xsetwacom -set "$tabletpad" Button 2 "key m" # Mirror Xsetwacom -set "$tabletpad" Button 3 "key Shift_L" # Resize brush Xsetwacom -set "$tabletpad" Button 8 "key b" # Brush

configure linux for tablet

Xsetwacom -set "$tabletpad" Button 9 "key t" # Transform tool Xsetwacom -set "$tabletpad" Button 10 "key +ctrl r" # Selection tool Xsetwacom -set "$tabletpad" Button 11 "key +ctrl shift a" # Deselect

configure linux for tablet

Xsetwacom -set "$tabletpad" Button 12 "key +ctrl a" # Select all Xsetwacom -set "$tabletstylus" Button 3 3 Xsetwacom -set "$tabletstylus" Button 2 2 Xsetwacom -set "$tabletstylus" Area 0 0 "$tabletX" "$newtabletY" NewtabletY=$(( $screenY * $tabletX / $screenX )) # xsetwacom -set "$tabletstylus" MapToOutput "HEAD-0" # xsetwacom -get "HUION Huion Tablet stylus" Area # doesn't work, I don't know why, but it works: : Xsetwacom -set "$tabletstylus" RawSample 4 # Setup HUION Q11 v2, after bridged to wacom driver with Digimend Kernel module. We will add a X11 custom rule to make the Digimend driver use the Wacom driver command line tool to setup our. You can us now use the tablet in wireless with dongle USB. The digimend driver should be listed among other modules after typing: The tablet should now start to work better, smoother and being listed as " HUION Huion Tablet stylus" when entering this command in a terminal: Here are the steps to install and set up your Huion Q11 v2 tablet. (With the help of David Revoy, and his post I share my success of the day, that of having succeeded in setting the keys of the Huion Q11 V2 graphics tablet on linux!








Configure linux for tablet