[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_fp.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Tue Mar 21 02:47:53 UTC 2017
configure.ac | 2 +-
src/via_fp.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 488a87a407cf4dd582548652cd4476afdbd840b4
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Mon Mar 20 19:47:32 2017 -0700
Version bumped to 0.6.100
Hopefully, 1366 x 768 screen resolution flat panel will now work
correctly.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index fef1a3e..7a5eac3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- [0.6.99],
+ [0.6.100],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit 7a3509cacf38aaaebc2ab52cd9a9ff29849f0e50
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Mon Mar 20 19:32:50 2017 -0700
Changing VIA panel ID 10 (0xA) to 1366 x 768
This is to handle iDOT Computers (VIA Technologies affiliated company)
L740 laptop's flat panel.
Signed-off-by: Xavier Bachelot <xavier at bachelot.org>
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_fp.c b/src/via_fp.c
index 4ef4914..7811d93 100644
--- a/src/via_fp.c
+++ b/src/via_fp.c
@@ -63,7 +63,7 @@ static ViaPanelModeRec ViaPanelNativeModes[] = {
{1280, 800, FALSE, TRUE},
{ 800, 480, FALSE, TRUE},
{1024, 768, TRUE, TRUE},
- {1024, 768, FALSE, FALSE},
+ {1366, 768, FALSE, FALSE},
{1024, 768, TRUE, FALSE},
{1280, 768, FALSE, FALSE},
{1280, 1024, TRUE, FALSE},
More information about the Openchrome-devel
mailing list