summarylogtreecommitdiffstats
path: root/0004-QD-OLED-subpixel.patch
diff options
context:
space:
mode:
authorcrimist2024-02-05 01:05:33 -0800
committercrimist2024-02-05 01:05:33 -0800
commitcf65ddef85cecdd6a430bfd6006a5e0820d26ffc (patch)
tree5fedb8a41a983a0c07160e94a38a812f468faf98 /0004-QD-OLED-subpixel.patch
parent3465785c549b2ba53a9fac79fce1ec3be6022a03 (diff)
downloadaur-cf65ddef85cecdd6a430bfd6006a5e0820d26ffc.tar.gz
improve subpixel layout
Diffstat (limited to '0004-QD-OLED-subpixel.patch')
-rw-r--r--0004-QD-OLED-subpixel.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/0004-QD-OLED-subpixel.patch b/0004-QD-OLED-subpixel.patch
index 1077c0661d4f..37eed0a35579 100644
--- a/0004-QD-OLED-subpixel.patch
+++ b/0004-QD-OLED-subpixel.patch
@@ -1,5 +1,5 @@
diff --git a/src/smooth/ftsmooth.c b/src/smooth/ftsmooth.c
-index 9b0e8886c..e21c85739 100644
+index f0acc1ea4..5f163505a 100644
--- a/src/smooth/ftsmooth.c
+++ b/src/smooth/ftsmooth.c
@@ -95,12 +95,12 @@
@@ -8,12 +8,13 @@ index 9b0e8886c..e21c85739 100644
/* set up default subpixel geometry for striped RGB panels. */
- sub[0].x = -21;
- sub[0].y = 0;
-+ sub[0].x = -16;
-+ sub[0].y = -11;
- sub[1].x = 0;
+- sub[1].x = 0;
- sub[1].y = 0;
- sub[2].x = 21;
- sub[2].y = 0;
++ sub[0].x = -18;
++ sub[0].y = -11;
++ sub[1].x = 2;
+ sub[1].y = 22;
+ sub[2].x = 16;
+ sub[2].y = -11;