<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Switching to tty1 gives only blank screen with version newer than 0.5.103"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97553#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Switching to tty1 gives only blank screen with version newer than 0.5.103"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97553">bug 97553</a>
from <span class="vcard"><a class="email" href="mailto:off_mail@mail.ru" title="Max Rus <off_mail@mail.ru>"> <span class="fn">Max Rus</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>