diff --git a/README.md b/README.md index 47a90f73758b1fca29409d04b9cd84b77c2ba61c..7277a026327e4c58d8aeda044166dc97776bf12f 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,21 @@ If getting this error message `Non-compliant status indicated by IWS issues=[("S Sometimes, problem will disappear after few seconds. But it could take more than 20 minutes to fix (depending on the intune server). Be patient. +- intune-portal error `Failed to create GBM buffer of size 456x551: Invalid argument` + +If you get this error when clicking `sign-in`, please try: + +1. Run intune-portal with absolute path from terminal +2. Set env `WEBKIT_DISABLE_DMABUF_RENDERER=1` + +Example: + +``` +WEBKIT_DISABLE_DMABUF_RENDERER=1 /opt/microsoft/intune/bin/intune-portal +``` + +Ref: <https://github.com/recolic/microsoft-intune-archlinux/issues/3> + ### FAQ & Tricks - How to delete existing enrollment data and enroll from fresh?