[ltp] External VGA port on Z61t
Atul Chitnis
linux-thinkpad@linux-thinkpad.org
Sun, 29 Apr 2007 22:46:26 +0530 (IST)
On Sun, 29 Apr 2007, Fredrik Wendt wrote:
> Short version: How do I enable the external VGA port on my Z61t (so I
> can use an external monitor or a projector)?
This did it for me - in /etc/X11/xorg.conf, set
Section "Device"
Identifier "Videocard0"
Driver "i810"
Option "Clone" "yes"
Option "MonitorLayout" "CRT,LFP"
Option "DevicePresence" "yes"
EndSection
and restart the X server. Methinks the Clone option is really all that was
needed, but am too lazy to find out. :)
HTH
Atul