dvd playback choppy

*nix specific usage questions
OneSeventeen
New Cone
New Cone
Posts: 7
Joined: 28 Jul 2005 18:07
Location: New Mexico, USA
Contact:

dvd playback choppy

Postby OneSeventeen » 29 Jul 2005 00:02

DVDs are currently unwatchable on my machine, as it looks to be reading the disc at 5FPS, but when I play back the same section it plays it much smoother, but insanely fast.

I am using ubuntu 5.04 - 32 bit on a 64-bit HP zv6000 laptop.
Woven Thorns Productions
Open Source Web Applications

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Postby xtophe » 29 Jul 2005 09:43

Hmmm,

Maybe some hdparm problem (Is the drive stoping and restarting every second )
Also open the view/messages window and look for errors or warnings

Does this happen with all dvd or just a few? Do they play well with another player
Xtophe

IceHand
New Cone
New Cone
Posts: 5
Joined: 06 Oct 2004 00:13
Contact:

Postby IceHand » 30 Jul 2005 16:54

Is DMA enabled for your drive? You can check by typing "sudo hdparm -d /dev/cdrom" into the console (assuming /dev/cdrom is the path to your DVD-drive).

haymann

Postby haymann » 18 Aug 2005 03:36

Is DMA enabled for your drive? You can check by typing "sudo hdparm -d /dev/cdrom" into the console (assuming /dev/cdrom is the path to your DVD-drive).
I too am experiencing choppy video, the audio is fine though.

Code: Select all

[root@FD4-PPC user]# sudo hdparm -d/dev/cdrom sudo: hdparm: command not found
Is this something that I can install? I should explain that i am pretty new to Linux, so I don't know many troubleshooting steps...

I don't know if this is helpful, but I am running Fedora Core 4 on a Mac PowerBook G3...

IceHand
New Cone
New Cone
Posts: 5
Joined: 06 Oct 2004 00:13
Contact:

Postby IceHand » 21 Aug 2005 20:04

I too am experiencing choppy video, the audio is fine though.

Code: Select all

[root@FD4-PPC user]# sudo hdparm -d/dev/cdrom sudo: hdparm: command not found
Is this something that I can install? I should explain that i am pretty new to Linux, so I don't know many troubleshooting steps...

I don't know if this is helpful, but I am running Fedora Core 4 on a Mac PowerBook G3...
I think your distribution don't use the sudo-system. Just type "hdparm -d /dev/cdrom" as root. (If that still doesn't work, you could search with google or try to ask in a Fedora Core forum -> How to enable DMA?)

If you type "hdparm -d /dev/cdrom" an get something like this:

Code: Select all

/dev/cdrom: using_dma = 0 (off)
then you should edit your hdparm.conf. You do this by typing (still as root):

Code: Select all

gedit /etc/hdparm.conf
or

Code: Select all

kate /etc/hdparm.conf
depending on your system (Gnome or KDE). Of course you could also use vim or emacs.
Go to the end of the file and add:

Code: Select all

/dev/cdrom { dma = on }
(Assuming your DVD-drive is located at "/dev/cdrom")


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 15 guests