Is there nobody out there who has experience regarding to this topic. I googled a lot to get it working and until now i don't find anything out why it doesn't work anymore!

Thank you in advance!

Daniel


Daniel Pielmeier schrieb:
Hi,

i have configured tv-out some time ago. It worked fine, but now it doesn't anymore.

Normally i activate tv-out by opening a new screen with

X -screen Screen1 :1 -ac & sleep 2; DISPLAY=:1 xterm

Now the tv gaves a short flicker and the picture which appears normally on my tv shows up on my monitor.

The keys CTRL-ALT-F7 / F7 for switching between monitor and tv doesn't work too

I have tested nvtv and it worked i got the picture on my tv, but i am not satisfied with nvtv (seems to me that it doesn't work correct -> only a part of the picture is displayed) so i want do do it the other way.

Has anybody out there some experience with tv-out?

Thank you for your help!

Daniel


Here are some informations about my system, if you need more information i will post it.

My graphic-card is Nvidia Geforce Ti 200

The software i use is

media-video/nvidia-glx-1.0.8178-r1
media-video/nvidia-kernel-1.0.8178-r3
x11-base/xorg-x11-6.8.2-r6

Here is the output from the log file when i execute

X -screen Screen1 :1 -ac & sleep 2; DISPLAY=:1 xterm

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/gentoo:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.15-gentoo-r4 i686 [ELF]
Current Operating System: Linux gentoo 2.6.15-gentoo-r4 #1 PREEMPT Sun Feb 19 13:48:52 CET 2006 i686
Build Date: 17 February 2006
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Wed Apr  5 20:30:33 2006
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 8

Here is my xorg.conf.

Section "Module"
    Load  "extmod"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "glx"
    Load  "type1"
    Load  "freetype"
    SubSection  "extmod"
        Option    "omit xfree86-dga"
    EndSubSection
EndSection

Section "InputDevice"
    Identifier    "Keyboard0"
    Driver        "kbd"
    Option        "XkbLayout"    "de"
    Option        "XkbVariant"    "nodeadkeys"
    Option        "AutoRepeat"    "500 30"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mouse0"
    Option      "ZAxisMapping"    "4 5"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "ACER"
    ModelName    "AL1914sm"
    HorizSync    24-80
    VertRefresh    49-75
Modeline "1280x1024" 135.00 1280 1368 1512 1732 1024 1025 1028 1070
EndSection

Section "Monitor"
    Identifier    "Monitor1"
    VendorName    "PAL-G"
    ModelName    "Magnum"
EndSection

Section "Device"
    Identifier    "Card0"
    Driver        "nvidia"
    VendorName    "nVidia Corporation"
    BoardName    "NV20 [GeForce3 Ti 200]"
    BusID        "PCI:1:0:0"
    VideoRam    65536
    Option        "NoLogo"        "true"
EndSection

Section "Device"
    Identifier    "Card1"
    Driver        "nvidia"
    VendorName    "nVidia Corporation"
    BoardName    "NV20 [GeForce3 Ti 200]"
    BusID        "PCI:1:0:0"
    VideoRam    65536
    Option        "NoLogo"        "true"
    Option        "ConnectedMonitor"    "TV"
    Option        "TVOutFormat"        "Compostite"
    Option        "TVStandard"        "PAL-B"
    Option        "TVOverScan"        "0.6"
    Option        "CursorShadow"        "on"
    Option        "CursorShadowAlpha"    "32"
    Option        "CursorShadowXOffset"    "2"
    Option        "CursorShadowYOffset"    "2"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
        Subsection "Display"
            Depth        8
            Modes        "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth        16
            Modes        "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth        24
            Modes        "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Card1"
    Monitor        "Monitor1"
    DefaultDepth    24
        Subsection "Display"
            Depth        8
            Modes        "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth        16
            Modes        "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth        24
            Modes        "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Gemeinsames Layout"
    Screen    0    "Screen0"
    Screen    1    "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

--
[email protected] mailing list

Reply via email to