NVIDIA Driver issue with Ubuntu 18.04 (Cannot suspend, No Brightness control, Occasional Screen glitches)
Ubuntu noobie here using a Dell Inspiron 7567 gaming laptop. I've recently dual booted Ubuntu 18.04 with windows and been going through hell trying to configure my Nvidia drivers with Ubuntu. Couldn't change my screen brightness initially as /sys/class/backlight
was empty. No acpi_video0 or anything else in there. Looked up a few forums and made the following changes to the grub file in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash acpi_osi=Linux acpi_backlight=vendor"
Ever since then, I have a folder called dell_backlight
in /sys/class/backlight
and I'm able to control the brightness
Now the second issue is that the laptop will NOT suspend when I close the lid. Again looked up a few forums and changed HandleLidSwitchDocked=suspend
, removed the comment. Still, no luck.
Read a few articles online and narrowed down the problem to my nvidia drivers. The funny thing is that, this is the screen when I start up nvidia settings.
Nvidia Settings Screen
And this is the terminal log
Nvidia Settings Terminal log
The output to `nvidia-smi, which shows that drivers are installed.
nvidia-smi
Graphic card details lspci -nnk | grep VGA -A1
, as you can probably see I have two cards, an Intel HD 630 as well as an Nvidia 1050ti
Graphic card details
Despite all this, when I run the command nvidia-detector
, it returns none.
Any sort of help is appreciated. Cheers !
drivers 18.04 nvidia power-management
New contributor
add a comment |
Ubuntu noobie here using a Dell Inspiron 7567 gaming laptop. I've recently dual booted Ubuntu 18.04 with windows and been going through hell trying to configure my Nvidia drivers with Ubuntu. Couldn't change my screen brightness initially as /sys/class/backlight
was empty. No acpi_video0 or anything else in there. Looked up a few forums and made the following changes to the grub file in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash acpi_osi=Linux acpi_backlight=vendor"
Ever since then, I have a folder called dell_backlight
in /sys/class/backlight
and I'm able to control the brightness
Now the second issue is that the laptop will NOT suspend when I close the lid. Again looked up a few forums and changed HandleLidSwitchDocked=suspend
, removed the comment. Still, no luck.
Read a few articles online and narrowed down the problem to my nvidia drivers. The funny thing is that, this is the screen when I start up nvidia settings.
Nvidia Settings Screen
And this is the terminal log
Nvidia Settings Terminal log
The output to `nvidia-smi, which shows that drivers are installed.
nvidia-smi
Graphic card details lspci -nnk | grep VGA -A1
, as you can probably see I have two cards, an Intel HD 630 as well as an Nvidia 1050ti
Graphic card details
Despite all this, when I run the command nvidia-detector
, it returns none.
Any sort of help is appreciated. Cheers !
drivers 18.04 nvidia power-management
New contributor
add a comment |
Ubuntu noobie here using a Dell Inspiron 7567 gaming laptop. I've recently dual booted Ubuntu 18.04 with windows and been going through hell trying to configure my Nvidia drivers with Ubuntu. Couldn't change my screen brightness initially as /sys/class/backlight
was empty. No acpi_video0 or anything else in there. Looked up a few forums and made the following changes to the grub file in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash acpi_osi=Linux acpi_backlight=vendor"
Ever since then, I have a folder called dell_backlight
in /sys/class/backlight
and I'm able to control the brightness
Now the second issue is that the laptop will NOT suspend when I close the lid. Again looked up a few forums and changed HandleLidSwitchDocked=suspend
, removed the comment. Still, no luck.
Read a few articles online and narrowed down the problem to my nvidia drivers. The funny thing is that, this is the screen when I start up nvidia settings.
Nvidia Settings Screen
And this is the terminal log
Nvidia Settings Terminal log
The output to `nvidia-smi, which shows that drivers are installed.
nvidia-smi
Graphic card details lspci -nnk | grep VGA -A1
, as you can probably see I have two cards, an Intel HD 630 as well as an Nvidia 1050ti
Graphic card details
Despite all this, when I run the command nvidia-detector
, it returns none.
Any sort of help is appreciated. Cheers !
drivers 18.04 nvidia power-management
New contributor
Ubuntu noobie here using a Dell Inspiron 7567 gaming laptop. I've recently dual booted Ubuntu 18.04 with windows and been going through hell trying to configure my Nvidia drivers with Ubuntu. Couldn't change my screen brightness initially as /sys/class/backlight
was empty. No acpi_video0 or anything else in there. Looked up a few forums and made the following changes to the grub file in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash acpi_osi=Linux acpi_backlight=vendor"
Ever since then, I have a folder called dell_backlight
in /sys/class/backlight
and I'm able to control the brightness
Now the second issue is that the laptop will NOT suspend when I close the lid. Again looked up a few forums and changed HandleLidSwitchDocked=suspend
, removed the comment. Still, no luck.
Read a few articles online and narrowed down the problem to my nvidia drivers. The funny thing is that, this is the screen when I start up nvidia settings.
Nvidia Settings Screen
And this is the terminal log
Nvidia Settings Terminal log
The output to `nvidia-smi, which shows that drivers are installed.
nvidia-smi
Graphic card details lspci -nnk | grep VGA -A1
, as you can probably see I have two cards, an Intel HD 630 as well as an Nvidia 1050ti
Graphic card details
Despite all this, when I run the command nvidia-detector
, it returns none.
Any sort of help is appreciated. Cheers !
drivers 18.04 nvidia power-management
drivers 18.04 nvidia power-management
New contributor
New contributor
New contributor
asked 6 mins ago
Nived SanilNived Sanil
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
Nived Sanil is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1115165%2fnvidia-driver-issue-with-ubuntu-18-04-cannot-suspend-no-brightness-control-oc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nived Sanil is a new contributor. Be nice, and check out our Code of Conduct.
Nived Sanil is a new contributor. Be nice, and check out our Code of Conduct.
Nived Sanil is a new contributor. Be nice, and check out our Code of Conduct.
Nived Sanil is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f1115165%2fnvidia-driver-issue-with-ubuntu-18-04-cannot-suspend-no-brightness-control-oc%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