>
> Dear Xavier,
>
> thanks very much; this seems to offer a glimmer of hope - I first
> unset the "SetPanelSize" thing and then set
>
> Option "ModeSwitchMethod" "new"
>
> The behaviour was the same - a brief flicker followed by blackness -,
> but the log file now contains a good deal of new things; apparently,
> the driver has now been able to successfully query the card for
> various technical data, such as, resolution, dimensions etc.
>
OK, try the attached patch.
X.
Index: src/via_driver.c
===================================================================
--- src/via_driver.c (revision 811)
+++ src/via_driver.c (working copy)
@@ -1561,8 +1561,7 @@
if (pBIOSInfo->Panel->IsActive &&
((pVia->Chipset == VIA_K8M800) ||
- (pVia->Chipset == VIA_PM800) ||
- (pVia->Chipset == VIA_VM800))) {
+ (pVia->Chipset == VIA_PM800))) {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Panel on K8M800, PM800 and "
"VM800 is currently not supported.\n");
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,_______________________________________________
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