18.04 Nvidia drivers installed but not used





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















I recently upgraded from 16.04 to 18.04 using "do-release-upgrade", it went mostly well except for Nvidia related stuff (as expected).



Guessing I should reinstall the drivers cleanly, I did :



$ sudo apt-get purge nvidia*


then



$ sudo apt-get install nvidia-drivers-418 


(My gpu is a laptop Quadro P2000, according to nvidia, it shoud be compatible with the 418 driver)



After rebooting, I find myself in quite a weird situation, where the driver seems to be properly installed (see screenshot), but doesn't seem to be used. For example, while running glxgears, there is no processes registered in nvidia-smi (and the framerate is quite lower than expected with such a GPU) and some graphical things seem a bit laggy. I tried running Starcraft II in lutris (which was running fine in 16.04 with workign GPU) and it was a catastrophy.



Weirder, the drivers actually seem to be loaded by the kernel, as shown below :



$ lsmod | grep nvidia
nvidia_uvm 798720 0
nvidia_drm 45056 0
nvidia_modeset 1085440 1 nvidia_drm
nvidia 17600512 38 nvidia_uvm,nvidia_modeset
drm_kms_helper 167936 2 nvidia_drm,i915
drm 401408 25 drm_kms_helper,nvidia_drm,i915
ipmi_msghandler 53248 2 ipmi_devintf,nvidia



Oh and the prime profile is set to nvidia



More weird information :



$ sudo nvidia-detector
none


$ sudo modprobe nvidia
#nothingness (outputs nothing, just to be clear)


$ cat /var/log/gpu-manager.log | grep nvidia
Looking for nvidia modules in /lib/modules/4.15.0-1035-oem/updates/dkms
Found nvidia module: nvidia-uvm.ko
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is nvidia kernel module available? yes
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Has nvidia? yes
Creating /usr/share/X11/xorg.conf.d/11-nvidia-prime.conf


The nvidia xserver gui only shows options to swich between performance profile (nvidia) to economy (intel), whereas there were a lot of options in 16.04.



I tried :




  • Purging again, removing xorg.conf* files, reinstalling the same way

  • Same steps, but with .run driver downloaded from nvidia's website

  • Different versions of drivers, with always the same results

  • Everything suggested here Nvidia drivers installed, but not used


Thank you very much for your help !



EDIT (commands suggested by Marmayogi):



$ mokutil --sb-state
SecureBoot disabled


$ ls /sys/firmware/efi/
config_table esrt fw_vendor runtime-map vars
efivars fw_platform_size runtime systab


$ sudo lshw -c video
*-display
description: 3D controller
produit: GP107GLM [Quadro P2000 Mobile]
fabriquant: NVIDIA Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: a1
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
ressources: irq:142 mémoire:ec000000-ecffffff mémoire:c0000000-cfffffff mémoire:d0000000-d1ffffff portE/S:3000(taille=128) mémoire:ed000000-ed07ffff
*-display
description: VGA compatible controller
produit: Intel Corporation
fabriquant: Intel Corporation
identifiant matériel: 2
information bus: pci@0000:00:02.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
ressources: irq:141 mémoire:eb000000-ebffffff mémoire:80000000-8fffffff portE/S:4000(taille=64) mémoire:c0000-dffff


$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
Subsystem: Dell Device 087d
Kernel driver in use: i915


$ dkms status
bbswitch, 0.8, 4.15.0-1035-oem, x86_64: installed
bbswitch, 0.8, 4.15.0-46-generic, x86_64: installed
bbswitch, 0.8, 4.15.0-47-generic, x86_64: installed
nvidia, 418.56, 4.15.0-1035-oem, x86_64: installed
oem-wifi-intel-iwlwifi-lp1757035-4.4-dkms, 1.2: added










share|improve this question









New contributor




Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Please edit your question and post output of the following commands: 1. mokutil --sb-state 2. ls /sys/firmware/efi/ 3. sudo lshw -c video and 4. lspci -k | grep -A 2 -i "VGA"

    – Marmayogi
    Apr 8 at 1:41











  • @Marmayogi I edited my post ! Thanks for helping

    – Antoine Pirrone
    Apr 8 at 7:36













  • Please edit your question and post output of the following command: dkms status

    – Marmayogi
    yesterday













  • I did, thanks again :)

    – Antoine Pirrone
    11 hours ago


















1















I recently upgraded from 16.04 to 18.04 using "do-release-upgrade", it went mostly well except for Nvidia related stuff (as expected).



Guessing I should reinstall the drivers cleanly, I did :



$ sudo apt-get purge nvidia*


then



$ sudo apt-get install nvidia-drivers-418 


(My gpu is a laptop Quadro P2000, according to nvidia, it shoud be compatible with the 418 driver)



After rebooting, I find myself in quite a weird situation, where the driver seems to be properly installed (see screenshot), but doesn't seem to be used. For example, while running glxgears, there is no processes registered in nvidia-smi (and the framerate is quite lower than expected with such a GPU) and some graphical things seem a bit laggy. I tried running Starcraft II in lutris (which was running fine in 16.04 with workign GPU) and it was a catastrophy.



Weirder, the drivers actually seem to be loaded by the kernel, as shown below :



$ lsmod | grep nvidia
nvidia_uvm 798720 0
nvidia_drm 45056 0
nvidia_modeset 1085440 1 nvidia_drm
nvidia 17600512 38 nvidia_uvm,nvidia_modeset
drm_kms_helper 167936 2 nvidia_drm,i915
drm 401408 25 drm_kms_helper,nvidia_drm,i915
ipmi_msghandler 53248 2 ipmi_devintf,nvidia



Oh and the prime profile is set to nvidia



More weird information :



$ sudo nvidia-detector
none


$ sudo modprobe nvidia
#nothingness (outputs nothing, just to be clear)


$ cat /var/log/gpu-manager.log | grep nvidia
Looking for nvidia modules in /lib/modules/4.15.0-1035-oem/updates/dkms
Found nvidia module: nvidia-uvm.ko
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is nvidia kernel module available? yes
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Has nvidia? yes
Creating /usr/share/X11/xorg.conf.d/11-nvidia-prime.conf


The nvidia xserver gui only shows options to swich between performance profile (nvidia) to economy (intel), whereas there were a lot of options in 16.04.



I tried :




  • Purging again, removing xorg.conf* files, reinstalling the same way

  • Same steps, but with .run driver downloaded from nvidia's website

  • Different versions of drivers, with always the same results

  • Everything suggested here Nvidia drivers installed, but not used


Thank you very much for your help !



EDIT (commands suggested by Marmayogi):



$ mokutil --sb-state
SecureBoot disabled


$ ls /sys/firmware/efi/
config_table esrt fw_vendor runtime-map vars
efivars fw_platform_size runtime systab


$ sudo lshw -c video
*-display
description: 3D controller
produit: GP107GLM [Quadro P2000 Mobile]
fabriquant: NVIDIA Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: a1
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
ressources: irq:142 mémoire:ec000000-ecffffff mémoire:c0000000-cfffffff mémoire:d0000000-d1ffffff portE/S:3000(taille=128) mémoire:ed000000-ed07ffff
*-display
description: VGA compatible controller
produit: Intel Corporation
fabriquant: Intel Corporation
identifiant matériel: 2
information bus: pci@0000:00:02.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
ressources: irq:141 mémoire:eb000000-ebffffff mémoire:80000000-8fffffff portE/S:4000(taille=64) mémoire:c0000-dffff


$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
Subsystem: Dell Device 087d
Kernel driver in use: i915


$ dkms status
bbswitch, 0.8, 4.15.0-1035-oem, x86_64: installed
bbswitch, 0.8, 4.15.0-46-generic, x86_64: installed
bbswitch, 0.8, 4.15.0-47-generic, x86_64: installed
nvidia, 418.56, 4.15.0-1035-oem, x86_64: installed
oem-wifi-intel-iwlwifi-lp1757035-4.4-dkms, 1.2: added










share|improve this question









New contributor




Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Please edit your question and post output of the following commands: 1. mokutil --sb-state 2. ls /sys/firmware/efi/ 3. sudo lshw -c video and 4. lspci -k | grep -A 2 -i "VGA"

    – Marmayogi
    Apr 8 at 1:41











  • @Marmayogi I edited my post ! Thanks for helping

    – Antoine Pirrone
    Apr 8 at 7:36













  • Please edit your question and post output of the following command: dkms status

    – Marmayogi
    yesterday













  • I did, thanks again :)

    – Antoine Pirrone
    11 hours ago














1












1








1


1






I recently upgraded from 16.04 to 18.04 using "do-release-upgrade", it went mostly well except for Nvidia related stuff (as expected).



Guessing I should reinstall the drivers cleanly, I did :



$ sudo apt-get purge nvidia*


then



$ sudo apt-get install nvidia-drivers-418 


(My gpu is a laptop Quadro P2000, according to nvidia, it shoud be compatible with the 418 driver)



After rebooting, I find myself in quite a weird situation, where the driver seems to be properly installed (see screenshot), but doesn't seem to be used. For example, while running glxgears, there is no processes registered in nvidia-smi (and the framerate is quite lower than expected with such a GPU) and some graphical things seem a bit laggy. I tried running Starcraft II in lutris (which was running fine in 16.04 with workign GPU) and it was a catastrophy.



Weirder, the drivers actually seem to be loaded by the kernel, as shown below :



$ lsmod | grep nvidia
nvidia_uvm 798720 0
nvidia_drm 45056 0
nvidia_modeset 1085440 1 nvidia_drm
nvidia 17600512 38 nvidia_uvm,nvidia_modeset
drm_kms_helper 167936 2 nvidia_drm,i915
drm 401408 25 drm_kms_helper,nvidia_drm,i915
ipmi_msghandler 53248 2 ipmi_devintf,nvidia



Oh and the prime profile is set to nvidia



More weird information :



$ sudo nvidia-detector
none


$ sudo modprobe nvidia
#nothingness (outputs nothing, just to be clear)


$ cat /var/log/gpu-manager.log | grep nvidia
Looking for nvidia modules in /lib/modules/4.15.0-1035-oem/updates/dkms
Found nvidia module: nvidia-uvm.ko
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is nvidia kernel module available? yes
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Has nvidia? yes
Creating /usr/share/X11/xorg.conf.d/11-nvidia-prime.conf


The nvidia xserver gui only shows options to swich between performance profile (nvidia) to economy (intel), whereas there were a lot of options in 16.04.



I tried :




  • Purging again, removing xorg.conf* files, reinstalling the same way

  • Same steps, but with .run driver downloaded from nvidia's website

  • Different versions of drivers, with always the same results

  • Everything suggested here Nvidia drivers installed, but not used


Thank you very much for your help !



EDIT (commands suggested by Marmayogi):



$ mokutil --sb-state
SecureBoot disabled


$ ls /sys/firmware/efi/
config_table esrt fw_vendor runtime-map vars
efivars fw_platform_size runtime systab


$ sudo lshw -c video
*-display
description: 3D controller
produit: GP107GLM [Quadro P2000 Mobile]
fabriquant: NVIDIA Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: a1
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
ressources: irq:142 mémoire:ec000000-ecffffff mémoire:c0000000-cfffffff mémoire:d0000000-d1ffffff portE/S:3000(taille=128) mémoire:ed000000-ed07ffff
*-display
description: VGA compatible controller
produit: Intel Corporation
fabriquant: Intel Corporation
identifiant matériel: 2
information bus: pci@0000:00:02.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
ressources: irq:141 mémoire:eb000000-ebffffff mémoire:80000000-8fffffff portE/S:4000(taille=64) mémoire:c0000-dffff


$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
Subsystem: Dell Device 087d
Kernel driver in use: i915


$ dkms status
bbswitch, 0.8, 4.15.0-1035-oem, x86_64: installed
bbswitch, 0.8, 4.15.0-46-generic, x86_64: installed
bbswitch, 0.8, 4.15.0-47-generic, x86_64: installed
nvidia, 418.56, 4.15.0-1035-oem, x86_64: installed
oem-wifi-intel-iwlwifi-lp1757035-4.4-dkms, 1.2: added










share|improve this question









New contributor




Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I recently upgraded from 16.04 to 18.04 using "do-release-upgrade", it went mostly well except for Nvidia related stuff (as expected).



Guessing I should reinstall the drivers cleanly, I did :



$ sudo apt-get purge nvidia*


then



$ sudo apt-get install nvidia-drivers-418 


(My gpu is a laptop Quadro P2000, according to nvidia, it shoud be compatible with the 418 driver)



After rebooting, I find myself in quite a weird situation, where the driver seems to be properly installed (see screenshot), but doesn't seem to be used. For example, while running glxgears, there is no processes registered in nvidia-smi (and the framerate is quite lower than expected with such a GPU) and some graphical things seem a bit laggy. I tried running Starcraft II in lutris (which was running fine in 16.04 with workign GPU) and it was a catastrophy.



Weirder, the drivers actually seem to be loaded by the kernel, as shown below :



$ lsmod | grep nvidia
nvidia_uvm 798720 0
nvidia_drm 45056 0
nvidia_modeset 1085440 1 nvidia_drm
nvidia 17600512 38 nvidia_uvm,nvidia_modeset
drm_kms_helper 167936 2 nvidia_drm,i915
drm 401408 25 drm_kms_helper,nvidia_drm,i915
ipmi_msghandler 53248 2 ipmi_devintf,nvidia



Oh and the prime profile is set to nvidia



More weird information :



$ sudo nvidia-detector
none


$ sudo modprobe nvidia
#nothingness (outputs nothing, just to be clear)


$ cat /var/log/gpu-manager.log | grep nvidia
Looking for nvidia modules in /lib/modules/4.15.0-1035-oem/updates/dkms
Found nvidia module: nvidia-uvm.ko
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is nvidia kernel module available? yes
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Skipping "/dev/dri/card1", driven by "nvidia-drm"
Has nvidia? yes
Creating /usr/share/X11/xorg.conf.d/11-nvidia-prime.conf


The nvidia xserver gui only shows options to swich between performance profile (nvidia) to economy (intel), whereas there were a lot of options in 16.04.



I tried :




  • Purging again, removing xorg.conf* files, reinstalling the same way

  • Same steps, but with .run driver downloaded from nvidia's website

  • Different versions of drivers, with always the same results

  • Everything suggested here Nvidia drivers installed, but not used


Thank you very much for your help !



EDIT (commands suggested by Marmayogi):



$ mokutil --sb-state
SecureBoot disabled


$ ls /sys/firmware/efi/
config_table esrt fw_vendor runtime-map vars
efivars fw_platform_size runtime systab


$ sudo lshw -c video
*-display
description: 3D controller
produit: GP107GLM [Quadro P2000 Mobile]
fabriquant: NVIDIA Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: a1
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
ressources: irq:142 mémoire:ec000000-ecffffff mémoire:c0000000-cfffffff mémoire:d0000000-d1ffffff portE/S:3000(taille=128) mémoire:ed000000-ed07ffff
*-display
description: VGA compatible controller
produit: Intel Corporation
fabriquant: Intel Corporation
identifiant matériel: 2
information bus: pci@0000:00:02.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
ressources: irq:141 mémoire:eb000000-ebffffff mémoire:80000000-8fffffff portE/S:4000(taille=64) mémoire:c0000-dffff


$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
Subsystem: Dell Device 087d
Kernel driver in use: i915


$ dkms status
bbswitch, 0.8, 4.15.0-1035-oem, x86_64: installed
bbswitch, 0.8, 4.15.0-46-generic, x86_64: installed
bbswitch, 0.8, 4.15.0-47-generic, x86_64: installed
nvidia, 418.56, 4.15.0-1035-oem, x86_64: installed
oem-wifi-intel-iwlwifi-lp1757035-4.4-dkms, 1.2: added







drivers 18.04 nvidia graphics xorg






share|improve this question









New contributor




Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited yesterday







Antoine Pirrone













New contributor




Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 7 at 21:05









Antoine PirroneAntoine Pirrone

62




62




New contributor




Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Antoine Pirrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Please edit your question and post output of the following commands: 1. mokutil --sb-state 2. ls /sys/firmware/efi/ 3. sudo lshw -c video and 4. lspci -k | grep -A 2 -i "VGA"

    – Marmayogi
    Apr 8 at 1:41











  • @Marmayogi I edited my post ! Thanks for helping

    – Antoine Pirrone
    Apr 8 at 7:36













  • Please edit your question and post output of the following command: dkms status

    – Marmayogi
    yesterday













  • I did, thanks again :)

    – Antoine Pirrone
    11 hours ago



















  • Please edit your question and post output of the following commands: 1. mokutil --sb-state 2. ls /sys/firmware/efi/ 3. sudo lshw -c video and 4. lspci -k | grep -A 2 -i "VGA"

    – Marmayogi
    Apr 8 at 1:41











  • @Marmayogi I edited my post ! Thanks for helping

    – Antoine Pirrone
    Apr 8 at 7:36













  • Please edit your question and post output of the following command: dkms status

    – Marmayogi
    yesterday













  • I did, thanks again :)

    – Antoine Pirrone
    11 hours ago

















Please edit your question and post output of the following commands: 1. mokutil --sb-state 2. ls /sys/firmware/efi/ 3. sudo lshw -c video and 4. lspci -k | grep -A 2 -i "VGA"

– Marmayogi
Apr 8 at 1:41





Please edit your question and post output of the following commands: 1. mokutil --sb-state 2. ls /sys/firmware/efi/ 3. sudo lshw -c video and 4. lspci -k | grep -A 2 -i "VGA"

– Marmayogi
Apr 8 at 1:41













@Marmayogi I edited my post ! Thanks for helping

– Antoine Pirrone
Apr 8 at 7:36







@Marmayogi I edited my post ! Thanks for helping

– Antoine Pirrone
Apr 8 at 7:36















Please edit your question and post output of the following command: dkms status

– Marmayogi
yesterday







Please edit your question and post output of the following command: dkms status

– Marmayogi
yesterday















I did, thanks again :)

– Antoine Pirrone
11 hours ago





I did, thanks again :)

– Antoine Pirrone
11 hours ago










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
});


}
});






Antoine Pirrone is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131973%2f18-04-nvidia-drivers-installed-but-not-used%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








Antoine Pirrone is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Antoine Pirrone is a new contributor. Be nice, and check out our Code of Conduct.













Antoine Pirrone is a new contributor. Be nice, and check out our Code of Conduct.












Antoine Pirrone 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131973%2f18-04-nvidia-drivers-installed-but-not-used%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

香粉寮

GameSpot