Page 65 of 89 FirstFirst ... 1555636465666775 ... LastLast
Results 641 to 650 of 882

Thread: AMD/Intel Hybrid Graphics works

  1. #641
    Join Date
    Feb 2013
    Beans
    1

    Re: AMD/Intel Hybrid Graphics works

    I made it )))
    HP ProBook 4530s
    Intel Sandy Bridge/AMD RadeonHD 6490M
    Ubuntu 12.10
    AMD Catalyst 13.2 Beta 3
    whitout andrikos ppa
    At first install X-bleeding edges, but on catalyst installing it's make kernel cry... Without it everything works perfect ))
    Don't know about Steam games, 'case don't have bought HL or CS.

  2. #642
    Join Date
    Oct 2012
    Beans
    10

    Re: AMD/Intel Hybrid Graphics works

    Quote Originally Posted by anion155 View Post
    I made it )))
    HP ProBook 4530s
    Intel Sandy Bridge/AMD RadeonHD 6490M
    Ubuntu 12.10
    AMD Catalyst 13.2 Beta 3
    whitout andrikos ppa
    At first install X-bleeding edges, but on catalyst installing it's make kernel cry... Without it everything works perfect ))
    Don't know about Steam games, 'case don't have bought HL or CS.
    How did you installed driver ? I installed using automatic mode. The driver works ok with dedicated gpu but switching is not working. If I select integrated gpu system hangs at boot. Further switching to dedicated gpu aslo doesn't work. I reinstalled the driver and I am using only dedicated gpu.


    Someone knows how to fix this issue ?

    Thanks.

  3. #643
    Join Date
    Aug 2012
    Beans
    11

    Re: AMD/Intel Hybrid Graphics works

    you can t innstall auto, you need/have to create packages, and then install them. look page 1 , page 53 and 63

  4. #644
    Join Date
    Feb 2013
    Beans
    91

    Re: AMD/Intel Hybrid Graphics works

    Newbie here, Just installed Ubuntu 12,2 on

    HP2000z-300 Laptop
    ATI Radeon HD 6310

    I checked the ATI and there is a new version 13.1 available.

    My problem is I haven't been able to change the command line to get it;

    wget http://www2.ati.com/drivers/linux/am...x86.x86_64.runa little help please.

    Larry

  5. #645
    Join Date
    Dec 2012
    Location
    Ringsted, Denmark
    Beans
    51
    Distro
    Kubuntu Development Release

    Re: AMD/Intel Hybrid Graphics works

    Quote Originally Posted by l6griffin View Post
    Newbie here, Just installed Ubuntu 12,2 on

    HP2000z-300 Laptop
    ATI Radeon HD 6310

    I checked the ATI and there is a new version 13.1 available.

    My problem is I haven't been able to change the command line to get it;

    wget http://www2.ati.com/drivers/linux/am...x86.x86_64.runa little help please.

    Larry
    Code:
    wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip
    That should get you going.

  6. #646
    Join Date
    Feb 2013
    Beans
    91

    Re: AMD/Intel Hybrid Graphics works

    Thanks Marco,

    That did it. I had assumed that run needed to be on the end. I may yet learn as much about Linux as I did CP/M and DOS.

    Edit. spoke too soon. Have a problem with another command and don't see the problem;

    larry@larry-HP-2000-Notebook-PC:~/catalyst13.1$ sudo sh ./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip
    ./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip: 1: ./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip: Syntax error: ")" unexpected

    tried several variations no help.

    edit; extracted .run file from .zip

    Nope it hung;
    ================================================== ===================
    AMD Catalyst(TM) Proprietary Driver Installer/Packager
    ================================================== ===================
    Detected configuration:
    Architecture: x86_64 (64-bit)
    X Server: X.Org 6.9 or later 64-bit

    after this there is a inverted square blinking cursor. All I can see to do is ctrl C to abort

    I screwed up time to start over

    Larry
    Last edited by l6griffin; February 6th, 2013 at 09:05 PM. Reason: solved, nope

  7. #647
    Join Date
    Dec 2012
    Location
    Ringsted, Denmark
    Beans
    51
    Distro
    Kubuntu Development Release

    Re: AMD/Intel Hybrid Graphics works

    You need to run the installer with --buildpkg Ubuntu/precise
    assuming you're running ubuntu 12.4.2, if you are running 12.10 replace precise with quantal. Note the capital U in Ubuntu.

    That will create .deb-files in you current directory.
    Install those with sudo dpkg -i fglrx*.deb.

  8. #648
    Join Date
    Feb 2013
    Beans
    91

    Re: AMD/Intel Hybrid Graphics works

    I caught that, and also found that what I thought was a hang was actually the install window for Catalyst hidden. Not a clean install, so I've re-installed, and erased the previous install. I want this install to be near perfect. Hopefully I've learned all commands that need to be used. I may use the beta this time around. I've got a work around for finding finding the file. I've downloaded them to a USB drive.

    Thanks for your help.

    Larry

  9. #649
    Join Date
    Nov 2006
    Beans
    161

    Re: AMD/Intel Hybrid Graphics works

    Hello guys! I'm a little confused with the "mux stuff".
    On my Sony Vaio SVE1712Z1EB, I can't see integrated graphics neither on Windows 8, I've only Radeon HD 7650M on devices management, GPU section...
    On Sony UEFI bios, no 1 option for switch integrated/dedicated.
    The integrated (Intel i7 Ivy Bridge) seems totally disabled.
    My impression is right or muxless configuration hide the integrated gpu?
    Thank you.

  10. #650
    Join Date
    Feb 2013
    Beans
    3

    Re: AMD/Intel Hybrid Graphics works

    Hi all!

    Read alot of the posts on this board, and some other boards =), and I worked my own way of getting hybrid graphics to work on my Vostro 3350 (hd3000/hd6490).

    So here is my steps for any of you who cannot get it to work by the steps previously described.

    1. Fresh install of 12.10
    2. Upgrade
    3. Installed Linux source and headers
      Code:
      sudo apt-get install linux-source linux-headers-generic
    4. Install official driver from AMD (13.1), run the installer and install the driver directly WITHOUT generating packages.
    5. REBOOT
    6. Run the following commands to install drivers from Andrikos ppa
      Code:
      sudo apt-get purge fglrx* 
      sudo add-apt-repository ppa:andrikos/ppa 
      sudo apt-get update 
      sudo apt-get -y upgrade 
      sudo apt-get --reinstall install xserver-xorg-video-intel 
      sudo apt-get -y install fglrx-updates fglrx-amdcccle-updates 
      sudo aticonfig --initial -f
    7. Reboot

    Now it's time for champagne!
    Last edited by belorios; February 10th, 2013 at 10:47 AM.

Page 65 of 89 FirstFirst ... 1555636465666775 ... LastLast

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
  •