152
What distro for creative use switching from windows
(feddit.org)
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Personally, I would recommend, if you're doing a lot of different things, just switching to a distro that is user friendly and not specialized* like Linux Mint and building up from there. I would hazard a guess that if a program works on a different Linux distro, it's probably gonna work on Mint, especially if it's something bigger like Flowblade, KDENLive, or others since a lot of companies tend to focus on development for Ubuntu ( which is what Mint is based on ) if they make Linux ports of their software.
I don't know the state of the software repositories they use, but if it isn't in there, it's probably gonna be available as a flatpak¹ or appimage² ( and probably be more up to date than the default repository something like Mint will use ) if it's available on Linux. If you went through Tuxedo, the chances of the hardware not working for most modern distro that isn't some obscure, niche distro is low, so I don't think that matters as much.
*Specialized as in a distro making a distro with mainly one thing, like playing games, in mind.
¹ Flatpak and AppImage are kinda universal. For flatpak, to start, I'd recommend going to the flathub website to find what you need if you aren't comfortable with a command terminal. Copy the command they give to install into a terminal and it should do a default installation. Most distros should have it installed and enabled by default at this point.
² AppImages are more like self contained programs containing everything it needs to run and will take up more space for the convenience of not needing to use the terminal to install or run.
Specisl thanks for the footnotes 🙏