Gnome 3.12 - Choppy Animations with Intel HD 4600 Graphics
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've just purchased a Lenovo T540p and installed Ubuntu GNOME 14.10. So far, the performance of Gnome Shell has been very sub par. Animations like opening the activities overview or moving windows around from within the overview are choppy.
I have looked into various methods of resolving these issues like changing the AccelMethod
to uxa
or glamor
in /etc/X11/xorg.conf.d/20-intel.conf
, but nothing has changed the perfomance at all. I have also tried disabling vsync using .drirc
.
Most recently I tried using this ppa to update by drivers, but the lag still prevailed.
Currently everything is back to default. Any ideas on how to resolve this lag issue?
Driver: i915
Kernel: 3.16.0-24-generic
EDIT
Turns out this lag issue is caused by the Intel HD 4600 Integrated Graphics not being fully supported in Ubuntu (Linux in general?). The graphics performance is fine when resolution is set to 1920x1080, but not when set to 2880x1620.
gnome intel-graphics
add a comment |
I've just purchased a Lenovo T540p and installed Ubuntu GNOME 14.10. So far, the performance of Gnome Shell has been very sub par. Animations like opening the activities overview or moving windows around from within the overview are choppy.
I have looked into various methods of resolving these issues like changing the AccelMethod
to uxa
or glamor
in /etc/X11/xorg.conf.d/20-intel.conf
, but nothing has changed the perfomance at all. I have also tried disabling vsync using .drirc
.
Most recently I tried using this ppa to update by drivers, but the lag still prevailed.
Currently everything is back to default. Any ideas on how to resolve this lag issue?
Driver: i915
Kernel: 3.16.0-24-generic
EDIT
Turns out this lag issue is caused by the Intel HD 4600 Integrated Graphics not being fully supported in Ubuntu (Linux in general?). The graphics performance is fine when resolution is set to 1920x1080, but not when set to 2880x1620.
gnome intel-graphics
1
Kernel? Driver?
– Jan
Nov 2 '14 at 22:05
What grpahics and drivers are you using (you can uselspci -v
)
– Wilf
Nov 2 '14 at 22:08
Updated the question.
– user252782
Nov 2 '14 at 22:10
I found the output ofinxi -SMIG -! 31
much more friendly and useful.
– Pablo Bianchi
Mar 23 at 19:32
add a comment |
I've just purchased a Lenovo T540p and installed Ubuntu GNOME 14.10. So far, the performance of Gnome Shell has been very sub par. Animations like opening the activities overview or moving windows around from within the overview are choppy.
I have looked into various methods of resolving these issues like changing the AccelMethod
to uxa
or glamor
in /etc/X11/xorg.conf.d/20-intel.conf
, but nothing has changed the perfomance at all. I have also tried disabling vsync using .drirc
.
Most recently I tried using this ppa to update by drivers, but the lag still prevailed.
Currently everything is back to default. Any ideas on how to resolve this lag issue?
Driver: i915
Kernel: 3.16.0-24-generic
EDIT
Turns out this lag issue is caused by the Intel HD 4600 Integrated Graphics not being fully supported in Ubuntu (Linux in general?). The graphics performance is fine when resolution is set to 1920x1080, but not when set to 2880x1620.
gnome intel-graphics
I've just purchased a Lenovo T540p and installed Ubuntu GNOME 14.10. So far, the performance of Gnome Shell has been very sub par. Animations like opening the activities overview or moving windows around from within the overview are choppy.
I have looked into various methods of resolving these issues like changing the AccelMethod
to uxa
or glamor
in /etc/X11/xorg.conf.d/20-intel.conf
, but nothing has changed the perfomance at all. I have also tried disabling vsync using .drirc
.
Most recently I tried using this ppa to update by drivers, but the lag still prevailed.
Currently everything is back to default. Any ideas on how to resolve this lag issue?
Driver: i915
Kernel: 3.16.0-24-generic
EDIT
Turns out this lag issue is caused by the Intel HD 4600 Integrated Graphics not being fully supported in Ubuntu (Linux in general?). The graphics performance is fine when resolution is set to 1920x1080, but not when set to 2880x1620.
gnome intel-graphics
gnome intel-graphics
edited Nov 3 '14 at 2:20
asked Nov 2 '14 at 21:58
user252782
1
Kernel? Driver?
– Jan
Nov 2 '14 at 22:05
What grpahics and drivers are you using (you can uselspci -v
)
– Wilf
Nov 2 '14 at 22:08
Updated the question.
– user252782
Nov 2 '14 at 22:10
I found the output ofinxi -SMIG -! 31
much more friendly and useful.
– Pablo Bianchi
Mar 23 at 19:32
add a comment |
1
Kernel? Driver?
– Jan
Nov 2 '14 at 22:05
What grpahics and drivers are you using (you can uselspci -v
)
– Wilf
Nov 2 '14 at 22:08
Updated the question.
– user252782
Nov 2 '14 at 22:10
I found the output ofinxi -SMIG -! 31
much more friendly and useful.
– Pablo Bianchi
Mar 23 at 19:32
1
1
Kernel? Driver?
– Jan
Nov 2 '14 at 22:05
Kernel? Driver?
– Jan
Nov 2 '14 at 22:05
What grpahics and drivers are you using (you can use
lspci -v
)– Wilf
Nov 2 '14 at 22:08
What grpahics and drivers are you using (you can use
lspci -v
)– Wilf
Nov 2 '14 at 22:08
Updated the question.
– user252782
Nov 2 '14 at 22:10
Updated the question.
– user252782
Nov 2 '14 at 22:10
I found the output of
inxi -SMIG -! 31
much more friendly and useful.– Pablo Bianchi
Mar 23 at 19:32
I found the output of
inxi -SMIG -! 31
much more friendly and useful.– Pablo Bianchi
Mar 23 at 19:32
add a comment |
1 Answer
1
active
oldest
votes
Use last video drivers
sudo ubuntu-drivers autoinstall
Disable showing seconds on clock
gsettings set org.gnome.desktop.interface clock-show-seconds false
Disable animations in GNOME Shell (or in Unity). Using CLI:
gsettings set org.gnome.desktop.interface enable-animations false
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%2f544871%2fgnome-3-12-choppy-animations-with-intel-hd-4600-graphics%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use last video drivers
sudo ubuntu-drivers autoinstall
Disable showing seconds on clock
gsettings set org.gnome.desktop.interface clock-show-seconds false
Disable animations in GNOME Shell (or in Unity). Using CLI:
gsettings set org.gnome.desktop.interface enable-animations false
add a comment |
Use last video drivers
sudo ubuntu-drivers autoinstall
Disable showing seconds on clock
gsettings set org.gnome.desktop.interface clock-show-seconds false
Disable animations in GNOME Shell (or in Unity). Using CLI:
gsettings set org.gnome.desktop.interface enable-animations false
add a comment |
Use last video drivers
sudo ubuntu-drivers autoinstall
Disable showing seconds on clock
gsettings set org.gnome.desktop.interface clock-show-seconds false
Disable animations in GNOME Shell (or in Unity). Using CLI:
gsettings set org.gnome.desktop.interface enable-animations false
Use last video drivers
sudo ubuntu-drivers autoinstall
Disable showing seconds on clock
gsettings set org.gnome.desktop.interface clock-show-seconds false
Disable animations in GNOME Shell (or in Unity). Using CLI:
gsettings set org.gnome.desktop.interface enable-animations false
answered Mar 23 at 19:31
Pablo BianchiPablo Bianchi
3,10521636
3,10521636
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%2f544871%2fgnome-3-12-choppy-animations-with-intel-hd-4600-graphics%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
Kernel? Driver?
– Jan
Nov 2 '14 at 22:05
What grpahics and drivers are you using (you can use
lspci -v
)– Wilf
Nov 2 '14 at 22:08
Updated the question.
– user252782
Nov 2 '14 at 22:10
I found the output of
inxi -SMIG -! 31
much more friendly and useful.– Pablo Bianchi
Mar 23 at 19:32