Thanks for the suggestion Kai, tried that but no success so far. I
just noticed the following post from this forum. Would it be possible
to add this to the next daily build to see if that fixes the issue, or
would that be a customisation request (perfectly understandable if
it's the latter :-))?
From:
jpcar...@gmail.com
Date: Apr 7, 5:47 pm
Subject: Video "Out of sync"
To: Webconverger Users
Hi,
FYI, I had the same kind of problem installing Webconverger on B202
EeeBox.
I was getting this error : "sdvo output reported failure to sync"
It is a known bug with the Intel driver :
http://forums.opensuse.org/
hardware/391937-intel-mobile-965-gm-lcd-bl...
For it to work I had to modify the /etc/X11/xorg.conf file by hand
adding the following lines :
Section "Monitor"
Identifier "LVDS"
Option "Ignore" "true"
EndSection
Section "Device"
Driver "intel"
Identifier "card0"
Option "monitor-LVDS" "LVDS"
EndSection
If you do that you'll also have to modify the /etc/rc2.d/
S20webconverger script so that it doesn't overwrite the xorg.conf file
at each reboot.
Note that default webconverger installation does not provide any
editor, thus to modify files I had to boot from the USB key in repair
mode, mount the hard drive and copy the nano editor to disk.
Regards