Kevin Lange 5823657d63 QEMU display harness
This is a combination of a harness for running QEMU and tracking its
window size, and a client running in the ToaruOS guest to receive those
window size updates and perform mode setting. Run the harness with
`util/qemu-harness.py` and then run `qemu_display_hack.py` from the
guest (using Alt-F2, preferrably) and the display will automatically
set the appropriate mode (and send ctrl-alt-u to qemu to disable
scaling) whenever the window changes. This is an experimental hack, it
only works on Linux (uses Xlib to do the window size querying), only
works with the SDL output (GTK both doesn't like it when you try to
resize the window too small, and it has that darn menu bar that makes it
hard to size everything correctly since that's theme-specific), and is
very experimental. That said, it performs quite nicely, possibly even
better than the native support in VirtualBox.
2017-02-18 23:14:37 +09:00
..
2014-05-03 00:20:14 -07:00
2017-02-18 16:38:49 +09:00
2017-01-15 23:30:32 +09:00
2016-12-26 10:02:25 +09:00
2016-12-29 14:43:01 +09:00
2014-03-11 01:55:51 -07:00
2016-12-29 14:43:01 +09:00
2017-01-14 13:42:13 +09:00
2014-06-04 19:36:58 -07:00
2017-01-08 19:38:48 +09:00
2012-12-05 21:40:30 -08:00
2012-12-05 21:40:30 -08:00
2013-12-05 19:30:19 -08:00
2012-12-05 21:40:30 -08:00
2012-01-18 19:52:11 -06:00
2017-01-08 19:38:48 +09:00
2015-12-17 16:43:51 -08:00
2017-02-18 23:14:37 +09:00
2014-05-08 21:13:44 -07:00