Kodi Community Forum
Acer Revo XBMC with Ubuntu video jutter - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Acer Revo XBMC with Ubuntu video jutter (/showthread.php?tid=72709)



Acer Revo XBMC with Ubuntu video jutter - hottech956 - 2010-04-24

I have successfully installed XBMC w/Ubuntu on my Revo 1600 using THIS tutorial. However when I play a 720 file, (mkv or mp4) I still get a video judder. I have also tried doing a custom xorg file using this tutorial. Any ideas on what else I could try? I do not know how to get the logfile to post it, but I will look on how to do it so I can post it.


- shamo42 - 2010-04-24

When you press the "o" key during playback to see the codec info, does it say VDPAU somewhere?


- hottech956 - 2010-04-24

yes it does. dc:ff-h264_vdpau


- shamo42 - 2010-04-24

With vdpau and a proper xorg.conf it should run smoothly... Maybe somebody else can give some advice here.
Could you upload a video sample that doesn't play on your system?


- hottech956 - 2010-04-26

My xorg look like this.

Code:
Section "Device"
        Identifier "nvidia"
        Driver  "nvidia"
        Option  "NoLogo"              "true"
        Option  "DynamicTwinView"     "false"
        Option  "FlatPanelProperties" "Scaling = Native"
        Option  "ModeValidation"      "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoH$
        Option  "UseDisplayDevice"    "DFP-1"
        Option  "ModeDebug"           "true"
        Option  "HWCursor"            "false"
EndSection

Section "Screen"
        Identifier      "screen"
        Device          "nvidia"
        SubSection      "Display"
                Modes "1920x1080_60_0" "1920x1080_24"
        EndSubSection
EndSection

Section "Extensions"
        Option  "Composite"           "false"
EndSection


# dePool for SAMSUNG (DFP-0) ---
# lect" : 1920 x 1080 @  60.0 Hz
#       : 1920 x 1080 @  60.0 Hz
#       : 1920 x 1080 @  60.0 Hz
# "     : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
#       : 1920 x 1080 @ 29.97/30 Hz (CEA-861B Format 34)
#       : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32)
#       : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
#       : 1680 x 1050 @  60.0 Hz
#       : 1680 x 1050 @  60.0 Hz
#       : 1600 x 1200 @  60.0 Hz
#       : 1600 x 1200 @  60.0 Hz
#       : 1440 x  900 @  75.0 Hz
#       : 1440 x  900 @  75.0 Hz
#       : 1440 x  900 @  59.9 Hz
#       : 1360 x  768 @  60.0 Hz
#       : 1360 x  768 @  60.0 Hz
#       : 1280 x 1024 @  75.0 Hz
#       : 1280 x 1024 @  75.0 Hz
#       : 1280 x 1024 @  60.0 Hz
#       : 1280 x  960 @  60.0 Hz
#       : 1280 x  960 @  60.0 Hz
#       : 1280 x  800 @  59.8 Hz



- bobo1on1 - 2010-04-26

Please post a debug log on pastebin: http://wiki.xbmc.org/index.php?title=Log_File


- hottech956 - 2010-04-27

here is my log


- hottech956 - 2010-05-14

any ideas?


- thermopyl - 2010-05-14

I had the same issue on my r3610

This worked for me... http://www.one-eye.co.uk/2010/05/tell-me-one-about-revo-ubuntu-and-xbmc.html


- bobo1on1 - 2010-05-14

hottech956 Wrote:here is my log

You need to turn on debug logging and restart xbmc to get a debug log.


- hottech956 - 2010-05-31

Here is my DEBUG log with it enabled


- hottech956 - 2010-07-05

I upgraded from Jaunty to karmic, I used THIS to install XBMC and config the xorg file. I still get a judder on the videos. When I play a video and press "o" I do see "dc:ff-h264 ". I have the 190nvidia drivers.What else could I do to address the judder?


- Doomstone - 2010-07-05

Do you run XBMC in Gnome or do you boot directly into XBMC.
I have a REVO r3610, and when i run xbmc from Gnome do it lag like hell, but it runs smoot if i run xbmc as my x session directly.


- hottech956 - 2010-07-05

it boots directly into XBMC


- hottech956 - 2010-07-09

Would setting the GPU to 512mb make a difference?