Results 1 to 6 of 6

Thread: Turning off hybrid graphics on a DV7

  1. #1
    Join Date
    May 2005
    Beans
    101
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Turning off hybrid graphics on a DV7

    I have an HP dv7-6b78us with hybrid graphics - an ATI Radeon and an Intel graphics card. They're both on by default and the Intel is more than enough power for my use. Here's how I managed to turn off the Radeon and save massive battery life:

    First, make sure you've uninstalled any proprietary graphics drivers. There's a proprietary driver thingy in the administrative menu for that.

    Next, add these to /etc/rc.local above the 'exit 0' line (e.g. sudo nano /etc/rc.local from the terminal):
    Code:
    modprobe radeon
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    And then add this to /etc/modprobe.d/blacklist-local.conf, also as sudo:
    Code:
    blacklist fglrx
    Reboot. Verify by doing the following:
    Code:
    sudo cat /sys/kernel/debug/vgaswitcheroo/switch
    You should see something like this:
    Code:
    0:IGD:+:Pwr:0000:00:02.0
    1:DIS: :Off:0000:01:00.0
    IGD is the Intel chip, the + means it's the one in use, and Pwr means it's on. DIS is the ATI card and if it says Off, you're saving a ton of battery.

    This is a permanent fix that lasts across reboots.
    Last edited by biodiesel-bri; January 31st, 2012 at 03:57 AM. Reason: Better instructions

  2. #2
    Join Date
    Mar 2011
    Location
    New Zealand
    Beans
    444
    Distro
    Ubuntu 12.04 Precise Pangolin

    Smile Re: Turning off hybrid graphics on a DV7

    Thank you SOO much!! This solves the fan on always and short battery life issue.
    Again, thankyou!!

    By the way, If your system can't find vgaswitchroo its probably because you have the proprietary drivers installed. I can't confirm but I have a suspicion it is.

  3. #3
    Join Date
    Oct 2011
    Beans
    28

    Re: Turning off hybrid graphics on a DV7

    I'd been using this method to great success until I updated to 12.04 and it stopped working, that is to say the laptop is overheating and the verification suggested confirms that both are powered.
    Does anyone have any ideas?

  4. #4
    Join Date
    Feb 2009
    Beans
    7

    Re: Turning off hybrid graphics on a DV7

    This just worked great for me on my HP Pavillion dv7-6b01tx running Ubuntu 12.10 =D
    Thanks!
    I'm yet to figure out how to switch between the GPUs though.. =P

  5. #5
    Join Date
    Nov 2012
    Beans
    1

    Re: Turning off hybrid graphics on a DV7

    how to check whether the proprietary drivers are installed and are in use?
    im a little new to ubuntu..
    help would be appreciated

  6. #6
    Join Date
    Jul 2008
    Location
    Vancouver
    Beans
    349
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Turning off hybrid graphics on a DV7

    If anyone has had any luck with the use of fglrx and HP's Envy series of laptops please tell me how you did it- 13 months and still no luck, except with the open source default driver and Kubuntu which at least for the past month has decent functionality, but still leaves me dual booting into windows for gaming.

    Please and Thanks , Mark
    markackerman8@gmail.com
    hp envy 17-2195 Intel HD3000/ AMD ATI Radeon 6850m

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
  •