Results 1 to 5 of 5

Thread: hybrid for ubuntu14.04(ATI/Intel)

  1. #1
    Join Date
    Mar 2012
    Beans
    4

    hybrid for ubuntu14.04(ATI/Intel)

    My laptop is acer 4745g, i have just installed ubuntu 14.04 gnome daily-build. The installation process is all right. Acer 4745g have ATI HD5650 and Intel chip, I think hybrid GPU is muxed. I want to turn on the integrated chip and turn off the discrete. I follow the steps in https://help.ubuntu.com/community/HybridGraphics using vga_switcheroo.
    Code:
    echo ON > /sys/kernel/debug/vgaswitcheroo/switch
    Turns on the GPU that is disconnected (not currently driving outputs), but does not switch outputs.
    Code:
    echo IGD > /sys/kernel/debug/vgaswitcheroo/switch
    Connects integrated graphics with outputs.


    Code:
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    Turns off the graphics card that is currently disconnected.


    So i want to check the status of the vga chip:
    Code:
    cat /sys/kernel/debug/vgaswitcheroo/switch
    this is the output:
    HTML Code:
    0:DIS: :DynPwr:0000:01:00.0
    1:IGD:+:Pwr:0000:00:02.0
    2:DIS-Audio: :Pwr:0000:01:00.1
    I see Pwr in both IGD and DIS, so i don't know if i turn of the DIS graphics?

    any helps?
    Last edited by l0o0; February 15th, 2014 at 09:51 AM.

  2. #2
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: hybrid for ubuntu14.04(ATI/Intel)

    You shouldn't need to use vga-switcheroo any more.

    This is the word on pxpress for ATI. It goes up through 13.10, but it should be applicable to Trusty as well.

    This seems to have been the ticket to success for about half the people I have suggested it to so far.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  3. #3
    Join Date
    Mar 2012
    Beans
    4

    Re: hybrid for ubuntu14.04(ATI/Intel)

    In the hardware requirements:
    A MUXless system with an Intel or an AMD integrated card and an AMD discrete card.

    But i don't think my laptop support muxless system.

  4. #4
    Join Date
    Mar 2012
    Beans
    4

    Re: hybrid for ubuntu14.04(ATI/Intel)

    Quote Originally Posted by QIII View Post
    You shouldn't need to use vga-switcheroo any more.

    This is the word on pxpress for ATI. It goes up through 13.10, but it should be applicable to Trusty as well.

    This seems to have been the ticket to success for about half the people I have suggested it to so far.
    In the hardware requirements:
    A MUXless system with an Intel or an AMD integrated card and an AMD discrete card.

    But i don't think my laptop support muxless system.

  5. #5
    Join Date
    Mar 2014
    Beans
    2

    Re: hybrid for ubuntu14.04(ATI/Intel)

    Same here on an HP Pavilion dv7-4287cl:

    Graphics
    : Card-1: Intel Core Processor Integrated Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:0046
    Card-2: Advanced Micro Devices [AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M] bus-ID: 01:00.0 chip-ID: 1002:68c1

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
  •