5
« on: February 27, 2008, 06:02:37 pm »
Ok.. I spent hours trying out different settings.. this is getting very frusterating.. But, I kept track of the different ways I got DVI and SVIDEO to work.
I never did get component working, but using an example from another guys xorg.conf file (found on some other forum) I was able to get the Dual Monitor working.. Well.. it was working, just not outputting the component side. But I know it was working, because I could move the mouse off the screen to the right, and see the menu items pop up. So as long as I can get the component output to work, everything should work out.
I tried multiple settings that were unsuccesful in producing an output to component.
Some of the items I tried other then just the standard AV Wizzard:
Option "ConnectedMonitor" "TV", I also tried TV-0 and TV-1
I also tried Option "UseDisplayDevice" "TV"
Below is an example of what I have on there right now that is working for Dual-Screen (cloned) with the second screen not actually outputting.
I also added to the example, those setting that worked for both SVIDEO and for DVI. they are all commented out, but just included them for the purpose of posting this file.
Thanks to all for the replied. I really hope I can get this working. If anyone has any more suggestions, please let me know. I will continue to research more on my own, read more posts, and other peoples examples, and will report back later, good or bad.
##################################
#####-----Device Section-----#####
##################################
#######-Device Section from working DVI & SVIDEO-#########################
#Section "Device"
# Identifier "nVidia Corporation G72 [GeForce 7300 LE]"
# Driver "nvidia"
# Option "XvmcUsesTextures" "true"
# Option "renderAccel" "true"
# Option "NoDDCValue"
# Option "UseEDID" "false"
# Option "ExactModeTimingsDVI" "true"
# Option "NoLogo" "true"
# Option "NoBandWidthTest" "true"
# Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
# Option "DynamicTwinView" "false"
# Option "AllowGLXWithComposite" "true"
# Option "AddARGBGLXVisuals" "true"
# Option "ConnectedMonitor" "DFP"- #####-DVI
# Option "ConnectedMonitor" "TV" #####-SVIDEO
# Option "TVOutFormat" "SVideo" #####-SVIDEO
#EndSection
##########################################################################
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:2:0:0"
Screen 0
Option "ConnectedMonitor" "MD30219PH"
EndSection
Section "Device"
Identifier "Device[1]"
Driver "nvidia"
BusID "PCI:2:0:0"
Screen 1
Option "TVStandard" "HD720p"
Option "ConnectedMonitor" "TV"
EndSection
###################################
#####-----Monitor Section-----#####
###################################
########-Monitor Section from working DVI & SVIDEO #######################
# Section "Monitor"
# Identifier "Generic Monitor"
# Option "DPMS"
# Modeline "1280x720" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync ### DVI
# Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 ### SVIDEO
# HorizSync 20-500
# VertRefresh 59-61
# EndSection
##########################################################################
Section "Monitor"
Identifier "MD30219PH"
Option "DPMS"
HorizSync 64-80
VertRefresh 60-75
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 15-45
VertRefresh 50-60
EndSection
##################################
#####-----Screen Section-----#####
##################################
#######-Screen Section from DVI & SVIDEO-#################################
# Section "Screen"
# Identifier "Default Screen"
# Device "nVidia Corporation G72 [GeForce 7300 LE]"
# Monitor "Generic Monitor"
# DefaultDepth 24
# SubSection "Display"
# Modes "1280x720" ##### - DVI
# Virtual 1280 720 ##### - DVI
# Modes "640x480" ##### - SVIDEO
# Virtual 640 480 ##### - SVIDEO
# EndSubSection
# Option "XvmcUsesTextures" "true"
# Option "renderAccel" "true"
# Option "NoDDCValue"
# Option "UseEDID" "false"
# Option "ExactModeTimingsDVI" "true"
# Option "NoLogo" "true"
# Option "NoBandWidthTest" "true"
# Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
# Option "DynamicTwinView" "false"
# Option "AllowGLXWithComposite" "true"
# Option "AddARGBGLXVisuals" "true"
# Option "TVStandard" "720p" ##### - DVI
# Option "TVStandard" "NTSC-M" ##### - SVIDEO
# EndSection
#
##########################################################################
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "MD30219PH"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen[1]"
Device "Device[1]"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "720p" "1280x720"
EndSubSection
EndSection
########################################
#####-----ServerLayout Section-----#####
########################################
#######-ServerLayout Section from DVI & SVIDEO-###########################
#Section "ServerLayout"
# Identifier "Default Layout"
# Screen "Default Screen" 0 0
# InputDevice "Generic Keyboard"
# InputDevice "Configured Mouse"
#EndSection
##########################################################################
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
########################################
Section "DRI"
Mode 0666
EndSection