[radeon] Xorg 100% CPU, freezes, only way to resume is to reboot

Hello, I have an ATI Radeon 9250 with the bleeding edge Arch. Occasionally, my graphics will randomly stop working, and the only thing that works is the mouse (although slowly)
Rarely, the graphics cut out completely and the screen turns off, or I get an "Input Signal Out of Range" message from my monitor.
The kernel doesn't crash however, I can SSH in (very slowly) and then killall -9 Xorg (but it makes no difference on the screen).
If I run 'top' I see Xorg uses nearly 100% of CPU until it is killed by "KILL" signal. Even then, the process doesn't disappear, it just kills the processor usage.
I will see if I can get an Xorg log and 'dmesg' from one of these crashes.
/etc/X11/xorg.conf below:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "record"
Load "dbe"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 300 220 # mm
Identifier "Monitor0"
VendorName "HWP"
ModelName "HP vs15"
HorizSync 30.0 - 63.0
VertRefresh 50.0 - 76.0
Option "DPMS"
EndSection
#Section "Monitor"
# Identifier "Monitor1"
# VendorName "Monitor Vendor"
# ModelName "Monitor Model"
#EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
Option "EnablePageFlip"
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
Option "RenderAccel"
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
Option "AccelMethod" "EXA"
#Option "DRI" # [<bool>]
#Option "ConnectorTable" # <str>
#Option "DefaultConnectorTable" # [<bool>]
#Option "DefaultTMDSPLL" # [<bool>]
#Option "TVDACLoadDetect" # [<bool>]
#Option "ForceTVOut" # [<bool>]
#Option "TVStandard" # <str>
#Option "IgnoreLidStatus" # [<bool>]
#Option "DefaultTVDACAdj" # [<bool>]
#Option "Int10" # [<bool>]
#Option "EXAVSync" # [<bool>]
#Option "ATOMTVOut" # [<bool>]
#Option "R4xxATOM" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:0:8:0"
EndSection
#Section "Device"
# ### Available Driver options are:-
# ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
# ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
# ### [arg]: arg optional
# #Option "ShadowFB" # [<bool>]
# #Option "DefaultRefresh" # [<bool>]
# #Option "ModeSetClearScreen" # [<bool>]
# Identifier "Card1"
# Driver "vesa"
# VendorName "Silicon Integrated Systems [SiS]"
# BoardName "661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
# BusID "PCI:1:0:0"
#EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
#Section "Screen"
# Identifier "Screen1"
# Device "Card1"
# Monitor "Monitor1"
# SubSection "Display"
# Viewport 0 0
# Depth 1
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 4
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 8
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 15
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 16
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 24
# EndSubSection
#EndSection
I really hope someone can get to the bottom of this, it has been annoying me for quite some time. In fact, I think since the release of Xorg 7.0 if I remember.
Its gotten worse, which is why I'm posting.

I just set up the radeon driver for my HD 4200 graphics. I just installed Arch a couple of days ago so I am hopelessly noob.
Anyway, after a ton of messing around I got one screen working with KMS off, a minimal xorg.conf and then changed to 2 screens with xrandr. I don't have 3d working yet, which is not a big deal for my uses. But I figure I get something working and then start adding features.  Oh yeah, I'm using Xorg 1.7.1
my xorg:
Section "Device"
Identifier "HD4200"
Driver "radeon"
BusID "PCI:1:5:0"
# Option "VGA-0" "Samsung"
# Option "DVI-0" "Dell"
EndSection
Section "Screen"
Identifier "HD4200"
Device "HD4200"
DefaultDepth 24
Subsection "Display"
Virtual 3200 1200
EndSubsection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
The command that puts the screens where I want them:
xrandr --output VGA-0 --auto --right-of DVI-0

Similar Messages

  • All programs using 100% CPU, freezing, crashing, -10810, -600, and -1712 errors

    Okay, so. I have a Macbook Pro from December 2012, a little over a year old.
    Version 10.9.1, running Mavericks
    Processor 2.4 GHz Intel Core i7
    Memory 8 GB
    Startup Disk - Macintosh HD
    I can send more info if I need to. I'm a graphic designer using Photoshop, Illustrator, and InDesign usually simultaneously, as well as Spotify, Messages, Sparrow (mail), Stickies, Tweetdeck, and Evernote. I also use a wireless mouse, drawing tablet, and second screen. This has never been a problem (I mean, my old computer had 4 GB memory and handled these programs just fine, except for Final Cut Pro 7) up until recently.
    For the last two months, my computer has been seriously out of whack.
    I'm constantly having to refresh finder
    Every time I open Google Chrome, all of my extentions crash immediately and any website I try to go to is extremely sluggish (but Safari works)
    The dock freezes
    Constant error messages: 1712, 10810, 600
    Audio fails randomly
    Overall, the problem seems to be that I can't do more than one thing at a time -- I can't take a screenshot if more than two programs are open, I can't open DMG files, I can't open Spotify if any Creative Suite program is open. I've been watching the activity monitor, and it seems like each program is trying to use 100% CPU, which doesn't seem right. I have to close every program to work in Photoshop, which makes me miss calls and emails.
    I've tried restarting in safe mode, verifiyng the disk and repairing permissions, I used time capsule to restore to a time before it was happening, and restored my user profile in Chrome. I'm at my complete wit's end trying to figure this out! I feel like my next step is to just reinstall my OS completely, but that would be a major setback for getting my work done, and I'm not even sure that would work.
    I've looked on other forums and it seems like the Mail app typically causes problems, but I don't even use it, I use Sparrow.
    PLEASE PLEASE PLEASE HELP

    Launch error -10810 in Mavericks
    I have the same issue since a couple of days. Nothing that I found in the community (rebuilding launch info using Onyx or manually deleting the apple.com-launch prefs) has helped me so far. Only some apps are affected (PasswordWallet 4.7.4 among them).
    I can launch it once and it will run fine as long as it’s open. Next time it refuses to open displaying the error -10810 message instead. I trash the app and use a fresh one off the vendor’s dmg file I downloaded and the sequence repeats.
    MacPro 2.8 QuadCore Intel Xeon, 16 Gig RAM, Samsung SSD 840 PRO Series HD plus 3 more regular 3,5“ HDs, Mavericks 10.9.3

  • Xorg 100% CPU after wake, black screen, no keyboard and mouse

    On my desktop PC after suspend/resume the keyboard is not working and the screen is black. I can only connect via ssh, but everything is slow.
    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    819 root 20 0 177m 68m 20m R 95,5 3,4 7:40.37 Xorg
    1670 il 20 0 318m 104m 22m R 25,2 5,2 2:49.04 skype
    1273 il 20 0 19492 8364 760 S 21,8 0,4 2:12.60 wineserver
    2222 root 20 0 15168 1724 1092 R 9,8 0,1 0:01.21 top
    'kill -KILL 819' has no effect.
    [root@il ~]# lspci
    01:00.0 VGA compatible controller: NVIDIA Corporation G94 [GeForce 9600 GT] (rev a1)
    [root@il ~]# pacman -Q linux xorg-server nvidia
    linux 3.4.4-2
    xorg-server 1.12.2-1
    nvidia 302.17-1

    It's nvidia.
    Downgrade to nvidia-295.53-2 helps.
    MadTux wrote:Did you look into the log file /var/log/pm-suspend.log, which provides more information than the usual log file.
    Nothing suspicious:
    Initial commandline parameters:
    Sun Jul 8 19:17:47 MSK 2012: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux il 3.4.2-2-ARCH #1 SMP PREEMPT Mon Jun 11 22:27:17 CEST 2012 x86_64 GNU/Linux
    Module Size Used by
    nls_cp437 5953 2
    nls_utf8 1352 1
    nls_cp866 5441 1
    vfat 10119 3
    fat 49739 1 vfat
    fuse 68768 6
    snd_hda_codec_analog 79856 1
    nvidia 10832296 30
    arc4 1410 2
    rtl8187 52527 0
    snd_hda_intel 24053 2
    snd_hda_codec 94273 2 snd_hda_intel,snd_hda_codec_analog
    snd_hwdep 6300 1 snd_hda_codec
    snd_pcm 74958 2 snd_hda_codec,snd_hda_intel
    eeprom_93cx6 2175 1 rtl8187
    mac80211 395232 1 rtl8187
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    snd_timer 18966 1 snd_pcm
    snd 58997 10 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,snd_hda_codec_analog
    btusb 11764 0
    firewire_ohci 31677 0
    soundcore 5410 1 snd
    bluetooth 190551 2 btusb
    firewire_core 51552 1 firewire_ohci
    acpi_cpufreq 5933 0
    microcode 12185 0
    cfg80211 169978 2 mac80211,rtl8187
    intel_agp 10904 0
    iTCO_wdt 12813 0
    mperf 1267 1 acpi_cpufreq
    crc_itu_t 1363 1 firewire_core
    usb_storage 44728 4
    intel_gtt 14047 1 intel_agp
    iTCO_vendor_support 1929 1 iTCO_wdt
    i2c_i801 8180 0
    rfkill 15604 3 cfg80211,bluetooth
    sky2 49187 0
    coretemp 5654 0
    i2c_core 20369 2 i2c_i801,nvidia
    evdev 9754 4
    button 4502 0
    processor 26567 1 acpi_cpufreq
    pcspkr 1899 0
    asus_atk0110 9824 0
    uas 9285 0
    ext4 424175 3
    crc16 1359 2 ext4,bluetooth
    jbd2 73919 1 ext4
    mbcache 5977 1 ext4
    dm_mirror 13400 0
    dm_region_hash 7279 1 dm_mirror
    dm_log 8729 2 dm_region_hash,dm_mirror
    dm_mod 70918 22 dm_log,dm_mirror
    usbhid 36430 0
    sr_mod 14823 0
    cdrom 35648 1 sr_mod
    hid 85285 1 usbhid
    sd_mod 29239 7
    pata_jmicron 2480 0
    ahci 20549 2
    pata_acpi 3408 0
    ata_generic 3295 0
    libahci 20023 1 ahci
    libata 167515 5 ahci,pata_acpi,libahci,ata_generic,pata_jmicron
    uhci_hcd 23404 0
    scsi_mod 132942 5 uas,usb_storage,libata,sd_mod,sr_mod
    ehci_hcd 41154 0
    usbcore 147533 8 uas,btusb,uhci_hcd,rtl8187,usb_storage,ehci_hcd,usbhid
    usb_common 954 1 usbcore
    total used free shared buffers cached
    Mem: 2054720 378276 1676444 0 26004 129996
    -/+ buffers/cache: 222276 1832444
    Swap: 3903756 0 3903756
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    nVidia binary video drive detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Sun Jul 8 19:17:48 MSK 2012: performing suspend
    Sun Jul 8 19:18:02 MSK 2012: Awake.
    Sun Jul 8 19:18:02 MSK 2012: Running hooks for resume
    Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
    /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
    /usr/lib/pm-utils/sleep.d/95led resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
    /usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
    /usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
    /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
    /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
    Sun Jul 8 19:18:02 MSK 2012: Finished.

  • Win 7 pro 100% cpu with only a few programs running

    I have a 4.2 rating with a amd athlon 64 3400+ running at 2.41ghz, 2.5 gig ram in 32bit windows 7 pro.  My motherboard doesn't have windows 7 drivers which may contribute to the issue.  Asus k8N so I have no illusions that this computer should be lightning quick but it is very difficult to keep my patience due to the high cpu constantly.  I run about the same as I did in XP and I didn't have nearly the high cpu usage.  Outside of antivirus (AVG free), logmein, creative camtray, and tversity running all the time.  If I then open Outlook 2007, Firefox more then one tab and itunes, my cpu is at 100%, it's still usable for a definite slow down.  I've set the visual effects to best performance and that really hasn't made a difference.  What suggestions can you offer other then stopping logmein, the camtray, and tversity all of which are not using hardly any cpu.  It's constantly flipping between firefox and itunes primarily.

    Hi Cougar78,
    I would like to confirm what process uses the high CPU usage you find with Task Manager?
    You may update the BIOS and the hardware drivers first to check the issue.
    If it does not work, I also would like to suggest you test the issue in Safe Mode and Clean Boot.
    What are the results in both modes?
    Regards,
    Arthur Li - MSFT

  • VLC controls go MIA in fullscreen & Xorg 100% cpu

    Hey guys,
    I ran across a weird issue where randomly (although rather frequently) VLC's controls will visibly vanish but still be "usable." There's a semi-visible box where the controls should be and I can hover over and see tool-tips.
    I'm not sure if this is a VLC issue or an Xorg issue since Xorg will peg my CPU while in fullscreen and continue doing so after VLC is done. I was wondering if anyone else has seen such a thing happen before and if anyone knows how to fix it (or at least have some leads).

    I don't think screenshots are doing the issue justice here... Basically, the control box near the bottom of the fullscreen videos gets overlaid by the video so it's no longer visible (as it would normally when it's fullscreen) and when you hover over the control box, the box is "there" and usable but you can't see it. The video likes to lag a little where the box is supposed to be so you can make out the outline of the box by where the video starts to lag and tooltips are available. That's really all there is to it and I can't really manage to capture that on a screenshot. I'll keep try and see if I can finally get one that's lagging enough to be clearly visible.

  • Help. G Drive freezes while rendering, hard reboot only way out.

    I have asked about this two prior times in forums.
      When rendering in FCP X, the G-Drive loses communication with laptop. Freezes FCP X. Only way to unfreeze is hard reboot (pushing down power button). Convinced it was a dying G-Drive, I bought a new one, cloned the old one before running Disk Warrior. Same behavior on the new one,  so it cannot be the drive. It is a 1TB G-Drive 7200rpm, connected via firewire 800. Spent 2.5 hours on the phone with Apple support, nothing. I do not think they could even understand the issue, and I talked to 4 different people. One of them told me you should always have projects and events on your internal OS drive for editing, not attach any external drives (no, I am not kidding). They seemed to all think I was using Aperture for some reason, weird, since I never mentioned that program and do not even own it.
    I am a pro here, and I am not doing anything I should not be. I have run disk warrior on all disks involved. I have repeated this process in different projects with multiple types of media, making me think that the media is not corrupted.  I have used disk utility several times, no errors or permission issues. I have trashed render files, preferences from the library, and re-installed FCP X.
    I am now left to buying a new everything, but of course I cannot afford that
    I read on G-Drive support page about these drives sometimes freezing up, but my issue does not relate to those.
    I could really use a pro's pro or someone who has been down this road. I have been dealing with this since Tuesday, I dont have to tell you how far this has me behind. 
    2009 MacBook Pro 
    Processor  2.8 GHz Intel Core 2 Duo
    Memory  4 GB 1067 MHz DDR3
    Software  OS X 10.8.2 (12C60)
    G-Drive 1TB 7200 rpm, firewire 800 connection
    G-Drive mini (the new one) 1TB 7200rpm firewire 800
    editing AVCCAM 720p24fps,  AVCCAM 1080p60fps, 720p30fps (all from various projects)

    That is the next step I suppose. I had to pay $99.00 for the support on the phone, extra care just expired. Trying one more time this morning with phone support.  Thanks Tom.
    Still certain projects do not seem to have this issue. I also just installed the free trial of Pro Maintenance Tools, was not able to find any corrupt media.
    It said from the crash reports that it may be the graphics card. The card in this computer is well suited for FCP X, but I suppose may be failing. I am under the impression you cannot upgrade this card on a MacBook Pro.

  • Labview Loop Takes 100% cpu

    Hello,
    I'm wondering the best way to send a serial command when a button is pressed.  Right now I have a while loop that checks if the button is pressed each time.  If is is, it sends the serial command and adds the response to a text box via a shift register.  If not, the original text box info is passed to the shift register.  However, this loop takes 100% cpu (ok, only one core at 100% so technically %50), and I think its because the text box is getting overwriten every cycle.  However, I'm not sure how else to do it.  Attached is a print screen, let me know if you would like the file.
    Thanks,
    Eric
    Solved!
    Go to Solution.
    Attachments:
    loop1.png ‏42 KB

    An event structure is the best way.  The next best way is to simply put in a wait in the loop.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Lightroom is very slow, utilizes 100% CPU, then freezes or closes program.  How do I fix it?

    I am having a problem with Lightroom 5 being very slow, utilizing 100% CPU, then freezing or closing the program.  How do I fix it?
    I just upgraded to LR5 from LR3 on Sunday as well as CS6 from CS5 (which I have not tried out yet).  I spent several hours talking with Vamil, from LR Support Staff yesterday.  He was extremely helpful and kind and tried everything he could think of while remote-handling my PC and talking with me on the phone.  He deleted preferences, cache, temp files, updated graphics with a new replacement file from AMD site, then re-downloaded and reinstalled LR5. 
    It is still very slow and then freezes and closes down with a message of utilizing 100% CPU.  Within several seconds of using the brush in Develop, I started having lots of problems.  I could not even move the picture around.  The side screens would not disappear like they should.  And I could not move to another picture.  The day before I spent several hours trying to work on just 1 picture.  After all the changes yesterday, I tried to move from picture number 1 to about 130 after having not touched it for 10 minutes, and a half hour later, it still said, "Processing" with no picture coming up, just a blank prieview pane.
    LR Support suggested I get a new CPU though he thought according to specs mine should be ok and other programs were running fine.
    My PC is only 2 years old.
    I talked to HP briefly about CPU updates for my HP PC.  He said I probably do not have a problem but suggested I run self-diagnostics and maybe buy a new CPU anyway. 
    I ran diagnostics listed through the HP Support Assistant connection on my PC.  All was ok. 
    I still researched if I could buy a compatible CPU upgrade.  I cannot even find any CPUs still selling that are listed for my PC.  Best Buy Store said they could not even order a compatible CPU.  They said my Bus speed may not be big enough, so they suggest I get a new PC.  What Bus speed do I need?
    I have the following PC Setup:
         AMD Phenom II X6 1045T Processor 2.70 GHz with 6 Cores
              with 2700 MHz Base, 3200 MHz Boost, and 4000 System Bus Speed, and 95 watts;
         HP Pavilion Elite, HPE-500y, 900 GB Free, new in 2011;
         Windows 7, 64 Bit;
         RAM 16 GB, DDR3;
         Graphics AMD Radeon HD 6450;
         Nikon, D200, with Raw Files;
         External Hard Drive for Original Photos, 600 GB Free;
         LR Catalog and Library are on Main Hard Drive;
         Monitor, Sony CPD-200ES, new in 2004.
    I am thinking of buying a new monitor tonight mostly so I can do better photo work while enlarging the pictures to do it.  I am concerned that while it will help my viewing, it will take more power away, and make my usage of LR5 even worse.  Will a new monitor affect my performance?  I am looking at HP Monitors with IPS.  Is this the best recommended choice for LR and Photoshop CS6?
    I think I would like to stay with a 6 core processor since I need to have several items open for other non-Photoshop functions.  When running LR5, I had everything else closed.  With LR3, I was able to have other things open.
    I do not really want to buy a new computer and know that those I have talked with at this point are only guessing after looking for what they thought should fix it.  4 People from Lightroom Support have all thought I should not be having problems with my setup. 
    I bought one of the best computers 2 years ago.  Is it really obsolete already so that I cannot use LR5?  Is everyone else buying a new PC every 2 years?  I used to go 5-7 years. 
    Even though I have figured out some of what my PC has, I really do not know technically what I am talking about so am at the mercy of other's help.  Are there any solutions that might work short of buying a new computer?
    I also have taken 40th anniversary photos for some people and am waiting to give them as a free gift since I am not a professional at all.  I am hoping to get through this problem soon so that I can provide some nice memories for them.
    I have not gotten any further than trying to adjust 1 picture.  I have no comments on uploading speed, since I did that while still in LR3.
    Thank you for your time and help.

    I'm running LR with no speed issues on an Intel 17-860 quad core with about the same performance as your AMD Phenom II X6 1045T Processor. My system is also an HP, which originally had a single 1TB 7200 HDD. I've since added a second 2TB Black Caviar HDD, which provided no significant difference in LR's performance.
    AMD processors do not implement hyper-threading and don't need it. I'd start debug by process of elimination:
    1) Disconnect all externally attached USB, FireWire, or other externally connected devices except keyboard, mouse, and your single 1280 x1024 display. This includes all externally attached memory card readers, phones, ipads, etc.
    2) Reboot and logon as Administrator.
    3) Remove your Internet connection and turn off all Antivirus and firewall programs.
    4) Open LR and under Catalog Settings set 'Standard Preview Size' to 1440 (slightly larger than your display width). Under the Metadata tab here make sure 'Automatically Write changes into XMP is NOT checked.
    4) Create a 'New Catalog,' Create a new folder and add about 10 raw image file copies to it for testing, and Import it into the new catalog. In the Import module make sure under File Handling 'Render Previews' has 1:1 selected. Wait until all Preview building has completed in the Library module.
    Try editing these image files inside the new catalog as you were previously.

  • Why does FireFox freeze and the only way to unfreeze it is to open the task manager and close the plugin-container.exe file??? It has been happening more and more often and it is getting VERY AGGRAVATING!!!!!

    When Firefox does freeze (not responding appears in parentheses in the page tab) I am not able to access any of the webpages (the entire webpage is hidden behind a vaguely white transparent foreground) and more often than not any files I might be downloading are stopped before the entire file has been transferred - which means that I have to start those downloads from the beginning AGAIN. This has been happening for quite some time and I AM SICK AND TIRED OF IT HAPPENING!!
    If it continues to happen for much longer I will swear off FireFox FOREVER!!!!! Either a program works or it does not work and lately Firefox has not worked worth a damn...........
    The ONLY way to force Firefox to allow me to access it is for me to end the plugin-container.exe file process using Task Manager. Clearing there is a SERIOUS problem here that has not been resolved - why not???

    The pluging container opens up unnecessary copies as the cookies/history are cleared, this is a known issue, it might be what you are seeing, and it is hoped to be fixed in some future release of firerox.
    There are some hangs affecting some users, with symptoms being high cpu usage, occurring as bookmark changes or syncing is in progress, there is a work around for that.
    Firefox hanging as you close it see:
    *[[firefox hangs]]
    * [[firefox is already running but is not responding]]

  • Music Store Connects Early AM, Freezes Later w/ 100% CPU Usage

    Hi,
    I connect to the internet using Hughesnet satellite (formerly Direcway). An important aspect of satellite, for any would-be troubleshooters of my problem, is that there is a time-lag from request to response of up to 1000ms (which is different than the <100ms response time of dsl or cable). Actual download speeds, however, are comparable.
    Here's my problem. When I load iTunes and go to the Music Store, the main music store page loads fine. In the early AM (when I assume traffic on both the satellite AND Music Store is less), when I click on a "genre" (in this case, TVShows), it goes to the TV Shows page and I can buy another episode of "24".
    But later in the day, after say 10 or 11AM EDT, when I click on a genre, it shows "Accessing Music Store" at the top and the horizontal 'barber shop pole' bar just turns and turns, without switching to the access progress bar. This can go on for quite a while (I've let it run for at least 15 minutes) and the only way to stop it is to end the iTunes process in Windows Task Manager. Also, if I go in to Windows Task Manager when iTunes is trying to access the Music Store, the iTunes CPU usage is a steady 99-100%.
    I'm running iTunes 6.0.4.2, which is, I believe, the latest. I'm running AVG Antivirus and Kerio Personal Firewall, and have tried a couple of times with both of these off. Same result. I've also uninstalled and reinstalled iTunes.
    I found this thread: http://discussions.apple.com/thread.jspa?threadID=473475
    which seems to discuss a similar problem (Ok connecting in morning, nothing later in day) that turned out to be related to a specific ISP in the UK.
    In the case of Hughesnet (or any satellite), this may be a combination of iTunes/Music Store possibly needing some quick handshake as part of a security protocol, and a satellite connection getting a little too slow to execute the handshake as traffic picks up. I don't know, just a thought.
    But I DON'T think its on my computer - firewall, anti-virus or spyware - since it will connect during real low traffic houses (e.g. 7AM).
    Any suggestions anyone can make would be much appreciated.
    Thanks

    I'm running LR with no speed issues on an Intel 17-860 quad core with about the same performance as your AMD Phenom II X6 1045T Processor. My system is also an HP, which originally had a single 1TB 7200 HDD. I've since added a second 2TB Black Caviar HDD, which provided no significant difference in LR's performance.
    AMD processors do not implement hyper-threading and don't need it. I'd start debug by process of elimination:
    1) Disconnect all externally attached USB, FireWire, or other externally connected devices except keyboard, mouse, and your single 1280 x1024 display. This includes all externally attached memory card readers, phones, ipads, etc.
    2) Reboot and logon as Administrator.
    3) Remove your Internet connection and turn off all Antivirus and firewall programs.
    4) Open LR and under Catalog Settings set 'Standard Preview Size' to 1440 (slightly larger than your display width). Under the Metadata tab here make sure 'Automatically Write changes into XMP is NOT checked.
    4) Create a 'New Catalog,' Create a new folder and add about 10 raw image file copies to it for testing, and Import it into the new catalog. In the Import module make sure under File Handling 'Render Previews' has 1:1 selected. Wait until all Preview building has completed in the Library module.
    Try editing these image files inside the new catalog as you were previously.

  • HT1711 I have over 100 songs I bought back before mid-2009 when Apple dropped this DRM thing. If I want to play those songs on Sonos, the ONLY way to do so is pay Apple another $25/year for iTunes Match and re-download them??

    I have a Sonos system in my house and suddenly discovered that many songs I bought off of iTunes years ago are 'grayed out' when I try to play them from my iPhone or do not appear as options at all when I try to play them on Sonos from my overall music library.  It's well over 100 songs I bought back before mid-2009 when Apple dropped this DRM thing. From what I think I am reading, if I want to play those songs on Sonos, the ONLY way to do so is pay Apple another $25/year for iTunes Match (which I don't have any interest in) and then re-download them all in iTunes Plus format??

    Matt, 
    I agree it was not all communicated real well, but in your case it will work out.  You missed the program where you could have upgraded 100 tracks for 30 cents each (=$30) but now you can do it via Match (=$25).  It works pretty simply, per this document:
    Can I upgrade my previously purchased music to iTunes Plus?
    Yes. If you subscribe to iTunes Match, you can download your previously purchased music again in the iTunes Plus format. To do so:
    You need to delete the original DRM song from your library first. Doing this enables you to download the song again in the iTunes Plus format from iTunes in the Cloud.
    Click the Purchased tab in the iTunes Store.
    Click Music.
    Locate the artist of the song you want to upgrade.
    Click the iCloud Download icon next to the song you want to upgrade.
    Just don't forget to put the Plus files on your hard drive -- properly backed up of course -- and to cancel the Match subscription before the second year rolls around!

  • My arrow freezes often when using my trackpad.  Only way to restore motion is to remove and reinstall batteries.  Have replaced the trackpad and the problem continues.  Any solutions out there?

    My trackpad arrow freezes quite often.  Only way to restore is to remove/reinstall batteries.  Any solutions out there?

    Hope everything stays in good shape.
    Barry 

  • A bug in Mavericks. When I open Calendar, I get a message "Moving calendars to server account." Calendar freezes and this message goes on interminably. The only way to stop it is to restart.

    Mavericks (OS 10.9) is buggy. When I open Calendar, I get a message "Moving calendars to server account." Calendar freezes and this message goes on interminably. The only way to stop it is to restart the system. How do I fix that?

    Hi
    - I had the same problem and I suddently found out:
    Close (quit) calendar
    Under System-Icloud : log out
    Open calendar. Under preferences, Account, Icloud: log in !!
    And it works!!
    now the stupid ""Moving calendars to server account" is gone!

  • Fuzzy Logic 4 & 100% CPU Usage freeze

    Hi,
    is there any Fuzzy Logic 4 Version out there that works with KT3 Ultra2-R and XP?
    I tried 4.0.63.1 and 4.1.48.0 from the MSI Pages and the Version I got on CD
    4.0.63.1 just can't find the avi ...
    4.1.48.0 and the CD Version just add the Icon to the taskbar when starting and than take 100% CPU-Time and do nothing anymore.
    The Program is not even killable in Taskmanager so all I can do afterwards is wait 10 minutes until XP has shutdown with the leftover CPUtime.

    I understand the CS2 is probably not helping, but there is really a problem on other apps too - not only CS2 and those are universal.
    Page ins/outs are currently 142257/71109 and i have not been using or even opening CS2 - just safari, itunes, What size , MSEntourage, VLC and moving some files.
    I have taken some earlier advice on your posts regarding using multiple internal disks - so i moved itunes and iphoto libraries to a separate disk and also use that for scratch in CS2. The drives are 250GB WD and 250GB Seagate, and i am looking at replacing them with one or two 750GB WD RE2, although probably not in RAID ( dont want to complicate my life too much in one go !)
    Overall i think the page ins/outs look high from my searching in other posts, but can't see why it would be overloaded when i normally dont use the CS2 that much ( only a hobby)
    Also the private/var/vm directory has 3 swap files - two of 64 MB and one (Swapfile2) is 128MB, if that tells something else ?
    looks like i will have to invest in 4GB more memory as well as the HDD's. i was confused with the apparent further lack of support in CS3 for 64 bit programming (?) although i dont know when that would be launched so soon after CS3
    I have a case of a little knowledge ( which can be a dangerous thing!)
    Message was edited by: grahams

  • Doc2text process using 100% cpu for way too long

    I've run into this issue before, and have never received a satisfactory resolution.
    When we publish certain PDF documents via collab to the KD, the doc2text process on our portal servers (also our API servers) spin up to 100% CPU for about 90 seconds. This causes the publish from collab to fail, so we resort to directly uploading the file to the KD via content upload.
    1) Why is doc2text running on our portal servers in the first place? Is this a result of the portal server or api service? If i move the API service off to another machine, will that remove this CPU hog from our front end servers?
    2) Has anyone seen this before, or found a way around it? Is there a newer version of doc2text in 10gR3 that isn't so terrible?
    I'm preparing to move to 1-cpu virtuals in our new environment so any process that takes up 100% of the CPU is going to kill performance.

    Doc2text is native search client functionality used by portal, automation, ws, collab, publisher, etc. The portal components use it when indexing content to search server. It is installed seperately with each portal component. If you have multiple portal components installed on the same box, the ones that use Doc2text will share it from the common folder where it is located. Doc2text uses different libraries for the purpose of raw text extraction and processing, the processed information being sent in a proprietary format to the search server.
    Doc2text is a processor heavy component as it needs to execute intensives tasks necessary to parse and extract raw data from such file formats as Microsoft Office and Adobe Acrobat. Some files may be more complex to extract data from and take longer for this task to complete.
    The best way to increase performance would be to install the various portal components onto their own machines. For example not installing portal and automation on seperate servers. This way when you run a crawler job that imports files, the running of doc2text will not use cpu cycles on the portal web server.

Maybe you are looking for

  • Ram Modules

    An excellent ram module for the 865PE motherboards is the PC3500 level 1 modules.  They allow for more headroom concerning overclocking and are designed to run at 2-3-3-6 which is the suggestion for this chipset anyway.  Why pay more money for the ve

  • How to use macro's functionality in a programe...?

    hi, i am siva, i am new to abap, i am not having clarity on how to use macro in a programe, please send me any source code of a programe which contain functionality of macros..? and explain functionality of macros...? i any of u know answer.. please

  • Tecra S2: check docking and automate Fn+F5

    Hi, I have a**Tecra S2 PM 730 1600 512MB 40GB DVD-CDRW 15,0"TFT WXPP*** Nvidia Chipset GO 6600 PN PTS20E-01J00LBT* TOSHIBA PORT REPLICATOR 3** PN PA3314E-1PRP -* s/n 34032428 ******** Tecra S2: Centrino PM730/XP Pro/15.0 ******** Agreement: FE065C7F

  • Multi-lingual String Shortening

    Hey all, I've got a program that allows the user to name certain objects. These names need to be displayed in a variety of places and there may different amounts of space. I didn't like JLabel's default way of displaying names that are too long to fi

  • Perte du programme gpao

    bonjour,je suis une etudiante en 2eme année master au cours de préparer mon stage dans une entreprise algerienne 'naftal' ils ont un probleme et à nous de le regler! ils ont  perdu le programme gpao'gestion de production assisté par ordinateur' il et