mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-08 10:32:01 +00:00
Spit out an error when there is no valid FB device, instead of just failing
silently. (Debian #070)
This commit is contained in:
@@ -309,7 +309,10 @@ fbdev_open_pci(pciVideoPtr pPci, char **namep)
|
||||
}
|
||||
if (namep)
|
||||
*namep = NULL;
|
||||
xf86DrvMsg(-1, X_ERROR,
|
||||
"Unable to find a valid framebuffer device\n");
|
||||
return -1;
|
||||
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user