From 09f44b7220be24ad5e018c9e2f68622bffcacc4d Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:15:30 +0200 Subject: [PATCH] mention external monitors in laptops issue --- pages/FAQ/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 2ab6c15..5dd8d5b 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -25,6 +25,15 @@ Are you on NVIDIA? If so, then you have been a naughty boy and haven't listened to my tips on other pages. Use the `WLR_NO_HARDWARE_CURSORS=1` environment variable. +### My external monitor is blank / doesn't render / receives no signal (laptop) + +For Radeon graphics - unfortunately, it's a bug in wlroots, and I can't +do much about it other than wait for the wlroots devs to fix it: +[https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3451](https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3451) + +For Nvidia graphics - unfortunately, it's a wlroots issue as well, most likely due to Nvidia's +lack of support and proprietary drivers. + ### How do I screenshot? Install `grim-git` and `slurp`