this post was submitted on 07 May 2025
3 points (80.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1255 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you.
I do some gaming and video editing. So, any extra performance would be great. ๐
If that's the case, my advice is to spend some time to understand the finer point of kernel configuration and compiling, and to compile a kernel as stripped down as possible. Hint : 'dmesg' and 'make menuconfig' are your friends.
Include only the drivers you know you need, and especially network, graphical card, and sound card, and make sure you target your CPU architecture. Then, and only then, can you start including fancy configurations like the ones you mentioned.
Finally, consider adding as much memory and SSDs in your configuration as possible, as these usually have a huge impact on performance.