Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Apr 2018 23:54:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 227334] x11/gnome-shell: shell and desktop failed
Message-ID:  <bug-227334-6497-1sctL63GJ2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227334-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227334-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome mailing =
list
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 227334: x11/gnome-shell: shell and desktop failed
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227334



--- Description ---
I have been running GNOME3 on a desktop machine with an NVIDIA GTX 1050 GPU
without issue since October last year. After recently doing a pkg upgrade I=
 can
no longer log in though.

GDM runs properly but when I log into a GNOME session I get the "Oh no
something has gone wrong" message after about a minute of a grey screen. The
mouse continues to work and I can click the Log Out button to return to GDM.

I think my X configuration is fine as I'm able to log into an Xfce session =
from
gdm without issue (I'm writing this from that session).

The issue might be related to gnome-settings-daemon although this has not b=
een
updated recently.

There is at least one other person experiencing the same issue as reported =
on
the forums:

https://forums.freebsd.org/threads/oh-no-something-has-gone-wrong-gnome3.60=
383/
#post-383823

/etc/rc.conf:

clear_tmp_enable=3D"YES"
syslogd_flags=3D"-ss"
sendmail_enable=3D"NONE"
hostname=3D"wes-freebsd-box.localdomain"
ifconfig_em0=3D"DHCP"
sshd_enable=3D"YES"
ntpd_enable=3D"YES"
powerd_enable=3D"YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev=3D"AUTO"
zfs_enable=3D"YES"
devfs_system_ruleset=3D"devfsrules_common"
dbus_enable=3D"YES"
gnome_enable=3D"YES"
jenkins_enable=3D"YES"
vm_enable=3D"NO"
vm_dir=3D"zfs:zroot/vm"
pf_enable=3D"NO"
dnsmasq_enable=3D"NO"

/etc/X11/xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.59  (root@110amd64-default-job-06)  Fri Oct =
20
12:38:32 UTC 2017

Section "ServerLayout"
    Identifier	   "Layout0"
    Screen	0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier	   "Mouse0"
    Driver	   "mouse"
    Option	   "Protocol" "auto"
    Option	   "Device" "/dev/sysmouse"
    Option	   "Emulate3Buttons" "no"
    Option	   "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier	   "Keyboard0"
    Driver	   "keyboard"
EndSection

Section "Monitor"
    Identifier	   "Monitor0"
    VendorName	   "Unknown"
    ModelName	   "Unknown"
    HorizSync	    28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option	   "DPMS"
EndSection

Section "Device"
    Identifier	   "Device0"
    Driver	   "nvidia"
    VendorName	   "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier	   "Screen0"
    Device	   "Device0"
    Monitor	   "Monitor0"
    DefaultDepth    24
    SubSection	   "Display"
	Depth	    24
    EndSubSection
EndSection

/var/log/gdm/:1-greeter.log:

** (gnome-settings-daemon:8008): WARNING **: Ignoring unknown module
'org.gnome.settings-daemon.plugins.orientation'

(gnome-settings-daemon:8008): media-keys-plugin-WARNING **: Unable to inhib=
it
keypresses: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.login1 was not provided by any .service files
Gjs-Message: JS LOG: No permission to trigger offline updates: Polkit.Error:
GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action
org.freedesktop.packagekit.trigger-offline-update is not registered
Gjs-Message: JS LOG: Could not get properties from org.freedesktop.locale1

(gnome-settings-daemon:8008): power-plugin-WARNING **: Unable to inhibit
suspend: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.login1 was not provided by any .service files

(gnome-settings-daemon:8008): GLib-GIO-WARNING **: Error releasing name
org.gnome.SettingsDaemon: The connection is closed
gnome-session-binary[7995]: WARNING: Lost name on bus: org.gnome.SessionMan=
ager

(gnome-settings-daemon:8008): GLib-GIO-WARNING **: Invalid id 4 passed to
g_bus_unown_name()

(ibus-daemon:8019): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume
monitor org.gtk.vfs.HalVolumeMonitor disconnected from the bus; removing
drives/volumes/mounts

(ibus-daemon:8019): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume
monitor org.gtk.vfs.GPhoto2VolumeMonitor disconnected from the bus; removing
drives/volumes/mounts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227334-6497-1sctL63GJ2>