Robin Gilks wrote:
Hardware: Epia SP13000 using CN400 chipset with openchrome driver version
0.2.901
I've just upgraded to 0.2.902 which is the latest in the Gentoo stable
tree and no difference at all.
Should I expect better behaviour from SVN or is this a problem that has
either not arisen before or just not been addressed in any version...
Thanks
This was never reported and thus never fixed ;-)
Does the attached patch against trunk help ?
Regards,
Xavier
Index: src/via_driver.c
===================================================================
--- src/via_driver.c (revision 577)
+++ src/via_driver.c (working copy)
@@ -841,8 +841,8 @@
case VIA_CX700:
case VIA_PM800:
pVia->VideoEngine = VIDEO_ENGINE_CME;
- pVia->swov.maxWInterp = 1920;
- pVia->swov.maxHInterp = 1080;
+// pVia->swov.maxWInterp = 1920;
+// pVia->swov.maxHInterp = 1080;
break;
case VIA_P4M890:
pVia->VideoEngine = VIDEO_ENGINE_CME;
_______________________________________________
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