https://bugs.freedesktop.org/show_bug.cgi?id=97553
--- Comment #4 from Max Rus <off_m...@mail.ru> ---
Hi, Kevin.
I tried to change function iga1_crtc_restore this way:
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"));
and now TTY1-6 shows text. I can't explain why it worked (but I found similar
function in internet with comments "ON: Reenable sequencer, then turn on
screen." and decided to change this parameter to "ON"). And I have no knowledge
how such a change could affect resume from standby process (ACPI S3 State) you
tried to repair.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/openchrome-devel