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

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
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.
12
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!
13
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
14
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.
16
Software - Support / Re: Login Manager not working with Nvidia Driver
« Last post by ro_sid on 2024/04/08, 11:28:09 »
@synapsenstau
Code: [Select]
Apr 07 09:41:10 xxxx login[3533]: PAM unable to dlopen(pam_lastlog.so): /usr/lib/security/pam_lastlog.so: cannot open shared object file: No such file or directory
Apr 07 09:41:10 xxxx login[3533]: PAM adding faulty module: pam_lastlog.so
Apr 07 09:41:25 xxxx login[5199]: PAM unable to dlopen(pam_lastlog.so): /usr/lib/security/pam_lastlog.so: cannot open shared object file: No such file or directory
Apr 07 09:41:25 xxxx login[5199]: PAM adding faulty module: pam_lastlog.so
pam_lastlog.so does not/no longer exist/s in "unstable" for the amd64 architecture, just in "stable" and "testing" [- and /usr/lib/security/ would have been the wrong path, anyhow, it should be (/usr)/lib/x86_64-linux-gnu/security/ ].

May be that this is @Sir_Aim's problem, too.
17
Software - Support / Re: Login Manager not working with Nvidia Driver
« Last post by Sir_Aim on 2024/04/07, 15:01:59 »
I just checked that: 'find . ! -user aim' in my homedir does not show any result - so all file permissions should be ok.

The failed graphical logins don't appear in .xsession-errors. It only has entries for the successful starts from startx.
So i guess whatever goes wrong happens before the xsession is started.
18
Software - Support / Re: Login Manager not working with Nvidia Driver
« Last post by dibl on 2024/04/07, 10:36:17 »

After login the screen turns black for a few seconds and throws me back to the login screen...

If you have accidentally left a file owned by root in the user's /home/user directory, it can cause that problem. Also, take a look at the file /home/user/.xsession-errors and see if tells anything useful.
19
I have exactly the same problem (login loop after Nvidia driver installation) and start my PC the same way as you (startx...). There is no further information about errors to be found in Nvidia and Xorg log.

At some point I found this error with "journalctl -p err -b":
Code: [Select]
Apr 07 09:41:10 xxxx login[3533]: PAM unable to dlopen(pam_lastlog.so): /usr/lib/security/pam_lastlog.so: cannot open shared object file: No such file or directory
Apr 07 09:41:10 xxxx login[3533]: PAM adding faulty module: pam_lastlog.so
Apr 07 09:41:25 xxxx login[5199]: PAM unable to dlopen(pam_lastlog.so): /usr/lib/security/pam_lastlog.so: cannot open shared object file: No such file or directory
Apr 07 09:41:25 xxxx login[5199]: PAM adding faulty module: pam_lastlog.so

The reason why it can't find /usr/lib/security/pam_lastlog.so is because there is no /secutity folder under /lib.
Since English is not my native language, I unfortunately didn't understand the solutions on Stackoverflow and co.
20
Software - Support / Re: Nouveau ----> Nvidia, trouble changing driver
« Last post by dibl on 2024/04/05, 13:15:42 »
I have the same 5 nvidia-x modules and the file sizes match yours.

During boot, I noticed an error about nvidia-persistenced.service not starting. I'm looking into that.
Pages: 1 [2] 3 4 ... 10