mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 06:19:26 +00:00
fbdevhw: Print a better error message
Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
4296a31161
commit
ccc81e1b14
@@ -362,7 +362,7 @@ fbdev_open(int scrnIndex, const char *dev, char **namep)
|
||||
}
|
||||
|
||||
if (fd == -1) {
|
||||
xf86DrvMsg(scrnIndex, X_ERROR, "open %s: %s\n", dev, strerror(errno));
|
||||
xf86DrvMsg(scrnIndex, X_ERROR, "Unable to find a valid framebuffer device\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user