Poor Gaming-Performance Intel HD 5500
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
just realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10. For example: Counter Strike Global Offensive (low graphic settings at a resolution of 800x600) will perform at much less frames per second compared to using Windows (exact same hardware and game settings).
On the hunt for a solution I came across stuff like mesa, vulkan, etc. but since I switched to Linux not very long ago, my knowledge and experience is still rather basic and Im not sure what to try next.
What I already tried:
- Installed "xserver-xorg-video-intel" from the "oibaf/graphicsdrivers" ppa
- Kernel update to 5.02
- Installed "mesa-vulkan-drivers"
Didnt really help. System Information:
Ubuntu Version:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
uname -a returns (after I went back to the former kernel version via ukuu):
Linux david-x1 4.18.0-16-generic
lspci -vnn returns:
VGA compatible controller [0300]: Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Lenovo HD Graphics 5500 [17aa:2227]
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at f0000000 (64-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
glxinfo | grep OpenGL returns:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
Anyone able to point me in the right direction here?
games intel-graphics 18.10
add a comment |
just realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10. For example: Counter Strike Global Offensive (low graphic settings at a resolution of 800x600) will perform at much less frames per second compared to using Windows (exact same hardware and game settings).
On the hunt for a solution I came across stuff like mesa, vulkan, etc. but since I switched to Linux not very long ago, my knowledge and experience is still rather basic and Im not sure what to try next.
What I already tried:
- Installed "xserver-xorg-video-intel" from the "oibaf/graphicsdrivers" ppa
- Kernel update to 5.02
- Installed "mesa-vulkan-drivers"
Didnt really help. System Information:
Ubuntu Version:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
uname -a returns (after I went back to the former kernel version via ukuu):
Linux david-x1 4.18.0-16-generic
lspci -vnn returns:
VGA compatible controller [0300]: Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Lenovo HD Graphics 5500 [17aa:2227]
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at f0000000 (64-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
glxinfo | grep OpenGL returns:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
Anyone able to point me in the right direction here?
games intel-graphics 18.10
"ust realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10" well yeah with intel HD in particular, for which linux has next to no drivers, with nvidia or AMD it would have been a different story but what you're asking here is a tall order. have you tried installing drivers this way : runsudo add-apt-repository ppa:oibaf/graphics-drivers
then open "Software & Sources" app, go to the aditional drivers tab and see if anything is there. if there is try selecting it and clicking "apply" then reboot. edit oh you did. ok well I'm all tapped out.
– tatsu
Mar 22 at 13:07
1
@tatsu , noted. So thats a useful piece of information, like I might be looking for something which does not exist (yet?). I guess it is as good as it gets in linux for now. Thanks!
– David Elias
Mar 22 at 18:23
add a comment |
just realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10. For example: Counter Strike Global Offensive (low graphic settings at a resolution of 800x600) will perform at much less frames per second compared to using Windows (exact same hardware and game settings).
On the hunt for a solution I came across stuff like mesa, vulkan, etc. but since I switched to Linux not very long ago, my knowledge and experience is still rather basic and Im not sure what to try next.
What I already tried:
- Installed "xserver-xorg-video-intel" from the "oibaf/graphicsdrivers" ppa
- Kernel update to 5.02
- Installed "mesa-vulkan-drivers"
Didnt really help. System Information:
Ubuntu Version:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
uname -a returns (after I went back to the former kernel version via ukuu):
Linux david-x1 4.18.0-16-generic
lspci -vnn returns:
VGA compatible controller [0300]: Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Lenovo HD Graphics 5500 [17aa:2227]
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at f0000000 (64-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
glxinfo | grep OpenGL returns:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
Anyone able to point me in the right direction here?
games intel-graphics 18.10
just realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10. For example: Counter Strike Global Offensive (low graphic settings at a resolution of 800x600) will perform at much less frames per second compared to using Windows (exact same hardware and game settings).
On the hunt for a solution I came across stuff like mesa, vulkan, etc. but since I switched to Linux not very long ago, my knowledge and experience is still rather basic and Im not sure what to try next.
What I already tried:
- Installed "xserver-xorg-video-intel" from the "oibaf/graphicsdrivers" ppa
- Kernel update to 5.02
- Installed "mesa-vulkan-drivers"
Didnt really help. System Information:
Ubuntu Version:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
uname -a returns (after I went back to the former kernel version via ukuu):
Linux david-x1 4.18.0-16-generic
lspci -vnn returns:
VGA compatible controller [0300]: Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Lenovo HD Graphics 5500 [17aa:2227]
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at f0000000 (64-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
glxinfo | grep OpenGL returns:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
Anyone able to point me in the right direction here?
games intel-graphics 18.10
games intel-graphics 18.10
asked Mar 22 at 12:43
David EliasDavid Elias
264
264
"ust realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10" well yeah with intel HD in particular, for which linux has next to no drivers, with nvidia or AMD it would have been a different story but what you're asking here is a tall order. have you tried installing drivers this way : runsudo add-apt-repository ppa:oibaf/graphics-drivers
then open "Software & Sources" app, go to the aditional drivers tab and see if anything is there. if there is try selecting it and clicking "apply" then reboot. edit oh you did. ok well I'm all tapped out.
– tatsu
Mar 22 at 13:07
1
@tatsu , noted. So thats a useful piece of information, like I might be looking for something which does not exist (yet?). I guess it is as good as it gets in linux for now. Thanks!
– David Elias
Mar 22 at 18:23
add a comment |
"ust realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10" well yeah with intel HD in particular, for which linux has next to no drivers, with nvidia or AMD it would have been a different story but what you're asking here is a tall order. have you tried installing drivers this way : runsudo add-apt-repository ppa:oibaf/graphics-drivers
then open "Software & Sources" app, go to the aditional drivers tab and see if anything is there. if there is try selecting it and clicking "apply" then reboot. edit oh you did. ok well I'm all tapped out.
– tatsu
Mar 22 at 13:07
1
@tatsu , noted. So thats a useful piece of information, like I might be looking for something which does not exist (yet?). I guess it is as good as it gets in linux for now. Thanks!
– David Elias
Mar 22 at 18:23
"ust realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10" well yeah with intel HD in particular, for which linux has next to no drivers, with nvidia or AMD it would have been a different story but what you're asking here is a tall order. have you tried installing drivers this way : run
sudo add-apt-repository ppa:oibaf/graphics-drivers
then open "Software & Sources" app, go to the aditional drivers tab and see if anything is there. if there is try selecting it and clicking "apply" then reboot. edit oh you did. ok well I'm all tapped out.– tatsu
Mar 22 at 13:07
"ust realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10" well yeah with intel HD in particular, for which linux has next to no drivers, with nvidia or AMD it would have been a different story but what you're asking here is a tall order. have you tried installing drivers this way : run
sudo add-apt-repository ppa:oibaf/graphics-drivers
then open "Software & Sources" app, go to the aditional drivers tab and see if anything is there. if there is try selecting it and clicking "apply" then reboot. edit oh you did. ok well I'm all tapped out.– tatsu
Mar 22 at 13:07
1
1
@tatsu , noted. So thats a useful piece of information, like I might be looking for something which does not exist (yet?). I guess it is as good as it gets in linux for now. Thanks!
– David Elias
Mar 22 at 18:23
@tatsu , noted. So thats a useful piece of information, like I might be looking for something which does not exist (yet?). I guess it is as good as it gets in linux for now. Thanks!
– David Elias
Mar 22 at 18:23
add a comment |
0
active
oldest
votes
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%2f1127814%2fpoor-gaming-performance-intel-hd-5500%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1127814%2fpoor-gaming-performance-intel-hd-5500%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
"ust realized that gaming performance on my Lenovo X1 (3rd Gen) is far worse under Ubuntu than on Windows 10" well yeah with intel HD in particular, for which linux has next to no drivers, with nvidia or AMD it would have been a different story but what you're asking here is a tall order. have you tried installing drivers this way : run
sudo add-apt-repository ppa:oibaf/graphics-drivers
then open "Software & Sources" app, go to the aditional drivers tab and see if anything is there. if there is try selecting it and clicking "apply" then reboot. edit oh you did. ok well I'm all tapped out.– tatsu
Mar 22 at 13:07
1
@tatsu , noted. So thats a useful piece of information, like I might be looking for something which does not exist (yet?). I guess it is as good as it gets in linux for now. Thanks!
– David Elias
Mar 22 at 18:23