[ltp] Videoswitching with i810

Václav Štěpán linux-thinkpad@linux-thinkpad.org
Tue, 10 Oct 2006 11:37:18 +0200


CRT is the analog device you plug in into the VGA-out (Beamer, external
LCD, whatewer). DFT would be (IMHO) an external digital device - but you
would need a DVI output for that. LFP is the internal LCD flat panel.

The i810 tool and the xorg.conf setting work on different levels.
The xorg.conf settings direct the X-server to run on two pipes and
connect CRT to the first and LFP to the second and to display the
same on both.

Using X config you can as well get to an extended display setup -
you will get two independent screens.

i810 switches the output on a lower level. The settings in xorg.conf
are IMHO not needed/it's a different thing.

Vaclav Stepan

Julian Hagenauer napsal(a):
> Hi,
> i own a thinkpad R60e with a 845GM-Graphicschip.
> I have a couple of simple question:
> Are these options
> Option "MonitorLayout" "CRT,LFP"
> Option "Clone" "true" 
> necessary in the xorg.conf to get videoswitching to work? Becasue i
> don't have those entries and switching does not work regardless if i use
> the i810switch-tool or the ibm_acpi-module.
> And:
> What is the difference between CRT, LFP an DFP?
> I want to use a 19" TFT and a Beamer with my vga-out.
> 
> Thanks,
> Julian