From 633ab5b8c68f5d31d87afa2d4c62a0b3481b5224 Mon Sep 17 00:00:00 2001 From: Bennett-Wendorf Date: Sun, 9 Jan 2022 14:46:42 -0600 Subject: [PATCH] Made a small tweak to work on Arch Linux --- Arch-Linux/usr/99-fbdev-fbcp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arch-Linux/usr/99-fbdev-fbcp.conf b/Arch-Linux/usr/99-fbdev-fbcp.conf index c82e99b..4a2f1b7 100755 --- a/Arch-Linux/usr/99-fbdev-fbcp.conf +++ b/Arch-Linux/usr/99-fbdev-fbcp.conf @@ -10,7 +10,7 @@ Section "Device" Identifier "Allwinner A10/A13/A20 FBDEV" Driver "fbdev" - Option "fbdev" "/dev/fb0" + Option "fbdev" "/dev/fb1" Option "SwapbuffersWait" "true" EndSection