• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

XFree86-4 und TV Out

Chris78

Member
Hallo.
Mein TV Out An der MSI Grafikkarte treibt mich noch zum Wahnsin. Ich möchte mein Bild Clonen, das was auf dem Computer ist soll auch auf dem Fernseher.
Wenn ich mit:
Option "ConnectedMonitor" "CRT , TV"
starte, kann der Xserver nicht starten, no screens found.
Starte ich mit Option "ConnectedMonitor" "CRT"
habe ich das Bild auf dem Monitor
Starte ich mit Option "ConnectedMonitor" "TV"
Bild auf dem Fernseher....
Was fehlt denn da noch?

Hier der Auszug aus meiner XFree86-4


# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NV AGP"
Driver "nvidia"
Option "NvAGP" "3"
Option "DigitalVibrance" "0"
Option "TransparentIndex" "0"
Option "CursorShadowAlpha" "64"
Option "CursorShadowXOffse" "4"
Option "CursorShadowYOffset" "2"
Option "Twinview" "TRUE"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "0"
Option "SecondMonitorVertRefresh" "0"
Option "MetaModes" "1280x1024 , 1280x1024"
Option "ConnectedMonitor" "CRT , TV"
EndSection
Section "Monitor"
Identifier "CTX:0037"
HorizSync 30-80
VertRefresh 50-76
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NV AGP"
Monitor "CTX:0037"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "800x600" "640x480"
EndSubSection

EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

EndSection
Section "DRI"
Mode 0666
EndSection
 

spunti

Hacker
Ich habe eine Geforce4 440 MX oder sowas von MSI. Die kann ich mit den Programm nvtv auch nicht benutzen.
Ich hab einfach zwei von den XF86Conf-files, die ich bei bedarf umkopiere. (Bild auf Montior und TV gleichzeitig geht bei mir nicht.) Meine TV-XF86Conf sieht so aus:

Section "Monitor"
DisplaySize 310 230
HorizSync 28-50
Identifier "Monitor[0]"
# ModelName "VX700-E"
Option "DPMS"
# VendorName "GATEWAY"
VertRefresh 49-61
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
ModeLine "640x480NTSC" 28.195793 640 656 658 784 480 520 525 600
ModeLine "720x480NTSC" 27.5 720 744 800 872 480 483 485 525
ModeLine "800x600NTSC" 38.769241 800 812 814 880 600 646 649 735

ModeLine "640x480PAL" 29.50 640 675 678 944 480 530 535 625
ModeLine "720x576PAL" 27.50 720 744 800 880 576 581 583 625
ModeLine "800x600PAL" 36.00 800 818 820 960 600 653 655 750
EndSection

Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "720x576PAL"
EndSubSection
SubSection "Display"
Depth 16
Modes "720x576PAL"
EndSubSection
SubSection "Display"
Depth 24
Modes "720x576PAL"
EndSubSection
SubSection "Display"
Depth 32
Modes "720x576PAL"
EndSubSection
SubSection "Display"
Depth 8
Modes "720x576PAL"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "GeForce4 MX 420"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
Option "Rotate" "off"
VendorName "NVidia"
# Ronny's Options
Option "HorizSync" "30-50"
Option "VertRefresh" "60"
Option "TVStandard" "PAL-G"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "COMPOSITE"
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection
 
OP
C

Chris78

Member
Getrennt klappt auch. Ich muss halt nur "CRT" mit TVOut" tauschen...
Aber zusammen will das Ding net
 
Oben