Re: [PATCH] xfree86: add default modes for 16:9 and 16:10

2018-01-18 Thread Michael Cronenworth
On 01/15/2018 03:09 PM, Martin Wilck wrote: On Tue, 2018-01-09 at 20:33 +0100, Martin Wilck wrote: Improve the user experience for users with wide screens by adding standard 16:9 and 16:10 modes to extramodes, as suggested previously

Re: [PATCH] modesetting: Add common 16by9 and 16by10 resolutions to mode list

2017-08-31 Thread Michael Cronenworth
Sorry for the delay. On 08/23/2017 03:14 PM, Adam Jackson wrote: No it doesn't? There exist non-4:3 modes in the xf86DefaultModes list, and nothing in the driver looks like it has any preference for 4:3 modes. How are you reaching this conclusion? I should have been specific. My VGA/DVI/HDMI

Re: [PATCH] modesetting: Add common 16by9 and 16by10 resolutions to mode list

2017-08-22 Thread Michael Cronenworth
On 08/22/2017 02:28 PM, Adam Jackson wrote: On Tue, 2017-08-22 at 13:20 -0500, Michael Cronenworth wrote: Related:https://bugzilla.redhat.com/show_bug.cgi?id=1339930 Nak, at least in this form. If these are really common modes then the DMT spec or similar should define real timings for them

[PATCH] modesetting: Add common 16by9 and 16by10 resolutions to mode list

2017-08-22 Thread Michael Cronenworth
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1339930 Signed-off-by: Michael Cronenworth <m...@cchtml.com> --- hw/xfree86/drivers/modesetting/drmmode_display.c | 78 +++- 1 file changed, 76 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/drivers/modes