ubuntu choppy playback issue

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
punker101 Offline
Junior Member
Posts: 7
Joined: Jan 2011
Reputation: 0
Post: #1
ive installed xbmc on my ubuntu machine, and in most places it runs faster than when i had it on windows 7, the only issue being that for some reason at one part of the screen only if the video moves left or right i get a line that moves a second behind the rest of the video.

making it look pretty horrid.

i am using a nvidia card

any ideas?
find quote
Wrooty Offline
Junior Member
Posts: 36
Joined: Sep 2010
Reputation: 0
Post: #2
Hi mate!

You should add this to your xorg.conf

Section 'Extentions"
Option "Composite" "Enable"
Option "Render" "Enable"
End Section

This is the file location /etc/X11/xorg.cof

Worked a treat for me!
find quote