Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14th July 2012, 09:18 AM
davidoff Offline
Registered User
 
Join Date: Jul 2012
Location: Austria
Posts: 6
linuxchrome
Fedora 17: Freezes completely on a regular basis

Problem:
Fedora 17 64bit freezes on a regular basis no matter what programs I use. I suddenly can't move the mouse curser, everthing freezes and the display turns off and on again. When a song or a (Youtube-)video is playing, the video freezes too but I can still here the sound.
==> I have to push the reset button on my computer or hold the power button. It is very annoying especially when I have important documents opened and not saved..

Things I've figured out:
* Same problem on Ubuntu and Fedora 17 xfce spin. (These are the two linux I've tried besides the gnome 3 version)
* Problems only occur AFTER running through first software updates on a freshly installed Fedora system.
* After figuring this out, I reinstalled Fedora again and before making the software updates I read through them and unchecked graphic relevant updates. PROBLEMS DON'T OCCUR NOW.
So I can restrict the source of the problem on the following bug fix updates:

Xorg X11 ati video driver
Xorg X11 vesa video driver
Xorg X server

Please tell me which logs you need. I will deliver.

[Edit]: I will have to install the updates first to reproduce the problem.

Graphic hardware:

ATI Radeon HD4900

Last edited by davidoff; 14th July 2012 at 09:29 AM.
Reply With Quote
  #2  
Old 14th July 2012, 12:51 PM
george_toolan Online
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

Did you enable power saving for your GPU? Check http://wiki.x.org/wiki/RadeonFeature...gement_Options
Reply With Quote
  #3  
Old 14th July 2012, 01:29 PM
davidoff Offline
Registered User
 
Join Date: Jul 2012
Location: Austria
Posts: 6
linuxchrome
Re: Fedora 17: Freezes completely on a regular basis

I don't think so. How can I check for sure? Should it be enabled? If I write dynpm in a terminal the command is not found.
Reply With Quote
  #4  
Old 14th July 2012, 01:38 PM
george_toolan Online
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

Try

Code:
cat /sys/class/drm/card0/device/power_method

cat /sys/class/drm/card0/device/power_profile
and echo to change the settings

Code:
echo "profile" > /sys/class/drm/card0/device/power_method

echo "low" > /sys/class/drm/card0/device/power_profile
Reply With Quote
  #5  
Old 15th July 2012, 10:00 AM
davidoff Offline
Registered User
 
Join Date: Jul 2012
Location: Austria
Posts: 6
linuxchrome
Re: Fedora 17: Freezes completely on a regular basis

output power_method:
profile
output power_profile:
default
changed to low now

I will now install the remaining updates to see if the problem still persists.
Reply With Quote
  #6  
Old 15th July 2012, 05:13 PM
Ian_A_Gibson Offline
Registered User
 
Join Date: Aug 2008
Location: UK
Posts: 2
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

My version of Fedora 17 does this as well - screen freezes; mouse freezes; screen blackouts as well. So I'd be really interested if the proposed work-arounds produce effective results. Also as a complete newb to Linux, some idiot proof instruction would help too, should the proposed instruction bear fruit.
Reply With Quote
  #7  
Old 15th July 2012, 06:29 PM
Randall Bingham Offline
Registered User
 
Join Date: Jul 2012
Location: Texas
Posts: 12
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

I too am havingh the same problem. I am a newbie to linux/Fedora. If anyone knows how to fix this could you please provide instuctions to someone who is still trying to learn a new language.
I am running Fedora 17 KDE 64 bit.
My machine consists of the following:
AMD A6 3500 processor with integraded AMD Radeon HD 6530D graphics
Asus F1A55-MLX motherboard
3 gig RAM

If I let the machine idle for about an hour it locks up. The mouse quits working and everything freezes. Also sometimes the screen will black out after about 10 minutes of no activity. I have to press the reset on the machine and reboot.

Thanks in advance to any help.
Reply With Quote
  #8  
Old 15th July 2012, 07:20 PM
davidoff Offline
Registered User
 
Join Date: Jul 2012
Location: Austria
Posts: 6
linuxchrome
Re: Fedora 17: Freezes completely on a regular basis

Ok. I've tested the workaround for many hours and the problem seems to be gone. Thank you so much george_toolan!

Ian_A_Gibson, Randall Bingham try the workaround and tell me if it worked for you too!
Reply With Quote
  #9  
Old 16th July 2012, 11:52 AM
Ian_A_Gibson Offline
Registered User
 
Join Date: Aug 2008
Location: UK
Posts: 2
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

OK I'm completely new to this, so what I did was copy the code into console as root user and the reply came back : No such file or directory. Clearly I'm missing something...

Any ideas?

Ian.
Reply With Quote
  #10  
Old 16th July 2012, 12:49 PM
Randall Bingham Offline
Registered User
 
Join Date: Jul 2012
Location: Texas
Posts: 12
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

Quote:
Originally Posted by Ian_A_Gibson View Post
OK I'm completely new to this, so what I did was copy the code into console as root user and the reply came back : No such file or directory. Clearly I'm missing something...

Any ideas?

Ian.
The same thing for me. I'm going to need more specific instructions on doing this.
I have extremely limited expirence using the terminal so could you please provide step by step instructions.
Thanks in advance,
Randall

Last edited by Randall Bingham; 16th July 2012 at 01:30 PM.
Reply With Quote
  #11  
Old 17th July 2012, 07:06 AM
rajeshsali Offline
Registered User
 
Join Date: Jul 2012
Location: Badlapur, Maharashtra State, India
Posts: 1
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

[root@family power]# cat /sys/class/drm/card0/device/power_method
cat: /sys/class/drm/card0/device/power_method: No such file or directory

[root@family power]# cat /sys/class/drm/card0/device/power_profile
cat: /sys/class/drm/card0/device/power_profile: No such file or directory

[root@family power]# echo "profile" > /sys/class/drm/card0/device/power_method
bash: /sys/class/drm/card0/device/power_method: No such file or directory

[root@family power]# echo "low" > /sys/class/drm/card0/device/power_profile
bash: /sys/class/drm/card0/device/power_profile: No such file or directory

[root@family power]#

This is the output I get on the recommended commands for freezing problem.

I request you to kindly have a look at it and recommend me.
Thanking you,
Rajesh.
Reply With Quote
  #12  
Old 17th July 2012, 03:08 PM
davidoff Offline
Registered User
 
Join Date: Jul 2012
Location: Austria
Posts: 6
linuxchrome
Re: Fedora 17: Freezes completely on a regular basis

Hello, It's me again. It seems that the problem is still not solved for me. Fedora freezes again regularly. Is there anything else I can try?
Reply With Quote
  #13  
Old 17th July 2012, 04:47 PM
george_toolan Online
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

Quote:
Also sometimes the screen will black out after about 10 minutes of no activity.
That's a feature and not a bug. The screen will turn off after 10 minutes to save energy ;-)
Attached Thumbnails
Click image for larger version

Name:	gnome_screen_options.png
Views:	140
Size:	15.3 KB
ID:	23447  
Reply With Quote
  #14  
Old 17th July 2012, 05:20 PM
Randall Bingham Offline
Registered User
 
Join Date: Jul 2012
Location: Texas
Posts: 12
windows_xp_2003firefox
Re: Fedora 17: Freezes completely on a regular basis

Quote:
Originally Posted by george_toolan View Post
That's a feature and not a bug. The screen will turn off after 10 minutes to save energy ;-)
Except I had that feature turn off. It is not going black now after reloading the OS and when I used EasyLife for the extra features I did not select unlock the screensaver. It is however still freezing up.
Reply With Quote
  #15  
Old 17th July 2012, 05:30 PM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,855
linuxfirefox
Re: Fedora 17: Freezes completely on a regular basis

Quote:
Originally Posted by davidoff View Post
Hello, It's me again. It seems that the problem is still not solved for me. Fedora freezes again regularly. Is there anything else I can try?
There are lots of random things you can try such as switching the brand of mice that you use (if it's a desktop machine). My FC 16 and 17 desktops don't work with the iOne brand USB mice that I own. They work with lenovo (IBM) mice.

You can try to do a rational diagnosis of the problem. (This does not always succeed!) That would involve examining your log files (/var/log/* and /home/*/.xsession-errors). If you get really hard freezes you might have to enable the SYSRQ key to proceed.

The term "freeze" is ambiguous. There are various degrees of freezes. One simple way to divide freezes is that in some cases the nulock led on the keyboard works when the numlock key is pressed and in others it doesn't. In some cases, CTRL-ALT-F2 brings up a console and in others it doesn't.
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
Reply

Tags
basis, completely, fedora, freezes, regular

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox 3.5Beta4 COMPLETELY FREEZES FEDORA rdcsec Using Fedora 17 20th June 2009 05:45 PM
Fedora 10 Freezes Completely with no Warning CNiall Using Fedora 6 4th June 2009 07:33 PM
Fedora 9 freezes completely. No reasons. mavriton Using Fedora 55 30th August 2008 02:01 PM
Fedora completely freezes using wireless ruggersway Servers & Networking 2 7th September 2006 02:50 PM
Back up Gaim Logs on a regular basis raghavendra Guides & Solutions (No Questions) 1 11th April 2005 01:18 PM


Current GMT-time: 12:21 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat