configure.ac | 2 +- src/via_fp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 488a87a407cf4dd582548652cd4476afdbd840b4 Author: Kevin Brace <kevinbr...@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 <kevinbr...@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 <kevinbr...@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 <xav...@bachelot.org> Signed-off-by: Kevin Brace <kevinbr...@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}, _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel