Closed klogg closed 4 years ago
According to https://github.com/FrescoLogic/FL2000/issues/42 there is no option to configure FL2000 to linear sRGB input. By default, Linux gives linear RGB buffers to DRI, this must be changed somehow. Asked for support https://lists.freedesktop.org/archives/dri-devel/2020-May/264870.html
Implemented workaround with forced compression XRGB8888 -> RGB565, this solve the issue and also helps reducing USB traffic.
How kmscube looks like when linear RGB888 supplied
According to https://github.com/FrescoLogic/FL2000/issues/42 there is no option to configure FL2000 to linear sRGB input. By default, Linux gives linear RGB buffers to DRI, this must be changed somehow. Asked for support https://lists.freedesktop.org/archives/dri-devel/2020-May/264870.html