You are not logged in.

#1 2009-04-05 07:55:23

abhinavg90
Member
Registered: 2009-02-03
Posts: 5

[SOLVED] 100% CPU usage after update

I am experiencing an annoying problem

I updated my system after quite some time today and
now the CPU is stuck at 100% usage. The system is a
dual core and according to system monitor the 100%
usages alternates sometimes but theres always one
CPU at 100%. And in the process list, no process is
using that 100%.

I was using catalyst earlier, but due to the latest update,
it doesnt support my card anymore so I installed the open
source ati driver. Now this is when I first noticed 100% usage
as the graphics were lagging, though it was probably there
since before this because it turned out I installed the wrong
driver. I installed the correct ATI driver, theres no lagging,
its working perfectly but the 100% CPU usage persists.

I thought it has something to do with the open source driver
so I went ahead and installed catalyst-old and catalyst-utils-old.
But the problem remained.

And the latest update broke netcfg somehow because now
wpa_supplicant gives an error when used through netcfg.
So I had switched to WICD, and now I thought it was the
problem, so I tried removing WICD and the problem was still
there. So back to WICD.

I even tried tweaking the xorg.conf for the new open source driver
as told in the wiki. But it didn't help.

And I am pretty sure this problem did not exist before today.

Heres a part of my xorg.conf

# ...

Section "Module"
    Load  "ddc"
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "drm"
    Load  "bitmap" 
    Load  "freetype"
    Load  "synaptics"
EndSection

# ...

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "radeon"
    BusID       "PCI:1:5:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Group       "video"
    Mode         0666
EndSection

Lspci

00:00.0 Host bridge: ATI Technologies Inc RS690 Host Bridge
00:01.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (Internal gfx)
00:04.0 PCI bridge: ATI Technologies Inc Device 7914
00:05.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 1)
00:06.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 2)
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS690M [Radeon X1200 Series]
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01)
14:06.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
14:06.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
14:06.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
14:06.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
14:06.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)

Daemons

DAEMONS=(syslog-ng !network netfs !dhcdb crond hal fam esd alsa wicd gdm)

Modules

MODULES=(!snd_pcsp snd-hda-intel snd-pcm-oss !pcspkr fuse)

Example of cpu usage
screenshotsystemmonitor.png

Any ideas ?

Edit: Forgot to mention. I am on GNOME ( though it might be obvious as I have gdm in my daemons array )

Last edited by abhinavg90 (2009-04-05 09:14:35)

Offline

#2 2009-04-05 08:24:42

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: [SOLVED] 100% CPU usage after update

Maybe try checking your process usage with some other app? top or htop? I have never seen a CPU pegged at 100% without a matching process to account for it.

Offline

#3 2009-04-05 08:38:58

abhinavg90
Member
Registered: 2009-02-03
Posts: 5

Re: [SOLVED] 100% CPU usage after update

Just checked. Its Xorg
screenshotterminal1.png

So its probably the drivers

Offline

#4 2009-04-05 08:47:26

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] 100% CPU usage after update

you need to update to xorg from testing. there are severals threads and a bug report about this issue.

Last edited by wonder (2009-04-05 08:47:35)


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2009-04-05 09:04:07

abhinavg90
Member
Registered: 2009-02-03
Posts: 5

Re: [SOLVED] 100% CPU usage after update

Just enabled the testing repository. Upgraded.
Its working perfectly! Thanks!

And I guess the netcfg from testing might have fixed the wpa_supplicant error,
but I think I'll stick to wicd for now.

Offline

#6 2009-04-05 12:36:13

cnshzj007
Member
From: Shanghai, China
Registered: 2008-03-18
Posts: 44
Website

Re: [SOLVED] 100% CPU usage after update

The method that enable the test repository is not the best way to solve the problem.

Offline

#7 2009-04-05 14:36:37

falke
Member
From: Málaga, Málaga, Spain
Registered: 2008-08-21
Posts: 22

Re: [SOLVED] 100% CPU usage after update

Whats the better way?

Offline

#8 2009-04-05 14:54:58

cnshzj007
Member
From: Shanghai, China
Registered: 2008-03-18
Posts: 44
Website

Re: [SOLVED] 100% CPU usage after update

falke wrote:

Whats the better way?

sudo pacman -S xfce4

Offline

#9 2009-04-05 15:15:25

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: [SOLVED] 100% CPU usage after update

when xsever will come in "stable" repos?

Offline

#10 2009-04-05 23:29:06

dschauer
Member
Registered: 2008-02-28
Posts: 95

Re: [SOLVED] 100% CPU usage after update

An updated xorg that fixes this problem is in the the stable repos now.

Offline

Board footer

Powered by FluxBB