NVIDIA Drivers problem with MX 150 in Kubuntu 18.04
up vote
0
down vote
favorite
I have the Nvidia MX 150 graphics card in my Asus S15 Vivobook running Kubuntu 18.04.
After I install the Nvidia graphics driver, everything runs great except that the system does not wake up after sleep. I have tried multiple versions of the driver, from 340 up to 390, but none of these fixes the problem. I have tried all the fixes I have found on different sites, like updating grub, updating the kernel, and a few other hacks. Unfortunately nothing works. Maybe it's an issue with my MX150 graphics card.
drivers nvidia graphics kubuntu suspend
add a comment |
up vote
0
down vote
favorite
I have the Nvidia MX 150 graphics card in my Asus S15 Vivobook running Kubuntu 18.04.
After I install the Nvidia graphics driver, everything runs great except that the system does not wake up after sleep. I have tried multiple versions of the driver, from 340 up to 390, but none of these fixes the problem. I have tried all the fixes I have found on different sites, like updating grub, updating the kernel, and a few other hacks. Unfortunately nothing works. Maybe it's an issue with my MX150 graphics card.
drivers nvidia graphics kubuntu suspend
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have the Nvidia MX 150 graphics card in my Asus S15 Vivobook running Kubuntu 18.04.
After I install the Nvidia graphics driver, everything runs great except that the system does not wake up after sleep. I have tried multiple versions of the driver, from 340 up to 390, but none of these fixes the problem. I have tried all the fixes I have found on different sites, like updating grub, updating the kernel, and a few other hacks. Unfortunately nothing works. Maybe it's an issue with my MX150 graphics card.
drivers nvidia graphics kubuntu suspend
I have the Nvidia MX 150 graphics card in my Asus S15 Vivobook running Kubuntu 18.04.
After I install the Nvidia graphics driver, everything runs great except that the system does not wake up after sleep. I have tried multiple versions of the driver, from 340 up to 390, but none of these fixes the problem. I have tried all the fixes I have found on different sites, like updating grub, updating the kernel, and a few other hacks. Unfortunately nothing works. Maybe it's an issue with my MX150 graphics card.
drivers nvidia graphics kubuntu suspend
drivers nvidia graphics kubuntu suspend
edited Nov 21 at 7:15
asked Sep 22 at 20:41
Dr. Lector
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You could try this:
Suspend/Hibernation
If you use an old NVIDIA driver, hibernation and/or suspend may not
work. Here is a potential work around:
We need to edit xorg.conf, open a terminal and enter the following
command:
gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
add Option "NvAGP" "1", you should end up with something like this:
Section "Device"
Identifier "my id"
Driver "my dr"
VendorName "my vendor"
BoardName "my board name"
Option "NvAGP" "1"
EndSection Blacklist the intel_agp module from being loaded by the
kernel. This is done by editing blacklist.conf, open a terminal and
type:
gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
line:
blacklist intel_agp Reboot your system.
See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You could try this:
Suspend/Hibernation
If you use an old NVIDIA driver, hibernation and/or suspend may not
work. Here is a potential work around:
We need to edit xorg.conf, open a terminal and enter the following
command:
gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
add Option "NvAGP" "1", you should end up with something like this:
Section "Device"
Identifier "my id"
Driver "my dr"
VendorName "my vendor"
BoardName "my board name"
Option "NvAGP" "1"
EndSection Blacklist the intel_agp module from being loaded by the
kernel. This is done by editing blacklist.conf, open a terminal and
type:
gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
line:
blacklist intel_agp Reboot your system.
See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation
add a comment |
up vote
0
down vote
You could try this:
Suspend/Hibernation
If you use an old NVIDIA driver, hibernation and/or suspend may not
work. Here is a potential work around:
We need to edit xorg.conf, open a terminal and enter the following
command:
gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
add Option "NvAGP" "1", you should end up with something like this:
Section "Device"
Identifier "my id"
Driver "my dr"
VendorName "my vendor"
BoardName "my board name"
Option "NvAGP" "1"
EndSection Blacklist the intel_agp module from being loaded by the
kernel. This is done by editing blacklist.conf, open a terminal and
type:
gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
line:
blacklist intel_agp Reboot your system.
See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation
add a comment |
up vote
0
down vote
up vote
0
down vote
You could try this:
Suspend/Hibernation
If you use an old NVIDIA driver, hibernation and/or suspend may not
work. Here is a potential work around:
We need to edit xorg.conf, open a terminal and enter the following
command:
gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
add Option "NvAGP" "1", you should end up with something like this:
Section "Device"
Identifier "my id"
Driver "my dr"
VendorName "my vendor"
BoardName "my board name"
Option "NvAGP" "1"
EndSection Blacklist the intel_agp module from being loaded by the
kernel. This is done by editing blacklist.conf, open a terminal and
type:
gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
line:
blacklist intel_agp Reboot your system.
See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation
You could try this:
Suspend/Hibernation
If you use an old NVIDIA driver, hibernation and/or suspend may not
work. Here is a potential work around:
We need to edit xorg.conf, open a terminal and enter the following
command:
gksudo gedit /etc/X11/xorg.conf In the section called Section "Device"
add Option "NvAGP" "1", you should end up with something like this:
Section "Device"
Identifier "my id"
Driver "my dr"
VendorName "my vendor"
BoardName "my board name"
Option "NvAGP" "1"
EndSection Blacklist the intel_agp module from being loaded by the
kernel. This is done by editing blacklist.conf, open a terminal and
type:
gksudo gedit /etc/modprobe.d/blacklist.conf Then add the following
line:
blacklist intel_agp Reboot your system.
See: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia?action=show&redirect=NvidiaLaptopBinaryDriverSuspend#Suspend.2BAC8-Hibernation
answered Nov 21 at 7:53
Andreas Hartmann
95361638
95361638
add a comment |
add a comment |
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%2f1077585%2fnvidia-drivers-problem-with-mx-150-in-kubuntu-18-04%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