Enable MSAA for your old linux opengl games, the way mesa devs unintended you to
LD_PRELOAD=~/forcemsaa.so your_gaem
nano ~/msaaconfig
git clone https://github.com/VladDoc/forcemsaa.git
cd forcemsaa
mkdir build && cd build
cmake ..
make
make install