From 0c905b19e347434e3c05fd217a854b7aa1af7fee Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Wed, 20 Nov 2024 01:19:07 +0000 Subject: [PATCH] add a FAQ --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 47a90f7..7277a02 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? -- GitLab