On 05/12/2012 01:53 AM, Amit Uttamchandani wrote:
> On Sat, May 12, 2012 at 12:29:33AM +0200, Xavier Bachelot wrote:
> 
> [snip]
> 
>> The logs you have attached are not from the openchrome driver, but from
>> the driver from VIA.
>>
>> X.
>>
> 
> Whoops sorry about that. Didn't know that X fell back into the installed
> via driver. Anyways, I redid the tests and the logs are attached.
> 
> So for openchrome-master with the attached xorg.conf, X boots but screen
> is outside display.
> 
> For openchrome-kms_branch, X does not boot and it gets stuck at the
> ubuntu start up logo (I guess this is still in plymouth state).
> 
> File attached: openchrome-test.tgz
> 
> Thanks again,
> Amit

Try with the attached patch. This one is against master, but you can try
something similar with kms_branch, the same issue is affecting both
branches. Or alternatively, try using Option "ForcePanel", it should
force the same behavior as the patch.

Regards,
Xavier
diff --git a/src/via_id.c b/src/via_id.c
index c352535..91d18df 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -248,7 +248,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
 
     /*** VX900 ***/
     {"Foxconn L740",                          VIA_VX900,   0x105B, 0x0CFD, VIA_DEVICE_LCD | VIA_DEVICE_CRT},
-    {"HP T5550 Thin Client",                  VIA_VX900,   0x1106, 0x7122, VIA_DEVICE_CRT},
+    {"HP T5550 Thin Client",                  VIA_VX900,   0x1106, 0x7122, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
     {"ASRock PV530",                          VIA_VX900,   0x1849, 0x7122, VIA_DEVICE_CRT},
 
 
_______________________________________________
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

Reply via email to