Direkt zum Hauptbereich

Posts

Es werden Posts vom April, 2022 angezeigt.

Linux Gaming Tweaks - A small guide to unlock more performance (3)

My personal journey to unlock more performance on Linux - Part 3: Tweaking the Toolchain I am glad that you came by again to read the third part of my Linux Gaming Tweaks series. If you missed the first part,  head over here  to get a general overview and learn more about my hardware and Linux distribution choice or visit the second part where I cover the Linux Kernel. In this episode, it is time to dive deep into compiler toolchains and everything related to them. As we got the source code on Linux for many programs and libraries, even the compilers themselves, we can try to be more clever (or more risk tolerant) than the programmer or package maintainer to use more aggressive compiler flags to squeeze more performance out of the given source code. That is something we explore today. A deep dive into unknown territory - the C/C++ Toolchain On Linux, there are basically two different C/C++ compiler toolchains of importance for us, GCC and LLVM/Clang. Both can be used to compile source

Linux Gaming Tweaks - A small guide to unlock more performance (2)

My personal journey to unlock more performance on Linux - Part 2: Tweaking the Linux Kernel Welcome back to the second part of my Linux Gaming Tweaks series. If you missed the first part, head over here to get a general overview and learn more about my hardware and Linux distribution choices. In this episode, I will cover the single most important item on my tuning list, tweaking the Linux Kernel. Hence I will talk today about the Xanmod Kernel, additional patches I carry around to unlock an even better gaming experience, tweaks to my Kernel configuration, my Kernel command line and the compiler flags which I use to compile my Kernel. Unlike Windows, the Linux Kernel itself contains almost all of your hardware drivers (with notable exceptions, e.g. Nvidia's GPU driver). Hardware drivers are fundamental to get your PC up and running, changes in this area are also very performance-sensitive, beware that some tweaks might have an effect to the stability and security or even power usa