[MPlayer-users] Picture gets broad strips slightly displaced	relative to each other?
    Lugo Teehalt 
    lugoteehalt at yahoo.co.uk
       
    Thu Sep 24 14:32:43 CEST 2009
    
    
  
When the camera moves, say pans, the picture breaks into bands slid slightly to the side relative to each other.  It is not a particularly bad problem but it would be nice to fix it.
It happens with all moving pictures - it is not unique to mplayer.  Tvtime, etc., all do it too.
I have tried lowering the resolution but this has no effect I can see.  The vertical is fixed at 60, it is a LCD TV for the monitor.
xorg.conf:
# eric put in next block.
Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
    #eric Put in next line 'in order to fully support video overlay coming from the tuner card'.
    Load           "v4l"
EndSection
Section "ServerFlags"
    Option         "Xinerama" "0"
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      "CRT-1"
    DisplaySize     493    260
    HorizSync       31.5 - 47.8
    VertRefresh     60.0
    ModeLine       "1360x768 +0+0" 82.98 1360 1400 1600 1736 768 770 772 808
    Option         "CalcAlgorithm" "UseFrameBufferTiming"
    Option         "DPMS"
EndSection
Section "Device"
# eric put in next line.
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400 GS"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1360x768 +0+0; 1280x768 +0+0; 800x600 +0+0; 640x480 +0+0"
    Option         "RenderAccel" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "TrippleBuffer" "true"
    SubSection     "Display"
        Depth      16 
    EndSubSection
EndSection
Section "Extensions"
    Option         "Composite" "Enable"
EndSection
(twin core AMD; 4G RAM; "entry level games machine"; nVidia GeForce 8400GS 256MB)
Anybody know what's wrong?  Great thanks any help.
      
    
    
More information about the MPlayer-users
mailing list