[Linux] Playback fails with H.264 movies on ION and Ubuntu 10.10
#1
Hi,

I've been using XBMC with ION based HTPC(Fiono330) on Ubuntu9.04. But the HDD was crushed in this week so I reinstalled OS and XBMC to a new HDD and then almost finished the installation.

But I've noticed that when playing some H.264 movies, XBMC can not play it correctly, it seems so many dropping frames and sound. Also FPS seems unstable and sometimes XBMC died. With my previous XBMC installed on Ubuntu9.04, there were no problem with playing those movies. I just presume this could be Nvidia driver issue, but could not figure out how to fix.

OS: Ubuntu 10.10 desktop 64bit(2.6.35-28-generic)
XBMC: 10.1
Nvidia Driver: nvidia-185-libvdpau (260.19.06-0ubuntu1)

Debug Log
In this log, the movie played first had no problem with playback. But the second and the third movie had the problem.


I'd really appreciate your help.

Kyouhei
Reply
#2
try reverting to a 195 driver
Reply
#3
mr.sparkle Wrote:try reverting to a 195 driver

Please can you explain how to revert to a 195 driver step by step...?
I'm very noobie...!!!! Tanks
Reply
#4
Tried to install 195 driver but couldn't install successfully. Does Nvidia Vdpau Team PPA support Marverick?

However, I also had a problem with playing DTS sound over HDMI. I've found this thread and removed pulseaudio. After that, I have no problem on playing H.264 movie with 185 driver, I'm not sure why though.
Reply
#5
Ah I noticed that the problem was not totally fixed with H.264 movies. When scanning the library background, sound would stop. And the sound only work with fullscreen mode with those H.264 movies. So I guess removing pluseaudio is not the best way to fix. I would try to install 195 driver again.
Reply
#6
Here's what I've got installed on maverick, not sure what is redundant


root@media:~# dpkg -l | grep -i nvid
ii nvidia-173-modaliases 173.14.28-0ubuntu1 Modaliases for the NVIDIA binary X.Org driver
ii nvidia-96-modaliases 96.43.19-0ubuntu1 Modaliases for the NVIDIA binary X.Org driver
ii nvidia-common 0.2.24 Find obsolete NVIDIA drivers
ii nvidia-current 260.19.06-0ubuntu1 NVIDIA binary Xorg driver, kernel module and VDPAU library
ii nvidia-current-modaliases 260.19.06-0ubuntu1 Modaliases for the NVIDIA binary X.Org driver
ii nvidia-glx-185 260.19.06-0ubuntu1 Transitional package for nvidia-glx-185
ii nvidia-settings 260.19.06-0ubuntu1 Tool of configuring the NVIDIA graphics driver

My xorg.conf is rather simple

root@media:~# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.06 (buildmeister@builder101) Mon Sep 13 07:06:38 PDT 2010

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
# Option "BlankTime" "1"
# Option "StandbyTime" "1"
# Option "SuspendTime" "1"
# Option "OffTime" "1"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "DPMS" "TRUE"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

root@media:~#
Reply
#7
I was running 10.1 on one of my systems with Ubuntu 10.10 and it worked fine, now running Pre-11. Is there a reason you did a full Ubuntu install instead of a minimal install? Do you really need the Ubuntu desktop installed?

If not here is an outline of what I did to get 10.10 to play nice in my setup.

http://forum.xbmc.org/showpost.php?p=745150&postcount=5
Image
Reply
#8
WheresWaldo,

Thank you for the guide. Yeah I don't really need full desktop. I will try to follow your instruction later today.
Reply

Logout Mark Read Team Forum Stats Members Help
[Linux] Playback fails with H.264 movies on ION and Ubuntu 10.100