topic title: Xorg cpu usage
Posts: 119
wildstar84
Joined: 31 May 2014
#16
Check your logs (sudo dmesg) See if you're getting a bunch of"dump"-looking stuff involving the Intel driver. This was an issue with some of the recent kernels. Fixed in the 4.x versions. I'm running xserver-xorg-video-intel v. 2:2.21.15-2+b2 (latest in testing).
Posts: 1,139
masinick
Joined: 26 Apr 2008
#17
I've seen the Xorg issue somewhere, but fortunately, NOT with any of my instances of MX-14. I'm running either MX-14.4 or its downloaded, updated equivalent on two of my systems and the issue does not show up in either place.

Here is my configuration on this system, which works VERY well!

Code: Select all

inxi -Fxz
System:    Host: mx14 Kernel: 3.14-0.bpo.2-686-pae i686 (32 bit gcc: 4.6.3) Desktop: Xfce 4.12.2 (Gtk 2.24.10)
           Distro: MX-14.4-pae Symbiosis 22 March 2015
Machine:   System: Gateway product: MX8738 v: 3408450R
           Mobo: Gateway model: N/A v: 72.15 Bios: Phoenix v: 72.15 date: 04/16/2007
CPU:       Dual core Intel T2080 (-MCP-) cache: 1024 KB flags: (nx pae sse sse2 sse3) bmips: 6916 
           clock speeds: max: 1733 MHz 1: 800 MHz 2: 1333 MHz
Graphics:  Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller bus-ID: 00:02.0
           Display Server: X.Org 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1440x900@60.0hz
           GLX Renderer: Mesa DRI Intel 945GM x86/MMX/SSE2 GLX Version: 1.4 Mesa 8.0.5 Direct Rendering: Yes
Audio:     Card Intel NM10/ICH7 Family High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k3.14-0.bpo.2-686-pae
Network:   Card-1: Broadcom BCM4311 802.11b/g WLAN driver: wl bus-ID: 03:00.0
           IF: N/A state: N/A mac: N/A
           Card-2: Intel PRO/100 VE Network Connection driver: e100 v: 3.5.24-k2-NAPI port: 4000 bus-ID: 04:08.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 160.0GB (4.7% used) ID-1: /dev/sda model: WDC_WD1600BEVS size: 160.0GB
Partition: ID-1: / size: 19G used: 5.2G (30%) fs: ext4 dev: /dev/sda2
           ID-2: swap-1 size: 2.05GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
Sensors:   System Temperatures: cpu: 48.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 140 Uptime: 1:31 Memory: 515.0/2014.4MB Init: SysVinit runlevel: 5 Gcc sys: 4.7.2
           Client: Shell (bash 4.2.371) inxi: 2.2.19 
Notice that this system DOES have
Graphics: Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller bus-ID: 00:02.0 Display Server: X.Org 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1440x900@60.0hz GLX Renderer: Mesa DRI Intel 945GM x86/MMX/SSE2 GLX Version: 1.4 Mesa 8.0.5 Direct Rendering: Yes

but none of this adversely affects this system - at least with MX-14.4 and the 3.14-0.bpo.2-686-pae i686 kernel.

However, I think it is my pure Debian Sid image, which rarely experiences issues, which was recently absolutely sucking CPU cycles and performing uncharacteristically poorly. Next time I get a chance, I'll do a dist-upgrade there, and if it doesn't resolve itself, I'll use the smxi tool with sgfxi to rebuild the graphics driver and maybe that will help, plus I'll get the latest kernel as well.

Thanks for the notes on this!