Skip to content

Instantly share code, notes, and snippets.

View RiseLab's full-sized avatar
🚀
we rise

RiseLab

🚀
we rise
View GitHub Profile
@RiseLab
RiseLab / fix_black_screen_on_second_monitor.patch
Created March 19, 2022 13:14 — forked from ibLeDy/fix_black_screen_on_second_monitor.patch
Fix for second monitor with blank screen (Ubuntu 20.04 - HP Pavilion Gaming Laptop 15-ec1xxx, Nvidia GTX 1650, Ryzen 5 4600H)
diff --git a/10-amdgpu.conf b/10-amdgpu.conf
index ef20256..c86f77a 100644
--- a/10-amdgpu.conf
+++ b/10-amdgpu.conf
@@ -1,5 +1,5 @@
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
- Driver "amdgpu"
+ Driver "modesetting"