Answered retrive stock graphic driver

Discussion in 'Newbie Questions' started by y0d4, Mar 30, 2017.

  1. y0d4

    y0d4 Thread Starter
    Expand Collapse
    Member

    Joined:
    Jan 27, 2017
    Messages:
    6
    Likes Received:
    0
    Hello,

    i was trying to install amd driver, but to late i saw that is not supported on this version of elementary.
    So i want to retrieve like it was, because now i see only one monitor (have 3) :(
    any help?

    thank you

     

    Attached Files:

  2. Best Answer:
    Post #6 by Artificial Intelligence, Mar 31, 2017
  3. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    Which card? Which driver: your previous one and the one you have now? Please post the command line you used to install the driver.
     
  4. y0d4

    y0d4 Thread Starter
    Expand Collapse
    Member

    Joined:
    Jan 27, 2017
    Messages:
    6
    Likes Received:
    0
    Hi,

    Asus R9 280x it was default driver which come with installing Loki, i tried latest one from AMD (amdgpu-pro-16.40-348864 and amd-driver-installer-15.302-x86.x86_64).
    I think i do uninstall them and reinstall xorg, but nothing was changed...
     
  5. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    There should be an amdgpu-pro-uninstall script in the driver you downloaded. you need to run it.

    Code (Text):
    cd /into/the/folder
    ./amdgpu-pro-uninstall
     
    y0d4 likes this.
  6. y0d4

    y0d4 Thread Starter
    Expand Collapse
    Member

    Joined:
    Jan 27, 2017
    Messages:
    6
    Likes Received:
    0
    don`t have it, only:
    amdcccle amd-console-helper amdupdaterandrconfig
    amdconfig amdnotifyui amdxdg-su​
     
  7. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    okay,
    the uninstall most be install by:
    Code (Text):

    sudo sh /usr/share/ati/fglrx-uninstall.sh
    sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
     
    Then removing the xorg to install a new one
    Code (Text):

    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
     
    Thenn reboot
     
    y0d4 likes this.
  8. y0d4

    y0d4 Thread Starter
    Expand Collapse
    Member

    Joined:
    Jan 27, 2017
    Messages:
    6
    Likes Received:
    0
    that fixed the problem, thank you!!
     
  9. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    My pleasure. ^_^
    Please mark the thread "Answered"
     
    y0d4 likes this.

Share This Page

Loading...