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

VM xorg.conf template: properly set H/Vsync and Modeline #50

Closed
marmarek opened this Issue Mar 8, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 1 Jul 2010 16:53 UTC
On high definition displays (e.g. 1600x900) the dummy driver we use in AppVMs refuses to accept the high resolutions, because hsync param being out of range.

We should figure out a correct way how to set hsync/vsync and modeline params for the vm dummy xorg driver, so that it always happily accept the resolution that the use has in Dom0.

Migrated-From: https://wiki.qubes-os.org/ticket/50

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 4 Jul 2010 15:23 UTC
Done:

https://qubes-os.org/gitweb/?p=mainstream/gui.git;a=commit;h=d924bc52ef7e23641ac0ace4bc8e996c3f78fadd

But, there still might be a problem with display having more than 2048 pixels width (e.g. large 30" ones), as apparently the dummy drv has a hardcoded check. Seems like we will need to import dummy_drv into our gui.git and patch it there, and use this driver (qubes_dummy) instead of the original one.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 4 Jul 2010 15:23 UTC
Done:

https://qubes-os.org/gitweb/?p=mainstream/gui.git;a=commit;h=d924bc52ef7e23641ac0ace4bc8e996c3f78fadd

But, there still might be a problem with display having more than 2048 pixels width (e.g. large 30" ones), as apparently the dummy drv has a hardcoded check. Seems like we will need to import dummy_drv into our gui.git and patch it there, and use this driver (qubes_dummy) instead of the original one.

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 27 Jul 2010 15:00 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 27 Jul 2010 15:00 UTC

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