> The main different appears to be this:
>
> Old Xorg:
>
> (II) intel(0): Output VGA connected
> (II) intel(0): Output LVDS connected
> (II) intel(0): Output TV disconnected
> (II) intel(0): Output VGA using initial mode 1600x1200
> (II) intel(0): Output LVDS using initial mode 1024x768
>
> New Xorg:
>
> (II) intel(0): Output VGA connected
> (II) intel(0): Output LVDS connected
> (II) intel(0): Output TV disconnected
> (II) intel(0): Output VGA using initial mode 1024x768
> (II) intel(0): Output LVDS using initial mode 1024x768
Workaround is to create an xorg.conf file and disable
the LVDS output.
The xorg.conf files needs an additional section
for the LVDS display port:
Section "Monitor"
Identifier "LVDS"
Option "Ignore" "true"
EndSection
And in the "Device" section we need:
Option "monitor-LVDS" "LVDS"
--
This message posted from opensolaris.org