Hello,
i recently installed a Desktop Environment on FreeBSD 14.2 RELEASE.
Xorg:
The PC has an onboard Intel UHD 600 Graphic Chip (Gemini Lake).
Cinnamon / Xfce:
I first tried the Cinnamon Desktop but got an applet error when starting it.
After that i switched to Xfce. On both desktops i'm unable to switch to
console mode using Alt+Ctrl+Fx. So i'm assuming it is a Xorg problem.
I did some research and tried:
but no success.
i recently installed a Desktop Environment on FreeBSD 14.2 RELEASE.
Xorg:
pkg install xorg
pw groupmod video -m user
pkg install drm-kmod
sysrc kld_list=i915kms
The PC has an onboard Intel UHD 600 Graphic Chip (Gemini Lake).
Cinnamon / Xfce:
pkg install cinnamon
vi /etc/fstab
proc /proc procfs rw 0 0
sysrc dbus_enable="YES"
pkg install lightdm lightdm-gtk-greeter
sysrc lightdm_enable="YES"
I first tried the Cinnamon Desktop but got an applet error when starting it.
After that i switched to Xfce. On both desktops i'm unable to switch to
console mode using Alt+Ctrl+Fx. So i'm assuming it is a Xorg problem.
I did some research and tried:
/boot/loader.conf
hw.vga.textmode=1
kern.vty=vt
but no success.