Solved GNOME 42_2 - FreeBSD 13.1-RELEASE-p6 - gnome-shell exited on signal 5 (core dumped)

Hi )

New computer.
Code:
vgapci0@pci0:1:0:0:    class=0x030000 rev=0xa2 hdr=0x00 vendor=0x10de device=0x0a60 subvendor=0x10de subdevice=0x0000
    vendor     = 'NVIDIA Corporation'
    device     = 'GT218 [GeForce G210]'
    class      = display
    subclass   = VGA

This video card have moment, check this here

Code:
# cat /usr/local/etc/X11/xorg.conf.d/nvidia.conf
Section "ServerFlags"
Option "IgnoreABI" "true"
EndSection


Install clear system
FreeBSD 13.1-RELEASE-p6

Code:
# pkg ins nvidia-xconfig 
# pkg ins nvidia-driver-340-340.108_3
# pkg ins gnome xorg gdm

Code:
cat /etc/rc.conf

gnome_enable="YES"
dbus_enable="YES"

kld_list="nvidia nvidia-modeset"
linux_enable="YES"

Code:
# cat /etc/fstab
# Device        Mountpoint    FStype    Options        Dump    Pass#

proc            /proc            procfs        rw        0    0

linprocfs           /compat/linux/proc    linprocfs    rw        0    0
### tmpfs            /compat/linux/dev/shm    tmpfs        rw,mode=1777    0    0
linsysfs            /compat/linux/sys    linsysfs    rw        0    0

Code:
# service gdm onestart

and look at logs

Code:
# dmesg
pid 1300 (gnome-shell), jid 0, uid 92: exited on signal 5 (core dumped)
pid 1301 (gnome-shell), jid 0, uid 92: exited on signal 5 (core dumped)
pid 1309 (gsd-datetime), jid 0, uid 92: exited on signal 5 (core dumped)
pid 1316 (gsd-datetime), jid 0, uid 92: exited on signal 5 (core dumped)


Problem videocard or gnome pkg is broken ?
What do you thinking ?

Tell please )
 
Try first pekwm (exec pekwm).
If that works then there is no problem with drivers, and problem is elsewhere.

Try kldunload nvidia ; kldload nvidia
 
Try first pekwm (exec pekwm).
If that works then there is no problem with drivers, and problem is elsewhere.

Try kldunload nvidia ; kldload nvidia

pekwm start is perfect!

Driver nvidia working 100% ?

Hmm... whats wrong with GNOME...

I have work computer and GNOME 4_22 but card GeForce GT 740
 
Gnome uses Wayland by default. Did you try with Xorg instead? You should be able to choose between both from the GDM login screen.
 
Gnome uses Wayland by default. Did you try with Xorg instead? You should be able to choose between both from the GDM login screen.
Yes, i saw this on Ubuntu system and can disable wayland in the file custom.conf
But on FreeBSD where is this config and when i can disable wayland and used Xorg ?

GDM login screen doesn't open and i can't select wayland or Xorg.

This ?

Code:
pkg install wayland
 
According to https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session, just selecting it once on the login screen should be enough to make it the default for the next times you log in:
Once login is completed the X11 windowing system will be in use, as can be seen by returning to Settings > About. This change will persist unless changed back at the login screen.

But if you want or need to do it manually with a configuration file, given that it's /etc/gdm/custom.conf on Linux, it should be /usr/local/etc/gdm/custom.conf on FreeBSD.
 
Back
Top