summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Nettleton <jon.nettleton@gmail.com>2009-01-04 14:01:41 +0000
committerJon Nettleton <jon.nettleton@gmail.com>2009-01-04 14:01:41 +0000
commite2a4ae8cb19a6ceaa715a9e7718a838deda10670 (patch)
tree423995c102db34d44b2ffd29b5e8e037d505abe1
parent9daae44cdca80d025f0578fe2cb4b999ba2b5403 (diff)
revert changes and disable any hardware cursors for KM400 for nowhwcursor_branch
-rw-r--r--src/via_cursor.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/via_cursor.c b/src/via_cursor.c
index c6bacff..83ba655 100644
--- a/src/via_cursor.c
+++ b/src/via_cursor.c
@@ -65,6 +65,8 @@ viaHWCursorInit(ScreenPtr pScreen)
switch (pVia->Chipset) {
case VIA_CLE266:
case VIA_KM400:
+ /* FIXME Mono HW Cursors not working */
+ pVia->hwcursor = FALSE;
pVia->CursorARGBSupported = FALSE;
pVia->CursorMaxWidth = 32;
pVia->CursorMaxHeight = 32;
@@ -90,9 +92,6 @@ viaHWCursorInit(ScreenPtr pScreen)
memset(pVia->cursorMap, 0x00, pVia->CursorSize);
switch (pVia->Chipset) {
- case VIA_CLE266:
- case VIA_KM400:
- break;
case VIA_CX700:
/* case VIA_CN750: */
case VIA_P4M890:
@@ -160,9 +159,6 @@ viaHWCursorInit(ScreenPtr pScreen)
VIASETREG(pVia->CursorRegTransKey, 0);
switch (pVia->Chipset) {
- case VIA_CLE266:
- case VIA_KM400:
- break;
case VIA_CX700:
/* case VIA_CN750: */
case VIA_P4M890: