Welcome, Guest. Please login or register.
Did you miss your activation email?

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
It worked for me too with kernel 6.8.5-1
12
Upgrade Warnings / Re: Nvidia-Treiber Modulbau schlägt mit Kernel 6.8 fehl
« Last post by Pip on 2024/04/13, 10:24:40 »
And that all seems to work nicely now - Linux sidomen 6.8.5-1-siduction-amd64.
13
Siduction News / Re: Augsburger Linux-Infotage 2024
« Last post by scholle1 on 2024/04/11, 12:23:31 »
Dann werde ich mal als "neuer" zu der alten Crew dazustoßen.
Freue mich euch persönlich kennen zu lernen.
14
I will wait for the next kernel version :-)
15
Upgrade Warnings / Re: Nvidia-Treiber Modulbau schlägt mit Kernel 6.8 fehl
« Last post by towo on 2024/04/10, 10:46:07 »
I have no added any patch. The problem is the kernel is build with gcc-14 and the midule-sorce was not compatible with gcc-14. Nvidia upstream has fixed that in the new versions of the driver.

You can try the following:

put

make CC=/bin/gcc-13 IGNORE_CC_MISMATCH=1 ...

in your dkms.conf. But that only works, if your nvidia version is generaly compatible with kernel 6.8.
Besides of that, we do not support packages, installed from 3rd party repos.

You even can wait for the next kernel-update, which use gcc-13 for compiling.
16
It is possible to know the patch you did in the package?
Just to see if I can patch the nvidia-driver I am using from the nvidia repository as I am using it for cuda.
17
Siduction News / Re: Augsburger Linux-Infotage 2024
« Last post by harley-peter on 2024/04/09, 12:27:01 »
Ja, das wäre super, wenn du das wieder mitbringen würdest. Danke!
18
Software - Support / nouveau with nvidia
« Last post by sotnik on 2024/04/08, 21:16:00 »
Has anyone managed to install nvidia drivers with the following procedure:

Quote
$ mkdir /tmp/nouveau
$ cd /tmp/nouveau
$ wget https://raw.github.com/envytools/firmware/master/extract_firmware.py
$ wget http://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
$ sh NVIDIA-Linux-x86-325.15.run --extract-only
$ python extract_firmware.py
# mkdir /lib/firmware/nouveau
# cp -d nv* vuc-* /lib/firmware/nouveau/

See for example the following links
https://nouveau.freedesktop.org/VideoAcceleration.html

http://dev1galaxy.org/viewtopic.php?id=4389

https://askubuntu.com/questions/1471918/missing-firmware-nouveau-nvc1-fuc084
19
Software - Support / Re: Login Manager not working with Nvidia Driver
« Last post by Sir_Aim on 2024/04/08, 17:24:09 »
Quote
May be that this is @Sir_Aim's problem, too.

No, I don't have any PAM related errors. And sddm login works fine with nouveau.
Pages: 1 [2] 3 4 ... 10