Nvidia driver won't load - Ubuntu Win10 Dual boot The Next CEO of Stack OverflowHow to solve low performance on Ubuntu 15.10 with nVidia 650M, various drivers?nvidia dual screenubuntu dual monitor error problem (after install nvidia driver)Ubuntu desktop started freezing suddenly after working fine for monthsThe brightness of laptop screen cannot be adjusted with either the buttons or the slider. EditUbuntu 18.04 keeps freezing (nvidia)Update to nvidia-drivers on Ubuntu 18.04 makes my laptop display not accessible but external dispaly is workingUbuntu 18.10 won't boot with Nvidia driver (works only with open source driver)Mok Manager/NVIDIA Driver Issue After CUDA InstallNo idea if i actually have an nvidia driver anymore
Where do students learn to solve polynomial equations these days?
Can Sneak Attack be used when hitting with an improvised weapon?
Ising model simulation
Why am I getting "Static method cannot be referenced from a non static context: String String.valueOf(Object)"?
Why don't programming languages automatically manage the synchronous/asynchronous problem?
What happened in Rome, when the western empire "fell"?
How to use ReplaceAll on an expression that contains a rule
Are the names of these months realistic?
Man transported from Alternate World into ours by a Neutrino Detector
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Is it correct to say moon starry nights?
Inductor and Capacitor in Parallel
Why is information "lost" when it got into a black hole?
Computationally populating tables with probability data
How do I fit a non linear curve?
Can you teleport closer to a creature you are Frightened of?
how one can write a nice vector parser, something that does pgfvecparseA=B-C; D=E x F;
Airplane gently rocking its wings during whole flight
Is there such a thing as a proper verb, like a proper noun?
Is there an equivalent of cd - for cp or mv
Audio Conversion With ADS1243
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Can this note be analyzed as a non-chord tone?
Is it ok to trim down a tube patch?
Nvidia driver won't load - Ubuntu Win10 Dual boot
The Next CEO of Stack OverflowHow to solve low performance on Ubuntu 15.10 with nVidia 650M, various drivers?nvidia dual screenubuntu dual monitor error problem (after install nvidia driver)Ubuntu desktop started freezing suddenly after working fine for monthsThe brightness of laptop screen cannot be adjusted with either the buttons or the slider. EditUbuntu 18.04 keeps freezing (nvidia)Update to nvidia-drivers on Ubuntu 18.04 makes my laptop display not accessible but external dispaly is workingUbuntu 18.10 won't boot with Nvidia driver (works only with open source driver)Mok Manager/NVIDIA Driver Issue After CUDA InstallNo idea if i actually have an nvidia driver anymore
Problem / Symptoms:
I have Win10 / Ubuntu 18.10 dual boot on my Asus GL703GS laptop which has worked great for months. However, after connecting / disconnecting HDMI cord while in Win10, Ubuntu can apparently no longer use the graphics card.
It lists the display as "Unknown Display"
Resolution is set to 800x480 and no option to change it.
- On Win10 the GPU works and it had worked on Ubuntu for months prior so I don't think it's the hardware.
- I suspect Windows has locked up some display driver resource that persists after reboot.
Already tried:
- Cannot reinstall Nvidia drivers in Ubuntu, says "nvidia-uvm" is already loaded and it cannot be unloaded. Tried reinstalling through the Nvidia .run file, Ubuntu automatic driver update, etc, no luck.
- Tried uninstalling Nvidia drivers and removing all traces of it in Win10 and reinstalling it. No point in this process changed anything for Ubuntu, same issues there.
- Tried many tutorials / answers related to xrandr but none of them work at all.
- No results from any lsof nvidia commands.
Machine Details:
- Output of
lspci | grep NVIDIA
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
- Output of
ubuntu-drivers devices
...
vendor : NVIDIA Corporation
model : GP104M [GeForce GTX 1070 Mobile]
driver : nvidia-driver-390 - distro non-free recommended
driver : xserver-xorg-video-nouveau - distro free builtin
- Output of
lsmod | grep -i nvidia
nvidia_uvm 786432 0
nvidia_drm 40960 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16621568 2 nvidia_uvm,nvidia_modeset
drm_kms_helper 172032 1 nvidia_drm
drm 458752 3 drm_kms_helper,nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf,nvidia
dual-boot drivers nvidia graphics display-resolution
New contributor
add a comment |
Problem / Symptoms:
I have Win10 / Ubuntu 18.10 dual boot on my Asus GL703GS laptop which has worked great for months. However, after connecting / disconnecting HDMI cord while in Win10, Ubuntu can apparently no longer use the graphics card.
It lists the display as "Unknown Display"
Resolution is set to 800x480 and no option to change it.
- On Win10 the GPU works and it had worked on Ubuntu for months prior so I don't think it's the hardware.
- I suspect Windows has locked up some display driver resource that persists after reboot.
Already tried:
- Cannot reinstall Nvidia drivers in Ubuntu, says "nvidia-uvm" is already loaded and it cannot be unloaded. Tried reinstalling through the Nvidia .run file, Ubuntu automatic driver update, etc, no luck.
- Tried uninstalling Nvidia drivers and removing all traces of it in Win10 and reinstalling it. No point in this process changed anything for Ubuntu, same issues there.
- Tried many tutorials / answers related to xrandr but none of them work at all.
- No results from any lsof nvidia commands.
Machine Details:
- Output of
lspci | grep NVIDIA
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
- Output of
ubuntu-drivers devices
...
vendor : NVIDIA Corporation
model : GP104M [GeForce GTX 1070 Mobile]
driver : nvidia-driver-390 - distro non-free recommended
driver : xserver-xorg-video-nouveau - distro free builtin
- Output of
lsmod | grep -i nvidia
nvidia_uvm 786432 0
nvidia_drm 40960 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16621568 2 nvidia_uvm,nvidia_modeset
drm_kms_helper 172032 1 nvidia_drm
drm 458752 3 drm_kms_helper,nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf,nvidia
dual-boot drivers nvidia graphics display-resolution
New contributor
add a comment |
Problem / Symptoms:
I have Win10 / Ubuntu 18.10 dual boot on my Asus GL703GS laptop which has worked great for months. However, after connecting / disconnecting HDMI cord while in Win10, Ubuntu can apparently no longer use the graphics card.
It lists the display as "Unknown Display"
Resolution is set to 800x480 and no option to change it.
- On Win10 the GPU works and it had worked on Ubuntu for months prior so I don't think it's the hardware.
- I suspect Windows has locked up some display driver resource that persists after reboot.
Already tried:
- Cannot reinstall Nvidia drivers in Ubuntu, says "nvidia-uvm" is already loaded and it cannot be unloaded. Tried reinstalling through the Nvidia .run file, Ubuntu automatic driver update, etc, no luck.
- Tried uninstalling Nvidia drivers and removing all traces of it in Win10 and reinstalling it. No point in this process changed anything for Ubuntu, same issues there.
- Tried many tutorials / answers related to xrandr but none of them work at all.
- No results from any lsof nvidia commands.
Machine Details:
- Output of
lspci | grep NVIDIA
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
- Output of
ubuntu-drivers devices
...
vendor : NVIDIA Corporation
model : GP104M [GeForce GTX 1070 Mobile]
driver : nvidia-driver-390 - distro non-free recommended
driver : xserver-xorg-video-nouveau - distro free builtin
- Output of
lsmod | grep -i nvidia
nvidia_uvm 786432 0
nvidia_drm 40960 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16621568 2 nvidia_uvm,nvidia_modeset
drm_kms_helper 172032 1 nvidia_drm
drm 458752 3 drm_kms_helper,nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf,nvidia
dual-boot drivers nvidia graphics display-resolution
New contributor
Problem / Symptoms:
I have Win10 / Ubuntu 18.10 dual boot on my Asus GL703GS laptop which has worked great for months. However, after connecting / disconnecting HDMI cord while in Win10, Ubuntu can apparently no longer use the graphics card.
It lists the display as "Unknown Display"
Resolution is set to 800x480 and no option to change it.
- On Win10 the GPU works and it had worked on Ubuntu for months prior so I don't think it's the hardware.
- I suspect Windows has locked up some display driver resource that persists after reboot.
Already tried:
- Cannot reinstall Nvidia drivers in Ubuntu, says "nvidia-uvm" is already loaded and it cannot be unloaded. Tried reinstalling through the Nvidia .run file, Ubuntu automatic driver update, etc, no luck.
- Tried uninstalling Nvidia drivers and removing all traces of it in Win10 and reinstalling it. No point in this process changed anything for Ubuntu, same issues there.
- Tried many tutorials / answers related to xrandr but none of them work at all.
- No results from any lsof nvidia commands.
Machine Details:
- Output of
lspci | grep NVIDIA
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
- Output of
ubuntu-drivers devices
...
vendor : NVIDIA Corporation
model : GP104M [GeForce GTX 1070 Mobile]
driver : nvidia-driver-390 - distro non-free recommended
driver : xserver-xorg-video-nouveau - distro free builtin
- Output of
lsmod | grep -i nvidia
nvidia_uvm 786432 0
nvidia_drm 40960 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16621568 2 nvidia_uvm,nvidia_modeset
drm_kms_helper 172032 1 nvidia_drm
drm 458752 3 drm_kms_helper,nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf,nvidia
dual-boot drivers nvidia graphics display-resolution
dual-boot drivers nvidia graphics display-resolution
New contributor
New contributor
New contributor
asked 8 mins ago
Tyler HabowskiTyler Habowski
61
61
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
);
);
Tyler Habowski 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%2f1130272%2fnvidia-driver-wont-load-ubuntu-win10-dual-boot%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
Tyler Habowski is a new contributor. Be nice, and check out our Code of Conduct.
Tyler Habowski is a new contributor. Be nice, and check out our Code of Conduct.
Tyler Habowski is a new contributor. Be nice, and check out our Code of Conduct.
Tyler Habowski 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%2f1130272%2fnvidia-driver-wont-load-ubuntu-win10-dual-boot%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