[ltp] Using the T40 with video projectors?
Michael Olbrich
linux-thinkpad@linux-thinkpad.org
Wed, 16 Jul 2003 10:00:46 +0200
Hi,
you need 2 device sections like this:
....
Section "Device"
Option "MonitorLayout" "LVDS,CRT"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Option "MonitorLayout" "LVDS,CRT"
Identifier "Card1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
BusID "PCI:1:0:0"
Screen 1
EndSection
....
"Screen x" is the important part. That way, it is like having two
different video cards, with different resolutions etc.
Michael