Skip to content

Commit 724b37a

Browse files
doringemandbaluta
authored andcommitted
Documentation: teaching: Change QEMU_DISPLAY from sdl to gtk
QEMU_DISPLAY=sdl will not be supported anymore and it doesn't even work for the most recent qemu's versions. The actual way of opening the console in a GUI is using gtk instead of sdl. Reference: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1829945/comments/1
1 parent e740a66 commit 724b37a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/teaching/info/vm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tools/labs:
4444
char device redirected to /dev/pts/19 (label virtiocon0)
4545
4646
47-
.. note:: To show the qemu console use "QEMU_DISPLAY=sdl make
47+
.. note:: To show the qemu console use "QEMU_DISPLAY=gtk make
4848
boot". This will show the VGA output and will also give
4949
access to the standard keyboard.
5050

Documentation/teaching/labs/interrupts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ using :command:`dmesg`. Also note that when you use the serial port no
843843
keyboard interrupt is generated.
844844

845845
.. attention:: To get access to the keyboard on the virtual machine
846-
boot with "QEMU_DISPLAY=sdl make boot".
846+
boot with "QEMU_DISPLAY=gtk make boot".
847847

848848
3. Store ASCII keys to buffer
849849
-----------------------------

Documentation/teaching/labs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ a console exposed by the virtual machine using :command:`minicom` or :command:`s
526526
Poky (Yocto Project Reference Distro) 2.3 qemux86 /dev/hvc0
527527
528528
Alternatively, you can start the virtual machine with graphical interface support, using
529-
the :command:`QEMU_DISPLAY=sdl make boot`.
529+
the :command:`QEMU_DISPLAY=gtk make boot`.
530530
531531
.. note::
532532
To access the virtual machine, at the login prompt, enter the

0 commit comments

Comments
 (0)