Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I recently installed Kubuntu 5.10. When I play a DVD in Kaffeine the movie stutters- it is playing frame by frame. I see that the drive's LED and the computer's LED flash together, and when the movie starts stuttering, they flash more slowly. This happens in every DVD that I try after about ten seconds of playback. I can move to a different part of the film, and after a few seconds of normal playback the stuttering starts again. The same hardware worked perfectly in Windows XP Home so I don't think that the drive is bad.
Also, when playing an avi file from the local hard drive, the quality is horrible- most of the screen is squares that change slowly. The audio is fine, however. This is an avi that played perfectly in Windows XP Home. Is is located on a mounted FAT32 partition.
Thanks in advance for any troubleshooting advice that you can provide.
Sounds like the DMA is turned off on your hard drive. Install the program hdparm then use sudo hdparm /dev/hd? replacing the ? with the drive letter that contains the partition you should see output similar to below.
The important one is the using_dma = 1 (on) if it is not there then sudo hdparm -d1 /dev/hd? again replacing the ? then try your media files now. If this works then edit the file /etc/hdparm.conf and put a section like this in it to make sure the DMA is set each time on boot.
That made a major improvment, but the movie still does not play 100% smooth. It 'jerks' about once a second, making the watching experience unenjoyable. Is there anything else that I can do?
That made a major improvment, but the movie still does not play 100% smooth. It 'jerks' about once a second, making the watching experience unenjoyable. Is there anything else that I can do?
Thank you.
You do not mention what you have for a video card but have you installed the drivers for it?
The video card is a Nvida 32 Meg AGP unit. From where could I download the correct drivers? How can I find what is the correct model, excactly?
Several ways to tell really at boot the model/make along with the amount of ram is usually shown or in the /var/log/Xorg.0.log file it should show the model it detects also lspci will show you. The drivers you can get from Ubuntu already packaged you should go to their wiki page and follow the instructions your most likely going to need the legacy driver.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.