Screen tearing while watching video
I have a bad tearing while watching video in Ubuntu 11.10. I tried to use both smplayer and vlc, but none of them helped. In fact I see tearing only in rips, there is not such problem while watching Blu-ray movies. Though maybe i'm just not very attentive. Can anybody help me with this? I have 32-bit version of Ubuntu. Videocard is GTX460 768mb.
I use hardware acceleration in players (vdpau). Enabling vsync in CCSM doesn't help.
tearing
add a comment |
I have a bad tearing while watching video in Ubuntu 11.10. I tried to use both smplayer and vlc, but none of them helped. In fact I see tearing only in rips, there is not such problem while watching Blu-ray movies. Though maybe i'm just not very attentive. Can anybody help me with this? I have 32-bit version of Ubuntu. Videocard is GTX460 768mb.
I use hardware acceleration in players (vdpau). Enabling vsync in CCSM doesn't help.
tearing
1
Maybe this solution for the Intel problem helps here too?
– htorque
Dec 16 '11 at 11:15
1
Thank you! It has helped. But after enabling buffer swap another "problem" has appeared. The process of moving windows has become not very smooth. It's not actually a problem, but not very pleasant. What can I do?
– Mad_Bear
Dec 18 '11 at 8:34
add a comment |
I have a bad tearing while watching video in Ubuntu 11.10. I tried to use both smplayer and vlc, but none of them helped. In fact I see tearing only in rips, there is not such problem while watching Blu-ray movies. Though maybe i'm just not very attentive. Can anybody help me with this? I have 32-bit version of Ubuntu. Videocard is GTX460 768mb.
I use hardware acceleration in players (vdpau). Enabling vsync in CCSM doesn't help.
tearing
I have a bad tearing while watching video in Ubuntu 11.10. I tried to use both smplayer and vlc, but none of them helped. In fact I see tearing only in rips, there is not such problem while watching Blu-ray movies. Though maybe i'm just not very attentive. Can anybody help me with this? I have 32-bit version of Ubuntu. Videocard is GTX460 768mb.
I use hardware acceleration in players (vdpau). Enabling vsync in CCSM doesn't help.
tearing
tearing
asked Dec 16 '11 at 11:12
Mad_BearMad_Bear
41113
41113
1
Maybe this solution for the Intel problem helps here too?
– htorque
Dec 16 '11 at 11:15
1
Thank you! It has helped. But after enabling buffer swap another "problem" has appeared. The process of moving windows has become not very smooth. It's not actually a problem, but not very pleasant. What can I do?
– Mad_Bear
Dec 18 '11 at 8:34
add a comment |
1
Maybe this solution for the Intel problem helps here too?
– htorque
Dec 16 '11 at 11:15
1
Thank you! It has helped. But after enabling buffer swap another "problem" has appeared. The process of moving windows has become not very smooth. It's not actually a problem, but not very pleasant. What can I do?
– Mad_Bear
Dec 18 '11 at 8:34
1
1
Maybe this solution for the Intel problem helps here too?
– htorque
Dec 16 '11 at 11:15
Maybe this solution for the Intel problem helps here too?
– htorque
Dec 16 '11 at 11:15
1
1
Thank you! It has helped. But after enabling buffer swap another "problem" has appeared. The process of moving windows has become not very smooth. It's not actually a problem, but not very pleasant. What can I do?
– Mad_Bear
Dec 18 '11 at 8:34
Thank you! It has helped. But after enabling buffer swap another "problem" has appeared. The process of moving windows has become not very smooth. It's not actually a problem, but not very pleasant. What can I do?
– Mad_Bear
Dec 18 '11 at 8:34
add a comment |
3 Answers
3
active
oldest
votes
Yes I finally have a solution for you it took a bit of digging, you have to use CompizConfig Settings Manager. Go to Utilty > Workarounds, make sure this box is checked:

Also should be checked:
- "Don't wait for video sync"
"Force full screen redraws"

Also some other this you could do is in the CCSM go to "OpenGL" click on the texture tab put Best:

Then go to "Composite" and uncheck "detect rate" then crank up the refresh rate to anything higher than it's default that is set at 50 I set mine to anything beyond 60.
problems. Hope this helped. :)
Helped me on Ubuntu 14.10, but had tosudo apt-get install compizconfig-settings-manager compiz-plugins-extrafirst. Thanks!
– Don Branson
Jun 21 '15 at 22:18
add a comment |
I've found that 'Force full screen redraws (buffer swap) on repaint' works for me. Nvidia version 295.49 in ubuntu 12.04 stills seems a little jerky to me though.
add a comment |
In order to stop video tearing for the poor newbies to Gnome shell or just Ubuntu 12.04 you must enable yourself to be a super user by typing in terminal.
$ sudo nautilus
Then go to system folder go to etc folder then scroll down to environment (Note: this is not a folder but it is a system file, it looks sort of like a page) Once you click on this you will see this line
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Now just type below that line (or copy and paste)
CLUTTER_PAINT=disable-clipped-redraws:disable-culling
then type
CLUTTER_VBLANK=True
This should take care of the tearing. They don't quite explain how to do this for newbies to LINUX at all, the writers expect every one just to know how to do this because they think everyone is a programmer.
This little patch should take care of everything. One last thing: please restart your computer and then play your movie or youtube vide.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f88198%2fscreen-tearing-while-watching-video%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes I finally have a solution for you it took a bit of digging, you have to use CompizConfig Settings Manager. Go to Utilty > Workarounds, make sure this box is checked:

Also should be checked:
- "Don't wait for video sync"
"Force full screen redraws"

Also some other this you could do is in the CCSM go to "OpenGL" click on the texture tab put Best:

Then go to "Composite" and uncheck "detect rate" then crank up the refresh rate to anything higher than it's default that is set at 50 I set mine to anything beyond 60.
problems. Hope this helped. :)
Helped me on Ubuntu 14.10, but had tosudo apt-get install compizconfig-settings-manager compiz-plugins-extrafirst. Thanks!
– Don Branson
Jun 21 '15 at 22:18
add a comment |
Yes I finally have a solution for you it took a bit of digging, you have to use CompizConfig Settings Manager. Go to Utilty > Workarounds, make sure this box is checked:

Also should be checked:
- "Don't wait for video sync"
"Force full screen redraws"

Also some other this you could do is in the CCSM go to "OpenGL" click on the texture tab put Best:

Then go to "Composite" and uncheck "detect rate" then crank up the refresh rate to anything higher than it's default that is set at 50 I set mine to anything beyond 60.
problems. Hope this helped. :)
Helped me on Ubuntu 14.10, but had tosudo apt-get install compizconfig-settings-manager compiz-plugins-extrafirst. Thanks!
– Don Branson
Jun 21 '15 at 22:18
add a comment |
Yes I finally have a solution for you it took a bit of digging, you have to use CompizConfig Settings Manager. Go to Utilty > Workarounds, make sure this box is checked:

Also should be checked:
- "Don't wait for video sync"
"Force full screen redraws"

Also some other this you could do is in the CCSM go to "OpenGL" click on the texture tab put Best:

Then go to "Composite" and uncheck "detect rate" then crank up the refresh rate to anything higher than it's default that is set at 50 I set mine to anything beyond 60.
problems. Hope this helped. :)
Yes I finally have a solution for you it took a bit of digging, you have to use CompizConfig Settings Manager. Go to Utilty > Workarounds, make sure this box is checked:

Also should be checked:
- "Don't wait for video sync"
"Force full screen redraws"

Also some other this you could do is in the CCSM go to "OpenGL" click on the texture tab put Best:

Then go to "Composite" and uncheck "detect rate" then crank up the refresh rate to anything higher than it's default that is set at 50 I set mine to anything beyond 60.
problems. Hope this helped. :)
edited Apr 30 '17 at 22:56
Pablo Bianchi
2,72821533
2,72821533
answered Jan 19 '12 at 4:59
JeffJeff
1393
1393
Helped me on Ubuntu 14.10, but had tosudo apt-get install compizconfig-settings-manager compiz-plugins-extrafirst. Thanks!
– Don Branson
Jun 21 '15 at 22:18
add a comment |
Helped me on Ubuntu 14.10, but had tosudo apt-get install compizconfig-settings-manager compiz-plugins-extrafirst. Thanks!
– Don Branson
Jun 21 '15 at 22:18
Helped me on Ubuntu 14.10, but had to
sudo apt-get install compizconfig-settings-manager compiz-plugins-extra first. Thanks!– Don Branson
Jun 21 '15 at 22:18
Helped me on Ubuntu 14.10, but had to
sudo apt-get install compizconfig-settings-manager compiz-plugins-extra first. Thanks!– Don Branson
Jun 21 '15 at 22:18
add a comment |
I've found that 'Force full screen redraws (buffer swap) on repaint' works for me. Nvidia version 295.49 in ubuntu 12.04 stills seems a little jerky to me though.
add a comment |
I've found that 'Force full screen redraws (buffer swap) on repaint' works for me. Nvidia version 295.49 in ubuntu 12.04 stills seems a little jerky to me though.
add a comment |
I've found that 'Force full screen redraws (buffer swap) on repaint' works for me. Nvidia version 295.49 in ubuntu 12.04 stills seems a little jerky to me though.
I've found that 'Force full screen redraws (buffer swap) on repaint' works for me. Nvidia version 295.49 in ubuntu 12.04 stills seems a little jerky to me though.
answered May 27 '12 at 3:47
DavidDavid
311
311
add a comment |
add a comment |
In order to stop video tearing for the poor newbies to Gnome shell or just Ubuntu 12.04 you must enable yourself to be a super user by typing in terminal.
$ sudo nautilus
Then go to system folder go to etc folder then scroll down to environment (Note: this is not a folder but it is a system file, it looks sort of like a page) Once you click on this you will see this line
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Now just type below that line (or copy and paste)
CLUTTER_PAINT=disable-clipped-redraws:disable-culling
then type
CLUTTER_VBLANK=True
This should take care of the tearing. They don't quite explain how to do this for newbies to LINUX at all, the writers expect every one just to know how to do this because they think everyone is a programmer.
This little patch should take care of everything. One last thing: please restart your computer and then play your movie or youtube vide.
add a comment |
In order to stop video tearing for the poor newbies to Gnome shell or just Ubuntu 12.04 you must enable yourself to be a super user by typing in terminal.
$ sudo nautilus
Then go to system folder go to etc folder then scroll down to environment (Note: this is not a folder but it is a system file, it looks sort of like a page) Once you click on this you will see this line
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Now just type below that line (or copy and paste)
CLUTTER_PAINT=disable-clipped-redraws:disable-culling
then type
CLUTTER_VBLANK=True
This should take care of the tearing. They don't quite explain how to do this for newbies to LINUX at all, the writers expect every one just to know how to do this because they think everyone is a programmer.
This little patch should take care of everything. One last thing: please restart your computer and then play your movie or youtube vide.
add a comment |
In order to stop video tearing for the poor newbies to Gnome shell or just Ubuntu 12.04 you must enable yourself to be a super user by typing in terminal.
$ sudo nautilus
Then go to system folder go to etc folder then scroll down to environment (Note: this is not a folder but it is a system file, it looks sort of like a page) Once you click on this you will see this line
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Now just type below that line (or copy and paste)
CLUTTER_PAINT=disable-clipped-redraws:disable-culling
then type
CLUTTER_VBLANK=True
This should take care of the tearing. They don't quite explain how to do this for newbies to LINUX at all, the writers expect every one just to know how to do this because they think everyone is a programmer.
This little patch should take care of everything. One last thing: please restart your computer and then play your movie or youtube vide.
In order to stop video tearing for the poor newbies to Gnome shell or just Ubuntu 12.04 you must enable yourself to be a super user by typing in terminal.
$ sudo nautilus
Then go to system folder go to etc folder then scroll down to environment (Note: this is not a folder but it is a system file, it looks sort of like a page) Once you click on this you will see this line
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Now just type below that line (or copy and paste)
CLUTTER_PAINT=disable-clipped-redraws:disable-culling
then type
CLUTTER_VBLANK=True
This should take care of the tearing. They don't quite explain how to do this for newbies to LINUX at all, the writers expect every one just to know how to do this because they think everyone is a programmer.
This little patch should take care of everything. One last thing: please restart your computer and then play your movie or youtube vide.
edited Oct 17 '12 at 9:22
devav2
25k126979
25k126979
answered Oct 17 '12 at 7:50
JeffreyJeffrey
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f88198%2fscreen-tearing-while-watching-video%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Maybe this solution for the Intel problem helps here too?
– htorque
Dec 16 '11 at 11:15
1
Thank you! It has helped. But after enabling buffer swap another "problem" has appeared. The process of moving windows has become not very smooth. It's not actually a problem, but not very pleasant. What can I do?
– Mad_Bear
Dec 18 '11 at 8:34