DRM leases + X = SW only OpenGL acceleration on child X server

2018-09-23 Thread Raimonds Cicans
Hi! I am playing with new "DRM leases" feature. I am trying to implement single video card multi-seat. Questions: 1) is HW accelerated OpenGL possible at all on child X server? 2) if answer for first question is "yes", then what can cause following behaviour? DISPLAY=:100 glxgears # Main X

[PATCH app/xfsinfo] Correctly report maximum request size when sizeof(long) != 4

2018-09-23 Thread Alan Coopersmith
The protocol spec says: The MAXIMUM-REQUEST-LENGTH specifies the largest request size in 4-byte units that is accepted by the server The code worked on 32-bit platforms, where longs were 4 bytes, but overreports the number of bytes allowed on platforms with 64-bit longs. Signed-off-by: Alan