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

Error when starting VM: "integer division or modulo by zero" #2348

Closed
andrewdavidwong opened this Issue Sep 30, 2016 · 3 comments

Comments

Projects
None yet
3 participants
@andrewdavidwong
Member

andrewdavidwong commented Sep 30, 2016

On 2016-09-29 16:31, katerimmel@sigaint.org wrote:

Hello
After upgrading to 3.2 I noticed some features that I don't like.

[...]

3)Every time that start a VM shows up this message: Error starting VM
.....: integer division or modulo by zero (the VM works the same)

@plushambush

This comment has been minimized.

Show comment
Hide comment
@plushambush

plushambush Sep 30, 2016

I confirm the same bug on my 3-head setup since 3.2rc:
One of the monitors is reported by xrandr as having size 0mm x 0mm
This causes division by zero in lines 64-65 of the monitorlayoutnotify.py
dpi = (int(output_params['width']) * 254 / int(output_params['width_mm']) / 10)

I confirm the same bug on my 3-head setup since 3.2rc:
One of the monitors is reported by xrandr as having size 0mm x 0mm
This causes division by zero in lines 64-65 of the monitorlayoutnotify.py
dpi = (int(output_params['width']) * 254 / int(output_params['width_mm']) / 10)

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 3, 2016

Member

Automated announcement from builder-github

The package qubes-gui-dom0-3.2.6-1.fc23 has been pushed to the r3.2 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

Member

marmarek commented Oct 3, 2016

Automated announcement from builder-github

The package qubes-gui-dom0-3.2.6-1.fc23 has been pushed to the r3.2 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 17, 2016

Member

Automated announcement from builder-github

The package qubes-gui-dom0-3.2.6-1.fc23 has been pushed to the r3.2 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Member

marmarek commented Oct 17, 2016

Automated announcement from builder-github

The package qubes-gui-dom0-3.2.6-1.fc23 has been pushed to the r3.2 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment