[PATCH xserver 0/2] Fix some error in Xorg.0.log
Liwei Song
liwei.song at windriver.com
Thu Apr 12 02:49:42 UTC 2018
On my CoffeeLake S board, after compile i915 as a kernel module
will got following error in Xorg.0.log:
(EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
(EE) open /dev/fb0: No such file or directory
This is a timing proble between i915 driver and Xorg,
add a loop to wait device got ready can avoid this timing problem
Liwei Song (2):
config: wait for DRM device to be successful initiated
fbdevhw: add loop to wait /dev/fb0 get ready
config/udev.c | 9 +++++++++
hw/xfree86/fbdevhw/fbdevhw.c | 4 +++-
2 files changed, 12 insertions(+), 1 deletion(-)
--
2.7.4
More information about the xorg-devel
mailing list