<div dir="ltr"><div><div>Hi,<br><br></div>I tried to play a Blu Ray disc. Actually it's working, but nearly every 30 seconds a short stuttering is visible. Since this might have a lot of reasons it would be great to get some hints where to look first.<br><br></div><div>The graphics card is an Nvidia GT610, connected via HDMI to a Samsung TV. Since the borders of the desktop (Taskbar, Start Menu, ...) were not visible I had to configure Overscan ("viewportout" in xorg.conf.<br><br></div><div>Thank you<br></div><div>  Jens<br><br><br></div><div><br></div><div>/etc/X11/xorg.conf:<br></div><div><br></div>Section "ServerLayout"<br>    Identifier     "Layout0"<br>    Screen      0  "Screen0" 0 0<br>    InputDevice    "Keyboard0" "CoreKeyboard"<br>    InputDevice    "Mouse0" "CorePointer"<br>    Option         "Xinerama" "0"<br>EndSection<br><br>Section "Files"<br>EndSection<br><br>Section "Module"<br>    Load           "dbe"<br>    Load           "extmod"<br>    Load           "type1"<br>    Load           "freetype"<br>    Load           "glx"<br>EndSection<br><br>Section "InputDevice"<br>    # generated from default<br>    Identifier     "Mouse0"<br>    Driver         "mouse"<br>    Option         "Protocol" "auto"<br>    Option         "Device" "/dev/psaux"<br>    Option         "Emulate3Buttons" "no"<br>    Option         "ZAxisMapping" "4 5"<br>EndSection<br><br>Section "InputDevice"<br>    # generated from default<br>    Identifier     "Keyboard0"<br>    Driver         "kbd"<br>    Option         "XkbRules" "xorg"<br>    Option         "XkbLayout" "de"<br>    Option         "XkbVariat" "nodeadkeys"<br>    Option         "XkbModel" "pc105"<br>EndSection<br><br>Section "Monitor"<br>    # HorizSync source: edid, VertRefresh source: edid<br>    Identifier     "SamsungTV"<br>    VendorName     "Unknown"<br>    ModelName      "SAMSUNG"<br>    HorizSync       26.0 - 81.0<br>    VertRefresh     24.0 - 75.0<br>    Option         "DPMS"<br>    Option    "UseEdidDpi"  "FALSE"<br>#    Option    "DPI"  "100 x 100"<br># /etc/X11/xinit/xserverrc: exec /usr/bin/X -dpi 96 -nolisten tcp "$@" einfuegen waere moeglich<br>EndSection<br><br>Section "Device"<br>    Identifier     "nvidia610"<br>    Driver         "nvidia"<br>    VendorName     "NVIDIA Corporation"<br>    BoardName      "GeForce GT 610"<br># for VDPAU issues, adds more buffer to 2D instead of 3D<br>    Option         "TripleBuffer" "True"<br>EndSection<br><br>Section "Screen"<br>    Identifier     "Screen0"<br>    Device         "nvidia610"<br>    Monitor        "SamsungTV"<br>    DefaultDepth    24<br>    Option         "Stereo" "0"<br>    Option         "metamodes" "1920x1080_60 +0+0 {viewportout=1836x1032+42+23}"<br>#    Option         "metamodes" "1920x1080_60 +0+0"<br>    Option         "SLI" "Off"<br>    Option         "MultiGPU" "Off"<br>    Option         "BaseMosaic" "off"<br>    SubSection     "Display"<br>        Depth       24<br>    EndSubSection<br>EndSection<br><br># to avoid tearing<br>Section "Extensions"<br>    Option "Composite" "Disable"<br>EndSection<br><br></div>