Mistype in fbdevhw
In xorg-server-1.20.2/hw/xfree86/fbdevhw/fbdevhw.c
readlink(sysfs_path, buf, sizeof(buf) < 0) ||
instead of
readlink(sysfs_path, buf, sizeof(buf)) < 0 ||
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
In xorg-server-1.20.2/hw/xfree86/fbdevhw/fbdevhw.c
readlink(sysfs_path, buf, sizeof(buf) < 0) ||
instead of
readlink(sysfs_path, buf, sizeof(buf)) < 0 ||