Ubuntu 18.10 is much slower with Wayland than X.org
I have just recently installed Ubuntu 18.10 on my desktop. There is an issue which I can't understand: if I start a session with Wayland (choosing this while logging in), the system noticeably slower. I mean, even the mouse and typing are with a small (but noticeable) delay. If I run htop
, I see that all the cores are constantly 40-50% busy, and the most CPU-hungry processes are gnome-shell
.
System info
Output of inxi -SCG
(v. 3.0.24-00) under Wayland:
System:
Host: mydesktop Kernel: 4.18.0-13-generic x86_64 bits: 64
Desktop: Gnome 3.30.1 Distro: Ubuntu 18.10 (Cosmic Cuttlefish)
CPU:
Topology: 6-Core model: Intel Core i5-9600K bits: 64 type: MCP
L2 cache: 9216 KiB
Speed: 1482 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 2315 2: 2317
3: 2318 4: 2318 5: 2320 6: 2320
Graphics:
Device-1: Intel driver: i915 v: kernel
Display: wayland server: X.Org 1.20.1 driver: i915
resolution: 3840x2160~30Hz
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.2
The same under X11:
System:
Host: mydesktop Kernel: 4.18.0-13-generic x86_64 bits: 64
Desktop: Gnome 3.30.1 Distro: Ubuntu 18.10 (Cosmic Cuttlefish)
CPU:
Topology: 6-Core model: Intel Core i5-9600K bits: 64 type: MCP
L2 cache: 9216 KiB
Speed: 801 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 800 2: 800
3: 800 4: 800 5: 800 6: 800
Graphics:
Device-1: Intel driver: i915 v: kernel
Display: x11 server: X.Org 1.20.1 driver: i915 resolution: 3840x2160~30Hz
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.2
I have a built-in Intel graphic card, the motherboard is ASRock Z390 Extreme4.
UPD
Under X11, there is another issue though. If I try to open the system settings, I am forcefully logged out. I created a separate question about this.
Disclaimer: I am not that advanced Ubuntu/Linux user.
Where can I look into the problem in my Ubuntu? What to start with?
performance wayland
|
show 7 more comments
I have just recently installed Ubuntu 18.10 on my desktop. There is an issue which I can't understand: if I start a session with Wayland (choosing this while logging in), the system noticeably slower. I mean, even the mouse and typing are with a small (but noticeable) delay. If I run htop
, I see that all the cores are constantly 40-50% busy, and the most CPU-hungry processes are gnome-shell
.
System info
Output of inxi -SCG
(v. 3.0.24-00) under Wayland:
System:
Host: mydesktop Kernel: 4.18.0-13-generic x86_64 bits: 64
Desktop: Gnome 3.30.1 Distro: Ubuntu 18.10 (Cosmic Cuttlefish)
CPU:
Topology: 6-Core model: Intel Core i5-9600K bits: 64 type: MCP
L2 cache: 9216 KiB
Speed: 1482 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 2315 2: 2317
3: 2318 4: 2318 5: 2320 6: 2320
Graphics:
Device-1: Intel driver: i915 v: kernel
Display: wayland server: X.Org 1.20.1 driver: i915
resolution: 3840x2160~30Hz
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.2
The same under X11:
System:
Host: mydesktop Kernel: 4.18.0-13-generic x86_64 bits: 64
Desktop: Gnome 3.30.1 Distro: Ubuntu 18.10 (Cosmic Cuttlefish)
CPU:
Topology: 6-Core model: Intel Core i5-9600K bits: 64 type: MCP
L2 cache: 9216 KiB
Speed: 801 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 800 2: 800
3: 800 4: 800 5: 800 6: 800
Graphics:
Device-1: Intel driver: i915 v: kernel
Display: x11 server: X.Org 1.20.1 driver: i915 resolution: 3840x2160~30Hz
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.2
I have a built-in Intel graphic card, the motherboard is ASRock Z390 Extreme4.
UPD
Under X11, there is another issue though. If I try to open the system settings, I am forcefully logged out. I created a separate question about this.
Disclaimer: I am not that advanced Ubuntu/Linux user.
Where can I look into the problem in my Ubuntu? What to start with?
performance wayland
Please update your post with the output ofinxi -SCG -! 31 -y 80
. Also if you made edits to/etc/gdm3/custom.conf
. Yoy could help developers by debuging wayland with this tool (here in discurse).
– Pablo Bianchi
Jan 20 at 16:28
I getError 22: Unsupported option: -! Check -h for correct parameters.
- what should be the correct option?
– Yauhen Yakimenka
Jan 20 at 21:14
Maybe you have an older version ofinxi
(mine is 2.3.56-00 (2018-01-17)). Don't worry, just the output ofinxi -SCG
should be OK. Did you update your drivers withsudo ubuntu-drivers autoinstall
? You can compare both with some benchmark tool likegtkperf
or pts (phoronix-test-suite package) and edit your question with the results.
– Pablo Bianchi
Jan 20 at 22:52
inxi
output added. Runningsudo ubuntu-drivers autoinstall
gives 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
– Yauhen Yakimenka
Jan 21 at 9:49
Runninggtkperf
under Wayland logged me out from Ubuntu (perhaps, some other issues are present). Running the same under X.org finished fine in 1.21 s.
– Yauhen Yakimenka
Jan 21 at 10:00
|
show 7 more comments
I have just recently installed Ubuntu 18.10 on my desktop. There is an issue which I can't understand: if I start a session with Wayland (choosing this while logging in), the system noticeably slower. I mean, even the mouse and typing are with a small (but noticeable) delay. If I run htop
, I see that all the cores are constantly 40-50% busy, and the most CPU-hungry processes are gnome-shell
.
System info
Output of inxi -SCG
(v. 3.0.24-00) under Wayland:
System:
Host: mydesktop Kernel: 4.18.0-13-generic x86_64 bits: 64
Desktop: Gnome 3.30.1 Distro: Ubuntu 18.10 (Cosmic Cuttlefish)
CPU:
Topology: 6-Core model: Intel Core i5-9600K bits: 64 type: MCP
L2 cache: 9216 KiB
Speed: 1482 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 2315 2: 2317
3: 2318 4: 2318 5: 2320 6: 2320
Graphics:
Device-1: Intel driver: i915 v: kernel
Display: wayland server: X.Org 1.20.1 driver: i915
resolution: 3840x2160~30Hz
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.2
The same under X11:
System:
Host: mydesktop Kernel: 4.18.0-13-generic x86_64 bits: 64
Desktop: Gnome 3.30.1 Distro: Ubuntu 18.10 (Cosmic Cuttlefish)
CPU:
Topology: 6-Core model: Intel Core i5-9600K bits: 64 type: MCP
L2 cache: 9216 KiB
Speed: 801 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 800 2: 800
3: 800 4: 800 5: 800 6: 800
Graphics:
Device-1: Intel driver: i915 v: kernel
Display: x11 server: X.Org 1.20.1 driver: i915 resolution: 3840x2160~30Hz
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.2
I have a built-in Intel graphic card, the motherboard is ASRock Z390 Extreme4.
UPD
Under X11, there is another issue though. If I try to open the system settings, I am forcefully logged out. I created a separate question about this.
Disclaimer: I am not that advanced Ubuntu/Linux user.
Where can I look into the problem in my Ubuntu? What to start with?
performance wayland
I have just recently installed Ubuntu 18.10 on my desktop. There is an issue which I can't understand: if I start a session with Wayland (choosing this while logging in), the system noticeably slower. I mean, even the mouse and typing are with a small (but noticeable) delay. If I run htop
, I see that all the cores are constantly 40-50% busy, and the most CPU-hungry processes are gnome-shell
.
System info
Output of inxi -SCG
(v. 3.0.24-00) under Wayland:
System:
Host: mydesktop Kernel: 4.18.0-13-generic x86_64 bits: 64
Desktop: Gnome 3.30.1 Distro: Ubuntu 18.10 (Cosmic Cuttlefish)
CPU:
Topology: 6-Core model: Intel Core i5-9600K bits: 64 type: MCP
L2 cache: 9216 KiB
Speed: 1482 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 2315 2: 2317
3: 2318 4: 2318 5: 2320 6: 2320
Graphics:
Device-1: Intel driver: i915 v: kernel
Display: wayland server: X.Org 1.20.1 driver: i915
resolution: 3840x2160~30Hz
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.2
The same under X11:
System:
Host: mydesktop Kernel: 4.18.0-13-generic x86_64 bits: 64
Desktop: Gnome 3.30.1 Distro: Ubuntu 18.10 (Cosmic Cuttlefish)
CPU:
Topology: 6-Core model: Intel Core i5-9600K bits: 64 type: MCP
L2 cache: 9216 KiB
Speed: 801 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 800 2: 800
3: 800 4: 800 5: 800 6: 800
Graphics:
Device-1: Intel driver: i915 v: kernel
Display: x11 server: X.Org 1.20.1 driver: i915 resolution: 3840x2160~30Hz
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.2
I have a built-in Intel graphic card, the motherboard is ASRock Z390 Extreme4.
UPD
Under X11, there is another issue though. If I try to open the system settings, I am forcefully logged out. I created a separate question about this.
Disclaimer: I am not that advanced Ubuntu/Linux user.
Where can I look into the problem in my Ubuntu? What to start with?
performance wayland
performance wayland
edited Jan 30 at 14:18
Yauhen Yakimenka
asked Jan 20 at 15:43
Yauhen YakimenkaYauhen Yakimenka
64
64
Please update your post with the output ofinxi -SCG -! 31 -y 80
. Also if you made edits to/etc/gdm3/custom.conf
. Yoy could help developers by debuging wayland with this tool (here in discurse).
– Pablo Bianchi
Jan 20 at 16:28
I getError 22: Unsupported option: -! Check -h for correct parameters.
- what should be the correct option?
– Yauhen Yakimenka
Jan 20 at 21:14
Maybe you have an older version ofinxi
(mine is 2.3.56-00 (2018-01-17)). Don't worry, just the output ofinxi -SCG
should be OK. Did you update your drivers withsudo ubuntu-drivers autoinstall
? You can compare both with some benchmark tool likegtkperf
or pts (phoronix-test-suite package) and edit your question with the results.
– Pablo Bianchi
Jan 20 at 22:52
inxi
output added. Runningsudo ubuntu-drivers autoinstall
gives 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
– Yauhen Yakimenka
Jan 21 at 9:49
Runninggtkperf
under Wayland logged me out from Ubuntu (perhaps, some other issues are present). Running the same under X.org finished fine in 1.21 s.
– Yauhen Yakimenka
Jan 21 at 10:00
|
show 7 more comments
Please update your post with the output ofinxi -SCG -! 31 -y 80
. Also if you made edits to/etc/gdm3/custom.conf
. Yoy could help developers by debuging wayland with this tool (here in discurse).
– Pablo Bianchi
Jan 20 at 16:28
I getError 22: Unsupported option: -! Check -h for correct parameters.
- what should be the correct option?
– Yauhen Yakimenka
Jan 20 at 21:14
Maybe you have an older version ofinxi
(mine is 2.3.56-00 (2018-01-17)). Don't worry, just the output ofinxi -SCG
should be OK. Did you update your drivers withsudo ubuntu-drivers autoinstall
? You can compare both with some benchmark tool likegtkperf
or pts (phoronix-test-suite package) and edit your question with the results.
– Pablo Bianchi
Jan 20 at 22:52
inxi
output added. Runningsudo ubuntu-drivers autoinstall
gives 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
– Yauhen Yakimenka
Jan 21 at 9:49
Runninggtkperf
under Wayland logged me out from Ubuntu (perhaps, some other issues are present). Running the same under X.org finished fine in 1.21 s.
– Yauhen Yakimenka
Jan 21 at 10:00
Please update your post with the output of
inxi -SCG -! 31 -y 80
. Also if you made edits to /etc/gdm3/custom.conf
. Yoy could help developers by debuging wayland with this tool (here in discurse).– Pablo Bianchi
Jan 20 at 16:28
Please update your post with the output of
inxi -SCG -! 31 -y 80
. Also if you made edits to /etc/gdm3/custom.conf
. Yoy could help developers by debuging wayland with this tool (here in discurse).– Pablo Bianchi
Jan 20 at 16:28
I get
Error 22: Unsupported option: -! Check -h for correct parameters.
- what should be the correct option?– Yauhen Yakimenka
Jan 20 at 21:14
I get
Error 22: Unsupported option: -! Check -h for correct parameters.
- what should be the correct option?– Yauhen Yakimenka
Jan 20 at 21:14
Maybe you have an older version of
inxi
(mine is 2.3.56-00 (2018-01-17)). Don't worry, just the output of inxi -SCG
should be OK. Did you update your drivers with sudo ubuntu-drivers autoinstall
? You can compare both with some benchmark tool like gtkperf
or pts (phoronix-test-suite package) and edit your question with the results.– Pablo Bianchi
Jan 20 at 22:52
Maybe you have an older version of
inxi
(mine is 2.3.56-00 (2018-01-17)). Don't worry, just the output of inxi -SCG
should be OK. Did you update your drivers with sudo ubuntu-drivers autoinstall
? You can compare both with some benchmark tool like gtkperf
or pts (phoronix-test-suite package) and edit your question with the results.– Pablo Bianchi
Jan 20 at 22:52
inxi
output added. Running sudo ubuntu-drivers autoinstall
gives 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.– Yauhen Yakimenka
Jan 21 at 9:49
inxi
output added. Running sudo ubuntu-drivers autoinstall
gives 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.– Yauhen Yakimenka
Jan 21 at 9:49
Running
gtkperf
under Wayland logged me out from Ubuntu (perhaps, some other issues are present). Running the same under X.org finished fine in 1.21 s.– Yauhen Yakimenka
Jan 21 at 10:00
Running
gtkperf
under Wayland logged me out from Ubuntu (perhaps, some other issues are present). Running the same under X.org finished fine in 1.21 s.– Yauhen Yakimenka
Jan 21 at 10:00
|
show 7 more comments
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%2f1111396%2fubuntu-18-10-is-much-slower-with-wayland-than-x-org%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%2f1111396%2fubuntu-18-10-is-much-slower-with-wayland-than-x-org%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
Please update your post with the output of
inxi -SCG -! 31 -y 80
. Also if you made edits to/etc/gdm3/custom.conf
. Yoy could help developers by debuging wayland with this tool (here in discurse).– Pablo Bianchi
Jan 20 at 16:28
I get
Error 22: Unsupported option: -! Check -h for correct parameters.
- what should be the correct option?– Yauhen Yakimenka
Jan 20 at 21:14
Maybe you have an older version of
inxi
(mine is 2.3.56-00 (2018-01-17)). Don't worry, just the output ofinxi -SCG
should be OK. Did you update your drivers withsudo ubuntu-drivers autoinstall
? You can compare both with some benchmark tool likegtkperf
or pts (phoronix-test-suite package) and edit your question with the results.– Pablo Bianchi
Jan 20 at 22:52
inxi
output added. Runningsudo ubuntu-drivers autoinstall
gives 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.– Yauhen Yakimenka
Jan 21 at 9:49
Running
gtkperf
under Wayland logged me out from Ubuntu (perhaps, some other issues are present). Running the same under X.org finished fine in 1.21 s.– Yauhen Yakimenka
Jan 21 at 10:00