[openchrome-devel] xf86-video-openchrome: Branch 'main' - 2 commits - configure.ac src/via_fp.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Thu Jul 15 02:49:31 UTC 2021
configure.ac | 2 +-
src/via_fp.c | 22 +++++++---------------
2 files changed, 8 insertions(+), 16 deletions(-)
New commits:
commit 88a200623ab74fb4f844ee6f4dd028f759465046
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Wed Jul 14 21:42:14 2021 -0500
Version bumped to 0.6.407
Updated (reverted) FP (Flat Panel) table for models that do not have
I2C bus support for the FP or DDX is not able to obtain EDID from
the FP. This might improve the FP support situation with European
market HP 2133 mini-note's 1024 x 600 FP made by LG Display (LGD).
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index 203d49a..8844cfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-openchrome],
- [0.6.406],
+ [0.6.407],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit ea8eff1fde1465ac86c31c59df06cb5d89db0e11
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Wed Jul 14 21:23:48 2021 -0500
Partial revert of FP table update
This sort of reverts commit d90a71c (Updated VIA Technologies
defined flat panel screen resolution table). Hopefully, this
eliminates FP (Flat Panel) screen resolution issue observed with
European market HP 2133 mini-note 1024 x 600 FP made by LG Display
(LGD).
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_fp.c b/src/via_fp.c
index 91ef73d..cfd19ae 100644
--- a/src/via_fp.c
+++ b/src/via_fp.c
@@ -47,24 +47,16 @@ static ViaPanelModeRec ViaPanelNativeModes[] = {
{1280, 768, FALSE, TRUE},
{1280, 1024, TRUE, TRUE},
{1400, 1050, TRUE, TRUE},
- {1600, 1200, TRUE, TRUE},
+ {1440, 900, TRUE, TRUE},
{1280, 800, FALSE, TRUE},
{ 800, 480, FALSE, TRUE},
- {1024, 768, TRUE, TRUE},
+ {1024, 600, TRUE, TRUE},
{1366, 768, FALSE, FALSE},
- {1024, 768, TRUE, FALSE},
- {1280, 768, FALSE, FALSE},
- {1280, 1024, TRUE, FALSE},
- {1400, 1050, TRUE, FALSE},
- {1600, 1200, TRUE, FALSE},
- {1366, 768, FALSE, FALSE},
- {1024, 600, FALSE, TRUE},
- {1280, 768, TRUE, TRUE},
- {1280, 800, FALSE, TRUE},
- {1360, 768, FALSE, FALSE},
- {1280, 768, TRUE, FALSE},
- { 480, 640, FALSE, TRUE},
- {1200, 900, FALSE, FALSE}};
+ {1680, 1050, TRUE, FALSE},
+ {1920, 1200, FALSE, FALSE},
+ { 640, 240, TRUE, FALSE},
+ { 480, 640, TRUE, FALSE}
+};
#define MODEPREFIX(name) NULL, NULL, name, 0, M_T_DRIVER | M_T_DEFAULT
#define MODESUFFIX 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,FALSE,FALSE,0,NULL,0,0.0,0.0
More information about the openchrome-devel
mailing list