Peter Jung
Peter Jung
> Regardless, the issue is still present on OSTree-based systems. You should report this to your distribution. Make an issue upstream, since NVIDIA does not package these drivers.
The zram rules are handled here: https://github.com/CachyOS/CachyOS-Settings/blob/master/usr/lib/udev/rules.d/30-zram.rules The reason for this, is to only apply the changes, when zram is found.
The issues for the open kernel modules is intended for the open kernel and not installation support. Check out the forum for help to install the nvidia driver https://forums.developer.nvidia.com/c/gpu-graphics/linux/148
I think, you should try this also with newer versions, since 520 is not supported anymore. There are: - 535 Production Stable - 550 Stable - 555 New Feature Branches.
@joanbm It seems this patch does work and I got properly on 6.12 into the kernel. There was one more patch required to have a succesful dkms compilation, due upstream...
Seems problematic to compile with ThinLTO. ``` ld.lld: error: version script assignment of 'global' to symbol 'driver_descriptor' failed: symbol not defined clang++: error: linker command failed with exit code 1...
```diff diff --git a/mesa/mesa/PKGBUILD b/mesa/mesa/PKGBUILD index b46a1df..39d27c8 100644 --- a/mesa/mesa/PKGBUILD +++ b/mesa/mesa/PKGBUILD @@ -214,10 +214,23 @@ build() { -D vulkan-layers=device-select,intel-nullhw,overlay ) + # Set Clang as compiler + export AR=llvm-ar...
@1Naim @SoulHarsh007 Testing Packages can be found here: https://archive.cachyos.org/mesa-thinlto/
Closing, since it does not provide a real benefit currently.
Hey, Yeah, would be generally nice. I thought about a detection of: - 9950X (Core 2 Core Latency problems, but should be fixed in newer AGESA) - 9900X (Core 2...