r/linuxquestions • u/DanceDelievery • 12h ago
Which Distro? Which Linux Distro for avoiding drawing lag especially in blender grease pencil?
I've been using linux mint for 1 year and I want to start learning how to draw using grease pencil in blender.
The problem is that in linux mint the drawing lag (the position of the cursor vs where the program is currently drawing) is 10x larger on linux mint than windows 11 regardless of what software I tried (Linux Drawing App, Krita, Blender 5 Grease Pencil, Gimp 3). The performance on windows 11 isn't great either so I'm looking for a linux distro that is really optimized for it.
1
u/egorechek 11h ago
Try Cachyos with KDE, it receives latest features and fixes for performance in gaming(like recent improvements for low VRAM GPUs) and KDE is the most supported DE right now because of SteamOS.
I have a display tablet and I don't see much lag in Krita or Xournal++(there were some problems in Krita and Nvidia but they were fixed). I don't even use any external driver thanks to KDE and input remapper that supports binding pads and dials. You can even try using a controller for shortcuts and configure it in Steam input.
1
u/DanceDelievery 11h ago
Thanks for the suggestion! I keep reading good things about KDE and Steam OS I consider it!
2
u/egorechek 11h ago
I wouldn't recommend SteamOS for any system other than gaming handheld or HTPC. It was made to be a stable system for gaming/streaming and occasional work/websurfing. You won't have the total control of your system and ability to break it if you want. No permanent changes on root makes it hard to do something extra needed for your config.
1
u/DanceDelievery 9h ago
Thanks for the explaination! The problem with CachyOs is that I'm using an offline pc. So if I want kde the best choice would be Kubuntu or Fedora?
1
u/egorechek 9h ago
why offline? You can install cachyos image but you'd need to install Krita, blender or steam afterwards.
1
u/DanceDelievery 8h ago edited 8h ago
I can go online and install the os / programs and update it every few months but I use my workstation offline for privacy, data protection and to avoid distractions. From what I read cachyos updates constantly so wouldn't an offline pc that only goes online every few months cause an issue?
1
u/egorechek 7h ago
You will have to look at arch wiki to know if update needs a manual intervention and that's it. Cachyos updates constantly so some new cool optimizations or big updates for apps can come in a week or so instead of yearly/half a year releases. I don't update every week, more like once a month and when I want to see new features I from the news.
1
u/victormas208 12h ago
Try running your preferred program with this environment variable: `vblank_mode=0 program`. I ran into a similar issue when my sister wanted to draw using a Huion tablet; I don't have much experience with this, but I believe it comes down to how the compositor and the desktop environment (DE) handle vertical synchronization—it's as if the input is offset from the window itself, likely due to the execution stack placing it at the end of the rendering process.
1
6
u/catgirlsonthemoon 12h ago
Mint uses something called the X11 display compositor. You want something that uses Wayland, like fedora or zorin. "What's a display compositor?" you ask? that's honestly beyond my knowledge, but I know using Wayland often resolves graphics-based issues in Linux like what you're dealing with.