Find the answer to your Linux question:
Results 1 to 2 of 2
I am running Ubuntu and getting really jerky DVD playback. I enabled DMA tranfer and it seemed to work better, but still not perfect. When I rebooted the next time ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Posts
    16

    jerky DVD playback

    I am running Ubuntu and getting really jerky DVD playback. I enabled DMA tranfer and it seemed to work better, but still not perfect. When I rebooted the next time I used the computer, it was back to being really jerky. Thanks for any help you can give.

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    You have enable DMA, good.

    But still, have you changed /etc/hdparm.conf so it gets enabled by default when you start your computer?

    In /etc/hdparm.conf, you would need, at the end, if "hdc" is your DVD:
    Code:
    command_line {
           hdparm -d1 /dev/hdc
    }
    Other then that, have you installed "libdvdread3" ?
    Code:
    sudo apt-get install libdvdread3
    And then, you would need libdvdcss (can only be installed once you have libdvdread3):
    Code:
    sudo /usr/share/doc/libdvdread3/examples/install-css.sh
    Have fun with GNU/Linux!
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

Posting Permissions

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