Hello, I'm running 14.0-RELEASE-p2 on a Dell Optiplex Micro, using XFCE. The processor is Intel i5-13600, and the graphics Intel UHD 770 (AlderLake). I know the graphics are not supported, but I don't believe that is the issue here.
The X server initializes as shown by these excerpts from /var/log/Xorg.0.log:
So the dpms extension seems to be found and initialized. But then
This prevents the xfce4 power manager from running and controlling the display.
I do not understand what is going on.
The X server initializes as shown by these excerpts from /var/log/Xorg.0.log:
Code:
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[ 468.960] Current Operating System: FreeBSD hn.verizon.net 14.0-RELEASE-p2 FreeBSD 14.0-RELEASE-p2 #0:
Tue Dec 5 00:31:31 UTC 2023 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
...
[ 468.969] (II) Initializing extension DPMS
...
[ 469.292] scfb: SaveScreen 0
[ 469.292] scfb: SaveScreen done
...
[ 1415.092] scfb: SaveScreen 0
[ 1415.092] scfb: SaveScreen done
...
[ 2015.101] scfb: SaveScreen 0
...
[ 2696.558] (II) Initializing extension DPMS
...
[ 2696.631] scfb: SaveScreen 0
[ 2696.631] scfb: SaveScreen done
So the dpms extension seems to be found and initialized. But then
Code:
[ko@hn ~]$ xset -dpms
server does not have extension for -dpms option
[ko@hn ~]$
This prevents the xfce4 power manager from running and controlling the display.
I do not understand what is going on.