Results 1 to 9 of 9

Thread: 64-bit Hybrid graphic card

  1. #1
    Join Date
    Sep 2012
    Beans
    19

    64-bit Hybrid graphic card

    People I really need a similar solution to this post http://ubuntuforums.org/showthread.php?t=1930450
    ... for ATI Radeon 5xxx/intel hybrid graphic cards .. my discrete card is Ati Radeon 5650m (ubuntu 12.04, 64-bit arch.)



    that post was very useful to many people I know
    PLEASE

  2. #2
    Join Date
    Jun 2007
    Location
    Poughkeepsie, NY
    Beans
    5,810
    Distro
    Ubuntu

    Re: 64-bit Hybrid graphic card

    That post should work for you if your system supports this function.

  3. #3
    Join Date
    Sep 2012
    Beans
    19

    Re: 64-bit Hybrid graphic card

    I still not got a solution !! I'm running on unity 2-D .. this sucks

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

    Re: 64-bit Hybrid graphic card

    Unfortunately, there is no solution like that for 5xxx series graphics. You will either have to use BIOS/EFI to disable one or the other; or use the open source Radeon driver and vgaswitcheroo.
    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.

  5. #5
    Join Date
    Sep 2012
    Beans
    19

    Re: 64-bit Hybrid graphic card

    Quote Originally Posted by QIII View Post
    Unfortunately, there is no solution like that for 5xxx series graphics. You will either have to use BIOS/EFI to disable one or the other; or use the open source Radeon driver and vgaswitcheroo.
    I want a step-by-step solution .. whatever it was .. can u do that ?
    I just want Unity 3-d to work

  6. #6
    Join Date
    Sep 2012
    Beans
    19

    Re: 64-bit Hybrid graphic card


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

    Re: 64-bit Hybrid graphic card

    I'm on the road right now using my cell phone, so this will be brief.

    If available, the instructions for how to enable/disable the discrete or integrated graphics will vary depending on the model/manufacturer of your motherboard. I can't help you there.

    You need to remove the fglrx driver and use the open source Radeon driver if you want to use vgaswitcheroo.

    If you installed the fglrx driver through the repo, do the following:

    Code:
    sudo apt-get purge fglrx fglrx-amdcccle
    If you installed using the instructions from the AMD website, do:

    Code:
    sudo aticonfig --uninstall
    or

    Code:
    sudo amdconfig --uninstall
    Then, look at the community hybrid graphics wiki here.
    Last edited by QIII; October 17th, 2012 at 05:41 PM.
    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.

  8. #8
    Join Date
    Sep 2012
    Beans
    19

    Re: 64-bit Hybrid graphic card

    thanks for the quick reply. Unfortunately after doing the first code .. the second two .. didn't work ,, neither the first ones from the community hybrid graphics wiki

    Code:
    amjad@amjad-HP-PC:~$ sudo aticonfig --uninstall
    sudo: aticonfig: command not found
    amjad@amjad-HP-PC:~$ sudo amdconfig --uninstall
    sudo: amdconfig: command not found
    
    amjad@amjad-HP-PC:~$ grep -i switcheroo /boot/config-2.6.*
    grep: /boot/config-2.6.*: No such file or directory
    amjad@amjad-HP-PC:~$ ls -l /sys/kernel/debug/vgaswitcheroo/switch
    ls: cannot access /sys/kernel/debug/vgaswitcheroo/switch: Permission denied
    What to do now ?
    Last edited by AmjAdAsh2Ar; October 17th, 2012 at 08:30 PM.

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

    Re: 64-bit Hybrid graphic card

    The second and third commands for uninstalling would be expected to fail if the first had worked. So don't worry about that.

    It looks like the wiki is outdated and needs to be updated for the current version. Unfortunately, as I said, I am limited to my cell phone and can't give you an updated directory without looking.

    vgaswitcheroo should be included by default in your kernel if you are using Precise, I believe. If you could post your kernel version, someone may be able to help you adjust the commands.
    Last edited by QIII; October 17th, 2012 at 09:13 PM.
    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.

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
  •