Re: [PATCH xserver] xwayland: do not include frequency in mode name

2016-03-28 Thread Adam Jackson
On Thu, 2016-03-17 at 15:09 +, Daniel Stone wrote: > On 17 March 2016 at 13:39, Olivier Fourdan wrote: > > > > Some applications (e.g. using lwjgl) try to parse the output of the > > xrandr command and get confused with the mode name returned by Xwayland, > > because it contains "@[frequency]

[PATCH xserver] xwayland: do not include frequency in mode name

2016-03-19 Thread Olivier Fourdan
Some applications (e.g. using lwjgl) try to parse the output of the xrandr command and get confused with the mode name returned by Xwayland, because it contains "@[frequency]" (e.g. "1024x640@60.0Hz"). Remove the @[frequency] part of the mode name to match what is found in usual mode names on regu

Re: [PATCH xserver] xwayland: do not include frequency in mode name

2016-03-18 Thread Daniel Stone
On 17 March 2016 at 13:39, Olivier Fourdan wrote: > Some applications (e.g. using lwjgl) try to parse the output of the > xrandr command and get confused with the mode name returned by Xwayland, > because it contains "@[frequency]" (e.g. "1024x640@60.0Hz"). > > Remove the @[frequency] part of the