What's the parameter / component which caused this error ? ---> [backend/drm/drm.c:60] PRIME import not supported #2198
Unanswered
Marietto2008
asked this question in
Q&A
Replies: 3 comments 2 replies
-
This points to wlroots here. You can see the |
Beta Was this translation helpful? Give feedback.
0 replies
-
According to the DRM_PRIME_CAP_IMPORT documentation: "Starting from kernel version 6.6, this bit is always set in DRM_CAP_PRIME." So I would guess your kernel is not up to date or the bits haven't been ported to your OS kernel yet. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two FreeBSD 14 installations. I state that my PC has 3 gpus.
On the first FreeBSD 14 system I've chosen as the main GPU the Geforce GTX 1060 and the RTX 2080 ti is reserved for the Linux virtual machines where I make the passthru ; the Intel gpu is not even shown on the system. With this setup,Wayland / Wayfire works. On the secondary installation I have chosen the Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] as main GPU ; the GTX 1060 is secondary and the RTX 2080 it is reserved for the bhyve / Linux vms. Even here it works.
Now,probably I have configured wayland / wayfire in a different way on the secondary FreeBSD 14 installation,because although at the beginning I used the same GPU setup of the system 1 (main GPU Geforce GTX 1060 ; RTX 2080 ti reserved for Linux and Intel gpu not shown by the system),at some point it stopped working. I don't know what I have changed. The fact is that I got this error message :
and I had to change GPU setup. I had to chosen the Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] as main GPU ; the GTX 1060 as secondary and the RTX 2080 reserved for Linux. I'm really interested to understand what's the parameters which forced me to change the layout of the GPU.
Based on the error :
0x821c361d4 <wlr_backend_get_drm_fd+0x4> at /opt/wayfire/lib//libwlroots.so.12
it seems that it could be "wlroots". Maybe using a new version of wlroots as I did,something is changed and it started to refuse to work on the gpu setup that I've used on the system 1.
Point is that for me is more comfortable to keep the nvidia gpu 1060 as primary and the rtx 2080 ti reserved and I don't need the intel integrated gpu.
Beta Was this translation helpful? Give feedback.
All reactions