[Openchrome-users] VIA Chrome 9 HC DX9 on Amilo LA 1703 - partially solved

Tobias Doerffel tobias.doerffel
Tue Aug 7 03:38:15 PDT 2007


Hi guys,

after fooling around with openchrome drivers for about 6 hours on my Amilo LA 
1703 I found one of the problems why the screen keeps black when X starts (as 
also reported by Tassilo): first of all, CRT is selected as the only 
output-device (everything works well when plugging in an external monitor!) 
because the PCI-ID is not known, so I added it. Patch against 
branches/release_0_3_0:



--- src/via_id.c        (Revision 386)
+++ src/via_id.c        (Arbeitskopie)
@@ -195,6 +195,7 @@
     {"Shuttle FX22V1",                        VIA_K8M890,  0x1297, 0x3080, 
VIA_DEVICE_CRT},
     {"MSI K9VGM-V",                           VIA_K8M890,  0x1462, 0x7253, 
VIA_DEVICE_CRT},
     {"Averatec 226x",                         VIA_K8M890,  0x14FF, 0xA002, 
VIA_DEVICE_CRT | VIA_DEVICE_LCD},
+    {"Fujitsu/Siemens Amilo La1703",          VIA_K8M890,  0x1734, 0x10D9, 
VIA_DEVICE_CRT | VIA_DEVICE_LCD},
     /* P4M900 */
     {"Asustek P5VD2-VM",                      VIA_P4M900,  0x1043, 0x81CE, 
VIA_DEVICE_CRT},
     {"VIA VT3364 (P4M900)",                   VIA_P4M900,  0x1106, 0x3371, 
VIA_DEVICE_CRT | VIA_DEVICE_LCD},


Now it recognizes to use Panel/LCD as output-device - so far so good. However, 
ViaTVDetect(...) or ViaTVInit(...) in src/via_mode.c -> ViaOutputsDetect(...) 
seems to prevent this driver from really working (still blank screen). When 
adding "return;" after the panel-detection-code (i.e. before ViaTVDetect 
etc.) the 2D-driver basically works :)

Apart from that I've still the problem, that I can switch back to console 
(Alt+Ctrl+F1 etc.) - the screen gets blank. The machine itself is not frozen 
at this place, I can press Alt+Ctrl+Del and it restarts. As soon as I restart 
X (Alt+Ctrl+Backspace or simply log off) the machine freezes. Any ideas on 
how to solve this? Probably it should be noted that this problem disappears 
when pluggin in an external monitor! (???)

Thank you so far.

toby
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20070807/9dc2611a/attachment.bin



More information about the Openchrome-users mailing list