Hi Willem,

On 11/10/2012 01:56 PM, Willem van Asperen wrote:
> I have been running Arch Linux on a VIA EPIA EX10000EG with success
> using version openchrome 0.2.906, until the upgrade of openchrome to
> 0.3.0. Since then my screen just comes up blank black.

I'm using the attached patch with an Epia EX. However, in my case, the
display is connected throught DVI-A using a DVI-to-VGA dongle. I'm not
sure how your board is connected, so that may or may not help.

Regards,
Xavier
diff --git a/src/via_outputs.c b/src/via_outputs.c
index 45827ac..ae8698d 100644
--- a/src/via_outputs.c
+++ b/src/via_outputs.c
@@ -757,6 +757,9 @@ via_analog_detect(xf86OutputPtr output)
         status = XF86OutputStatusConnected;
     } else
         ViaDisplayDisableCRT(pScrn);
+    // HACK : force VGA output to be seen as connected.
+    // This helps with DVI-only boards like the Epia EX.
+    status = XF86OutputStatusConnected;
     return status;
 }
 
_______________________________________________
Openchrome-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/openchrome-users
Main page: http://www.openchrome.org
Wiki: http://www.openchrome.org/trac/wiki/TOC

Reply via email to