|
|
Use the ErrorF( ) routine to notify the user of error conditions that arise. For example, the nte sample driver includes the following code to notify the user when the hardware cannot be initialized because the requested screen depth is not supported:
ErrorF("nte: unsupported screen depth: %d\n", pReq->dfltDepth);