be01 Laptop runs hot. - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Mobile Computing

Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment.

Reply
 
Thread Tools Display Modes
  #1  
Old July 29th, 2012, 10:23
rz rz is offline
Junior Member
 
Join Date: Jul 2012
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Default Laptop runs hot.

Hi .

I have tried to install/configure FreeBSD 9.0 on my laptop a few months ago, and I am going to try again with your help and knowledge.

Last time it ran very hot while it was sitting idle in the shell.
It was a fresh install without any software installed.

I assume this is being caused by my GPU, as the same thing happens on GNU/Linux.

I have checked if installing X11 with the Radeon driver would make a difference, but it did not, neither did any of the Radeon power options in my /etc/xorg.conf make a difference.

On GNU/Linux I have solved this problem by installing the Radeon driver, and setting the "power profile" (a feature of the Linux kernel?) of the card to "low".

I have read that FreeBSD does not yet support KMS for the Radeon driver, does this mean that I will not be able to set my GPU into low power mode?

Is there any way to do something like this in FreeBSD? or does the problem lie elsewhere?

My laptop:
Dell Studio 1558
CPU: Intel i7 Q720
GPU: ATI Mobility Radeon 5470

Thanks in advance!
Reply With Quote
  #2  
Old July 29th, 2012, 10:26
rz rz is offline
Junior Member
 
Join Date: Jul 2012
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by rz
/etc/xorg.conf
was meant to be:
/etc/X11/xorg.conf

I don't seem to find a way to edit my posts, sorry .
Reply With Quote
  #3  
Old July 31st, 2012, 15:14
CuddlyKittens11 CuddlyKittens11 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 6
Thanks: 3
Thanked 1 Time in 1 Post
Default

When I used to run GNU/Linux on my old MacBook (2nd gen), I would have the same problem. After I did some searching, I found that there was this one file: /sys/devices/platform/applesmc.768/fan1_min which stored the minimum fan speed. Here is a very basic script of how you could set it:
Code:
#!/bin/bash
# Set MacBook 2,1 Fan Speed

$fanspeed="3600"
echo $fanspeed > /sys/devices/platofrm/applesmc.768/fan1_min
You would need to run this script as sudo to get it working. I had a more complicated script that gave me a bit more control, but that's the gist of what it would do.

Though I've very new to FreeBSD, so I'm not sure if there is a /sys/devices/platform folder or what the equivalent is. If it is there, try running the following command in /sys/devices:
# find . * | grep fan

See what it tells you. I'd also try to find out what is the max/min/safe RPMs for your laptop's fan.
Reply With Quote
The Following User Says Thank You to CuddlyKittens11 For This Useful Post:
rz (January 14th, 2013)
  #4  
Old January 14th, 2013, 06:56
rz rz is offline
Junior Member
 
Join Date: Jul 2012
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Well, I'm still having the same problem till this very day, and I think I know what the problem is.

The Radeon driver on FreeBSD isn't as well implemented as on GNU/Linux systems (from my short experience) and fglrx isn't available.

I remember I've wrote an E-Mail to AMD customer services about fglrx on FreeBSD, but they will not support FreeBSD in the near future.

That's unfortunate, as I really wanted to give *BSD's a shot as a Desktop system, seeing that *BSD's sepatate the core system from user applications unlike on GNU/Linux where all packages are in the same pot (thus leading to an unstable system).

PS: I haven't replied to this thread earlier, the reason being that my Laptop wouldn't be able to run FreeBSD for very long, as it would automatically shut off due to the heat, therefore making it impossible to try anything/fix anything. Besides, there isn't/wasn't anything I was able to do, the fans were working properly, it is/was the Graphics driver
Reply With Quote
Reply

Tags
amd, ati, dell studio 1558, heat, hot

Thread Tools
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
Program runs for hours then won't run at all drhowarddrfine Userland Programming & Scripting 7 November 18th, 2011 12:19
Runs locally, crashes on Apache drhowarddrfine Userland Programming & Scripting 2 November 7th, 2011 21:12
FreeBSD 8.1: fsck_ufs runs in wdrain then reboots. ghostcorps General 10 September 7th, 2011 12:38
Terminal only runs one time topher X.Org 14 January 18th, 2010 19:47
[Solved] cron job runs, but doesn't do anything ant111 General 7 November 12th, 2009 21:22


All times are GMT +1. The time now is 10:37.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0