hello,
I know there is GUI tool for this - but I don't know what it is - anyway in the file /etc/X11/xorg.conf add a setting for external moniter - then you will have two set ups - e.g.
Code:
Section "Monitor"
Identifier"Internal LCD Monitor"
Option"DPMS"
EndSection
Section "Monitor"
Identifier"External CRT Monitor"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option"DPMS"
EndSection
next in the actual display that gets presented you can have both in the screen section (actually the screen section twice).
Code:
Section "Screen"
Identifier"Default Screen"
Device"ATI Technologies, Inc. Radeon Mobility 9000 M9 (R250 Lf)"
Monitor"Internal LCD Monitor"
DefaultDepth24
SubSection "Display"
Depth16
Modes"1400x1050"
EndSubSection
SubSection "Display"
Depth24
Modes"1400x1050"
EndSubSection
EndSection
Section "Screen"
Identifier"CRT Screen"
Device"ATI Technologies, Inc. Radeon Mobility 9000 M9 (R250 Lf)"
Monitor"External CRT Monitor"
DefaultDepth24
SubSection "Display"
Depth1
Modes"1400x1050"
EndSubSection
SubSection "Display"
Depth4
Modes"1400x1050"
EndSubSection
EndSection
it has been a while since i set this up - so hopefully it works.... if not please post back
Bookmarks