Prost Neujahr!
Unter yavdr 0.4 konnte ich bei Nutzung des mplayer-Plugins die Bildwiederholrate mit xrandr für Filme in 24p optimieren. Leider klappt das mit yavdr 0.5 nicht mehr:
Code
root@ubuntuvdr1:~# export DISPLAY=:1
root@ubuntuvdr1:~# xrandr -r 24
Rate 24.0 Hz not available for this size
root@ubuntuvdr1:~#
/etc/X11/xorg.conf.yavdr:
Code
#################################################################################
# #
# The following configuration file is generated automatically by the yaVDR #
# system. Don't change this file as every update of yaVDR will overwrite #
# the local changes. Instead put your required customizations #
# into /etc/yavdr/templates_custom/ based on the original templates #
# under /usr/share/yavdr/templates. #
# #
# http://www.yavdr.org/developer-zone/template-overview/ #
# #
# #
#################################################################################
#
# based on
#
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Oct 20 21:00:15 PDT 2009
#
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
Option "ExactModeTimingsDVI" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Screen 0
Option "DPI" "100x100"
BusID "PCI:2:0:0"
Option "NoLogo" "True"
Option "UseEvents" "True"
Option "TripleBuffer" "False"
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "0"
Option "DynamicTwinView" "0"
Option "OnDemandVBlankinterrupts" "on"
Option "FlatPanelProperties" "Scaling = Native"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080_50" "1920x1080" "1920x1080_24" "1920x1080_25" "1920x1080_30"
EndSubSection
Option "ConnectedMonitor" "DFP-0"
Option "UseDisplayDevice" "DFP-0"
Option "CustomEDID" "DFP-0:/etc/X11/edid.0.yavdr"
Option "MetaModes" "DFP-0: 1920x1080_50 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
Option "MetaModes" "DFP-0: 1920x1080 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
Option "MetaModes" "DFP-0: 1920x1080_24 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
Option "MetaModes" "DFP-0: 1920x1080_25 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
Option "MetaModes" "DFP-0: 1920x1080_30 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Alles anzeigen
in der 0.4 sah die xorg.conf mit Ausnahme der letzten MetaModes-Zeilen genauso aus. Der Samsung LCD-TV ist per DVI-Kabel an der GT520 angeschlossen. Im yavdr-WFE sind alle Frequenzen aktiviert (siehe Anlage).
Mich wundert etwas, dass der TV unter Section "Monitor" nicht mit näheren Werten erkannt wird, aber das war in der 0.4 nicht anders und trotzdem ging das Setzen von 24Hz da mit xrandr.
Wo liegt hier der Hase im Pfeffer?