You are not logged in.
Hey everyone...
This morning I updated my Arch system, only to be greeted with black screen after reboot. I use nVidia's 470xx-dkms drivers from the AUR coz my GPU is GT-710. I tried all Kernels I know of, LTS, CachyOS, Vanilla, TKG.. Always fails dkms part..
Log
https://notes.xerolinux.xyz/?a2f92e9486 … NBgPSKfVir
Last edited by TechXero (2024-05-09 09:58:40)
Offline
Offline
Thanks but no idea how to apply this fix. Will wait. For now I downgraded GCC to 13.2.1 which worked
Offline
Thanks but no idea how to apply this fix. Will wait. For now I downgraded GCC to 13.2.1 which worked
In fact - this is pretty easy to do. At first i decided to downgrade gcc as well, but LibreOffice doesn't work with it :-)
Basically all that you need:
- clone nvidia-470xx-utils repo cd to it
- create gcc14.patch file in this repo (with text from link above)
- add this file to source= array in PKGBUILD file
- run updpkgsums
- add to function prepare() in PKGBUILD file:
patch --forward --strip=1 --input=/full/path/to/gcc14.patch
- run makepkg (to build package)
- run makepkg --install (to install it)
After this i just updated gcc / gcc-libs and everything works fine now.
Offline
Mod note: moving to AUR Issues
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline