Re: [DNG] Can't get graphic output from qemu

2020-07-17 Thread Jarkko Lavinen via Dng
On Mon, Jul 13, 2020 at 01:00:36PM +0100, Mark Hindley wrote:
> I think the gui has moved to a separate package. Try installing 
> qemu-system-gui.

I cannot use gtk with qemu in beowulf. I get:

  qemu-system-x86_64 -display gtk
  Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/ui-gtk.so: undefined 
symbol: qkbd_state_lift_all_keys
  qemu-system-x86_64: Display 'gtk' is not available.

The installed qemu* packages are:

  qemu  1:3.1+dfsg-8+deb10u5 amd64 
  qemu-system-common1:3.1+dfsg-8 amd64
  qemu-system-data  1:5.0-6  all
  qemu-system-gui:amd64 1:5.0-6  amd64
  qemu-system-x86   1:3.1+dfsg-8 amd64
  qemu-utils1:3.1+dfsg-8+deb10u5 amd64

I tried to downgrade qemu-system-gui to 1:3.1 but didn't help.

In ceres (schroot) using gtk works with no problems. When checking the
installed qemu* packages, all version numbers were 1:5.0-6.

Jarkko Lavinen
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Can't get graphic output from qemu

2020-07-15 Thread Jarkko Lavinen via Dng
On Mon, Jul 13, 2020 at 01:00:36PM +0100, Mark Hindley wrote:
> I think the gui has moved to a separate package. Try installing 
> qemu-system-gui.

Hello dng list

In the past I have used qemu with SDL on ascii. When I tried to
use it with gtk on beowulf, I get

  qemu-system-x86_64 -display gtk
  Failed to open module: /usr/lib/x86_64-linux-gnu/qemu/ui-gtk.so: undefined 
symbol: qkbd_state_lift_all_keys
  qemu-system-x86_64: Display 'gtk' is not available.

The installed qemu* packages are;

  qemu  1:3.1+dfsg-8+deb10u5 amd64
  qemu-system-common1:3.1+dfsg-8 amd64
  qemu-system-data  1:5.0-6  all
  qemu-system-gui:amd64 1:5.0-6  amd64
  qemu-system-x86   1:3.1+dfsg-8 amd64
  qemu-utils1:3.1+dfsg-8+deb10u5 amd64

I tried to downgrade qemu-system-gui to 1:3.1 but didn't help.

In ceres (schroot) using gtk works fine.  When checking the
installed qemu* packages, all version numbers were 1:5.0-6.

Jarkko Lavinen
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Can't get graphic output from qemu

2020-07-13 Thread Ralph Ronnquist via Dng
Mark Hindley wrote on 13/7/20 10:00 pm:
> On Sun, Jul 12, 2020 at 05:42:12PM -1000, Joel Roth via Dng wrote:
>> Hi list,
>>
>> Since upgrading to ascii, I don't get a graphic window by default
>> as before.  Instead, qemu tries (and fails) to make a VNC connection.
>>
>> I can run qemu-system-x86_64 -display curses for text only.
>> The sdl and gtk options to -display which I think should
>> invoke graphic output, instead generate an error message of
>> being unsupported.
>>
>> What do I need to do to get the regular graphic output?
> 
> I think the gui has moved to a separate package. Try installing 
> qemu-system-gui.

That's very good. That works. Thanks. I've been living in the dark :)

Ralph.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Can't get graphic output from qemu

2020-07-13 Thread Mark Hindley
On Sun, Jul 12, 2020 at 05:42:12PM -1000, Joel Roth via Dng wrote:
> Hi list,
> 
> Since upgrading to ascii, I don't get a graphic window by default
> as before.  Instead, qemu tries (and fails) to make a VNC connection.
> 
> I can run qemu-system-x86_64 -display curses for text only.
> The sdl and gtk options to -display which I think should
> invoke graphic output, instead generate an error message of
> being unsupported.
> 
> What do I need to do to get the regular graphic output?

I think the gui has moved to a separate package. Try installing qemu-system-gui.

Mark
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Can't get graphic output from qemu

2020-07-13 Thread fsmithred via Dng
On 7/13/20 12:37 AM, Ralph Ronnquist via Dng wrote:
> Joel Roth via Dng wrote on 13/7/20 1:42 pm:
>> Hi list,
>>
>> Since upgrading to ascii, I don't get a graphic window by default
>> as before.  Instead, qemu tries (and fails) to make a VNC connection.
>>
>> I can run qemu-system-x86_64 -display curses for text only.
>> The sdl and gtk options to -display which I think should
>> invoke graphic output, instead generate an error message of
>> being unsupported.
>>
>> What do I need to do to get the regular graphic output?
> 
> Afaict even for ascii, qemu has progressed away from offering a built-in
> display. I don't know what the necessary improvements where that accidentally
> rendered the built-in display non-functional, but now a separate display seems
> be the only option; vnc or spice. Plus that the serial console option is still
> available.
> 
> Ralph.


I don't know what display you guys are expecting to see, but when I run
qemu, the VM opens in a plain old window that has a title bar and menu
bar, just like it always has. The menu items are Machine and View.

qemu-system-x86_64 -enable-kvm -m 2048 -vga std -cdrom example.iso

I did run into a situation in ascii where qemu required vnc, and I don't
recall what happened to change that back to the old behavior. Maybe
installing qemu-system-gui is what fixed it.

fsmithred



0xA73823D3094C5620.asc
Description: application/pgp-keys
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Can't get graphic output from qemu

2020-07-12 Thread Ralph Ronnquist via Dng
Joel Roth via Dng wrote on 13/7/20 1:42 pm:
> Hi list,
> 
> Since upgrading to ascii, I don't get a graphic window by default
> as before.  Instead, qemu tries (and fails) to make a VNC connection.
> 
> I can run qemu-system-x86_64 -display curses for text only.
> The sdl and gtk options to -display which I think should
> invoke graphic output, instead generate an error message of
> being unsupported.
> 
> What do I need to do to get the regular graphic output?

Afaict even for ascii, qemu has progressed away from offering a built-in
display. I don't know what the necessary improvements where that accidentally
rendered the built-in display non-functional, but now a separate display seems
be the only option; vnc or spice. Plus that the serial console option is still
available.

Ralph.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Can't get graphic output from qemu

2020-07-12 Thread Joel Roth via Dng
Hi list,

Since upgrading to ascii, I don't get a graphic window by default
as before.  Instead, qemu tries (and fails) to make a VNC connection.

I can run qemu-system-x86_64 -display curses for text only.
The sdl and gtk options to -display which I think should
invoke graphic output, instead generate an error message of
being unsupported.

What do I need to do to get the regular graphic output?

regards,


-- 
Joel Roth
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng