NVIDIA 970 running in software rendering mode












1















I am trying to get a GEforce 970 running on linux mint, and I am stuck in software rendering mode after doing the following:




  1. adding the ppa from here

  2. sudo apt-get install nvidia-340

  3. reboot (after update)- no gui

  4. remove graphics card and edit grub default to include nomodeset

  5. reinsert graphica card

  6. now running in software rendering mode

  7. tried sudo apt-get install nvidia-current with no change.


Anybody have any ideas? I cant seem to find anything on the help forums I checked that works.










share|improve this question























  • Please let me know why you downvoted this question so I can improve it

    – Rilcon42
    Aug 27 '16 at 4:00











  • Have a look at the arch minimal xorg config for nvidia apart from that you're likely to need Option "AccelMethod" "<something>". I have a Radeon in which I use glamor but I do not really know the NVIDIA options for AccelMethod.

    – grochmal
    Aug 27 '16 at 4:37
















1















I am trying to get a GEforce 970 running on linux mint, and I am stuck in software rendering mode after doing the following:




  1. adding the ppa from here

  2. sudo apt-get install nvidia-340

  3. reboot (after update)- no gui

  4. remove graphics card and edit grub default to include nomodeset

  5. reinsert graphica card

  6. now running in software rendering mode

  7. tried sudo apt-get install nvidia-current with no change.


Anybody have any ideas? I cant seem to find anything on the help forums I checked that works.










share|improve this question























  • Please let me know why you downvoted this question so I can improve it

    – Rilcon42
    Aug 27 '16 at 4:00











  • Have a look at the arch minimal xorg config for nvidia apart from that you're likely to need Option "AccelMethod" "<something>". I have a Radeon in which I use glamor but I do not really know the NVIDIA options for AccelMethod.

    – grochmal
    Aug 27 '16 at 4:37














1












1








1








I am trying to get a GEforce 970 running on linux mint, and I am stuck in software rendering mode after doing the following:




  1. adding the ppa from here

  2. sudo apt-get install nvidia-340

  3. reboot (after update)- no gui

  4. remove graphics card and edit grub default to include nomodeset

  5. reinsert graphica card

  6. now running in software rendering mode

  7. tried sudo apt-get install nvidia-current with no change.


Anybody have any ideas? I cant seem to find anything on the help forums I checked that works.










share|improve this question














I am trying to get a GEforce 970 running on linux mint, and I am stuck in software rendering mode after doing the following:




  1. adding the ppa from here

  2. sudo apt-get install nvidia-340

  3. reboot (after update)- no gui

  4. remove graphics card and edit grub default to include nomodeset

  5. reinsert graphica card

  6. now running in software rendering mode

  7. tried sudo apt-get install nvidia-current with no change.


Anybody have any ideas? I cant seem to find anything on the help forums I checked that works.







linux-mint nvidia






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 27 '16 at 3:15









Rilcon42Rilcon42

428




428













  • Please let me know why you downvoted this question so I can improve it

    – Rilcon42
    Aug 27 '16 at 4:00











  • Have a look at the arch minimal xorg config for nvidia apart from that you're likely to need Option "AccelMethod" "<something>". I have a Radeon in which I use glamor but I do not really know the NVIDIA options for AccelMethod.

    – grochmal
    Aug 27 '16 at 4:37



















  • Please let me know why you downvoted this question so I can improve it

    – Rilcon42
    Aug 27 '16 at 4:00











  • Have a look at the arch minimal xorg config for nvidia apart from that you're likely to need Option "AccelMethod" "<something>". I have a Radeon in which I use glamor but I do not really know the NVIDIA options for AccelMethod.

    – grochmal
    Aug 27 '16 at 4:37

















Please let me know why you downvoted this question so I can improve it

– Rilcon42
Aug 27 '16 at 4:00





Please let me know why you downvoted this question so I can improve it

– Rilcon42
Aug 27 '16 at 4:00













Have a look at the arch minimal xorg config for nvidia apart from that you're likely to need Option "AccelMethod" "<something>". I have a Radeon in which I use glamor but I do not really know the NVIDIA options for AccelMethod.

– grochmal
Aug 27 '16 at 4:37





Have a look at the arch minimal xorg config for nvidia apart from that you're likely to need Option "AccelMethod" "<something>". I have a Radeon in which I use glamor but I do not really know the NVIDIA options for AccelMethod.

– grochmal
Aug 27 '16 at 4:37










1 Answer
1






active

oldest

votes


















1














For a GTX 970, you should either use nouveau (the open source Nvidia driver), or the plain old proprietary nvidia module. Both tend to be pretty iffy (why I'm switching to Radeon graphics), so I would recommend finding which one works best for you.



As for getting out of software rendering mode, have you tried removing nomodeset from grub default and doing sudo grub-mkconfig -o /boot/grub/grub.cfg when /boot/grub/grub.cfg is your grub config file? Also make sure that you remove nvidia-340 and sudo modprobe nvidia when you have only that installed.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    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: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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%2funix.stackexchange.com%2fquestions%2f306031%2fnvidia-970-running-in-software-rendering-mode%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    For a GTX 970, you should either use nouveau (the open source Nvidia driver), or the plain old proprietary nvidia module. Both tend to be pretty iffy (why I'm switching to Radeon graphics), so I would recommend finding which one works best for you.



    As for getting out of software rendering mode, have you tried removing nomodeset from grub default and doing sudo grub-mkconfig -o /boot/grub/grub.cfg when /boot/grub/grub.cfg is your grub config file? Also make sure that you remove nvidia-340 and sudo modprobe nvidia when you have only that installed.






    share|improve this answer




























      1














      For a GTX 970, you should either use nouveau (the open source Nvidia driver), or the plain old proprietary nvidia module. Both tend to be pretty iffy (why I'm switching to Radeon graphics), so I would recommend finding which one works best for you.



      As for getting out of software rendering mode, have you tried removing nomodeset from grub default and doing sudo grub-mkconfig -o /boot/grub/grub.cfg when /boot/grub/grub.cfg is your grub config file? Also make sure that you remove nvidia-340 and sudo modprobe nvidia when you have only that installed.






      share|improve this answer


























        1












        1








        1







        For a GTX 970, you should either use nouveau (the open source Nvidia driver), or the plain old proprietary nvidia module. Both tend to be pretty iffy (why I'm switching to Radeon graphics), so I would recommend finding which one works best for you.



        As for getting out of software rendering mode, have you tried removing nomodeset from grub default and doing sudo grub-mkconfig -o /boot/grub/grub.cfg when /boot/grub/grub.cfg is your grub config file? Also make sure that you remove nvidia-340 and sudo modprobe nvidia when you have only that installed.






        share|improve this answer













        For a GTX 970, you should either use nouveau (the open source Nvidia driver), or the plain old proprietary nvidia module. Both tend to be pretty iffy (why I'm switching to Radeon graphics), so I would recommend finding which one works best for you.



        As for getting out of software rendering mode, have you tried removing nomodeset from grub default and doing sudo grub-mkconfig -o /boot/grub/grub.cfg when /boot/grub/grub.cfg is your grub config file? Also make sure that you remove nvidia-340 and sudo modprobe nvidia when you have only that installed.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 27 '16 at 4:51









        John LeuenhagenJohn Leuenhagen

        590210




        590210






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • 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%2funix.stackexchange.com%2fquestions%2f306031%2fnvidia-970-running-in-software-rendering-mode%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?