Results 1 to 10 of 56

Thread: Can't install ATI proprietary drivers in 12.10. Unity is Missing

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Beans
    67

    Can't install ATI proprietary drivers in 12.10. Unity is Missing

    I have a laptop with ATI Radeon 6770M HD Hybrid graphics card. In Ubuntu 12.04, I installed the fglrx driver through "additional drivers" and it worked. (I can even switch GPUs). But in the new Ubuntu 12.10, after installing, Unity won't load.

    Only the mouse and the wallpaper. If I initialize the settings sudo aticonfig --initial then after rebooting it gives a warning saying I'm in low graphics mode! How to fix this?

    PS : Even tried the drivers from AMD website (both the old 8.* and the new 9.* drivers)

    PS 2 : Earlier i used software source to install the drivers. But when using the terminal, I got this warning :

    Code:
    update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
    Full installation log :

    pubudu@lap1:~$ sudo apt-get install fglrx-updates
    [sudo] password for pubudu:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following extra packages will be installed:
    fglrx-amdcccle-updates
    The following NEW packages will be installed:
    fglrx-amdcccle-updates fglrx-updates
    0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
    Need to get 85.1 MB of archives.
    After this operation, 254 MB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    Get:1 http://lk.archive.ubuntu.com/ubuntu/ quantal/restricted fglrx-updates amd64 2:9.000-0ubuntu3 [79.4 MB]
    Get:2 http://lk.archive.ubuntu.com/ubuntu/ quantal/restricted fglrx-amdcccle-updates amd64 2:9.000-0ubuntu3 [5,747 kB]
    Fetched 85.1 MB in 16min 38s (85.3 kB/s)
    Selecting previously unselected package fglrx-updates.
    (Reading database ... 159905 files and directories currently installed.)
    Unpacking fglrx-updates (from .../fglrx-updates_2%3a9.000-0ubuntu3_amd64.deb) ...
    Selecting previously unselected package fglrx-amdcccle-updates.
    Unpacking fglrx-amdcccle-updates (from .../fglrx-amdcccle-updates_2%3a9.000-0ubuntu3_amd64.deb) ...
    Processing triggers for ureadahead ...
    ureadahead will be reprofiled on next reboot
    Setting up fglrx-updates (2:9.000-0ubuntu3) ...
    update-alternatives: using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode
    update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
    update-alternatives: using /usr/lib/fglrx/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode
    update-initramfs: deferring update (trigger activated)
    Loading new fglrx-updates-9.000 DKMS files...
    First Installation: checking all kernels...
    Building only for 3.5.0-17-generic
    Building for architecture x86_64
    Building initial module for 3.5.0-17-generic
    Done.

    fglrx_updates:
    Running module version sanity check.
    - Original module
    - No original module exists within this kernel
    - Installation
    - Installing to /lib/modules/3.5.0-17-generic/updates/dkms/

    depmod.......

    DKMS: install completed.
    update-initramfs: deferring update (trigger activated)
    Processing triggers for ureadahead ...
    Processing triggers for bamfdaemon ...
    Rebuilding /usr/share/applications/bamf.index...
    Setting up fglrx-amdcccle-updates (2:9.000-0ubuntu3) ...
    Processing triggers for initramfs-tools ...
    update-initramfs: Generating /boot/initrd.img-3.5.0-17-generic
    Processing triggers for libc-bin ...
    ldconfig deferred processing now taking place
    Last edited by THPubs; October 19th, 2012 at 02:26 PM.

  2. #2
    Join Date
    Oct 2012
    Beans
    1

    Re: Can't install ATI proprietary drivers in 12.10. Unity is Missing

    Hi,

    I've had the same problem. Please try this:

    Code:
    sudo sh /usr/share/ati/fglrx-uninstall.sh
    sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
    
    sudo rm /etc/X11/xorg.conf
    
    sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-glx libgl1-mesa-dri
    
    
    sudo dpkg-reconfigure xserver-xorg
    
    sudo reboot
    It helps me but unity doesn't work well with default drivers.

    Anyone help how to install ATI proprietary drivers in 12.10?

    Thanks

  3. #3
    Join Date
    Aug 2009
    Beans
    6

    Re: Can't install ATI proprietary drivers in 12.10. Unity is Missing

    Just had to say I upgraded 12.04 and was greeted to a nice wallpaper and cursor with no unity.


    I have AMD 3870K APU with radeon HD 6550 built in.

    SO, I thought that upgrade failed so I installed 12.10 fresh and once it was up and running in software sources on the new tab where they moved the "additional drivers" it said reboot to activate new drivers and I did and when it came back on I have desktop with mouse but no unity again.


    Going back to 12.04 for a while I guess. this is strange.

  4. #4
    Join Date
    Jan 2012
    Beans
    67

    Re: Can't install ATI proprietary drivers in 12.10. Unity is Missing

    Got an error message while trying to install from the terminal "update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken". See the first post for the full installation log.

  5. #5
    Join Date
    Jan 2012
    Beans
    67

    Re: Can't install ATI proprietary drivers in 12.10. Unity is Missing


  6. #6
    Join Date
    Mar 2012
    Beans
    2

    Re: Can't install ATI proprietary drivers in 12.10. Unity is Missing

    I had to install linux-source and linux-headers-generic and then reinstall fglrx. After that everything worked great.

  7. #7
    Join Date
    Dec 2012
    Beans
    55

    Re: Can't install ATI proprietary drivers in 12.10. Unity is Missing

    Great!!!

  8. #8
    Join Date
    Mar 2013
    Beans
    8

    Re: Can't install ATI proprietary drivers in 12.10. Unity is Missing

    Try this ones, it worked for my ATI Radeon 4850HD.
    https://launchpad.net/~makson96/+archive/fglrx

    Hope this helps.

  9. #9
    Join Date
    Nov 2013
    Beans
    2

    Re: Can't install ATI proprietary drivers in 12.10. Unity is Missing

    For all my rigs for some reason only fglrx-experimental-13 works

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
  •