Anton Ivanov wrote: > pTrident->HWCursor = TRUE; > if (xf86ReturnOptValBool(pTrident->Options, OPTION_SW_CURSOR, FALSE)) { > from = X_CONFIG; > pTrident->HWCursor = FALSE; > } >
Adding the previous line of code to this, I am reading: * hardware cursor is enabled by default * software cursor is disabled by default (FALSE as a third argument in xf86ReturnOptValBool) * hardware cursor is disabled when software cursor is enabled So, no, it does not look like software cursor is always used. Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]