Help needed! Nvidia/Intel graphics driver installation problem on 12.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using Ubuntu 12.10. My PC isn't auto detecting my drivers, I've tried installing the graphic drivers from the additional drivers section, but it shows nothing.
when I open up the "About this computer" tab, I see that my graphics driver is UNKNOWN and my experience is STANDARD.
After referring to a lot of forums, I saw that I had to run this command,
lspci | grep VGA
I see this output
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630M] (rev a1)
I have tried downloading nvidia's graphic driver file, but it's a .run file and I don't know how to install it.
How do I fix this?
12.10 drivers nvidia graphics intel-graphics
add a comment |
I'm using Ubuntu 12.10. My PC isn't auto detecting my drivers, I've tried installing the graphic drivers from the additional drivers section, but it shows nothing.
when I open up the "About this computer" tab, I see that my graphics driver is UNKNOWN and my experience is STANDARD.
After referring to a lot of forums, I saw that I had to run this command,
lspci | grep VGA
I see this output
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630M] (rev a1)
I have tried downloading nvidia's graphic driver file, but it's a .run file and I don't know how to install it.
How do I fix this?
12.10 drivers nvidia graphics intel-graphics
add a comment |
I'm using Ubuntu 12.10. My PC isn't auto detecting my drivers, I've tried installing the graphic drivers from the additional drivers section, but it shows nothing.
when I open up the "About this computer" tab, I see that my graphics driver is UNKNOWN and my experience is STANDARD.
After referring to a lot of forums, I saw that I had to run this command,
lspci | grep VGA
I see this output
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630M] (rev a1)
I have tried downloading nvidia's graphic driver file, but it's a .run file and I don't know how to install it.
How do I fix this?
12.10 drivers nvidia graphics intel-graphics
I'm using Ubuntu 12.10. My PC isn't auto detecting my drivers, I've tried installing the graphic drivers from the additional drivers section, but it shows nothing.
when I open up the "About this computer" tab, I see that my graphics driver is UNKNOWN and my experience is STANDARD.
After referring to a lot of forums, I saw that I had to run this command,
lspci | grep VGA
I see this output
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630M] (rev a1)
I have tried downloading nvidia's graphic driver file, but it's a .run file and I don't know how to install it.
How do I fix this?
12.10 drivers nvidia graphics intel-graphics
12.10 drivers nvidia graphics intel-graphics
edited Mar 9 '13 at 4:27
treppenwitz
asked Mar 9 '13 at 1:11
treppenwitztreppenwitz
613
613
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Did you try change the drivers via GUI mode? You can do it via Software Center. Press menu "Edit" > "Software sources" and then the tab "Additional Drivers". It should offer you a easy way to change or update drivers detected.
I did, but that doesn't work, drivers weren't detected. it says no proprietary drivers are in use.
– treppenwitz
Mar 9 '13 at 1:41
If this is one of those hybird cards, I think this is a duplicate of the following: askubuntu.com/questions/36930/… If not a hybird card, this similar question and answer should help: askubuntu.com/questions/202574/…
– Mordoc
Mar 9 '13 at 2:00
Thanks for your response. I think it's a hybrid card, and I have tried the solution, but it doesn't seem to help. Any more help would definitely be appreciated!
– treppenwitz
Mar 9 '13 at 4:26
I think I could give you some instructions on how to use the *.run file via a TTY to install an nVidia-driver manually (which I do regularly, as the GUI options didn't work for me since 13.10 and installing the driver manually did). But the linked answer above warns against this as it seems. However, if you want to take the risk, let me know.
– Mrokii
Mar 9 '13 at 10:47
add a comment |
See the Nvidia instructions:
Installation instructions: Once you have downloaded the driver, change to the directory containing the driver package and install the driver by running, as root, sh ./NVIDIA-Linux-x86_64-319.17.run
This should do the trick.
add a comment |
You have hybrid graphics card, Intel+nVidia. Intel for power saving and nVidia for performance. I solved the problem and answered it in here:
in here
The process worked for my laptop and tested on Ubuntu 13.04 and 13.10
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%2f265718%2fhelp-needed-nvidia-intel-graphics-driver-installation-problem-on-12-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Did you try change the drivers via GUI mode? You can do it via Software Center. Press menu "Edit" > "Software sources" and then the tab "Additional Drivers". It should offer you a easy way to change or update drivers detected.
I did, but that doesn't work, drivers weren't detected. it says no proprietary drivers are in use.
– treppenwitz
Mar 9 '13 at 1:41
If this is one of those hybird cards, I think this is a duplicate of the following: askubuntu.com/questions/36930/… If not a hybird card, this similar question and answer should help: askubuntu.com/questions/202574/…
– Mordoc
Mar 9 '13 at 2:00
Thanks for your response. I think it's a hybrid card, and I have tried the solution, but it doesn't seem to help. Any more help would definitely be appreciated!
– treppenwitz
Mar 9 '13 at 4:26
I think I could give you some instructions on how to use the *.run file via a TTY to install an nVidia-driver manually (which I do regularly, as the GUI options didn't work for me since 13.10 and installing the driver manually did). But the linked answer above warns against this as it seems. However, if you want to take the risk, let me know.
– Mrokii
Mar 9 '13 at 10:47
add a comment |
Did you try change the drivers via GUI mode? You can do it via Software Center. Press menu "Edit" > "Software sources" and then the tab "Additional Drivers". It should offer you a easy way to change or update drivers detected.
I did, but that doesn't work, drivers weren't detected. it says no proprietary drivers are in use.
– treppenwitz
Mar 9 '13 at 1:41
If this is one of those hybird cards, I think this is a duplicate of the following: askubuntu.com/questions/36930/… If not a hybird card, this similar question and answer should help: askubuntu.com/questions/202574/…
– Mordoc
Mar 9 '13 at 2:00
Thanks for your response. I think it's a hybrid card, and I have tried the solution, but it doesn't seem to help. Any more help would definitely be appreciated!
– treppenwitz
Mar 9 '13 at 4:26
I think I could give you some instructions on how to use the *.run file via a TTY to install an nVidia-driver manually (which I do regularly, as the GUI options didn't work for me since 13.10 and installing the driver manually did). But the linked answer above warns against this as it seems. However, if you want to take the risk, let me know.
– Mrokii
Mar 9 '13 at 10:47
add a comment |
Did you try change the drivers via GUI mode? You can do it via Software Center. Press menu "Edit" > "Software sources" and then the tab "Additional Drivers". It should offer you a easy way to change or update drivers detected.
Did you try change the drivers via GUI mode? You can do it via Software Center. Press menu "Edit" > "Software sources" and then the tab "Additional Drivers". It should offer you a easy way to change or update drivers detected.
answered Mar 9 '13 at 1:30
shakaranshakaran
1054
1054
I did, but that doesn't work, drivers weren't detected. it says no proprietary drivers are in use.
– treppenwitz
Mar 9 '13 at 1:41
If this is one of those hybird cards, I think this is a duplicate of the following: askubuntu.com/questions/36930/… If not a hybird card, this similar question and answer should help: askubuntu.com/questions/202574/…
– Mordoc
Mar 9 '13 at 2:00
Thanks for your response. I think it's a hybrid card, and I have tried the solution, but it doesn't seem to help. Any more help would definitely be appreciated!
– treppenwitz
Mar 9 '13 at 4:26
I think I could give you some instructions on how to use the *.run file via a TTY to install an nVidia-driver manually (which I do regularly, as the GUI options didn't work for me since 13.10 and installing the driver manually did). But the linked answer above warns against this as it seems. However, if you want to take the risk, let me know.
– Mrokii
Mar 9 '13 at 10:47
add a comment |
I did, but that doesn't work, drivers weren't detected. it says no proprietary drivers are in use.
– treppenwitz
Mar 9 '13 at 1:41
If this is one of those hybird cards, I think this is a duplicate of the following: askubuntu.com/questions/36930/… If not a hybird card, this similar question and answer should help: askubuntu.com/questions/202574/…
– Mordoc
Mar 9 '13 at 2:00
Thanks for your response. I think it's a hybrid card, and I have tried the solution, but it doesn't seem to help. Any more help would definitely be appreciated!
– treppenwitz
Mar 9 '13 at 4:26
I think I could give you some instructions on how to use the *.run file via a TTY to install an nVidia-driver manually (which I do regularly, as the GUI options didn't work for me since 13.10 and installing the driver manually did). But the linked answer above warns against this as it seems. However, if you want to take the risk, let me know.
– Mrokii
Mar 9 '13 at 10:47
I did, but that doesn't work, drivers weren't detected. it says no proprietary drivers are in use.
– treppenwitz
Mar 9 '13 at 1:41
I did, but that doesn't work, drivers weren't detected. it says no proprietary drivers are in use.
– treppenwitz
Mar 9 '13 at 1:41
If this is one of those hybird cards, I think this is a duplicate of the following: askubuntu.com/questions/36930/… If not a hybird card, this similar question and answer should help: askubuntu.com/questions/202574/…
– Mordoc
Mar 9 '13 at 2:00
If this is one of those hybird cards, I think this is a duplicate of the following: askubuntu.com/questions/36930/… If not a hybird card, this similar question and answer should help: askubuntu.com/questions/202574/…
– Mordoc
Mar 9 '13 at 2:00
Thanks for your response. I think it's a hybrid card, and I have tried the solution, but it doesn't seem to help. Any more help would definitely be appreciated!
– treppenwitz
Mar 9 '13 at 4:26
Thanks for your response. I think it's a hybrid card, and I have tried the solution, but it doesn't seem to help. Any more help would definitely be appreciated!
– treppenwitz
Mar 9 '13 at 4:26
I think I could give you some instructions on how to use the *.run file via a TTY to install an nVidia-driver manually (which I do regularly, as the GUI options didn't work for me since 13.10 and installing the driver manually did). But the linked answer above warns against this as it seems. However, if you want to take the risk, let me know.
– Mrokii
Mar 9 '13 at 10:47
I think I could give you some instructions on how to use the *.run file via a TTY to install an nVidia-driver manually (which I do regularly, as the GUI options didn't work for me since 13.10 and installing the driver manually did). But the linked answer above warns against this as it seems. However, if you want to take the risk, let me know.
– Mrokii
Mar 9 '13 at 10:47
add a comment |
See the Nvidia instructions:
Installation instructions: Once you have downloaded the driver, change to the directory containing the driver package and install the driver by running, as root, sh ./NVIDIA-Linux-x86_64-319.17.run
This should do the trick.
add a comment |
See the Nvidia instructions:
Installation instructions: Once you have downloaded the driver, change to the directory containing the driver package and install the driver by running, as root, sh ./NVIDIA-Linux-x86_64-319.17.run
This should do the trick.
add a comment |
See the Nvidia instructions:
Installation instructions: Once you have downloaded the driver, change to the directory containing the driver package and install the driver by running, as root, sh ./NVIDIA-Linux-x86_64-319.17.run
This should do the trick.
See the Nvidia instructions:
Installation instructions: Once you have downloaded the driver, change to the directory containing the driver package and install the driver by running, as root, sh ./NVIDIA-Linux-x86_64-319.17.run
This should do the trick.
edited Sep 2 '13 at 7:22
answered Sep 2 '13 at 6:52
yaron160yaron160
301128
301128
add a comment |
add a comment |
You have hybrid graphics card, Intel+nVidia. Intel for power saving and nVidia for performance. I solved the problem and answered it in here:
in here
The process worked for my laptop and tested on Ubuntu 13.04 and 13.10
add a comment |
You have hybrid graphics card, Intel+nVidia. Intel for power saving and nVidia for performance. I solved the problem and answered it in here:
in here
The process worked for my laptop and tested on Ubuntu 13.04 and 13.10
add a comment |
You have hybrid graphics card, Intel+nVidia. Intel for power saving and nVidia for performance. I solved the problem and answered it in here:
in here
The process worked for my laptop and tested on Ubuntu 13.04 and 13.10
You have hybrid graphics card, Intel+nVidia. Intel for power saving and nVidia for performance. I solved the problem and answered it in here:
in here
The process worked for my laptop and tested on Ubuntu 13.04 and 13.10
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Oct 5 '13 at 11:42
Pavak PaulPavak Paul
91721028
91721028
add a comment |
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%2f265718%2fhelp-needed-nvidia-intel-graphics-driver-installation-problem-on-12-10%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