raj*_*kar 3 drivers software-installation
我最近购买了 RTSY 数位板。它有一个 Windows 驱动程序,但没有 Ubuntu 20.04 驱动程序。有什么办法可以让它在 Ubuntu 20.04 上运行吗?
型号名称为 RTSY WP960
That particular tablet is a rebranded “Digimend”, which can use the Wacom drivers. You’ll need to do a bit of tweaking, though:
sudo apt install xserver-xorg-input-wacom
Run Code Online (Sandbox Code Playgroud)
sudo vi /etc/X11/xorg.conf.d/50-tablet.conf
Run Code Online (Sandbox Code Playgroud)
Note: Feel free to use any text editor. It does not need to be vi, but you must be able to save the file as root.Section "InputClass"
Identifier "Tablet"
Driver "wacom"
MatchDevicePath "/dev/input/event*"
MatchUSBID "6161:4d15"
EndSection
Run Code Online (Sandbox Code Playgroud)
After the system comes back up, you’ll be able to use exactly 1/2 of the tablet … because it’ll be in “Android Mode”. To use the entire drawing surface, hold the left and right buttons (not the middle) for 6 seconds. You will see a green light turn red. Once this is done, you can use the entire drawing surface.