How can I remove Windows Wacom drivers I mistakenly installed on Ubuntu?

0
17
Asked By CuriousCat92 On

I made a big mistake by installing Wacom drivers meant for Windows onto my Ubuntu system. I thought, "What could go wrong?" but now my computer won't boot unless I go through the BIOS, and my main monitor isn't recognized anymore. I'm not sure where the drivers got installed or how to get rid of them. I've also found some guides on how to properly use a Wacom tablet on Linux, but first, I need to fix this mess.

3 Answers

Answered By HelpfulHank On

Just to clarify, installing a Windows Wacom driver on Ubuntu shouldn't directly affect your display settings. If they were installed, they would typically reside in your Wine prefix, often found at /home/username/.wine. Your boot issues might be unrelated to this driver installation and could stem from something else you did while trying to get your tablet working.

CuriousCat92 -

The .wine folder is empty, so I suspect it’s something else. Before I restarted, I ran a few commands though: `sudo dmesg | grep -i wacom`, `xsetwacom list devices`, and `xsetwacom set 16 MapToOutput 1920x1080+3840+0`. Not sure if those messed things up.

Answered By TechSavvyTom On

I'm curious about how you even installed those Windows drivers on Ubuntu? That sounds risky! Usually, those drivers should not touch your system like that.

WittyUser001 -

I used Bottles to run the installer.

Answered By FreshStartFanatic On

If this is a fresh installation of Ubuntu, you might consider just doing a full reinstallation. It could save you a lot of hassle!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.