On 08/31/2013 07:40 PM, Andrew Sabelhaus wrote:
> Hello OpenChrome Community!
>
> It appears the card ID for my older Samsung Q1EX laptop/tablet/thing isn't
> present in the openchrome driver. I get the following error message in my
> Xorg.log file when trying to startx:
>
> [ 182.356] (EE) CHROME(0): Unknown Card-Ids (1122|144D|C040), Chipset:
> VX800/VX820; please report to [email protected]
> <mailto:[email protected]>
>
> If folks would like me to add it myself, just point me to where in your code I
> should make the changes. (I'm happy to push it back once I confirm it's
> working
> if you'd like.) More information:
>
> Xorg.0.log: http://pastebin.com/bq3tc3AL
> Output of lspci -vvx: http://pastebin.com/4RrbxQx9
> /etc/X11/xorg.conf.d/10-openchrome.conf: http://pastebin.com/7jpEE7Ss
>
> This (http://www.samsung.com/us/support/owners/product/NP-Q1EX-FA01US) is the
> computer itself. I've got Arch running kernel 3.10.10-1, using openchrome
> 0.3.3-2 from the arch repositories. The chipset is Chrome 9 HC3 VX800/VX820. I
> had to blacklist viafb in accordance with this Arch guide
> (https://wiki.archlinux.org/index.php/Via), and did as they suggested for the
> xorg conf file.
>
> Thanks for your help!
> -Drew
>
Hi Andrew,
Does the attached patch help ?
Regards,
Xavier
diff --git a/src/via_id.c b/src/via_id.c
index 785081c..c1ffdca 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -239,6 +239,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"Siragon ML-6200", VIA_VX800, 0x1106, 0x2211, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Guillemot-Hercules ECafe EC900B", VIA_VX800, 0x1106, 0x3349, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"VIA OpenBook", VIA_VX800, 0x1170, 0x0311, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, /* VIA OpenBook eNote VBE8910 */
+ {"Samsung Q1EX", VIA_VX800, 0x144d, 0xc040, VIA_DEVICE_LCD},
{"Samsung NC20", VIA_VX800, 0x144d, 0xc04e, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"FIC CE2A1", VIA_VX800, 0x1509, 0x3002, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Quanta DreamBook Light IL1", VIA_VX800, 0x152d, 0x0771, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
_______________________________________________
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