Giter Club home page Giter Club logo

huion950pkubuntu's Introduction

Huion 950P tablet configure Kubuntu Linux 20.04 October 2021

Source/Thanks to:

https://askubuntu.com/questions/1000869/how-to-run-the-new-huion-tablets-on-linux

Step 1:

as superuser, copy this into a new file /usr/share/X11/xorg.conf.d/90-huion950P.conf

Section "InputClass"
    Identifier "Huion tablets with Wacom driver"
    MatchUSBID "256c:006d*"
    MatchIsTablet "true"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
EndSection

Step 2: Restart X server by logging out or rebooting

Step 3: Get names of your Huion tablet devices

> xsetwacom --list

example output:

Wacom HID 488E Pen stylus               id: 20  type: STYLUS    
Wacom HID 488E Finger touch             id: 21  type: TOUCH     
Wacom HID 488E Pen eraser               id: 30  type: ERASER    
HUION Huion Tablet_H950P Pen stylus     id: 32  type: STYLUS    
HUION Huion Tablet_H950P Pad pad        id: 33  type: PAD       

Step 4: customize the device names for STYLUS and PAD below, and of course set the commands according to your own preference.

You are all set!! make this file run-able, and run it whenever you plug in your tablet!

> ./tabInit

huion950pkubuntu's People

Contributors

blake5634 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.