[Fwd: clone to tv not working]
Stuart Kreitman
Stuart.Kreitman at Sun.COM
Tue Feb 7 06:23:05 PST 2006
please attach /var/log/Xorg.0.log file.
thanks,
skk
Dan Robb wrote:
> I sent this out last week but didn't get a response so I'm resending
> it. If this is not the correct forum for this topic and you know
> what the correct forum is could you please let me know so I don't clog
> up the list?
>
> Thanks,
>
> Dan
>
> -------- Original Message --------
> Subject: clone to tv not working
> Date: Wed, 01 Feb 2006 11:58:12 -0600
> From: Dan Robb <dan at tradegrp.com>
> Reply-To: dan at tradegrp.com
> To: xorg at lists.freedesktop.org
>
> I have a Dell workstation running Solaris 10 (s10_74 i86pc) with X
> Window System Version 6.8.0 (Sun Xorg Release 1.1 for Solaris 10)
> X Protocol Version 11, Revision 0, Release 6.8
>
> Card 0 is a Matrox Graphics MGA G400 AGP rev 133
> Card 1 is an nVidia Gforce FX 5500 oc. It has an svga out and an
> S-Video out.
>
> I'm trying to have screen 0 run on the nVidia with a clone image sent to
> a TV via the S-Video port. Screen 1 runs on the Matrox. Screen 0 and
> Screen 1 are working properly. The clone image on the television I have
> attached to the S-Video isn't working. The image changes when changes
> are made to screen0 but it's illegible. It appears as though the
> horizontal and vertical refresh rates are off. The image looks like a
> lightening bolt jumping all over the screen. I've tried multiple TVs
> and the image is illegible on all. I've attached my xorg.conf.
>
> Thanks in advance for any assistance. I'll summarize.
>
> Dan
>
>------------------------------------------------------------------------
>
>Section "ServerLayout"
> Identifier "X.org Configured"
> Screen 0 "Screen0" 0 0
> Screen 1 "Screen1" RightOf "Screen0"
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
>EndSection
>
>Section "Files"
> RgbPath "/usr/X11/lib/X11/rgb"
> ModulePath "/usr/X11/lib/modules"
> FontPath "/usr/X11/lib/X11/fonts/TrueType/"
> FontPath "/usr/X11/lib/X11/fonts/Type1/"
> FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
> FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
> FontPath "/usr/X11/lib/X11/fonts/misc/"
> FontPath "/usr/X11/lib/X11/fonts/100dpi/"
> FontPath "/usr/X11/lib/X11/fonts/75dpi/"
>EndSection
>
>Section "Module"
> Load "IA"
> Load "Xst"
> Load "dbe"
> Load "extmod"
> Load "record"
> Load "xtrap"
> Load "glx"
> Load "bitstream"
> Load "type1"
>EndSection
>
>Section "InputDevice"
> Identifier "Keyboard0"
> Driver "keyboard"
>EndSection
>
>Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "auto"
> Option "Device" "/dev/mouse"
>EndSection
>
>Section "Monitor"
> Identifier "Monitor0"
> VendorName "Monitor Vendor"
> ModelName "Monitor Model"
>EndSection
>
>Section "Monitor"
> #DisplaySize 380 310 # mm
> Identifier "Monitor1"
> VendorName "DEL"
> ModelName "DELL 1905FP"
> ### Uncomment if you don't want to default to DDC:
># HorizSync 1380206208.0 - 0.0
># HorizSync 30.0 - 81.0
># VertRefresh 825308736.0 - 0.0
> Option "DPMS"
>EndSection
>
>Section "Device"
> Identifier "Card0"
> Driver "nvidia"
> VendorName "nVidia Corporation"
> BoardName "Unknown Board"
> BusID "PCI:2:3:0"
> Option "Xinerama" "off"
># Option "MetaModes" "800x600,800x600"
> Option "MetaModes" "1280x1024,800x600"
> Option "TV" "true"
> Option "TwinView" "true"
> Option "TwinViewOrientation" "Clone"
> Option "TVStandard" "NTSC-M"
> Option "TVOutFormat" "SVIDEO"
> Option "SecondMonitorHorizSync" "30-50"
> Option "SecondMonitorVertRefresh" "60
> Option "HWCursor" "On"
>EndSection
>
>Section "Device"
> ### Available Driver options are:-
> ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
> ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> ### [arg]: arg optional
> #Option "SWcursor" # [<bool>]
> #Option "HWcursor" # [<bool>]
> #Option "PciRetry" # [<bool>]
> #Option "SyncOnGreen" # [<bool>]
> #Option "NoAccel" # [<bool>]
> #Option "ShowCache" # [<bool>]
> #Option "Overlay" # [<str>]
> #Option "MGASDRAM" # [<bool>]
> #Option "ShadowFB" # [<bool>]
> #Option "UseFBDev" # [<bool>]
> #Option "ColorKey" # <i>
> #Option "SetMclk" # <freq>
> #Option "OverclockMem" # [<bool>]
> #Option "VideoKey" # <i>
> #Option "Rotate" # [<str>]
> #Option "TexturedVideo" # [<bool>]
> #Option "Crtc2Half" # [<bool>]
> #Option "Crtc2Ram" # <i>
> #Option "Int10" # [<bool>]
> #Option "AGPMode" # <i>
> #Option "AGPSize" # <i>
> #Option "DigitalScreen1" # [<bool>]
> #Option "DigitalScreen2" # [<bool>]
> #Option "TV" # [<bool>]
> #Option "TVStandard" # [<str>]
> #Option "CableType" # [<str>]
> #Option "NoHal" # [<bool>]
> #Option "SwappedHead" # [<bool>]
> #Option "DRI" # [<bool>]
> #Option "MergedFB" # [<bool>]
> #Option "Monitor2HSync" # [<str>]
> #Option "Monitor2VRefresh" # [<str>]
> #Option "Monitor2Position" # [<str>]
> #Option "MetaModes" # [<str>]
> Identifier "Card1"
> Driver "mga"
> VendorName "Matrox Graphics, Inc."
> BoardName "MGA G400 AGP"
> BusID "PCI:3:0:0"
>EndSection
>
>Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> SubSection "Display"
> Viewport 0 0
> Depth 24
> Modes "1280x1024" "1024x768" "800x600"
> EndSubSection
>EndSection
>
>Section "Screen"
> Identifier "Screen1"
> Device "Card1"
> Monitor "Monitor1"
> SubSection "Display"
> Viewport 0 0
> Depth 24
> Modes "1280x1024" "1024x768" "800x600"
> EndSubSection
>EndSection
>
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>xorg mailing list
>xorg at lists.freedesktop.org
>http://lists.freedesktop.org/mailman/listinfo/xorg
>
>
More information about the xorg
mailing list