How to disable my inboard ( intel ) graphic card
I'm pretty new to linux, but I did my best to obtain all information regarding my issue so maybe someone could help out.
I have an HP Pavilion dv6 Notebook, with Ubuntu 14.04 manually installed.
The log of lspci | grep VGA
is:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev ff)
I need to disable the Intel graphic card and only use my NVIDIA, as currently I'm pretty sure the NVIDIA is not in use.
From lsmod
I see it uses the i915 module. I tried blacklisting that module in /etc/modprobe.d/blacklist.conf
but that didn't really work because i still couldn't use the NVIDIA card for display.
I can't enable NVIDIA from BIOS, nor disable intel.
So what I'm looking for is a solution allowing me to use the power of my NVIDIA laptop, as currently the graphics are pretty bad due to the intel usage.
Thanks
14.04 nvidia graphics xorg intel-graphics
add a comment |
I'm pretty new to linux, but I did my best to obtain all information regarding my issue so maybe someone could help out.
I have an HP Pavilion dv6 Notebook, with Ubuntu 14.04 manually installed.
The log of lspci | grep VGA
is:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev ff)
I need to disable the Intel graphic card and only use my NVIDIA, as currently I'm pretty sure the NVIDIA is not in use.
From lsmod
I see it uses the i915 module. I tried blacklisting that module in /etc/modprobe.d/blacklist.conf
but that didn't really work because i still couldn't use the NVIDIA card for display.
I can't enable NVIDIA from BIOS, nor disable intel.
So what I'm looking for is a solution allowing me to use the power of my NVIDIA laptop, as currently the graphics are pretty bad due to the intel usage.
Thanks
14.04 nvidia graphics xorg intel-graphics
add a comment |
I'm pretty new to linux, but I did my best to obtain all information regarding my issue so maybe someone could help out.
I have an HP Pavilion dv6 Notebook, with Ubuntu 14.04 manually installed.
The log of lspci | grep VGA
is:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev ff)
I need to disable the Intel graphic card and only use my NVIDIA, as currently I'm pretty sure the NVIDIA is not in use.
From lsmod
I see it uses the i915 module. I tried blacklisting that module in /etc/modprobe.d/blacklist.conf
but that didn't really work because i still couldn't use the NVIDIA card for display.
I can't enable NVIDIA from BIOS, nor disable intel.
So what I'm looking for is a solution allowing me to use the power of my NVIDIA laptop, as currently the graphics are pretty bad due to the intel usage.
Thanks
14.04 nvidia graphics xorg intel-graphics
I'm pretty new to linux, but I did my best to obtain all information regarding my issue so maybe someone could help out.
I have an HP Pavilion dv6 Notebook, with Ubuntu 14.04 manually installed.
The log of lspci | grep VGA
is:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev ff)
I need to disable the Intel graphic card and only use my NVIDIA, as currently I'm pretty sure the NVIDIA is not in use.
From lsmod
I see it uses the i915 module. I tried blacklisting that module in /etc/modprobe.d/blacklist.conf
but that didn't really work because i still couldn't use the NVIDIA card for display.
I can't enable NVIDIA from BIOS, nor disable intel.
So what I'm looking for is a solution allowing me to use the power of my NVIDIA laptop, as currently the graphics are pretty bad due to the intel usage.
Thanks
14.04 nvidia graphics xorg intel-graphics
14.04 nvidia graphics xorg intel-graphics
asked Jan 27 '16 at 8:03
LambasoftLambasoft
1613
1613
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Here is what you need to do.
If you use the Driver Manager/Additional Drivers (Jockey) Utility and select the available nvidia driver. You can install the nvidia drivers properly.
Upon Reboot, you can use the Nvidia X Server configuration Utility(nvidia-settings) to Select. Either Performance Mode or Power saving Mode.
In the power saving mode only Intel Graphics Card stays Active and in the performance mode only Nvidia Card Stays active. By default once you Install the nvidia-drivers nvidia Card will stay active. Switching from One card to the other card does require you to logout and login again.
Since you only want to use the nvidia card You should be good after installing the drivers using the Additional Drivers utility (Jockey).
Please post here if this does not resolve your issue.
If you want to use the latest drivers for Nvidia card, Please use the ppa:graphics-drivers/ppa
Note: Please stay away from nvidia-361 drivers as they have issues.
Thanks for the reply. Once I do that, I get this i.imgur.com/LtK3z4F.png
– Lambasoft
Jan 27 '16 at 8:27
This is my xorg.conf file: i.imgur.com/q72fsfT.png
– Lambasoft
Jan 27 '16 at 8:30
What happens when you click on OK? I would recommend that you remove nvidia and nvidia-prime completely and start fresh.. When you select a gpu it should ask you for a password every time you switch the GPU.
– Rajat Pandita
Feb 5 '16 at 14:59
add a comment |
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%2f726169%2fhow-to-disable-my-inboard-intel-graphic-card%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
Here is what you need to do.
If you use the Driver Manager/Additional Drivers (Jockey) Utility and select the available nvidia driver. You can install the nvidia drivers properly.
Upon Reboot, you can use the Nvidia X Server configuration Utility(nvidia-settings) to Select. Either Performance Mode or Power saving Mode.
In the power saving mode only Intel Graphics Card stays Active and in the performance mode only Nvidia Card Stays active. By default once you Install the nvidia-drivers nvidia Card will stay active. Switching from One card to the other card does require you to logout and login again.
Since you only want to use the nvidia card You should be good after installing the drivers using the Additional Drivers utility (Jockey).
Please post here if this does not resolve your issue.
If you want to use the latest drivers for Nvidia card, Please use the ppa:graphics-drivers/ppa
Note: Please stay away from nvidia-361 drivers as they have issues.
Thanks for the reply. Once I do that, I get this i.imgur.com/LtK3z4F.png
– Lambasoft
Jan 27 '16 at 8:27
This is my xorg.conf file: i.imgur.com/q72fsfT.png
– Lambasoft
Jan 27 '16 at 8:30
What happens when you click on OK? I would recommend that you remove nvidia and nvidia-prime completely and start fresh.. When you select a gpu it should ask you for a password every time you switch the GPU.
– Rajat Pandita
Feb 5 '16 at 14:59
add a comment |
Here is what you need to do.
If you use the Driver Manager/Additional Drivers (Jockey) Utility and select the available nvidia driver. You can install the nvidia drivers properly.
Upon Reboot, you can use the Nvidia X Server configuration Utility(nvidia-settings) to Select. Either Performance Mode or Power saving Mode.
In the power saving mode only Intel Graphics Card stays Active and in the performance mode only Nvidia Card Stays active. By default once you Install the nvidia-drivers nvidia Card will stay active. Switching from One card to the other card does require you to logout and login again.
Since you only want to use the nvidia card You should be good after installing the drivers using the Additional Drivers utility (Jockey).
Please post here if this does not resolve your issue.
If you want to use the latest drivers for Nvidia card, Please use the ppa:graphics-drivers/ppa
Note: Please stay away from nvidia-361 drivers as they have issues.
Thanks for the reply. Once I do that, I get this i.imgur.com/LtK3z4F.png
– Lambasoft
Jan 27 '16 at 8:27
This is my xorg.conf file: i.imgur.com/q72fsfT.png
– Lambasoft
Jan 27 '16 at 8:30
What happens when you click on OK? I would recommend that you remove nvidia and nvidia-prime completely and start fresh.. When you select a gpu it should ask you for a password every time you switch the GPU.
– Rajat Pandita
Feb 5 '16 at 14:59
add a comment |
Here is what you need to do.
If you use the Driver Manager/Additional Drivers (Jockey) Utility and select the available nvidia driver. You can install the nvidia drivers properly.
Upon Reboot, you can use the Nvidia X Server configuration Utility(nvidia-settings) to Select. Either Performance Mode or Power saving Mode.
In the power saving mode only Intel Graphics Card stays Active and in the performance mode only Nvidia Card Stays active. By default once you Install the nvidia-drivers nvidia Card will stay active. Switching from One card to the other card does require you to logout and login again.
Since you only want to use the nvidia card You should be good after installing the drivers using the Additional Drivers utility (Jockey).
Please post here if this does not resolve your issue.
If you want to use the latest drivers for Nvidia card, Please use the ppa:graphics-drivers/ppa
Note: Please stay away from nvidia-361 drivers as they have issues.
Here is what you need to do.
If you use the Driver Manager/Additional Drivers (Jockey) Utility and select the available nvidia driver. You can install the nvidia drivers properly.
Upon Reboot, you can use the Nvidia X Server configuration Utility(nvidia-settings) to Select. Either Performance Mode or Power saving Mode.
In the power saving mode only Intel Graphics Card stays Active and in the performance mode only Nvidia Card Stays active. By default once you Install the nvidia-drivers nvidia Card will stay active. Switching from One card to the other card does require you to logout and login again.
Since you only want to use the nvidia card You should be good after installing the drivers using the Additional Drivers utility (Jockey).
Please post here if this does not resolve your issue.
If you want to use the latest drivers for Nvidia card, Please use the ppa:graphics-drivers/ppa
Note: Please stay away from nvidia-361 drivers as they have issues.
answered Jan 27 '16 at 8:22
Rajat PanditaRajat Pandita
79413
79413
Thanks for the reply. Once I do that, I get this i.imgur.com/LtK3z4F.png
– Lambasoft
Jan 27 '16 at 8:27
This is my xorg.conf file: i.imgur.com/q72fsfT.png
– Lambasoft
Jan 27 '16 at 8:30
What happens when you click on OK? I would recommend that you remove nvidia and nvidia-prime completely and start fresh.. When you select a gpu it should ask you for a password every time you switch the GPU.
– Rajat Pandita
Feb 5 '16 at 14:59
add a comment |
Thanks for the reply. Once I do that, I get this i.imgur.com/LtK3z4F.png
– Lambasoft
Jan 27 '16 at 8:27
This is my xorg.conf file: i.imgur.com/q72fsfT.png
– Lambasoft
Jan 27 '16 at 8:30
What happens when you click on OK? I would recommend that you remove nvidia and nvidia-prime completely and start fresh.. When you select a gpu it should ask you for a password every time you switch the GPU.
– Rajat Pandita
Feb 5 '16 at 14:59
Thanks for the reply. Once I do that, I get this i.imgur.com/LtK3z4F.png
– Lambasoft
Jan 27 '16 at 8:27
Thanks for the reply. Once I do that, I get this i.imgur.com/LtK3z4F.png
– Lambasoft
Jan 27 '16 at 8:27
This is my xorg.conf file: i.imgur.com/q72fsfT.png
– Lambasoft
Jan 27 '16 at 8:30
This is my xorg.conf file: i.imgur.com/q72fsfT.png
– Lambasoft
Jan 27 '16 at 8:30
What happens when you click on OK? I would recommend that you remove nvidia and nvidia-prime completely and start fresh.. When you select a gpu it should ask you for a password every time you switch the GPU.
– Rajat Pandita
Feb 5 '16 at 14:59
What happens when you click on OK? I would recommend that you remove nvidia and nvidia-prime completely and start fresh.. When you select a gpu it should ask you for a password every time you switch the GPU.
– Rajat Pandita
Feb 5 '16 at 14:59
add a comment |
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%2f726169%2fhow-to-disable-my-inboard-intel-graphic-card%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