NVIDIA graphics card not working on Mint 18

Clash Royale CLAN TAG#URR8PPP
I have a NVIDIA GeForce 940MX graphics card, and I've installed Linux Mint 18 on this laptop. If I switch to this card in the driver manager, Mint crashes. How am I to go about using this card?
Diver Manager Screenshot:

I also keep getting this "No hardware acceleration notification:Cinnamon is currently running without video hardware acceleration and, as a result, you may observe much higher than normal CPU usage.
linux-mint drivers nvidia graphics
add a comment |
I have a NVIDIA GeForce 940MX graphics card, and I've installed Linux Mint 18 on this laptop. If I switch to this card in the driver manager, Mint crashes. How am I to go about using this card?
Diver Manager Screenshot:

I also keep getting this "No hardware acceleration notification:Cinnamon is currently running without video hardware acceleration and, as a result, you may observe much higher than normal CPU usage.
linux-mint drivers nvidia graphics
add a comment |
I have a NVIDIA GeForce 940MX graphics card, and I've installed Linux Mint 18 on this laptop. If I switch to this card in the driver manager, Mint crashes. How am I to go about using this card?
Diver Manager Screenshot:

I also keep getting this "No hardware acceleration notification:Cinnamon is currently running without video hardware acceleration and, as a result, you may observe much higher than normal CPU usage.
linux-mint drivers nvidia graphics
I have a NVIDIA GeForce 940MX graphics card, and I've installed Linux Mint 18 on this laptop. If I switch to this card in the driver manager, Mint crashes. How am I to go about using this card?
Diver Manager Screenshot:

I also keep getting this "No hardware acceleration notification:Cinnamon is currently running without video hardware acceleration and, as a result, you may observe much higher than normal CPU usage.
linux-mint drivers nvidia graphics
linux-mint drivers nvidia graphics
asked Dec 5 '16 at 9:42
Mihir RanaMihir Rana
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
it looks like you have installed latest driver can you please share crashlog or dmesg just after you use change use the graphics card.
As per this it should work directly after you install driver.
so I don't see a problem. and both errors are pretty normal when you don't select graphics card.
So waiting for message log
How do I view to crashlog/dmesg?
– Mihir Rana
Dec 5 '16 at 11:09
open terminal and type dmesg
– Devidas
Dec 6 '16 at 3:19
The NVIDIA page keeps asking me to install Java. But I already have it installed.java -versionyeilds this:openjdk version "9-internal" OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src) OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)Also, the dmesg log outputs this error:[ 0.991258] checking generic (b0000000 7f0000) vs hw (d0000000 2000000) [ 0.991268] nouveau 0000:01:00.0: enabling device (0006 -> 0007) [ 0.991301] nouveau 0000:01:00.0: unknown chipset (1180d0a2)
– Mihir Rana
Dec 6 '16 at 20:59
@Mihir, according to the dmesg log you have provided. It points out that drivers are not installed properly or card is not inserted properly. Please check hardware connection and if possible check it with other OS if this card is working properly. Also check with this commandlspci -vnnn | perl -lne 'print if /^d+:.+([S+:S+])/'and send the output this checks which are pci devices connected. and also check this commandlsmodto check which of the drivers currently loaded
– Devidas
Dec 12 '16 at 9:40
According to this image you sent It is clear that Graphics card is not installed (software / hardware) properly. and second command is for to check which drivers are used currently to check whether driver is invoked or not ?
– Devidas
Dec 14 '16 at 5:31
|
show 12 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f328090%2fnvidia-graphics-card-not-working-on-mint-18%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
it looks like you have installed latest driver can you please share crashlog or dmesg just after you use change use the graphics card.
As per this it should work directly after you install driver.
so I don't see a problem. and both errors are pretty normal when you don't select graphics card.
So waiting for message log
How do I view to crashlog/dmesg?
– Mihir Rana
Dec 5 '16 at 11:09
open terminal and type dmesg
– Devidas
Dec 6 '16 at 3:19
The NVIDIA page keeps asking me to install Java. But I already have it installed.java -versionyeilds this:openjdk version "9-internal" OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src) OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)Also, the dmesg log outputs this error:[ 0.991258] checking generic (b0000000 7f0000) vs hw (d0000000 2000000) [ 0.991268] nouveau 0000:01:00.0: enabling device (0006 -> 0007) [ 0.991301] nouveau 0000:01:00.0: unknown chipset (1180d0a2)
– Mihir Rana
Dec 6 '16 at 20:59
@Mihir, according to the dmesg log you have provided. It points out that drivers are not installed properly or card is not inserted properly. Please check hardware connection and if possible check it with other OS if this card is working properly. Also check with this commandlspci -vnnn | perl -lne 'print if /^d+:.+([S+:S+])/'and send the output this checks which are pci devices connected. and also check this commandlsmodto check which of the drivers currently loaded
– Devidas
Dec 12 '16 at 9:40
According to this image you sent It is clear that Graphics card is not installed (software / hardware) properly. and second command is for to check which drivers are used currently to check whether driver is invoked or not ?
– Devidas
Dec 14 '16 at 5:31
|
show 12 more comments
it looks like you have installed latest driver can you please share crashlog or dmesg just after you use change use the graphics card.
As per this it should work directly after you install driver.
so I don't see a problem. and both errors are pretty normal when you don't select graphics card.
So waiting for message log
How do I view to crashlog/dmesg?
– Mihir Rana
Dec 5 '16 at 11:09
open terminal and type dmesg
– Devidas
Dec 6 '16 at 3:19
The NVIDIA page keeps asking me to install Java. But I already have it installed.java -versionyeilds this:openjdk version "9-internal" OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src) OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)Also, the dmesg log outputs this error:[ 0.991258] checking generic (b0000000 7f0000) vs hw (d0000000 2000000) [ 0.991268] nouveau 0000:01:00.0: enabling device (0006 -> 0007) [ 0.991301] nouveau 0000:01:00.0: unknown chipset (1180d0a2)
– Mihir Rana
Dec 6 '16 at 20:59
@Mihir, according to the dmesg log you have provided. It points out that drivers are not installed properly or card is not inserted properly. Please check hardware connection and if possible check it with other OS if this card is working properly. Also check with this commandlspci -vnnn | perl -lne 'print if /^d+:.+([S+:S+])/'and send the output this checks which are pci devices connected. and also check this commandlsmodto check which of the drivers currently loaded
– Devidas
Dec 12 '16 at 9:40
According to this image you sent It is clear that Graphics card is not installed (software / hardware) properly. and second command is for to check which drivers are used currently to check whether driver is invoked or not ?
– Devidas
Dec 14 '16 at 5:31
|
show 12 more comments
it looks like you have installed latest driver can you please share crashlog or dmesg just after you use change use the graphics card.
As per this it should work directly after you install driver.
so I don't see a problem. and both errors are pretty normal when you don't select graphics card.
So waiting for message log
it looks like you have installed latest driver can you please share crashlog or dmesg just after you use change use the graphics card.
As per this it should work directly after you install driver.
so I don't see a problem. and both errors are pretty normal when you don't select graphics card.
So waiting for message log
answered Dec 5 '16 at 10:31
DevidasDevidas
26216
26216
How do I view to crashlog/dmesg?
– Mihir Rana
Dec 5 '16 at 11:09
open terminal and type dmesg
– Devidas
Dec 6 '16 at 3:19
The NVIDIA page keeps asking me to install Java. But I already have it installed.java -versionyeilds this:openjdk version "9-internal" OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src) OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)Also, the dmesg log outputs this error:[ 0.991258] checking generic (b0000000 7f0000) vs hw (d0000000 2000000) [ 0.991268] nouveau 0000:01:00.0: enabling device (0006 -> 0007) [ 0.991301] nouveau 0000:01:00.0: unknown chipset (1180d0a2)
– Mihir Rana
Dec 6 '16 at 20:59
@Mihir, according to the dmesg log you have provided. It points out that drivers are not installed properly or card is not inserted properly. Please check hardware connection and if possible check it with other OS if this card is working properly. Also check with this commandlspci -vnnn | perl -lne 'print if /^d+:.+([S+:S+])/'and send the output this checks which are pci devices connected. and also check this commandlsmodto check which of the drivers currently loaded
– Devidas
Dec 12 '16 at 9:40
According to this image you sent It is clear that Graphics card is not installed (software / hardware) properly. and second command is for to check which drivers are used currently to check whether driver is invoked or not ?
– Devidas
Dec 14 '16 at 5:31
|
show 12 more comments
How do I view to crashlog/dmesg?
– Mihir Rana
Dec 5 '16 at 11:09
open terminal and type dmesg
– Devidas
Dec 6 '16 at 3:19
The NVIDIA page keeps asking me to install Java. But I already have it installed.java -versionyeilds this:openjdk version "9-internal" OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src) OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)Also, the dmesg log outputs this error:[ 0.991258] checking generic (b0000000 7f0000) vs hw (d0000000 2000000) [ 0.991268] nouveau 0000:01:00.0: enabling device (0006 -> 0007) [ 0.991301] nouveau 0000:01:00.0: unknown chipset (1180d0a2)
– Mihir Rana
Dec 6 '16 at 20:59
@Mihir, according to the dmesg log you have provided. It points out that drivers are not installed properly or card is not inserted properly. Please check hardware connection and if possible check it with other OS if this card is working properly. Also check with this commandlspci -vnnn | perl -lne 'print if /^d+:.+([S+:S+])/'and send the output this checks which are pci devices connected. and also check this commandlsmodto check which of the drivers currently loaded
– Devidas
Dec 12 '16 at 9:40
According to this image you sent It is clear that Graphics card is not installed (software / hardware) properly. and second command is for to check which drivers are used currently to check whether driver is invoked or not ?
– Devidas
Dec 14 '16 at 5:31
How do I view to crashlog/dmesg?
– Mihir Rana
Dec 5 '16 at 11:09
How do I view to crashlog/dmesg?
– Mihir Rana
Dec 5 '16 at 11:09
open terminal and type dmesg
– Devidas
Dec 6 '16 at 3:19
open terminal and type dmesg
– Devidas
Dec 6 '16 at 3:19
The NVIDIA page keeps asking me to install Java. But I already have it installed.
java -version yeilds this: openjdk version "9-internal" OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src) OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode) Also, the dmesg log outputs this error: [ 0.991258] checking generic (b0000000 7f0000) vs hw (d0000000 2000000) [ 0.991268] nouveau 0000:01:00.0: enabling device (0006 -> 0007) [ 0.991301] nouveau 0000:01:00.0: unknown chipset (1180d0a2)– Mihir Rana
Dec 6 '16 at 20:59
The NVIDIA page keeps asking me to install Java. But I already have it installed.
java -version yeilds this: openjdk version "9-internal" OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src) OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode) Also, the dmesg log outputs this error: [ 0.991258] checking generic (b0000000 7f0000) vs hw (d0000000 2000000) [ 0.991268] nouveau 0000:01:00.0: enabling device (0006 -> 0007) [ 0.991301] nouveau 0000:01:00.0: unknown chipset (1180d0a2)– Mihir Rana
Dec 6 '16 at 20:59
@Mihir, according to the dmesg log you have provided. It points out that drivers are not installed properly or card is not inserted properly. Please check hardware connection and if possible check it with other OS if this card is working properly. Also check with this command
lspci -vnnn | perl -lne 'print if /^d+:.+([S+:S+])/' and send the output this checks which are pci devices connected. and also check this command lsmod to check which of the drivers currently loaded– Devidas
Dec 12 '16 at 9:40
@Mihir, according to the dmesg log you have provided. It points out that drivers are not installed properly or card is not inserted properly. Please check hardware connection and if possible check it with other OS if this card is working properly. Also check with this command
lspci -vnnn | perl -lne 'print if /^d+:.+([S+:S+])/' and send the output this checks which are pci devices connected. and also check this command lsmod to check which of the drivers currently loaded– Devidas
Dec 12 '16 at 9:40
According to this image you sent It is clear that Graphics card is not installed (software / hardware) properly. and second command is for to check which drivers are used currently to check whether driver is invoked or not ?
– Devidas
Dec 14 '16 at 5:31
According to this image you sent It is clear that Graphics card is not installed (software / hardware) properly. and second command is for to check which drivers are used currently to check whether driver is invoked or not ?
– Devidas
Dec 14 '16 at 5:31
|
show 12 more comments
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f328090%2fnvidia-graphics-card-not-working-on-mint-18%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