Here's what I want to accomplish.
Monitor 1 - 52" HDTV through HDMI 16:9 format (already working,
xorg.conf posted below)
Monitor 2 - 19" Standard Def TV over Composite 4:3 format (not tried,
many examples using yellow on green component with 480i display)
Essentially I want to clone the output. However, this might be
difficult considering the two displays are different formats.
Alternatively I could switch back and forth, but that just doesn't
sound too appealing to me.
Any thoughts, ideas, or examples of this working elsewhere?
I will attempt this either way, but I thought I would see if anyone
had already done this first.
xorg.conf
-------------
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
Option "DPI" "100x100"
Option "UseEvents" "1"
Option "AddARGBVisuals" "1"
Option "AddARGBGLXVisuals" "1"
Option "UseDisplayDevice" "DFP"
Option "NoLogo" "True"
Option "Coolbits" "1"
SubSection "Display"
Depth 24
Modes "1920x1080" "1280x720" "1024x768" "720x480"
"800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
For more options, visit this group at
http://groups.google.com/group/atv-bootloader?hl=en
-~----------~----~----~----~------~----~------~--~---