Re: RFC: New libxcvt library

2021-03-26 Thread Keith Packard
Olivier Fourdan writes: > Can we consider moving “libxcvt” to the xorg/lib namespace in gitlab? Seems like a good plan to me; I've had several requests to add CVT support to xrandr and haven't done so because it would have involved pulling in a ton of code or creating a library like this :-) --

RFC: New libxcvt library

2021-03-26 Thread Olivier Fourdan
Hi all, Currently. the Xorg Xserver has its own implementation of the VESA CVT standard timing modelines generator in `hw/xfree86/modes/xf86cvt.c`. That code is placed in its own source file alone because it is also being used by the `cvt` utility. Because it's part of the Xorg DDX, Xwayland, wh

XRandR Verify Active Rate

2021-03-26 Thread re.mcclue
A XRRScreenResources contains multiple XRRModeInfo and RROutput (which with XRRGetOutputInfo() effectively means XRROutputInfo). Therefore, a screen can have many outputs which in turn, can have many modes. The rate is a property of the mode. Because of this many-to-many relationship, how can I