[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT]TV-Out auf 720x576 konfugurieren



Uwe Kerstan schrieb:
* Torsten Meier  [26-01-2008 19:43]:

mein Asus A8N-FM/S ist mit einer NVIDA 6200LE bestückt. An ihr habe ich meinen guten 16:9 Röhrenfernseher (100Hz) per S-Video angeschlossen. So weit, so gut. Leider bekommen ich es nicht auf die Reihe, dass mir im NVIDIA-Menü eine Auflösung von 720x576 angeboten wird. Diese brauche ich aber, damit das Bild auch schön ausfüllend und unverzerrt dargestellt wird. Die beste Auflösung, die ich verwenden kann, ist 720x480. Dies ist aber, wenn ich mich nicht irre NTSC. Es läuft Debian etch und den neuesten Nvidia Grafikkartentreiber habe ich installiert.

Schau dir mal die README.txt.gz an:
Chapter 16. Configuring TV-Out -> Option "TVStandard"

Gruß Uwe


Wenn das mit dem Lesen immer so einfach wäre. Habe mir unter gnome in den Nvidia settings mal ne xorg.conf erstellen lassen.

ection "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "G152"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "VHT G152"
    HorizSync       30.0 - 62.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV44 [GeForce 6200 LE]"
    Driver         "nvidia"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6200 LE"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV44 [GeForce 6200 LE]"
    Monitor        "G152"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
Modes "1024x768" "832x624" "800x600" "720x400" "720x576" "640x480"
    EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT: 1024x768 +0+0, TV: 720x576 +0+0; CRT: 832x624 +0+0, TV: nvidia-auto-select +0+0; CRT: 800x600 +0+0, TV: nvidia-auto-select +0+0; CRT: 640x480 +0+0, TV: nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: 1024x768 +0+0, TV: 720x480 +0+0; CRT: 832x624 +0+0, TV: nvidia-auto-select +0+0; CRT: 800x600 +0+0, TV: nvidia-auto-select +0+0; CRT: 640x480 +0+0, TV: nvidia-auto-select +0+0"
EndSection


Ich dachte, wenn ich alle "480" mit "576" ersetze, dann würde die richtige Darstellung erscheinen, aber nach einem reboot ist der TV dann wieder auf disabeled. Ist mir echt zu hoch, diese Konfiguration.


Reply to: