Per Hansen wrote:
> I think I have the same problem here.
> It is a "Acer TravelMate 220" with "Intel 82830" graphics.
> Xorg driver used is "i810".
>
> No matter if a external monitor is connected via d-sub or not,
> the internal laptop lcd is always off and the external monitor allways
> on after xorg start.
> The internal lcd can be turned on with "i810switch lcd on".
> I wrote a script started by Xsetup which reenables the tft if needed.
>
> The lcd also turnes black on every resolution change and when I change
> to or from a textconsole.
>
> A other problem is the resolution.
> I set up Modes "1024x768" "800x600" "640x480" in xorg.conf,
> but Xorg always starts with 1280x768!

xserver-xorg-video-intel 2.0 does not really care about the Modes line.
You should be able to change the resolution at runtime with xrandr
--output FOO --mode 1024x768 (with FOO probably being VGA). Also, try
removing HorizSync/VertRefresh lines and your ModeLine lines if you have
some, the driver should detect all this automatically.

xrandr should also be able to enable/disable the internal panel with
something like
    xrandr --output LVDS --auto
Please send the output of xrandr --verbose after installing
xbase-clients 7.2.

Also, you should probably send the output of
    /usr/share/bug/xserver-xorg-core/script 3>&1
so that we see your xorg.conf and Xorg.0.log. Adding ModeDebug yes to
your device section before that might help too.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to