High CPU usage on powerful laptop running Ubuntu 16.04.4 LTS
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
3
down vote
favorite
I have a relatively powerful laptop:
-Computer-
Processor : 8x Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Memory : 32859MB (2612MB used)
Operating System : Ubuntu 16.04.4 LTS
-Display-
Resolution : 3840x1600 pixels
OpenGL Renderer : Quadro M2000M/PCIe/SSE2
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : HDA-Intel - HDA Intel PCH
Audio Adapter : HDA-Intel - HDA NVidia
I have to use Ubuntu 16 LTS
on it.
My issue is that when I open a window and just move it around slightly the CPU usage by xorg
jumps to almost 100%.
At first I thought that the build-in graphic card was being used and that was making the CPU work harder, but the output from the following shows that the NVIDIA card is indeed being used.
~$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Quadro M2000M/PCIe/SSE2
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_EXT_protected_textures, GL_EXT_render_snorm, GL_EXT_robustness,
I am using the proprietary Nvidia Driver 384.111
, which is relativly new.
Any ideas why my CPU is so jumpy when moving a window (or even tabbing between different windows)?
16.04 nvidia xorg cpu-load
add a comment |Â
up vote
3
down vote
favorite
I have a relatively powerful laptop:
-Computer-
Processor : 8x Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Memory : 32859MB (2612MB used)
Operating System : Ubuntu 16.04.4 LTS
-Display-
Resolution : 3840x1600 pixels
OpenGL Renderer : Quadro M2000M/PCIe/SSE2
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : HDA-Intel - HDA Intel PCH
Audio Adapter : HDA-Intel - HDA NVidia
I have to use Ubuntu 16 LTS
on it.
My issue is that when I open a window and just move it around slightly the CPU usage by xorg
jumps to almost 100%.
At first I thought that the build-in graphic card was being used and that was making the CPU work harder, but the output from the following shows that the NVIDIA card is indeed being used.
~$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Quadro M2000M/PCIe/SSE2
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_EXT_protected_textures, GL_EXT_render_snorm, GL_EXT_robustness,
I am using the proprietary Nvidia Driver 384.111
, which is relativly new.
Any ideas why my CPU is so jumpy when moving a window (or even tabbing between different windows)?
16.04 nvidia xorg cpu-load
Do things improve afterprime-select intel
(switch to iGPU) followed byreboot
?
â WinEunuuchs2Unix
Apr 10 at 11:34
@WinEunuuchs2Unix, why would that help? Best case scenario it would switch to the weaker graphic card. Or am I missing something?
â theAlse
Apr 10 at 13:08
On my own system the Gtx 970M makes system 20 C hotter and windows lag moving them.
â WinEunuuchs2Unix
Apr 10 at 15:11
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I have a relatively powerful laptop:
-Computer-
Processor : 8x Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Memory : 32859MB (2612MB used)
Operating System : Ubuntu 16.04.4 LTS
-Display-
Resolution : 3840x1600 pixels
OpenGL Renderer : Quadro M2000M/PCIe/SSE2
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : HDA-Intel - HDA Intel PCH
Audio Adapter : HDA-Intel - HDA NVidia
I have to use Ubuntu 16 LTS
on it.
My issue is that when I open a window and just move it around slightly the CPU usage by xorg
jumps to almost 100%.
At first I thought that the build-in graphic card was being used and that was making the CPU work harder, but the output from the following shows that the NVIDIA card is indeed being used.
~$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Quadro M2000M/PCIe/SSE2
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_EXT_protected_textures, GL_EXT_render_snorm, GL_EXT_robustness,
I am using the proprietary Nvidia Driver 384.111
, which is relativly new.
Any ideas why my CPU is so jumpy when moving a window (or even tabbing between different windows)?
16.04 nvidia xorg cpu-load
I have a relatively powerful laptop:
-Computer-
Processor : 8x Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Memory : 32859MB (2612MB used)
Operating System : Ubuntu 16.04.4 LTS
-Display-
Resolution : 3840x1600 pixels
OpenGL Renderer : Quadro M2000M/PCIe/SSE2
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : HDA-Intel - HDA Intel PCH
Audio Adapter : HDA-Intel - HDA NVidia
I have to use Ubuntu 16 LTS
on it.
My issue is that when I open a window and just move it around slightly the CPU usage by xorg
jumps to almost 100%.
At first I thought that the build-in graphic card was being used and that was making the CPU work harder, but the output from the following shows that the NVIDIA card is indeed being used.
~$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Quadro M2000M/PCIe/SSE2
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted,
GL_KHR_robustness, GL_KTX_buffer_region, GL_NVX_conditional_render,
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_EXT_protected_textures, GL_EXT_render_snorm, GL_EXT_robustness,
I am using the proprietary Nvidia Driver 384.111
, which is relativly new.
Any ideas why my CPU is so jumpy when moving a window (or even tabbing between different windows)?
16.04 nvidia xorg cpu-load
16.04 nvidia xorg cpu-load
edited Apr 10 at 18:30
asked Apr 10 at 11:22
theAlse
14628
14628
Do things improve afterprime-select intel
(switch to iGPU) followed byreboot
?
â WinEunuuchs2Unix
Apr 10 at 11:34
@WinEunuuchs2Unix, why would that help? Best case scenario it would switch to the weaker graphic card. Or am I missing something?
â theAlse
Apr 10 at 13:08
On my own system the Gtx 970M makes system 20 C hotter and windows lag moving them.
â WinEunuuchs2Unix
Apr 10 at 15:11
add a comment |Â
Do things improve afterprime-select intel
(switch to iGPU) followed byreboot
?
â WinEunuuchs2Unix
Apr 10 at 11:34
@WinEunuuchs2Unix, why would that help? Best case scenario it would switch to the weaker graphic card. Or am I missing something?
â theAlse
Apr 10 at 13:08
On my own system the Gtx 970M makes system 20 C hotter and windows lag moving them.
â WinEunuuchs2Unix
Apr 10 at 15:11
Do things improve after
prime-select intel
(switch to iGPU) followed by reboot
?â WinEunuuchs2Unix
Apr 10 at 11:34
Do things improve after
prime-select intel
(switch to iGPU) followed by reboot
?â WinEunuuchs2Unix
Apr 10 at 11:34
@WinEunuuchs2Unix, why would that help? Best case scenario it would switch to the weaker graphic card. Or am I missing something?
â theAlse
Apr 10 at 13:08
@WinEunuuchs2Unix, why would that help? Best case scenario it would switch to the weaker graphic card. Or am I missing something?
â theAlse
Apr 10 at 13:08
On my own system the Gtx 970M makes system 20 C hotter and windows lag moving them.
â WinEunuuchs2Unix
Apr 10 at 15:11
On my own system the Gtx 970M makes system 20 C hotter and windows lag moving them.
â WinEunuuchs2Unix
Apr 10 at 15:11
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1023616%2fhigh-cpu-usage-on-powerful-laptop-running-ubuntu-16-04-4-lts%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Do things improve after
prime-select intel
(switch to iGPU) followed byreboot
?â WinEunuuchs2Unix
Apr 10 at 11:34
@WinEunuuchs2Unix, why would that help? Best case scenario it would switch to the weaker graphic card. Or am I missing something?
â theAlse
Apr 10 at 13:08
On my own system the Gtx 970M makes system 20 C hotter and windows lag moving them.
â WinEunuuchs2Unix
Apr 10 at 15:11