Bug#459805: xserver-xorg-video-trident: cursor is always software

2008-01-08 Thread Anton Ivanov
Package: xserver-xorg-video-trident Version: 1:1.2.3-1 Severity: important This code will obviously always keep the cursor as software: if (xf86ReturnOptValBool(pTrident-Options, OPTION_SW_CURSOR, FALSE)) { from = X_CONFIG; pTrident-HWCursor = FALSE; } So it does not matter what you

Bug#459805: xserver-xorg-video-trident: cursor is always software

2008-01-08 Thread Brice Goglin
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