NVIDIA 970 running in software rendering mode
I am trying to get a GEforce 970 running on linux mint, and I am stuck in software rendering mode after doing the following:
- adding the ppa from here
sudo apt-get install nvidia-340
- reboot (after update)- no gui
- remove graphics card and edit grub default to include
nomodeset
- reinsert graphica card
- now running in software rendering mode
- 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
add a comment |
I am trying to get a GEforce 970 running on linux mint, and I am stuck in software rendering mode after doing the following:
- adding the ppa from here
sudo apt-get install nvidia-340
- reboot (after update)- no gui
- remove graphics card and edit grub default to include
nomodeset
- reinsert graphica card
- now running in software rendering mode
- 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
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 needOption "AccelMethod" "<something>"
. I have a Radeon in which I useglamor
but I do not really know the NVIDIA options for AccelMethod.
– grochmal
Aug 27 '16 at 4:37
add a comment |
I am trying to get a GEforce 970 running on linux mint, and I am stuck in software rendering mode after doing the following:
- adding the ppa from here
sudo apt-get install nvidia-340
- reboot (after update)- no gui
- remove graphics card and edit grub default to include
nomodeset
- reinsert graphica card
- now running in software rendering mode
- 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
I am trying to get a GEforce 970 running on linux mint, and I am stuck in software rendering mode after doing the following:
- adding the ppa from here
sudo apt-get install nvidia-340
- reboot (after update)- no gui
- remove graphics card and edit grub default to include
nomodeset
- reinsert graphica card
- now running in software rendering mode
- 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
linux-mint nvidia
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 needOption "AccelMethod" "<something>"
. I have a Radeon in which I useglamor
but I do not really know the NVIDIA options for AccelMethod.
– grochmal
Aug 27 '16 at 4:37
add a comment |
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 needOption "AccelMethod" "<something>"
. I have a Radeon in which I useglamor
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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Aug 27 '16 at 4:51
John LeuenhagenJohn Leuenhagen
590210
590210
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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 useglamor
but I do not really know the NVIDIA options for AccelMethod.– grochmal
Aug 27 '16 at 4:37