nvidia quadro K1100M issue with Ubuntu 14.04
I have a Dell M3800 with nvidia QUADRO K1100M and intel HD4600 running Ubuntu 14.04.
I have installed the nvidia driver using this steps:
$ sudo apt-add-repository ppa:xorg-edgers/ppa
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install nividia-common nvidia-331
Unfortunately this will install the driver but the graphic card won't be recognized.
The nvidia x-server doesn't show all the option.Also if I select the nvidia graphic card as default the system will freeze either right after the log in or before (showing just the cursor).
I've tried to clean up everything using
$ sudo apt-get remove --purge nvidia-*
and re install other drivers but nothing.
I have tried this one as well with no success http://www.nvidia.com/Download/index.aspx?lang=en-us
I really need to use my graphic card, any help would be really appreciated.
Thanks.
14.04 drivers nvidia graphics
add a comment |
I have a Dell M3800 with nvidia QUADRO K1100M and intel HD4600 running Ubuntu 14.04.
I have installed the nvidia driver using this steps:
$ sudo apt-add-repository ppa:xorg-edgers/ppa
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install nividia-common nvidia-331
Unfortunately this will install the driver but the graphic card won't be recognized.
The nvidia x-server doesn't show all the option.Also if I select the nvidia graphic card as default the system will freeze either right after the log in or before (showing just the cursor).
I've tried to clean up everything using
$ sudo apt-get remove --purge nvidia-*
and re install other drivers but nothing.
I have tried this one as well with no success http://www.nvidia.com/Download/index.aspx?lang=en-us
I really need to use my graphic card, any help would be really appreciated.
Thanks.
14.04 drivers nvidia graphics
add a comment |
I have a Dell M3800 with nvidia QUADRO K1100M and intel HD4600 running Ubuntu 14.04.
I have installed the nvidia driver using this steps:
$ sudo apt-add-repository ppa:xorg-edgers/ppa
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install nividia-common nvidia-331
Unfortunately this will install the driver but the graphic card won't be recognized.
The nvidia x-server doesn't show all the option.Also if I select the nvidia graphic card as default the system will freeze either right after the log in or before (showing just the cursor).
I've tried to clean up everything using
$ sudo apt-get remove --purge nvidia-*
and re install other drivers but nothing.
I have tried this one as well with no success http://www.nvidia.com/Download/index.aspx?lang=en-us
I really need to use my graphic card, any help would be really appreciated.
Thanks.
14.04 drivers nvidia graphics
I have a Dell M3800 with nvidia QUADRO K1100M and intel HD4600 running Ubuntu 14.04.
I have installed the nvidia driver using this steps:
$ sudo apt-add-repository ppa:xorg-edgers/ppa
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install nividia-common nvidia-331
Unfortunately this will install the driver but the graphic card won't be recognized.
The nvidia x-server doesn't show all the option.Also if I select the nvidia graphic card as default the system will freeze either right after the log in or before (showing just the cursor).
I've tried to clean up everything using
$ sudo apt-get remove --purge nvidia-*
and re install other drivers but nothing.
I have tried this one as well with no success http://www.nvidia.com/Download/index.aspx?lang=en-us
I really need to use my graphic card, any help would be really appreciated.
Thanks.
14.04 drivers nvidia graphics
14.04 drivers nvidia graphics
asked Nov 2 '14 at 20:04
kilopkilop
7625
7625
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I have used the following document to configure a M3800 + QUADRO K1100M + Intel HD4600 on Ubuntu 14.04 LTS and everything works correctly and I can switch (manually) from Nvidia to Intel and vice versa. Do not forget to uninstall Bumblebee if you did so.
How is you performance using the nvidai card? For me it's horrible, I get 220 in glmark2
– Martin Hansen
Apr 14 '15 at 20:30
2890 in high performance mode and 2829 in high quality mode.
– Rudy Vissers
May 3 '15 at 7:23
So just a plain install, then use the additional drivers program to choose the 331 version? Then all good?
– Martin Hansen
May 3 '15 at 9:49
Yes. To get the nvidia software you have to add the following repository:sudo apt-add-repository ppa:xorg-edgers/ppa. I use the version 346. By the way, using the Nvidia card on battery is almost not feasible. The battery is very quickly empty! :-(
– Rudy Vissers
May 5 '15 at 7:39
Yeah I want to use the nvidia only when at my desk, mostly 90% of the time, and then switch to intel for when on the go.
– Martin Hansen
May 5 '15 at 11:02
|
show 7 more comments
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
});
}
});
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%2f544822%2fnvidia-quadro-k1100m-issue-with-ubuntu-14-04%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
I have used the following document to configure a M3800 + QUADRO K1100M + Intel HD4600 on Ubuntu 14.04 LTS and everything works correctly and I can switch (manually) from Nvidia to Intel and vice versa. Do not forget to uninstall Bumblebee if you did so.
How is you performance using the nvidai card? For me it's horrible, I get 220 in glmark2
– Martin Hansen
Apr 14 '15 at 20:30
2890 in high performance mode and 2829 in high quality mode.
– Rudy Vissers
May 3 '15 at 7:23
So just a plain install, then use the additional drivers program to choose the 331 version? Then all good?
– Martin Hansen
May 3 '15 at 9:49
Yes. To get the nvidia software you have to add the following repository:sudo apt-add-repository ppa:xorg-edgers/ppa. I use the version 346. By the way, using the Nvidia card on battery is almost not feasible. The battery is very quickly empty! :-(
– Rudy Vissers
May 5 '15 at 7:39
Yeah I want to use the nvidia only when at my desk, mostly 90% of the time, and then switch to intel for when on the go.
– Martin Hansen
May 5 '15 at 11:02
|
show 7 more comments
I have used the following document to configure a M3800 + QUADRO K1100M + Intel HD4600 on Ubuntu 14.04 LTS and everything works correctly and I can switch (manually) from Nvidia to Intel and vice versa. Do not forget to uninstall Bumblebee if you did so.
How is you performance using the nvidai card? For me it's horrible, I get 220 in glmark2
– Martin Hansen
Apr 14 '15 at 20:30
2890 in high performance mode and 2829 in high quality mode.
– Rudy Vissers
May 3 '15 at 7:23
So just a plain install, then use the additional drivers program to choose the 331 version? Then all good?
– Martin Hansen
May 3 '15 at 9:49
Yes. To get the nvidia software you have to add the following repository:sudo apt-add-repository ppa:xorg-edgers/ppa. I use the version 346. By the way, using the Nvidia card on battery is almost not feasible. The battery is very quickly empty! :-(
– Rudy Vissers
May 5 '15 at 7:39
Yeah I want to use the nvidia only when at my desk, mostly 90% of the time, and then switch to intel for when on the go.
– Martin Hansen
May 5 '15 at 11:02
|
show 7 more comments
I have used the following document to configure a M3800 + QUADRO K1100M + Intel HD4600 on Ubuntu 14.04 LTS and everything works correctly and I can switch (manually) from Nvidia to Intel and vice versa. Do not forget to uninstall Bumblebee if you did so.
I have used the following document to configure a M3800 + QUADRO K1100M + Intel HD4600 on Ubuntu 14.04 LTS and everything works correctly and I can switch (manually) from Nvidia to Intel and vice versa. Do not forget to uninstall Bumblebee if you did so.
answered Dec 31 '14 at 10:57
Rudy VissersRudy Vissers
307314
307314
How is you performance using the nvidai card? For me it's horrible, I get 220 in glmark2
– Martin Hansen
Apr 14 '15 at 20:30
2890 in high performance mode and 2829 in high quality mode.
– Rudy Vissers
May 3 '15 at 7:23
So just a plain install, then use the additional drivers program to choose the 331 version? Then all good?
– Martin Hansen
May 3 '15 at 9:49
Yes. To get the nvidia software you have to add the following repository:sudo apt-add-repository ppa:xorg-edgers/ppa. I use the version 346. By the way, using the Nvidia card on battery is almost not feasible. The battery is very quickly empty! :-(
– Rudy Vissers
May 5 '15 at 7:39
Yeah I want to use the nvidia only when at my desk, mostly 90% of the time, and then switch to intel for when on the go.
– Martin Hansen
May 5 '15 at 11:02
|
show 7 more comments
How is you performance using the nvidai card? For me it's horrible, I get 220 in glmark2
– Martin Hansen
Apr 14 '15 at 20:30
2890 in high performance mode and 2829 in high quality mode.
– Rudy Vissers
May 3 '15 at 7:23
So just a plain install, then use the additional drivers program to choose the 331 version? Then all good?
– Martin Hansen
May 3 '15 at 9:49
Yes. To get the nvidia software you have to add the following repository:sudo apt-add-repository ppa:xorg-edgers/ppa. I use the version 346. By the way, using the Nvidia card on battery is almost not feasible. The battery is very quickly empty! :-(
– Rudy Vissers
May 5 '15 at 7:39
Yeah I want to use the nvidia only when at my desk, mostly 90% of the time, and then switch to intel for when on the go.
– Martin Hansen
May 5 '15 at 11:02
How is you performance using the nvidai card? For me it's horrible, I get 220 in glmark2
– Martin Hansen
Apr 14 '15 at 20:30
How is you performance using the nvidai card? For me it's horrible, I get 220 in glmark2
– Martin Hansen
Apr 14 '15 at 20:30
2890 in high performance mode and 2829 in high quality mode.
– Rudy Vissers
May 3 '15 at 7:23
2890 in high performance mode and 2829 in high quality mode.
– Rudy Vissers
May 3 '15 at 7:23
So just a plain install, then use the additional drivers program to choose the 331 version? Then all good?
– Martin Hansen
May 3 '15 at 9:49
So just a plain install, then use the additional drivers program to choose the 331 version? Then all good?
– Martin Hansen
May 3 '15 at 9:49
Yes. To get the nvidia software you have to add the following repository:sudo apt-add-repository ppa:xorg-edgers/ppa. I use the version 346. By the way, using the Nvidia card on battery is almost not feasible. The battery is very quickly empty! :-(
– Rudy Vissers
May 5 '15 at 7:39
Yes. To get the nvidia software you have to add the following repository:sudo apt-add-repository ppa:xorg-edgers/ppa. I use the version 346. By the way, using the Nvidia card on battery is almost not feasible. The battery is very quickly empty! :-(
– Rudy Vissers
May 5 '15 at 7:39
Yeah I want to use the nvidia only when at my desk, mostly 90% of the time, and then switch to intel for when on the go.
– Martin Hansen
May 5 '15 at 11:02
Yeah I want to use the nvidia only when at my desk, mostly 90% of the time, and then switch to intel for when on the go.
– Martin Hansen
May 5 '15 at 11:02
|
show 7 more comments
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%2f544822%2fnvidia-quadro-k1100m-issue-with-ubuntu-14-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