[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_display.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Sat Sep 3 05:20:08 UTC 2016
configure.ac | 2 +-
src/via_display.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 04370eb04e7cf8e4f90f574b3d96a414db0fdd40
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Fri Sep 2 22:18:45 2016 -0700
Version bumped to 0.5.151
This version fixes a bug that existed since Version 0.5.103 that
made ASUS P5VD2-MX SE (P4M890 chipset) not be able to switch to
tty1 through tty6. I thank Max Rus for tracking down the bad
commit, and fixed the bug.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index 9b5e4fb..6889e39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- [0.5.150],
+ [0.5.151],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit 9da49a3a4d568ee341d7d4677106a14d17596ab9
Author: Max Rus <off_mail at mail.ru>
Date: Fri Sep 2 22:14:54 2016 -0700
Fix for tty1 through tty6 not working
There was a bug with commit f4166d6 that made ASUS P5VD2-MX SE
(P4M890 chipset) not be able to switch to tty1 through tty6.
Signed-off-by: Max Rus <off_mail at mail.ru>
Tested-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_display.c b/src/via_display.c
index 721dfe8..e451f66 100644
--- a/src/via_display.c
+++ b/src/via_display.c
@@ -3188,7 +3188,7 @@ iga1_crtc_restore(xf86CrtcPtr crtc)
ViaDisablePrimaryFIFO(pScrn);
vgaHWLock(hwp);
- vgaHWProtect(pScrn, TRUE);
+ vgaHWProtect(pScrn, FALSE);
DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"Exiting iga1_crtc_restore.\n"));
More information about the Openchrome-devel
mailing list