FS#70209 - Upgrade to mesa breaks lightdm login
Attached to Project:
Arch Linux
Opened by Michael (ZeroBeat) - Monday, 29 March 2021, 20:06 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 04 May 2021, 12:11 GMT
Opened by Michael (ZeroBeat) - Monday, 29 March 2021, 20:06 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 04 May 2021, 12:11 GMT
|
Details
Upgrade to mesa 21.0.1-1 breaks lightdm login to xfce4
Login ends in a black screen with a mouse pointer. Going back to $ pacman -Q | grep mesa mesa 20.3.4-3 solve the issue. Neither lightdm.log nor Xorg.0.log showing an ERROR. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 04 May 2021, 12:11 GMT
Reason for closing: Fixed
Additional comments about closing: see close request by op
Tuesday, 04 May 2021, 12:11 GMT
Reason for closing: Fixed
Additional comments about closing: see close request by op
Removing my 20-nvidia.conf let lightdm login again into xfce4 on mesa 21.0.1-1
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "1"
Option "Interactive" "False"
Option "Coolbits" "12"
EndSection
But I need to disable GPU watchdog by "Interactive" "False".
So removing this conf is not a solution.
There are more issues, I can confirm, too, running mesa 21:
https://bugs.archlinux.org/task/70170
https://bugs.archlinux.org/task/70015
https://bugs.archlinux.org/task/70008
All of them disappear when switching back to mesa 20.3.4-3.
Mär 31 00:21:11 tux1 systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Mär 31 00:21:11 tux1 systemd[1]: lightdm.service: Failed with result 'exit-code'.
Mär 31 00:21:11 tux1 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Please post the full Xorg.0.log lightdm.log and seat0-greeter.log from a blank screen even if they do not show any errors, also lightdm.conf and the config for your greeter.
[1] https://bbs.archlinux.org/viewtopic.php?id=265009
Adding the files section to 20-nvidia.conf solves the issues running mesa 21
Section "Files"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
Screen 0
VendorName "NVIDIA Corporation"
Option "Interactive" "False"
Option "Coolbits" "12"
EndSection
If we still need the configs and logs to be attached here, lease let me know.
For now, I'll request closure, because issue is solved.
Ignoring the mesa update in my pacman conf lets me update the rest of my system as normal
Trevor
Modified my /etc/X11/xorg.conf.d/20-nvidia.conf
It does not correct the problem if I install the latest mesa 21xxxxx
Section "Files"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection