Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a Compaq Presario 2100 with Suse 9.1 Pro installed.
The problem I have is that Suse says my processor is running at 530mhz. I check the hardware info under YaST and for cpu mhz it reads 530, so Suse 'thinks' that my processor is only 530mhz unless I'm misreading it. However, I don't think I am. My laptop begins to lag when I play flashfiles, even simple ones that are simply loops, which leads me to believe that it only recognizes my processor as being 530mhz instead of 1.8ghz. I know that under XP my processor speed varied depending on what I did; that is, it would read 800mhz if I was simply on irc, but if I started doing more then it would recognize it as a faster processor.
I've checked the bios, and there's nothing relating to the CPU there. I can't even see anything in order to see if my CPU's clock speeds have been changed. I've also checked here and on linux-laptop.net and I've come up empty handed. I've looked on google and I haven't found anything, but I may not be searching with the right terms.
If your processor is too slow try looking at
/proc/acpi
there are directories for
processor
thermal_zone
and so on.
look for variable throttling in the processor tree and do
cat <path>/throttling
If there is something other than zero in this, your processor is "waiting for cooler weather" some of its calculation cycles. In this case you will have to mess with thermal states, fan states, trip_points and other stuff to get it working faster.
Glad I could help out. I have noticed that it doesn't throttle all the time. I like to kick it up manually when I do updates or installs. The way to manually throttle is to click on the power cord icon on the system tray (near the system clock) and select Select CPU Frequency Policy then select Performance.
I would also suggest you take some time and peruse the Runlevel editor when you have some free time. I'm sure you'll find stuff in here that will tweak you system a little better and even make it a little more secure. (ie..ssh is probably enabled and you probably don't use it on a laptop). I have found lots of stuff by reading these forums over the past several months. The key is read, read, then read some more.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.