Solved Black screen with gdm

My system:

Code:
$ uname -a
FreeBSD obama 13.2-RELEASE FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC amd64

Code:
...
nvidia0: <NVIDIA GeForce GT 1030> on vgapci0
...
nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  515.86.01  Wed Oct 26 08:52:34 UTC 2022
...

Packages fully updated.

I can start XFCE, Cinnamon or Gnome from lightdm. But when starting gdb I get black screen.

Here are gdm and xorg logs. The last 2 lines from gdm.log are, what might be the culprit?

Code:
(II) NVIDIA(GPU-0): Deleting GPU-0
(II) Server terminated successfully (0). Closing log file.
 

Attachments

  • logs.zip
    8 KB · Views: 52
Resolved by commenting out this line in /usr/local/etc/gdm/custom.conf:
Code:
#WaylandEnable=false
 
Last edited by a moderator:
Back
Top