Need help disabling wacom drivers

Hello, can anyone help me disabling wacom drivers on bazzite? I've searched multiple websites and couldn't find a single thing about how to remove it from Silverblue, and blacklisting the module is doing absolutely nothing.
5 Replies
- Hexality -
- Hexality -6mo ago
Because of the libwacom/wacom drivers I can't use OpenTabletDriver which is the main driver I've been using for a long time now literally unusable
wolfyreload
wolfyreload6mo ago
I think you might need to regenerate initramfs for the blacklisting of the module to take effect. This might work
rpm-ostree initramfs --enable
rpm-ostree initramfs-etc --force-sync
systemctl reboot
rpm-ostree initramfs --enable
rpm-ostree initramfs-etc --force-sync
systemctl reboot
- Hexality -
- Hexality -6mo ago
the problem is that this was technically already done and enabling the initramfs makes it slow af to install anything through rpm-ostree install for what I've heard Kyle mentioned it shouldn't be necessary either so
wolfyreload
wolfyreload6mo ago
True it does, added about 15 minutes on to my first Bazzite install. If you do lsmod | grep wacom does it show that the driver is loaded?
- Hexality -
- Hexality -6mo ago
cat /etc/modprobe.d/wacom.conf && lsmod | grep wacom && libwacom-list-local-devices
blacklist wacom

wacom 159744 0

/dev/input/event29 is a tablet but not supported by libwacom
devices:
- name: 'One by Wacom (small)'
bus: 'usb'
vid: '0x056a'
pid: '0x037a'
nodes:
- /dev/input/event8: 'Wacom One by Wacom S Pen'
styli:
- id: 0xffffe
name: 'General Pen Eraser'
type: 'general'
axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
buttons: 2
is_eraser: 'true'
eraser_type: 'invert'
- id: 0xfffff
name: 'General Pen'
type: 'general'
axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
buttons: 2
erasers: [0xffffe]
cat /etc/modprobe.d/wacom.conf && lsmod | grep wacom && libwacom-list-local-devices
blacklist wacom

wacom 159744 0

/dev/input/event29 is a tablet but not supported by libwacom
devices:
- name: 'One by Wacom (small)'
bus: 'usb'
vid: '0x056a'
pid: '0x037a'
nodes:
- /dev/input/event8: 'Wacom One by Wacom S Pen'
styli:
- id: 0xffffe
name: 'General Pen Eraser'
type: 'general'
axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
buttons: 2
is_eraser: 'true'
eraser_type: 'invert'
- id: 0xfffff
name: 'General Pen'
type: 'general'
axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
buttons: 2
erasers: [0xffffe]
yep
Want results from more Discord servers?
Add your server