mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Ctrl + Shift + U workaround
This commit is contained in:
12
README.md
12
README.md
@@ -111,6 +111,18 @@ or in QEMU:
|
|||||||
|
|
||||||
cat /proc/version
|
cat /proc/version
|
||||||
|
|
||||||
|
## QEMU GUI is unresponsive
|
||||||
|
|
||||||
|
Sometimes in Ubuntu 14.04, after the QEMU SDL GUI starts, it does not get updated after keyboard strokes, and there are artifacts like disappearing text.
|
||||||
|
|
||||||
|
We have not managed to track this problem down yet, but the following workaround always works:
|
||||||
|
|
||||||
|
Ctrl + Shift + U
|
||||||
|
Ctrl + C
|
||||||
|
root
|
||||||
|
|
||||||
|
This started happening when we switched to building QEMU through Buildroot, and has not been observed on later Ubuntu.
|
||||||
|
|
||||||
## Text mode
|
## Text mode
|
||||||
|
|
||||||
Show serial output of QEMU directly on the current terminal, without opening a QEMU window:
|
Show serial output of QEMU directly on the current terminal, without opening a QEMU window:
|
||||||
|
|||||||
Reference in New Issue
Block a user