← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 377402] Re: Square cursor with k8m890 and 9.04 livecd, during VNC connection

 

Hello again
Try to set UseLegacyModeSwitch=TRUE (line 709) for your chipset (K8M890) in file via_driver.c

For example:

        case VIA_K8M890:
            pVia->VideoEngine = VIDEO_ENGINE_CME;
            pVia->agpEnable = FALSE;
            pVia->dmaXV = FALSE;
            pVia->UseLegacyModeSwitch = TRUE;
            break;

Please build/install the latest openchrome driver and enable debug mode.

-- 
Square cursor with k8m890 and 9.04 livecd, during VNC connection
https://bugs.launchpad.net/bugs/377402
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome in ubuntu.



References