Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Would you put Gentoo on a laptop?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Wed Nov 10, 2004 3:12 pm    Post subject: Reply with quote

DaPhreak wrote:
pilla wrote:
So it is running at 600 MHz.


Yepp. Speedfreq is on "dynamic" policy.

On Performance the cat /proc/cpuinfo tells about

Code:

cpu MHz      : 1298.905
bogomips   : 2580.48


So when you compile OpenOffice, put it on the performance policy. Then, it will still take ages to compile, because it's huge and there's nothing you can do about it. However, it should take half of the ages as you'll be running almost twice faster than when saving batteries.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
Jeremy_Z
l33t
l33t


Joined: 05 Apr 2004
Posts: 671
Location: Shanghai

PostPosted: Wed Nov 10, 2004 3:23 pm    Post subject: Reply with quote

dynamic policy will equals performance et high cpu load. So it won't change anything.
_________________
"Because two groups of consumers drive the absolute high end of home computing: the gamers and the porn surfers." /.
My gentoo projects, Kelogviewer and a QT4 gui for etc-proposals
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Wed Nov 10, 2004 3:28 pm    Post subject: Reply with quote

... if it's working, of course. I assumed that the /proc/cpuinfo information was taken when the computer was with high load compiling OpenOffice.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Wed Nov 10, 2004 5:40 pm    Post subject: Reply with quote

use the new ondemand governor in the kernel, it rocks.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
fw1984
n00b
n00b


Joined: 29 Dec 2003
Posts: 9

PostPosted: Wed Nov 10, 2004 6:16 pm    Post subject: Reply with quote

I m using gentoo on my dell inspiron 8100 laptop.
and it works so great I have an uptime on almost 200days atm.

whick shows how good standard gentoo is holding.
more stable computer have I never haved the pleasure to meet yet :P
Back to top
View user's profile Send private message
Archangel1
Veteran
Veteran


Joined: 21 Apr 2004
Posts: 1212
Location: Work

PostPosted: Wed Nov 10, 2004 9:13 pm    Post subject: Reply with quote

Insanity5902 wrote:
use the new ondemand governor in the kernel, it rocks.


That confuses me a bit - mine doesn't seem to work. When I echo it into scaling_governor, nothing happens - but it's in scaling_available_governors.

And it seems a bit odd - I thought the philosophy was to keep it out of the kernel if possible? But this new governor brings speed modulation back in.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Wed Nov 10, 2004 9:31 pm    Post subject: Reply with quote

I am using the cpudyn daemon, it deals quite well with the issue.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Wed Nov 10, 2004 9:31 pm    Post subject: Reply with quote

as root i just did
Code:
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor


(while in x and all other scaling programs not running)

open aterm run as root
Code:
watch -n1 cat /sys/devices/system/cpu/cpu0/cpufreq/cur_cpuinfo


no open firefox, open gimp, you should you processor speed change.

I was using speedreq, but I like this a lot better.

**note** I am in class right now and on the computers in teh E-Bus lab so I am not sure about the exact file location or file name, but the ones i provide are very clsoe if not exact
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Jeremy_Z
l33t
l33t


Joined: 05 Apr 2004
Posts: 671
Location: Shanghai

PostPosted: Wed Nov 10, 2004 10:18 pm    Post subject: Reply with quote

what is the diff between "ondemand" and "dynamic" ?
_________________
"Because two groups of consumers drive the absolute high end of home computing: the gamers and the porn surfers." /.
My gentoo projects, Kelogviewer and a QT4 gui for etc-proposals
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Thu Nov 11, 2004 6:10 am    Post subject: Reply with quote

Jeremy_Z wrote:
what is the diff between "ondemand" and "dynamic" ?


I don't have dynamic as a governor
Code:
gibbonsr@jaguar cpufreq $ cat scaling_available_governors
ondemand powersave userspace performance


I am guessing when you say dynamic you mean putting it in userspace and using a program such has cpufreqd, cpudyn, speedfreq.

This difference is that those are programs modify a file that the kernel monitors and changes the cpu according to that file. Too me, this is wasteful, you have a program monitor your cpusage and then writes to a file, which the kernel is monitoring and then changes the cpu speed.

OnDemand is a governor, so you set it, and then you don't need any other program to dynamically change the cpu, the kernel watches the cpuusage and then changes the speed accordingly.

I have used cpufreqd and speedfreq and notice a lot less latency in using ondemand as compared to userspace with a program.

then I wrote a small script that switch b/w ondemand and powersave. I siwtch to powersave when I am just browsing the web and I don't want to speed up the processor just open a few pages at once :P
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
dioxmat
Bodhisattva
Bodhisattva


Joined: 04 May 2002
Posts: 709
Location: /home/mat

PostPosted: Thu Nov 11, 2004 12:28 pm    Post subject: Reply with quote

FWIW, I installed ubuntu linux on my asus m6ne16. I was worried about compilation time, was planning to use the laptop in battery mode most of the time, and wanted to try out ubuntu.

Most of the stuff was autodetected and worked out of the box, and the packages are quite recent. I'm keeping gentoo on my laptop, but I'll probably keep ubuntu on the laptop :-)
Back to top
View user's profile Send private message
PZoned
Guru
Guru


Joined: 27 May 2004
Posts: 360
Location: Toronto, Canada

PostPosted: Thu Nov 11, 2004 1:18 pm    Post subject: Reply with quote

im thinking of buying a laptop too and i got a similar question... im not worried about comile times... but what i want to know is if you can access wireless hotspots as easily in gentoo as you can in say Suse.
Back to top
View user's profile Send private message
nightblade
Guru
Guru


Joined: 20 Jul 2004
Posts: 368
Location: back from SE Asia

PostPosted: Thu Nov 11, 2004 1:29 pm    Post subject: Reply with quote

PZoned wrote:
what i want to know is if you can access wireless hotspots as easily in gentoo as you can in say Suse.

Well, all the tools that you might need are readily available (kismet, airsnort,...), together with all major card drivers (orinoco, prism, aironet, ...). So you should have no problem at all.
_________________
In God we trust. All the others must provide a valid X.509 certificate
Back to top
View user's profile Send private message
blackhorse
Apprentice
Apprentice


Joined: 11 Jul 2004
Posts: 225
Location: edge of a forest

PostPosted: Thu Nov 11, 2004 3:21 pm    Post subject: Reply with quote

My laptop is refurbished, but Gentoo works great :D . I would never think of using anything else on it, and speed is not an issue.
_________________
Rejoice in the Lord always and again I say rejoice.
Back to top
View user's profile Send private message
niord
n00b
n00b


Joined: 25 Aug 2003
Posts: 35

PostPosted: Sat Nov 13, 2004 2:33 am    Post subject: Reply with quote

The only install I have of Gentoo is on an HP laptop. Everything works, no complaints at all.

When I'm sleeping, it's compiling....
Back to top
View user's profile Send private message
@4u
Apprentice
Apprentice


Joined: 13 Nov 2004
Posts: 160

PostPosted: Sat Nov 13, 2004 10:39 am    Post subject: Reply with quote

Here is something for all "It's too old for KDE"-people: An old Compaq Presario 1247 K6-2 (400 Mhz) running everything with CFLAGS mcpu=k6-2 and using distcc to transfer all work to a fast PC. KDE and Openoffice are running perfectly (sometimes a little bit slow when starting - but running and running and ... no Blue Screen at all).

To summarize: You got a laptop? It's new or old? You wanna use Linux - not Windows? Get Gentoo.org with custom build settings and it will be the last time you will have to install something from scratch.

Perfectly to connect to any network: Samba, NFS, OpenLDAP, ... :)

Install NOW!

(This message should show, why Gentoo.org is sometimes superior to other distributions - you can build it for your CPU - not just for i386 / i686).
Back to top
View user's profile Send private message
gen2fox
Guru
Guru


Joined: 25 May 2004
Posts: 544

PostPosted: Sat Nov 13, 2004 11:00 am    Post subject: Reply with quote

I have Gentoo on my Acer TM laptop (Centrino), everything works great, except for suspend/hibernate.
Back to top
View user's profile Send private message
gentoo_lan
l33t
l33t


Joined: 08 Sep 2004
Posts: 891
Location: Charles Town, WV

PostPosted: Sat Nov 13, 2004 10:48 pm    Post subject: Reply with quote

I would love to put Gentoo on a laptop. Currently it's not possible because it is my wife's but when she gets a new one...I will seize hers and gentooize it.
Back to top
View user's profile Send private message
BlackEdder
Advocate
Advocate


Joined: 26 Apr 2004
Posts: 2588
Location: Dutch enclave in Egham, UK

PostPosted: Sat Nov 13, 2004 10:53 pm    Post subject: Reply with quote

If I had a laptop gentoo would be on it :)
Back to top
View user's profile Send private message
Bohemian
Apprentice
Apprentice


Joined: 21 Jun 2004
Posts: 255
Location: Deep Space

PostPosted: Thu Nov 25, 2004 7:37 am    Post subject: Reply with quote

Works fine on a 1.1 Thinkpad T.
_________________
By all means marry. If you get a good wife, you'll be happy. If you get a bad one, you'll become a philosopher. - Socrates
Back to top
View user's profile Send private message
Dud3!
Tux's lil' helper
Tux's lil' helper


Joined: 19 Aug 2004
Posts: 93
Location: Boringville, Florida, USA

PostPosted: Thu Nov 25, 2004 8:56 pm    Post subject: Reply with quote

I would, and have. Why wouldn't you?
_________________
"There's no problem so large it can't be solved by killing the user off, deleting their files, closing their account and reporting their REAL earnings to the IRS"
Back to top
View user's profile Send private message
cerddwr
n00b
n00b


Joined: 28 Nov 2004
Posts: 61
Location: Birmingham, UK

PostPosted: Mon Nov 29, 2004 11:32 am    Post subject: Would you put Gentoo on a laptop? Reply with quote

Certainly. Last month I decided to try it on my Toshiba Portege 7220, never having used Gentoo before. (I liked the idea of Portage on a Portege) I followed the instructions to the letter, and everything so far has gone without any major problem. I have got networking, printer, scanner, and external CD writer all working. The only hardware I have not got working is a wireless link, but then I have not yet tried.

KDE took nearly 3 days to compile but worked immediately. I have installed some fairly unusual programs such as Gramps (genealogy) and Lilypond (sheet music printing) without any trouble. In the past these posed problems. I used to use SuSE, and while this is generally an easy-to-use and stable distro, some bugs showed up on the laptop. Also the 9.1 distro was slow in comparison; Gentoo was much faster from the outset, even though I had forgotten to set up the swap partition in /etc/fstab at first!
_________________
"The Internet is not a literacy-free-zone"
Back to top
View user's profile Send private message
Luud
Apprentice
Apprentice


Joined: 05 Jun 2003
Posts: 246
Location: Netherlands

PostPosted: Mon Nov 29, 2004 12:32 pm    Post subject: Reply with quote

Gentoo running nicely on my IBM Thinkpad 570.

Just bought an 80 GB HDD so I can make it a server :) (I t came with a 6GB disk, which turned out to be a bit small for a full Gentoo installation, definitely when building OOo.)

The screen (or lint-cable) is somewhat broken, so it's not really laptop-able anymore :roll:
_________________
"Great minds don't think alike. If they did, the patent office would only have about fifty inventions." - Wally
Back to top
View user's profile Send private message
benne
n00b
n00b


Joined: 13 Oct 2004
Posts: 19

PostPosted: Mon Nov 29, 2004 6:12 pm    Post subject: Reply with quote

Well, i would have to got for gentoo. My laptop is considerably more slower then yours; a celron 1000 mhz with 128 mb ram. And i compiled everything from source on it, without distcc.

I have written documentation explaining how to install gentoo on it (Toshiba sattelite 6000C) but i have not submitted it to www.linux-on-laptops.org yet, since i have to read over it.

If anybody would like to read over it and maybe point out some thing i have done wrongly i would be happy. The document could be found at http://benne.heima.biz/toshiba/. You may contact me with a PM.
_________________
- o)
. / \ \ Message void if penguin violated
_\_V Don't mess with the penguin
Back to top
View user's profile Send private message
geekanarchy
n00b
n00b


Joined: 27 Jul 2004
Posts: 26
Location: Michigan, USA

PostPosted: Tue Nov 30, 2004 6:50 pm    Post subject: Reply with quote

Also using Gentoo on my Dell Inspiron 8100 laptop. Never had even the slightest problem with it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 3 of 8

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum