dragging windows around or scrolling a text window will occasionally
cause nasty screen corruption, so something is still not completely
right somewhere.
Even if you're runnign a pretty new kernel, you might try to disable
AGPDMA, I'm not sure all the drm bugs have been fixed.
Option "EnableAGPDMA" "0"
playback through XVideo does not generate any errors, but only a
black window where the video should be appears.
Does the attached patch help ?
Regards,
Xavier
Index: src/via_swov.c
===================================================================
--- src/via_swov.c (revision 562)
+++ src/via_swov.c (working copy)
@@ -1727,7 +1727,7 @@
* FIXME:
* Enable video on secondary
*/
- if ((pVia->Chipset == VIA_P4M900 || pVia->Chipset == VIA_VM800)
+ if ((pVia->Chipset == VIA_P4M900 || pVia->Chipset == VIA_VM800 || pVia->Chipset == VIA_CX700)
&& pVia->pBIOSInfo->PanelActive) {
/* V1_ON_SND_DISPLAY */
vidCtl |= 0x80000000;
_______________________________________________
openchrome-users mailing list
[email protected]
http://wiki.openchrome.org/mailman/listinfo/openchrome-users
Main page:
http://www.openchrome.org
Wiki:
http://wiki.openchrome.org
User Forum:
http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1