Add a helpful message

This commit is contained in:
Keith Whitwell 2003-03-04 17:27:28 +00:00
parent d95443f030
commit 3101d43a76

View file

@ -1096,6 +1096,7 @@ static int __driInitFBDev( struct MiniGLXDisplayRec *dpy )
if (!get_chipfamily_from_chipset( info )) {
fprintf(stderr, "Unknown or non-radeon chipset -- cannot continue\n");
fprintf(stderr, "==> Verify PCI BusID is correct in miniglx.conf\n");
return 0;
}