Solved FreeBSD 13.1 found 0 GPUs,

I want to use freebsd13.1 + wayland + intel integrate grach card + wayfire.
Now, I met a problem.
When i start to run wayfire wm, show follow error message:

Code:
found 0 GPUs, cannot create backend.
failed to open any DRM device.

I have installed and config follow:

Code:
Install the graphics/drm-kmod package
# pkg install drm-kmod
The post-installation message presents essential information. With FreeBSD 13⋯, this command will safely configure your /etc/rc.conf:
# sysrc -f /etc/rc.conf kld_list+=i915kms
Ensure that your UID is a member of the video group.
Restart your system. You should see i915kms listed, and a flash of the console when the display driver is switched.

and exec kldstat that have follow output:
1654963615846.jpeg


How can I fix it?

Looking forward to your reply, thank you very much
 
Last edited by a moderator:
No idea how to configure Wayland, but as far as I know it's not easy to set up.


Which Intel CPU? The latest ones might not be supported by the DRM drivers just yet.
Thinks for you reply, I have solved this problem. The reason is my intel integrated gpu has been disabled in bios. Opened it that all is ok.
No idea how to configure Wayland, but as far as I know it's not easy to set up. Which Intel CPU? The latest ones might not be supported by the DRM drivers just yet.
No idea how to configure Wayland, but as far as I know it's not easy to set up. Which Intel CPU? The latest ones might not be supported by the DRM drivers just yet.
 
Back
Top