The drmAvailable() function is seemingly returning false negatives in some scenarios. A reported example of this was KDE Plasma where the GPU was on /dev/dri/card1. The DRM planes were available even though this check failed. Seems we can just remove the check altogether.
The
drmAvailable()
function is seemingly returning false negatives in some scenarios. A reported example of this was KDE Plasma where the GPU was on/dev/dri/card1
. The DRM planes were available even though this check failed. Seems we can just remove the check altogether.