2012-09-08, 13:22
(2012-09-07, 19:54)FernetMenta Wrote: Nope, the codec screen does not show actual refresh rate, it only shows a rounded value for it. Execute xbmc-xrandr, then you'll see what modes are available.
This is what i get:
root ~ # export DISPLAY=:0
root ~ # /usr/lib/xbmc/xbmc-xrandr
<screen id="0" minimum_w="8" minimum_h="8" current_w="1920" current_h="1080" maximum_w="16384" maximum_h="16384">
<output name="DVI-I-0" connected="false">
</output>
<output name="HDMI-0" connected="true" w="1920" h="1080" x="0" y="0" wmm="0" hmm="0">
<mode id="0x1e5" name="1920x1080" w="1920" h="1080" hz="30.02669" current="false" preferred="true"/>
<mode id="0x1e6" name="1920x1080" w="1920" h="1080" hz="23.97576" current="false" preferred="false"/>
<mode id="0x1e7" name="1920x1080" w="1920" h="1080" hz="59.93939" current="false" preferred="false"/>
<mode id="0x1e8" name="1920x1080" w="1920" h="1080" hz="50.00000" current="true" preferred="false"/>
<mode id="0x1e9" name="1920x1080" w="1920" h="1080" hz="29.99838" current="false" preferred="false"/>
<mode id="0x1ea" name="1920x1080" w="1920" h="1080" hz="25.02224" current="false" preferred="false"/>
<mode id="0x1eb" name="1280x720" w="1280" h="720" hz="59.94343" current="false" preferred="false"/>
<mode id="0x1ec" name="1280x720" w="1280" h="720" hz="50.00000" current="false" preferred="false"/>
<mode id="0x1ed" name="720x576" w="720" h="576" hz="50.00000" current="false" preferred="false"/>
<mode id="0x1ee" name="720x480" w="720" h="480" hz="59.94006" current="false" preferred="false"/>
<mode id="0x1ef" name="480x576" w="480" h="576" hz="50.00000" current="false" preferred="false"/>
<mode id="0x1f0" name="480x480" w="480" h="480" hz="59.94006" current="false" preferred="false"/>
<mode id="0x1f1" name="411x576" w="411" h="576" hz="50.07059" current="false" preferred="false"/>
<mode id="0x1f2" name="411x480" w="411" h="480" hz="59.97279" current="false" preferred="false"/>
</output>
<output name="DVI-I-1" connected="false">
</output>
</screen>
And my xorg.conf looks like this:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
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"
HorizSync 28.0 - 33.0
VertRefresh 23.0 - 72.0
ModeLine "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
Option "DPMS"
Option "DPI" "96 x 96"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Option "VertRefresh" "DFP-0: 23-60"
Option "HorizSync" "DFP-0: 25-100"
DefaultDepth 24
Option "FlatPanelProperties" "Scaling = Native"
Option "ModeValidation" "NoVesaModes, NoXServerModes"
Option "ExactModeTimingsDVI" "True"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
So, do i have correct 23,976 playback ?