Ubuntu 18.04 - Vulkan stopped working (Nvidia, drivers proprietary)
up vote
1
down vote
favorite
Yesterday, I was forced to install the new Nvidia driver, because I previously installed the driver manually (something like that).
Yesterday I installed the version of the PPA for 410. After that, I tried to play a game with Vulkan (DXVK) but I can see that this doesn't work.
I was searching to install again if that's the fail, but I cannot install vulkan-utils
; the terminal says that depends on vulkan-tools
, but actually that package I can install and I have right now. I can use vulkaninfo
.
After this, I returned to the 396 version of the Nvidia driver, but it doesn't work either.
I saw tutorials that say with sudo apt install vulkan vulkan-utils
it can work, but searching for vulkan
gives an error because it can't find it. I was trying in a USB Live with Ubuntu 18.04 and I have the same failure.
What can I do to fix this?
drivers nvidia 18.04 vulkan
add a comment |
up vote
1
down vote
favorite
Yesterday, I was forced to install the new Nvidia driver, because I previously installed the driver manually (something like that).
Yesterday I installed the version of the PPA for 410. After that, I tried to play a game with Vulkan (DXVK) but I can see that this doesn't work.
I was searching to install again if that's the fail, but I cannot install vulkan-utils
; the terminal says that depends on vulkan-tools
, but actually that package I can install and I have right now. I can use vulkaninfo
.
After this, I returned to the 396 version of the Nvidia driver, but it doesn't work either.
I saw tutorials that say with sudo apt install vulkan vulkan-utils
it can work, but searching for vulkan
gives an error because it can't find it. I was trying in a USB Live with Ubuntu 18.04 and I have the same failure.
What can I do to fix this?
drivers nvidia 18.04 vulkan
There is no package named vulkan in Ubuntu, there is libvulkan1. vulkan-utils is just a transitional package to vulkan-tools
– doug
Dec 9 at 21:51
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Yesterday, I was forced to install the new Nvidia driver, because I previously installed the driver manually (something like that).
Yesterday I installed the version of the PPA for 410. After that, I tried to play a game with Vulkan (DXVK) but I can see that this doesn't work.
I was searching to install again if that's the fail, but I cannot install vulkan-utils
; the terminal says that depends on vulkan-tools
, but actually that package I can install and I have right now. I can use vulkaninfo
.
After this, I returned to the 396 version of the Nvidia driver, but it doesn't work either.
I saw tutorials that say with sudo apt install vulkan vulkan-utils
it can work, but searching for vulkan
gives an error because it can't find it. I was trying in a USB Live with Ubuntu 18.04 and I have the same failure.
What can I do to fix this?
drivers nvidia 18.04 vulkan
Yesterday, I was forced to install the new Nvidia driver, because I previously installed the driver manually (something like that).
Yesterday I installed the version of the PPA for 410. After that, I tried to play a game with Vulkan (DXVK) but I can see that this doesn't work.
I was searching to install again if that's the fail, but I cannot install vulkan-utils
; the terminal says that depends on vulkan-tools
, but actually that package I can install and I have right now. I can use vulkaninfo
.
After this, I returned to the 396 version of the Nvidia driver, but it doesn't work either.
I saw tutorials that say with sudo apt install vulkan vulkan-utils
it can work, but searching for vulkan
gives an error because it can't find it. I was trying in a USB Live with Ubuntu 18.04 and I have the same failure.
What can I do to fix this?
drivers nvidia 18.04 vulkan
drivers nvidia 18.04 vulkan
edited Dec 9 at 19:08
Zanna
49.4k13128236
49.4k13128236
asked Nov 7 at 21:13
Noctis
3115
3115
There is no package named vulkan in Ubuntu, there is libvulkan1. vulkan-utils is just a transitional package to vulkan-tools
– doug
Dec 9 at 21:51
add a comment |
There is no package named vulkan in Ubuntu, there is libvulkan1. vulkan-utils is just a transitional package to vulkan-tools
– doug
Dec 9 at 21:51
There is no package named vulkan in Ubuntu, there is libvulkan1. vulkan-utils is just a transitional package to vulkan-tools
– doug
Dec 9 at 21:51
There is no package named vulkan in Ubuntu, there is libvulkan1. vulkan-utils is just a transitional package to vulkan-tools
– doug
Dec 9 at 21:51
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
I don't know even today what happened with this, but I have a good workaround that can help people with the same problem.
It's not a fix, but it makes Vulkan work in Nvidia. You just need to open the terminal and enter sudo vulkaninfo
. With that, Vulkan works until the next reboot the system.
It seems like the permissions have something to do with this.
PS: The package vulkan-utils
is useless. Do not listen to that in my question.
add a comment |
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',
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1090945%2fubuntu-18-04-vulkan-stopped-working-nvidia-drivers-proprietary%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
up vote
1
down vote
I don't know even today what happened with this, but I have a good workaround that can help people with the same problem.
It's not a fix, but it makes Vulkan work in Nvidia. You just need to open the terminal and enter sudo vulkaninfo
. With that, Vulkan works until the next reboot the system.
It seems like the permissions have something to do with this.
PS: The package vulkan-utils
is useless. Do not listen to that in my question.
add a comment |
up vote
1
down vote
I don't know even today what happened with this, but I have a good workaround that can help people with the same problem.
It's not a fix, but it makes Vulkan work in Nvidia. You just need to open the terminal and enter sudo vulkaninfo
. With that, Vulkan works until the next reboot the system.
It seems like the permissions have something to do with this.
PS: The package vulkan-utils
is useless. Do not listen to that in my question.
add a comment |
up vote
1
down vote
up vote
1
down vote
I don't know even today what happened with this, but I have a good workaround that can help people with the same problem.
It's not a fix, but it makes Vulkan work in Nvidia. You just need to open the terminal and enter sudo vulkaninfo
. With that, Vulkan works until the next reboot the system.
It seems like the permissions have something to do with this.
PS: The package vulkan-utils
is useless. Do not listen to that in my question.
I don't know even today what happened with this, but I have a good workaround that can help people with the same problem.
It's not a fix, but it makes Vulkan work in Nvidia. You just need to open the terminal and enter sudo vulkaninfo
. With that, Vulkan works until the next reboot the system.
It seems like the permissions have something to do with this.
PS: The package vulkan-utils
is useless. Do not listen to that in my question.
edited Dec 9 at 19:12
Zanna
49.4k13128236
49.4k13128236
answered Dec 9 at 18:29
Noctis
3115
3115
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2faskubuntu.com%2fquestions%2f1090945%2fubuntu-18-04-vulkan-stopped-working-nvidia-drivers-proprietary%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
There is no package named vulkan in Ubuntu, there is libvulkan1. vulkan-utils is just a transitional package to vulkan-tools
– doug
Dec 9 at 21:51