won't start, gives errors

7vQfPE7.png
 
Please post the whole thing, not a picture taken from an editor only showing a couple of lines.

You can do this easily from the command line: cat /var/log/Xorg.0.log | nc termbin.com 9999. Then post that URL here.
 
are you in the video group, are the correct klds loaded, what is your graphics hardware.

If you want people to help you, you have to post information that makes sense.
If everyone has to ask questions to get you to provide the information, people start to not help.
You've basically told us "car won't start" and won't provide any details to help diagnose why it won't start.
SirDice in #3 has pretty much told the minimum we need to help.
The output of:
kldstat

would also help, plus tell us what hardware (Intel i915, nvidia, amd, etc)
 
Thank you,

If the user is not in higher permissions groups it can causes such a symptom.

– can you tell, in which situations?

A non-privileged user, after using SDDM to log in to KDE Plasma:

KDE Plasma without group memberships.png



Incidentally, it's possible for a non-privileged user to perform a shutdown(8) without being an operator:

shutting down without group membership.png

Code:
% ls -hl /sbin/shutdown
-r-sr-xr--  2 root  operator    15K  3 Oct 20:57 /sbin/shutdown
% uname -KU
1400034 1400034
% freebsd-version -kru
14.0-CURRENT
14.0-CURRENT
14.0-CURRENT
% grep sddm /etc/group
sddm:*:219:
%

Reproducible on FreeBSD 13.0-RELEASE-p4.

A feature of KDE Plasma? I wonder …

Code:
% pkg provides ksmserver-logout-greeter
Name    : plasma5-plasma-workspace-5.22.5
Desc    : Plasma5 Plasma workspace
Repo    : FreeBSD
Filename: usr/local/lib/libexec/ksmserver-logout-greeter
%
 
This is only valid for access to real graphic cards.

If a user is not in a video group or higher then his X/Wayland sessions are not accelerated.

glxinfo | grep "OpenGL"

Shows llvmpipe then.
 
Back
Top