@plantroon
Sometimes the dir changes, but basically the command can be adopted to any Steam install. Thats needed for all OSS drivers which use LLVM, Intel does not require that hack.
@grndzro
Do you really think that somebody "steals" a patch? You often find different patches and you have to pick the best in case you can't figure it out yourself. It is every time annoying as maintainer that you have to search/test that yourself first because AMD or Nvidia do not seem to like to try latest kernels.
In the Xserver case AMD is often a few month later than Nvidia. Several years ago I added a binary (much more tricky than fixing the kernel module) hack to disable a version check as it only got renamed from 7.x to 1.x but usualy this wont work now anymore. You can only wait till you get official support, and AMD only does something when Ubuntu calls em, that really sucks! And even if they have got a drivers, why is AMD too stupid to write a changelog and put a direct download link on their website, must be too hard... That AMD thinks they need to rename the package every 1-2 releases is very annoying as well if you want to create "correct" packages that download/watch the orig files with the debian/rules, Ubuntu uses the cheap way and does not provide any dl link.
Code:
find ~/.local/share/Steam/ubuntu12_32 \( -name libstdc++.so.6 -o -name libgcc_s.so.1 \) -exec rm -vf {} \;
@grndzro
Do you really think that somebody "steals" a patch? You often find different patches and you have to pick the best in case you can't figure it out yourself. It is every time annoying as maintainer that you have to search/test that yourself first because AMD or Nvidia do not seem to like to try latest kernels.
In the Xserver case AMD is often a few month later than Nvidia. Several years ago I added a binary (much more tricky than fixing the kernel module) hack to disable a version check as it only got renamed from 7.x to 1.x but usualy this wont work now anymore. You can only wait till you get official support, and AMD only does something when Ubuntu calls em, that really sucks! And even if they have got a drivers, why is AMD too stupid to write a changelog and put a direct download link on their website, must be too hard... That AMD thinks they need to rename the package every 1-2 releases is very annoying as well if you want to create "correct" packages that download/watch the orig files with the debian/rules, Ubuntu uses the cheap way and does not provide any dl link.
Comment