Display issues with Ubuntu 14.04 with AMD R9 380 graphics card












1















I built a new computer to dual boot Windows and Ubuntu and am using the AMD R9 380 Graphics card. Windows installation went fine. After installing Ubuntu 14.04 I found that I can't change my screen resolution. I tried installing the proprietary drivers from the AMD website and then I couldn't boot the OS. I reinstalled Ubuntu and stayed with the open source drivers but the problem remains.



The solutions I found online used xrandr to set resolutions but when I run it I always get "Failed to get size of gamma for default output". When I try to change the system display settings I can only use one resolution (1024x768) and only uses built-in display. Clicking on detect displays doesn't do anything.



Does anyone know a resolution?










share|improve this question























  • Run sudo apt-get install fglrx-updates and reboot.

    – Pilot6
    Oct 17 '15 at 16:56
















1















I built a new computer to dual boot Windows and Ubuntu and am using the AMD R9 380 Graphics card. Windows installation went fine. After installing Ubuntu 14.04 I found that I can't change my screen resolution. I tried installing the proprietary drivers from the AMD website and then I couldn't boot the OS. I reinstalled Ubuntu and stayed with the open source drivers but the problem remains.



The solutions I found online used xrandr to set resolutions but when I run it I always get "Failed to get size of gamma for default output". When I try to change the system display settings I can only use one resolution (1024x768) and only uses built-in display. Clicking on detect displays doesn't do anything.



Does anyone know a resolution?










share|improve this question























  • Run sudo apt-get install fglrx-updates and reboot.

    – Pilot6
    Oct 17 '15 at 16:56














1












1








1


1






I built a new computer to dual boot Windows and Ubuntu and am using the AMD R9 380 Graphics card. Windows installation went fine. After installing Ubuntu 14.04 I found that I can't change my screen resolution. I tried installing the proprietary drivers from the AMD website and then I couldn't boot the OS. I reinstalled Ubuntu and stayed with the open source drivers but the problem remains.



The solutions I found online used xrandr to set resolutions but when I run it I always get "Failed to get size of gamma for default output". When I try to change the system display settings I can only use one resolution (1024x768) and only uses built-in display. Clicking on detect displays doesn't do anything.



Does anyone know a resolution?










share|improve this question














I built a new computer to dual boot Windows and Ubuntu and am using the AMD R9 380 Graphics card. Windows installation went fine. After installing Ubuntu 14.04 I found that I can't change my screen resolution. I tried installing the proprietary drivers from the AMD website and then I couldn't boot the OS. I reinstalled Ubuntu and stayed with the open source drivers but the problem remains.



The solutions I found online used xrandr to set resolutions but when I run it I always get "Failed to get size of gamma for default output". When I try to change the system display settings I can only use one resolution (1024x768) and only uses built-in display. Clicking on detect displays doesn't do anything.



Does anyone know a resolution?







ati






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 3 '15 at 7:33









rod409rod409

614




614













  • Run sudo apt-get install fglrx-updates and reboot.

    – Pilot6
    Oct 17 '15 at 16:56



















  • Run sudo apt-get install fglrx-updates and reboot.

    – Pilot6
    Oct 17 '15 at 16:56

















Run sudo apt-get install fglrx-updates and reboot.

– Pilot6
Oct 17 '15 at 16:56





Run sudo apt-get install fglrx-updates and reboot.

– Pilot6
Oct 17 '15 at 16:56










2 Answers
2






active

oldest

votes


















0














I just completed a build of new desktop using the Radeon R9 380 graphics card and got the exact same problem.
I fixed this by going into:



System Settings .. Software & Updates .. Additional Drivers



I chose the AMD graphics accelerators from fglrx updates



I hope that this works for you as well






share|improve this answer
























  • After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site support.amd.com/en-us/download Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:

    – Armien
    Oct 18 '15 at 19:53





















0














After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site. Note this is for my AMD radeon R9 380 gpu. Please scan through the install instructions that you might find on the site below. It should be as I have it here.
http://support.amd.com/en-us/download



Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:



fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb,

fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb,

fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb,

fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb
.



Then check that there are no legacy drivers on your system with the follwing cmd



sudo dpkg -l fglrx fglrx-core fglrx-amdcccle fglrx-dev



You can use the following to remove them. Note after the below cmd might not be a good time to reboot your machine ;)
sudo dpkg -r fglrx fglrx-core fglrx-amdcccle fglrx-dev



My terminal session gave an error message that fglrx-dev was unknown to my system, so I removed that from the above command



I placed all the files into a single folder, in terminal I navigated to that folder and once in that folder I ran the following



sudo dpkg -i fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb



There were no errors reported in ubuntu 15.04, which was a newly installed build.



I can now watch movies in VLC, which for some reason now plays better than xbmc and kodi. Strange as my old underspecced dual core machine was the other way around. After installing steam we played 2 games, not very gpu intensive, i.e. Dota and TerraTech. I can see that Ubuntu is not getting the most from the gpu. Will still be trying out other games, but good luck






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f681029%2fdisplay-issues-with-ubuntu-14-04-with-amd-r9-380-graphics-card%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I just completed a build of new desktop using the Radeon R9 380 graphics card and got the exact same problem.
    I fixed this by going into:



    System Settings .. Software & Updates .. Additional Drivers



    I chose the AMD graphics accelerators from fglrx updates



    I hope that this works for you as well






    share|improve this answer
























    • After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site support.amd.com/en-us/download Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:

      – Armien
      Oct 18 '15 at 19:53


















    0














    I just completed a build of new desktop using the Radeon R9 380 graphics card and got the exact same problem.
    I fixed this by going into:



    System Settings .. Software & Updates .. Additional Drivers



    I chose the AMD graphics accelerators from fglrx updates



    I hope that this works for you as well






    share|improve this answer
























    • After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site support.amd.com/en-us/download Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:

      – Armien
      Oct 18 '15 at 19:53
















    0












    0








    0







    I just completed a build of new desktop using the Radeon R9 380 graphics card and got the exact same problem.
    I fixed this by going into:



    System Settings .. Software & Updates .. Additional Drivers



    I chose the AMD graphics accelerators from fglrx updates



    I hope that this works for you as well






    share|improve this answer













    I just completed a build of new desktop using the Radeon R9 380 graphics card and got the exact same problem.
    I fixed this by going into:



    System Settings .. Software & Updates .. Additional Drivers



    I chose the AMD graphics accelerators from fglrx updates



    I hope that this works for you as well







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 17 '15 at 16:46









    ArmienArmien

    1




    1













    • After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site support.amd.com/en-us/download Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:

      – Armien
      Oct 18 '15 at 19:53





















    • After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site support.amd.com/en-us/download Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:

      – Armien
      Oct 18 '15 at 19:53



















    After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site support.amd.com/en-us/download Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:

    – Armien
    Oct 18 '15 at 19:53







    After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site support.amd.com/en-us/download Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:

    – Armien
    Oct 18 '15 at 19:53















    0














    After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site. Note this is for my AMD radeon R9 380 gpu. Please scan through the install instructions that you might find on the site below. It should be as I have it here.
    http://support.amd.com/en-us/download



    Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:



    fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb,

    fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb,

    fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb,

    fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb
    .



    Then check that there are no legacy drivers on your system with the follwing cmd



    sudo dpkg -l fglrx fglrx-core fglrx-amdcccle fglrx-dev



    You can use the following to remove them. Note after the below cmd might not be a good time to reboot your machine ;)
    sudo dpkg -r fglrx fglrx-core fglrx-amdcccle fglrx-dev



    My terminal session gave an error message that fglrx-dev was unknown to my system, so I removed that from the above command



    I placed all the files into a single folder, in terminal I navigated to that folder and once in that folder I ran the following



    sudo dpkg -i fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb



    There were no errors reported in ubuntu 15.04, which was a newly installed build.



    I can now watch movies in VLC, which for some reason now plays better than xbmc and kodi. Strange as my old underspecced dual core machine was the other way around. After installing steam we played 2 games, not very gpu intensive, i.e. Dota and TerraTech. I can see that Ubuntu is not getting the most from the gpu. Will still be trying out other games, but good luck






    share|improve this answer




























      0














      After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site. Note this is for my AMD radeon R9 380 gpu. Please scan through the install instructions that you might find on the site below. It should be as I have it here.
      http://support.amd.com/en-us/download



      Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:



      fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb,

      fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb,

      fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb,

      fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb
      .



      Then check that there are no legacy drivers on your system with the follwing cmd



      sudo dpkg -l fglrx fglrx-core fglrx-amdcccle fglrx-dev



      You can use the following to remove them. Note after the below cmd might not be a good time to reboot your machine ;)
      sudo dpkg -r fglrx fglrx-core fglrx-amdcccle fglrx-dev



      My terminal session gave an error message that fglrx-dev was unknown to my system, so I removed that from the above command



      I placed all the files into a single folder, in terminal I navigated to that folder and once in that folder I ran the following



      sudo dpkg -i fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb



      There were no errors reported in ubuntu 15.04, which was a newly installed build.



      I can now watch movies in VLC, which for some reason now plays better than xbmc and kodi. Strange as my old underspecced dual core machine was the other way around. After installing steam we played 2 games, not very gpu intensive, i.e. Dota and TerraTech. I can see that Ubuntu is not getting the most from the gpu. Will still be trying out other games, but good luck






      share|improve this answer


























        0












        0








        0







        After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site. Note this is for my AMD radeon R9 380 gpu. Please scan through the install instructions that you might find on the site below. It should be as I have it here.
        http://support.amd.com/en-us/download



        Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:



        fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb,

        fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb,

        fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb,

        fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb
        .



        Then check that there are no legacy drivers on your system with the follwing cmd



        sudo dpkg -l fglrx fglrx-core fglrx-amdcccle fglrx-dev



        You can use the following to remove them. Note after the below cmd might not be a good time to reboot your machine ;)
        sudo dpkg -r fglrx fglrx-core fglrx-amdcccle fglrx-dev



        My terminal session gave an error message that fglrx-dev was unknown to my system, so I removed that from the above command



        I placed all the files into a single folder, in terminal I navigated to that folder and once in that folder I ran the following



        sudo dpkg -i fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb



        There were no errors reported in ubuntu 15.04, which was a newly installed build.



        I can now watch movies in VLC, which for some reason now plays better than xbmc and kodi. Strange as my old underspecced dual core machine was the other way around. After installing steam we played 2 games, not very gpu intensive, i.e. Dota and TerraTech. I can see that Ubuntu is not getting the most from the gpu. Will still be trying out other games, but good luck






        share|improve this answer













        After doing the above update to my machine the display looked fine but movies would not play very well. So after numerous re-installs of Ubuntu 15.04 I followed the install instructions on the amd site. Note this is for my AMD radeon R9 380 gpu. Please scan through the install instructions that you might find on the site below. It should be as I have it here.
        http://support.amd.com/en-us/download



        Note that there isn't just 1 file to download. You need to download 4 files, in my case yesterday they're as follows:



        fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb,

        fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb,

        fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb,

        fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb
        .



        Then check that there are no legacy drivers on your system with the follwing cmd



        sudo dpkg -l fglrx fglrx-core fglrx-amdcccle fglrx-dev



        You can use the following to remove them. Note after the below cmd might not be a good time to reboot your machine ;)
        sudo dpkg -r fglrx fglrx-core fglrx-amdcccle fglrx-dev



        My terminal session gave an error message that fglrx-dev was unknown to my system, so I removed that from the above command



        I placed all the files into a single folder, in terminal I navigated to that folder and once in that folder I ran the following



        sudo dpkg -i fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-dev_15.201-0ubuntu1_amd64_UB_14.01.deb fglrx-amdcccle_15.201-0ubuntu1_amd64_UB_14.01.deb



        There were no errors reported in ubuntu 15.04, which was a newly installed build.



        I can now watch movies in VLC, which for some reason now plays better than xbmc and kodi. Strange as my old underspecced dual core machine was the other way around. After installing steam we played 2 games, not very gpu intensive, i.e. Dota and TerraTech. I can see that Ubuntu is not getting the most from the gpu. Will still be trying out other games, but good luck







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 18 '15 at 20:21









        ArmienArmien

        1




        1






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f681029%2fdisplay-issues-with-ubuntu-14-04-with-amd-r9-380-graphics-card%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?