View previous topic :: View next topic |
Author |
Message |
meekrob Tux's lil' helper
Joined: 13 Apr 2002 Posts: 81 Location: Tempe, AZ USA
|
Posted: Fri Apr 19, 2002 7:00 pm Post subject: Tips for a laptop user? |
|
|
Are there any packages I should install as a laptop user? Last night I ran out of batteries with no warning, what can I do to prevent that? I'm a gnome user by the way. If anyone has some good laptop hints I'd love to hear em. |
|
Back to top |
|
|
technomage Guest
|
Posted: Sat Apr 20, 2002 10:40 pm Post subject: RE: Laptop |
|
|
Make sure you have apm enabled in your kernel configuration and then you can use the GNOME battery applet to check on your battery status. There are also some hints on the linux laptop howto about using hdparm to set your disk parameters accordingly. using the apm commands you can sleep your laptop and shut it down using power management.
hope this helps |
|
Back to top |
|
|
femistofel Guest
|
Posted: Mon Apr 22, 2002 12:26 pm Post subject: batteries status |
|
|
since i hardly ever run X and absolutelly never GNOME i use other method of checking batteries status:
this command shows some criptic line where one of the last numbers is something like 50% that is how full are the batteries. of course there must be some programs that check this value, or you can write your own, but for me cat is enough.
cheers[/i] |
|
Back to top |
|
|
clattuc n00b
Joined: 19 Apr 2002 Posts: 57
|
Posted: Mon Apr 22, 2002 2:43 pm Post subject: |
|
|
Or, if you prefer not to parse the cryptic line from /proc/apm yourself, you can run the command 'apm', and it will do the hard work for you...
If you run apmd it should warn you if you're battery's getting low. |
|
Back to top |
|
|
phliver Guest
|
Posted: Fri Apr 26, 2002 1:01 am Post subject: apm |
|
|
just run the command "apm" and it will read the file for you and display a nicely formated value on the console. |
|
Back to top |
|
|
|