PINE64
Question for GNOME3 users - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Question for GNOME3 users (/showthread.php?tid=9273)

Pages: 1 2 3


Question for GNOME3 users - tophneal - 02-24-2020

Last week on Manjaro I got a whole stack of updates to GNOME and some system packages. After rebooting, both gdm and GNOME give me black screens with cursors, journalctl /usr/bin/gnome-shell gives me a bunch of errors: 
Code:
Failed to open gpu '/dev/dri/card0':        
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted

Installed Budgie a little earlier to get another DE going, and to see if it'd run since it shares a lot with Gnome. It runs without any issue.

Have any other GNOME3 users experienced similar issues from the most recent updates?


RE: Question for GNOME3 users - pjsf - 02-24-2020

(02-24-2020, 02:22 PM)tophneal Wrote: Last week on Manjaro I got a whole stack of updates to GNOME and some system packages. After rebooting, both gdm and GNOME give me black screens with cursors, journalctl /usr/bin/gnome-shell gives me a bunch of errors: 
Code:
Failed to open gpu '/dev/dri/card0':        
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted

Installed Budgie a little earlier to get another DE going, and to see if it'd run since it shares a lot with Gnome. It runs without any issue.

Have any other GNOME3 users experienced similar issues from the most recent updates?

yes. it broke for me in both an Xorg and wayland session, so far I've tried falling back from nesa-git to mesa with no change, going to try re-installing Gnome=shell next.


RE: Question for GNOME3 users - tophneal - 02-24-2020

(02-24-2020, 03:20 PM)pjsf Wrote:
(02-24-2020, 02:22 PM)tophneal Wrote: Last week on Manjaro I got a whole stack of updates to GNOME and some system packages. After rebooting, both gdm and GNOME give me black screens with cursors, journalctl /usr/bin/gnome-shell gives me a bunch of errors: 
Code:
Failed to open gpu '/dev/dri/card0':        
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted

Installed Budgie a little earlier to get another DE going, and to see if it'd run since it shares a lot with Gnome. It runs without any issue.

Have any other GNOME3 users experienced similar issues from the most recent updates?

yes. it broke for me in both an Xorg and wayland session, so far I've tried falling back from nesa-git to mesa with no change, going to try re-installing Gnome=shell next.

Thanks for your feedback! Have you found any indication to what happened?

Don;t hold your breath on reinstalling gnome-shell Sad  Ive reinstalled the entire gnome DE and still cant get into a usable DE.


RE: Question for GNOME3 users - icecream95 - 02-25-2020

(02-24-2020, 02:22 PM)tophneal Wrote: Last week on Manjaro I got a whole stack of updates to GNOME and some system packages. After rebooting, both gdm and GNOME give me black screens with cursors, journalctl /usr/bin/gnome-shell gives me a bunch of errors: 
Code:
Failed to open gpu '/dev/dri/card0':        
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted

Installed Budgie a little earlier to get another DE going, and to see if it'd run since it shares a lot with Gnome. It runs without any issue.

Have any other GNOME3 users experienced similar issues from the most recent updates?

You can try adding yourself to the video group:

Code:
sudo usermod -aG video USERNAME

then restart.


RE: Question for GNOME3 users - pjsf - 02-25-2020

(02-25-2020, 12:31 AM)icecream95 Wrote:
(02-24-2020, 02:22 PM)tophneal Wrote: Last week on Manjaro I got a whole stack of updates to GNOME and some system packages. After rebooting, both gdm and GNOME give me black screens with cursors, journalctl /usr/bin/gnome-shell gives me a bunch of errors: 
Code:
Failed to open gpu '/dev/dri/card0':        
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted

Installed Budgie a little earlier to get another DE going, and to see if it'd run since it shares a lot with Gnome. It runs without any issue.

Have any other GNOME3 users experienced similar issues from the most recent updates?

You can try adding yourself to the video group:

Code:
sudo usermod -aG video USERNAME

then restart.

Nah, doesn't do it.  I've also had a go at a fresh install of the new 20.02 image which does suggest video as one of the default groups, still no kind of Gnome.


RE: Question for GNOME3 users - tophneal - 02-25-2020

Yea, tried this morning, and no luck after adding the video user.

If anyone's been able to find the cause, we should report the issue to the Gnome devs.


RE: Question for GNOME3 users - Damon - 02-25-2020

Yes I may have experienced the same problem. I definitely had GDM stop coming up after it had been working and I hadn't been playing with anything aside from updating when the problem appeared. But I don't remember that much about it, because I used it as a prompt to install Arch and now my mind is full of the troubleshooting steps for that.


RE: Question for GNOME3 users - tophneal - 02-25-2020

(02-25-2020, 09:39 AM)Damon Wrote: Yes I may have experienced the same problem. I definitely had GDM stop coming up after it had been working and I hadn't been playing with anything aside from updating when the problem appeared. But I don't remember that much about it, because I used it as a prompt to install Arch and now my mind is full of the troubleshooting steps for that.

Would you be willing to try it out on your fresh Arch install, when you get it going? It would be good to determine just how far this spans.


RE: Question for GNOME3 users - icecream95 - 02-26-2020

Because the error comes from DBus, this might be an error in the DBus configuration.

Does

Code:
$ grep -r '/dev\|dri\|gpu' /etc/dbus-1 /usr/share/dbus-1

return anything relevant?


RE: Question for GNOME3 users - icecream95 - 02-26-2020

Other places to look include /usr/share/polkit-1 and /etc/polkit-1 (which are only readable as root) and /etc/pam.d.