Nat to Linux!

Stuff on art on Linux is pretty rare, so I'll share some notes & things that have worked (or not) for me. A 'learning in public' type page.

Please note, I'm still new to Linux & what fits my art needs might not fit yours. This page is based on my experience on Kubuntu 25.10 as a hobbyist illustrator Page subject to updates, clarifications, and improvements.

last updated: February 06, 2026

Go back


Krita

My main drawing program. For an optimal setup;


Drawing Monitor

I use Open Tablet Driver. This way I can swap out tablets w/o having to purge or reinstall drivers every time. The baked-in tablet drivers don't pick up my monitor (XP pen Innovator 16)

NOTE: For a lot of popular hardware, drivers are baked into the Linux kernel already. I'm pretty sure this is the case for most Wacom tablets, but for people struggling with non-Wacoms this could be an easier option if you're ok with loosing some functionality. Most tablets are ok but you can check OTD's website to see if yours is supported & what issues it has: Tablets - Open Tablet Driver.

NVIDIA GPU - or how to avoid freezes when plugging in your monitor

NVIDIA GPUs are notoriously finnicky on Linux. One issue monitor users may run into is the OS freezing when you plug in a second monitor via the GPU. This may happen if you're using the open source Nouveau driver, which is what's default on most distributions. It gets the job done, but due to the reverse engineered nature of it it's not perfect & tends to work better with older cards.

Installing the proprietary drivers caused the freezing issue to go away for me, and these are currently the best option for NVIDIA users

If you have an AMD or Intel GPU, your drivers are baked into the kernel & you don't have to worry about this at all.

Other Quirks

Some of the misc. quirks I've experienced.


Go back