Skip to content

Commit 634e2d8

Browse files
committed
README.md: Add module unloading to Configuration
1 parent 300a089 commit 634e2d8

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,18 @@ and would be able to fix it.
108108

109109
Configuration
110110
-------------
111-
If your tablet is supported, its pen will work after installing these drivers,
112-
and applications will be able to recognize the pressure after appropriate
113-
configuration. Refer to the application documentation for instructions on how
114-
to do that, but in most cases it is enough to simply enable the tablet in the
115-
application.
111+
After installing the drivers, make sure the previous versions of the drivers
112+
were unloaded. To do that, simply reboot the machine. Alternatively, execute
113+
the following command:
114+
115+
sudo modprobe -r hid-kye hid-uclogic hid-polostar hid-viewsonic
116+
117+
and reconnect the tablet.
118+
119+
If your tablet is supported, its pen will work after this, and applications
120+
will be able to recognize the pressure after appropriate configuration. Refer
121+
to the application documentation for instructions on how to do that, but in
122+
most cases it is enough to simply enable the tablet in the application.
116123

117124
By default, your tablet will be handled by the libinput X.org driver
118125
(`xserver-xorg-input-libinput` package in Debian, Ubuntu, and derived distros,

0 commit comments

Comments
 (0)