--- XFree86-4.2.1/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_opt.c.sis-option-swcursor Sat Feb 9 01:19:22 2002 +++ XFree86-4.2.1/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_opt.c Sat Feb 9 01:21:31 2002 @@ -64,6 +64,7 @@ pSiS->FastVram = TRUE; pSiS->UsePCIRetry = TRUE; pSiS->TurboQueue = TRUE; + pSiS->SWCursor = FALSE; pSiS->HWCursor = TRUE; pSiS->Rotate = FALSE; pSiS->ShadowFB = FALSE; @@ -98,6 +99,7 @@ if (xf86ReturnOptValBool(pSiS->Options, OPTION_SW_CURSOR, FALSE)) { from = X_CONFIG; pSiS->HWCursor = FALSE; + pSiS->SWCursor = TRUE; } xf86DrvMsg(pScrn->scrnIndex, from, "Using %s cursor\n", pSiS->HWCursor ? "HW" : "SW");