Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Smplayer tearing with Geforce 410M

  1. #1
    Join Date
    Feb 2012
    Beans
    45

    Smplayer tearing with Geforce 410M

    I'm using kubuntu 11.10 on a sony vaio laptop with a NVIDIA Geforce 410M, 295.20 graphic drivers and vdpau on sm player. i get tearing in .avi files but not in HD mkv's. Sync to VBlack is activated in nvidia settings. any solution?

    here's smplayer's config file:

    # Write your default config options here!

    [vo.vdpau]
    vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpa u,


    thnx

  2. #2
    Join Date
    Feb 2012
    Beans
    45

    Re: Smplayer tearing with Geforce 410M

    so noone has an answer?

  3. #3
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Smplayer tearing with Geforce 410M

    What happens if you use xv or gl as the video output driver rather than vdpau? vdpau is good for H.264 encodes, but offers no advantage for XviD or DivX encodes, which are the most common codecs in AVI containers.

    Have you tried playing these files directly with mplayer from the command prompt? Perhaps you'll see something in the mplayer output that will give you some additional hints.

  4. #4
    Join Date
    Feb 2012
    Beans
    45

    Re: Smplayer tearing with Geforce 410M

    xv and gl also produce tearing

  5. #5
    WasMeHere is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    May 2008
    Location
    Sverige
    Beans
    1,133

    Re: Smplayer tearing with Geforce 410M

    Hi bbb13,

    My computers are barely powerful enough to run high definition video. My best graphics card is a Geforce GT 430. I have seen a substantial improvement with Lubuntu Precise 12.04 beta with LXDE. It is partly due to the graphics driver and partly due to the light-weight desktop environment.

    You already have a new graphics driver. Maybe your computer doesn't have enough horsepower for Kubuntu and those avi video clips. It would not cost much to install LXDE and select it from the login screen and have a try, or download the Lubuntu Precise 12.04 beta iso file and test it live.

    Have fun finding out
    Olle

  6. #6
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Smplayer tearing with Geforce 410M

    Sounds like a CPU horsepower problem. As I said above, VDPAU only works for H.264-encoded video. Other codecs like XviD must be decoded by the computer's CPU. What's the result of:

    Code:
    cat /proc/cpuinfo | grep 'model name'

  7. #7
    Join Date
    Feb 2012
    Beans
    45

    Re: Smplayer tearing with Geforce 410M

    i seriously doubt that the cpu is the problem...

    result:

    model name : Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
    model name : Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
    model name : Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
    model name : Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz

  8. #8
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Smplayer tearing with Geforce 410M

    What happens when you run mplayer from the command line? Does it give any evidence of reasons for the problems you're having? How about this:

    Code:
    mplayer -msglevel all=6 /path/to/file.avi

  9. #9
    WasMeHere is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    May 2008
    Location
    Sverige
    Beans
    1,133

    Re: Smplayer tearing with Geforce 410M

    In your situation I would do one of the following things:

    1. Try a desktop environment with a smaller footprint: LXDE.

    2. Convert the avi video clips to a format your computer can manage, for example mp4 or mkv encoded with a 264 codec. You can do that with ffmpeg.

  10. #10
    Join Date
    Dec 2006
    Beans
    20

    Re: Smplayer tearing with Geforce 410M

    @bbb13

    try these:

    1) disable desktop effects: i know looks ugly but disabling compositing solves tearing. >system setting>desktop effects>general>activate desktop effects on start.

    dont like that?

    2) disable desktop effects in fullscreen windows: this disables the compositing while any windows is in fullscreen. >system settings>desktop effects>advanced>suspend desktop effects in fullscreen windows.

    or

    3) configure smplayer: in smplayer>option>configuration>general>video change the video output to gl_nosw and check the direct rendering option on: with this i have tearfree playback with desktop effects enabled but sometimes other window/program may cause tearing so while watching video miniminze all other windows.

    also it helps to use the latest smplayer from ppa http://smplayer.sourceforge.net/downloads.php the latest mplayer from https://launchpad.net/~motumedia/+archive/mplayer-daily, this one updates frequently so disable it after mplayer is installed. and of course the latest nvidia driver from https://launchpad.net/~ubuntu-x-swat/+archive/x-updates

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •