Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: choppy DVD playback

  1. #1
    Join Date
    Nov 2012
    Beans
    23

    Angry choppy DVD playback

    I don't know what the problem is.

    I have the same set up as I had in my old laptop, which worked fine.

    This is the new laptop.

    I already downloaded all the codecs.

    Also the restricted-extras package.

    I'm not sure if I have a driver for my NVIDIA 650m.

    Please help...
    Attached Images Attached Images

  2. #2
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: choppy DVD playback

    Quote Originally Posted by carnivroar View Post
    I don't know what the problem is.

    I have the same set up as I had in my old laptop, which worked fine.

    This is the new laptop.

    I already downloaded all the codecs.

    Also the restricted-extras package.

    I'm not sure if I have a driver for my NVIDIA 650m.

    Please help...
    Hi carnivroar, and welcome to the Ubuntu Forums

    The computer specs indicate that it certainly has enough horsepower to show high definition video, so DVD should work.

    There is probably some issue with the graphics driver.

    You can check which driver is used and which are available with the terminal window command
    Code:
    jockey-gtk
    I use older computers with nvidia cards/chips, and I have found that it works the best with the ultra-light desktop environment LXDE as in Lubuntu. But with your computer it should work well also with Unity, unless the graphics card is too new to be supported by a proprietary driver "NVIDIA's accelerated driver ..."

    If available, select a proprietary driver using jockey-gtk!

    If no proprietary driver is available, and you have to use nouveau, you will probably get good enough playback of video if you install lubuntu-desktop and select that at the login screen.

    Code:
    sudo apt-get install lubuntu-desktop

  3. #3
    Join Date
    Nov 2012
    Beans
    23

    Re: choppy DVD playback

    Thanks for the quick reply.

    As per jockey-gtk, the only drivers I have installed is an Ethernet one.

    I don't know how to install an NVIDIA driver. I did everything I could find online:

    http://www.techlw.com/2012/06/instal...in-ubuntu.html

    I also installed Bumblebee, which resulted in my Graphics being now shown as "Intel® Ivybridge Mobile" on the Details window. After doing that step I am now able to view shadows around windows and stuff, so that's good I guess.

    But no progress with the NVIDIA chip.
    Attached Images Attached Images
    Last edited by carnivroar; November 30th, 2012 at 09:15 AM.

  4. #4
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: choppy DVD playback

    Does jockey-gtk should any available drivers? If this is the case, select one of them for installation (and reboot)! Otherwise, try with a less resource hungry desktop environment:

    LXDE - ultra light weight - lubuntu-desktop
    XFCE - light weight - xubuntu-desktop
    MATE - medium weight (fork of old Gnome 2)
    KDE - heavy weight and fancy - kubuntu-desktop
    Unity - heavy weight and fancy - 'vanilla ubuntu desktop'

    Probably within a few months, there will be a new proprietary driver, that works with your nvidia card, and you will be able to play video in the fanciest of desktop environments.

    Edit: Jockey-gtk finds no suitable nvidia graphics driver. So try a lighter desktop environment. In this OS, that I am using now, I have Ubuntu 12.04 (upgraded from 10.04) and I have installed several desktops like this:

    Code:
    sudo apt-get install lubuntu-desktop
    sudo apt-get install xubuntu-desktop
    sudo apt-get install kubuntu-desktop
    Right now (and most of the time) I run lubuntu-desktop 'Lubuntu', selected at the login screen.
    Last edited by sudodus; November 30th, 2012 at 09:29 AM. Reason: I saw your attached screenshot

  5. #5
    Join Date
    Nov 2012
    Beans
    23

    Re: choppy DVD playback

    Check out the screenshot on the post above. I don't see anything for NVIDIA.

  6. #6
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: choppy DVD playback

    Quote Originally Posted by carnivroar View Post
    Check out the screenshot on the post above. I don't see anything for NVIDIA.
    Yes, I found it out after writing, so I edited the post. Maybe you did not notice the edit note.

    Anyway, I suggest that you try a lighter desktop environment

  7. #7
    Join Date
    Nov 2012
    Beans
    23

    Re: choppy DVD playback

    I did, I am now on Lubuntu and I have the same exact problem.

  8. #8
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: choppy DVD playback

    Which video player are you running?

    I get good results with mplayer and vlc.
    Code:
    sudo apt-get install vlc
    mplayer should come with lubuntu, otherwise install it too.
    Code:
    sudo apt-get install mplayer

  9. #9
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: choppy DVD playback

    Also you should check which programs keep the computer busy:

    htop is a good tool for that (runs in a terminal window)

    Code:
    sudo apt-get install htop

  10. #10
    Join Date
    Nov 2012
    Beans
    23

    Re: choppy DVD playback

    Yes, I use VLC.

    By the way, YouTube videos look perfect, if that makes a difference.

    Could it still be some codec problems?

Page 1 of 3 123 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
  •