Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiscreen mode #473

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

MatejSpindler
Copy link
Contributor

This commit adds max_outputs parameter to the graphic device if max_outputs option was provided in the .conf file of the VM.

Example:

guest_os="xx"
disk_img="xx.qcow2"
max_outputs="2"

This option only reliably works with spice-app as the display (#472).

Other display options:

  • sdl is crashing on qemu 7.0, could be an archlinux issue,
  • gtk I can't find options to open 2 windows and mouse coordinates are messed up,
  • spice I can't find options to open 2 windows,

Enable multiscreen with max_outputs for the virtio-vga if user configures max_outputs in the .conf file
@flexiondotorg flexiondotorg merged commit 7ce97da into quickemu-project:master Aug 1, 2022
@flexiondotorg flexiondotorg mentioned this pull request Aug 1, 2022
deraffe pushed a commit to deraffe/quickemu that referenced this pull request Apr 11, 2023
Enable multiscreen with max_outputs for the virtio-vga if user configures max_outputs in the .conf file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants