Results 1 to 6 of 6

Thread: Power Management Optimization in Ubuntu laptop

  1. #1
    Join Date
    Feb 2010
    Posts
    530

    Power Management Optimization in Ubuntu laptop

    Hi all,

    I complain about linux power management is very bad, what to say under the shorter battery life than win a lot. Linux actually offer a lot of power optimization features, but by default, the settings do not take into account the power to use Bale. Here I am with ubuntu edgy, can any body help me about Power Management Optimization in Ubuntu laptop. Thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    Power Management Optimization in Ubuntu laptop

    First of all you have to check your BIOS power management settings, first close all the bios to support power management, only by the operating system power management settings, and then restore BOIS for power management. Edgy default kernel is to support acpi, if you have a custom compiled kernel, should remember that the power management-related modules chosen. Check and reply.

  3. #3
    Dr. V Guest

    Re: Power Management Optimization in Ubuntu laptop

    You need to reduce the brightness of the small manual adjustment that can be had; Then set the DPMS (Display Power Management Signaling). Modify the sudo vi / etc/X11/xorg.conf file by below code:

    Code:
    Section "ServerLayout"
    Identifier [...]
    Option "BlankTime" "7" # Blank the screen after 7 minutes (Fake)
    Option "StandbyTime" "12" # Turn off screen after 12 minutes (DPMS)
    Option "SuspendTime" "22" # Full suspend after 22 minutes
    Option "OffTime" "30" # Turn off after half an hour
    EndSection
    Section "Monitor"
    Identifier [...]
    Option "DPMS" "true"
    EndSection

  4. #4
    Join Date
    May 2008
    Posts
    2,680

    Power Management Optimization in Ubuntu laptop

    Support for mobile versions of the CPU frequency and voltage dynamically adjusted, in most cases, your CPU is not necessary to run at full speed, especially in the battery, we can force the CPU to run at the lowest frequencies. In the linux 2.6 kernel after the cpu frequency on supporting the dynamic adjustment, there are the following four kinds of modes
    # performance will set the CPU frequency to support the maximum frequency, rather than dynamic regulation.
    # powersave the CPU frequency is set to the minimum
    # on demand fast dynamic adjustment of CPU frequency, Pentuim M's CPU can be used
    # conservative and ondemand different smoothing to adjust CPU frequency, suitable for battery work.

  5. #5
    Join Date
    Nov 2005
    Posts
    3,026

    Power Management Optimization in Ubuntu laptop

    You first do a rough calculation, if the hard drive of your laptop in energy saving mode, how much time can be extended.
    Code:
    cat / proc / acpi / battery / BATx / info
    It will display like :

    Code:
    present: yes
    design capacity: 8000 mAh
    last full capacity: 3800 mAh
    battery technology: rechargeable
    design voltage: 14000 mV
    design capacity warning: 200 mAh
    design capacity low: 130 mAh
    capacity granularity 1: 10 mAh
    capacity granularity 2: 25 mAh
    model number: JM-6
    serial number: xxxxxxxxxxxxxxx
    battery type: LION
    OEM info: Hewlett-Packard

  6. #6
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Power Management Optimization in Ubuntu laptop

    Through the following command to see the state of laptop-mode
    Code:
    sudo / etc / init.d / laptop-mode status
    Use tmpfs to a temporary file into memory. tmpfs as a virtual disk (ramdisk), but not exactly the same. The same as the virtual disk, tmpfs. You can use your RAM, but it can also use your swap partition to store. And the traditional virtual disk is a block device, and the need for a mkfs sort of command in order to really use it, tmpfs is a file system, rather than a block device; you just install it, it can use. All in all, this so tmpfs. I had the opportunity to meet to become the best RAM-based file system. Modify / etc / fstab, the tmpfs mount to the / tmp on and set the maximum limit of 32M. Check and reply.

Similar Threads

  1. Replies: 2
    Last Post: 04-02-2011, 09:41 PM
  2. Power management Under Fedora
    By Lauren Ambrose in forum Operating Systems
    Replies: 5
    Last Post: 21-04-2010, 01:26 PM
  3. Need SEO management power in Firefox
    By Sheena_thakkar in forum Technology & Internet
    Replies: 6
    Last Post: 27-02-2010, 04:32 PM
  4. Windows 7 Power Management
    By darshit in forum Guides & Tutorials
    Replies: 3
    Last Post: 28-04-2009, 11:27 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,123,842.64915 seconds with 17 queries