This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "X driver for VIA IGPs".
The branch, master has been updated via 7dd217502d91ffecfc857c4337893e826ffd00bd (commit) from 802544370dd827ed3488965e39804e3cb630888a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7dd217502d91ffecfc857c4337893e826ffd00bd Author: Kevin Brace <kevinbr...@gmx.com> Date: Sun Mar 6 02:27:28 2016 -0800 Fixing the misdetection of NanoBook flat panel It was observed in a VIA Technologies NanoBook based laptop computer that the flat panel it contains is not connected to an I2C bus, hence the supported screen resolution cannot be determined via an I2C bus. Furthermore, the code was obtaining EDID information via I2C bus 2, but it was not scrutinizing the interface type. Hence, if a VGA monitor is connected to the computer, the code was determining the flat panel screen resolution based on the EDID information obtained from the VGA monitor via I2C bus 2. Due to all of these issues, the flat panel screen color was going completely white, making the flat panel completely useless. Thanks to this fix, the flat panel and a VGA monitor can now be detected correctly. Signed-off-by: Kevin Brace <kevinbr...@gmx.com> ----------------------------------------------------------------------- Summary of changes: src/via_lvds.c | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) hooks/post-receive -- X driver for VIA IGPs _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel