------- Comment From [email protected] 2018-12-20 02:29 EDT------- You can have vt1-7 via virtio GPU. See IBM Bug 172541 launchpad 1799467 for a feature tracker for that.
As soon as you have a vnc defition you can then redirect the sclp console to vnc as well. You have to use "vc" instead of "pty2. Virsh console will no longer work then as the sclp console is then available via vnc. You can then switch with ctrl-alt-1/2 between virtio-gpu and sclptty in the vnc. When in virtio-gpu you can witch with alt-f1/f2/f3 between the vt instances. For reference my xml looks like: <console type='vc'> <target type='sclp' port='0'/> </console> <input type='keyboard' bus='virtio'> </input> <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='virtio' heads='1' primary='yes'/> </video> @Stefan, maybe we should have a look if we can document this in a blog entry? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804748 Title: s390x qemu vt220 terminal, tput cols and lines is wrong To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1804748/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
