Installing proprietary NVIDIA driver for Geforce 9600 GT on Ubuntu 14.04 The 2019 Stack...
Are there any other methods to apply to solving simultaneous equations?
The difference between dialogue marks
How are circuits which use complex ICs normally simulated?
How can I fix this gap between bookcases I made?
"Riffle" two strings
In microwave frequencies, do you use a circulator when you need a (near) perfect diode?
Carnot-Caratheodory metric
Where to refill my bottle in India?
Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints
JSON.serialize: is it possible to suppress null values of a map?
Why can Shazam do this?
How can I create a character who can assume the widest possible range of creature sizes?
Time travel alters history but people keep saying nothing's changed
Where does the "burst of radiance" from Holy Weapon originate?
What is the best strategy for white in this position?
aging parents with no investments
Why do UK politicians seemingly ignore opinion polls on Brexit?
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Does a dangling wire really electrocute me if I'm standing in water?
What is a mixture ratio of propellant?
How was Skylab's orbit inclination chosen?
Why is it "Tumoren" and not "Tumore"?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
Does it makes sense to buy a new cycle to learn riding?
Installing proprietary NVIDIA driver for Geforce 9600 GT on Ubuntu 14.04
The 2019 Stack Overflow Developer Survey Results Are InProblems booting Ubuntu 10.10 with Nvdia GeForce 6600gtTroubleshooting Proprietary NVIDIA 319.49 DriverProblem with Nvidia drivers for K20, C2070 on Ubuntu 12.04How to fix multi-display after upgrade? (Ubuntu Gnome 14.04, Nvidia Optimus)GT 730 Driver Installation Issues on Ubuntu 14.04 64-bitUbuntu 14.04 GEFORCE GTX 970Installing nvidia-modprobe on Ubuntu 14.04 causes frozen splash screen on bootProblem in installing CUDA on Intel-Nvidia hybrid graphics [Ubuntu 14.04]Which NVIDIA driver is suitable for GeForce GTX 660M?Empty desktop after installing proprietary Nvidia drivers on 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I would like to use CUDA on my Ubuntu machine with the graphics card NVIDIA Geforce 9600 GT. Installing CUDA is no problem but in order to run any CUDA code I need to install the proprietary NVIDIA driver as well.
I did so by choosing an appropriate one (for example, 331) from the list popping up in the "Additional drivers" menu. The installation works just fine but whenever I reboot the system all I see is a black screen with a blinking cursor.
After purging all NVIDIA related stuff (sudo apt-get remove --purge nvidia*), I'm able to use the system again after rebooting.
I read somewhere that this problem might be related to the fact that I have to use DVI instead of VGA as there are no other output ports on the card. However, switching from one DVI output port to another doesn't help either.
Any help is greatly appreciated.
nvidia 14.04 cuda
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I would like to use CUDA on my Ubuntu machine with the graphics card NVIDIA Geforce 9600 GT. Installing CUDA is no problem but in order to run any CUDA code I need to install the proprietary NVIDIA driver as well.
I did so by choosing an appropriate one (for example, 331) from the list popping up in the "Additional drivers" menu. The installation works just fine but whenever I reboot the system all I see is a black screen with a blinking cursor.
After purging all NVIDIA related stuff (sudo apt-get remove --purge nvidia*), I'm able to use the system again after rebooting.
I read somewhere that this problem might be related to the fact that I have to use DVI instead of VGA as there are no other output ports on the card. However, switching from one DVI output port to another doesn't help either.
Any help is greatly appreciated.
nvidia 14.04 cuda
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
This is a shot in the dark, but I used to have a similar issue with NVIDIA drivers for a 9800 and HDMI (instead of DVI). Installing the packagenvidia-settings
, which comes along with some drivers, solved the issue for me. If it breaks the display again you can always purge nvidia* as you did.
– Alex
May 9 '14 at 11:38
Thank you, Alex. Unfortunately, this didn't solve the issue. I managed to install nvidia-settings without problems but as soon as I install any proprietary drivers, I don't see much more than some status messages on the screen.
– user279703
May 9 '14 at 17:48
add a comment |
I would like to use CUDA on my Ubuntu machine with the graphics card NVIDIA Geforce 9600 GT. Installing CUDA is no problem but in order to run any CUDA code I need to install the proprietary NVIDIA driver as well.
I did so by choosing an appropriate one (for example, 331) from the list popping up in the "Additional drivers" menu. The installation works just fine but whenever I reboot the system all I see is a black screen with a blinking cursor.
After purging all NVIDIA related stuff (sudo apt-get remove --purge nvidia*), I'm able to use the system again after rebooting.
I read somewhere that this problem might be related to the fact that I have to use DVI instead of VGA as there are no other output ports on the card. However, switching from one DVI output port to another doesn't help either.
Any help is greatly appreciated.
nvidia 14.04 cuda
I would like to use CUDA on my Ubuntu machine with the graphics card NVIDIA Geforce 9600 GT. Installing CUDA is no problem but in order to run any CUDA code I need to install the proprietary NVIDIA driver as well.
I did so by choosing an appropriate one (for example, 331) from the list popping up in the "Additional drivers" menu. The installation works just fine but whenever I reboot the system all I see is a black screen with a blinking cursor.
After purging all NVIDIA related stuff (sudo apt-get remove --purge nvidia*), I'm able to use the system again after rebooting.
I read somewhere that this problem might be related to the fact that I have to use DVI instead of VGA as there are no other output ports on the card. However, switching from one DVI output port to another doesn't help either.
Any help is greatly appreciated.
nvidia 14.04 cuda
nvidia 14.04 cuda
asked May 9 '14 at 9:00
user279703user279703
2612
2612
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
This is a shot in the dark, but I used to have a similar issue with NVIDIA drivers for a 9800 and HDMI (instead of DVI). Installing the packagenvidia-settings
, which comes along with some drivers, solved the issue for me. If it breaks the display again you can always purge nvidia* as you did.
– Alex
May 9 '14 at 11:38
Thank you, Alex. Unfortunately, this didn't solve the issue. I managed to install nvidia-settings without problems but as soon as I install any proprietary drivers, I don't see much more than some status messages on the screen.
– user279703
May 9 '14 at 17:48
add a comment |
This is a shot in the dark, but I used to have a similar issue with NVIDIA drivers for a 9800 and HDMI (instead of DVI). Installing the packagenvidia-settings
, which comes along with some drivers, solved the issue for me. If it breaks the display again you can always purge nvidia* as you did.
– Alex
May 9 '14 at 11:38
Thank you, Alex. Unfortunately, this didn't solve the issue. I managed to install nvidia-settings without problems but as soon as I install any proprietary drivers, I don't see much more than some status messages on the screen.
– user279703
May 9 '14 at 17:48
This is a shot in the dark, but I used to have a similar issue with NVIDIA drivers for a 9800 and HDMI (instead of DVI). Installing the package
nvidia-settings
, which comes along with some drivers, solved the issue for me. If it breaks the display again you can always purge nvidia* as you did.– Alex
May 9 '14 at 11:38
This is a shot in the dark, but I used to have a similar issue with NVIDIA drivers for a 9800 and HDMI (instead of DVI). Installing the package
nvidia-settings
, which comes along with some drivers, solved the issue for me. If it breaks the display again you can always purge nvidia* as you did.– Alex
May 9 '14 at 11:38
Thank you, Alex. Unfortunately, this didn't solve the issue. I managed to install nvidia-settings without problems but as soon as I install any proprietary drivers, I don't see much more than some status messages on the screen.
– user279703
May 9 '14 at 17:48
Thank you, Alex. Unfortunately, this didn't solve the issue. I managed to install nvidia-settings without problems but as soon as I install any proprietary drivers, I don't see much more than some status messages on the screen.
– user279703
May 9 '14 at 17:48
add a comment |
1 Answer
1
active
oldest
votes
I've found that manual installs work best for installing nvidia drivers, so go to here and download the latest drivers. By default, it'll most likely go into /Downloads, but if not, just know where it is. Then, you'll want to press
ctrl + alt +F1-F6 (each is a different login)
And then sign in to your account. Then, you'll want to use
sudo stop lightdm (or sudo service lightdm stop)
This shuts down the things that are using the GUI, so they can be updated.
Then run
chmod +x ~/* Folder that said driver is located in * / * Driver *
For example,
chmod +x ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
Make SURE that you have the entire name of the driver, otherwise this will not work! Caps do matter!
What you just did was make the file executable. Next, you'll want to run the following command, changed of course like the example above to fit your directories/driver versions.
sudo sh ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
For me, tabbing the rest of the NVIDIA-Linux-x86_64-343.13.run file does not work for me, but it is CRUCIAL THAT YOU DO THIS. If nothing happens after you run the second command, check your caps and spelling to make sure they are right. You have to go through the program using the keyboard to correctly install it. For me it will tell me that something went wrong right on the bat, just keep going and see if it still works. If it asks you to install 32 bit libraries, do so. Some programs (like steam games) will not run unless you have these installed.
After all of the above has been done, one final command must be completed, or of course you could reboot.
sudo start lightdm (or sudo service lightdm start)
Then, you'll do
ctrl + alt+ F7-F9ish (F7 is usually default, some people have different F keys though)
This should have worked for most people, if not keep looking, there's always a fix. If anyone knows something about getting virtual 7.1 audio to work, please message me somehow. Thanks. Hope I helped someone.
I've also heard x-swat repositories work better at times. Not sure about that, but worth a try.
(Pro tip, whenever Nvidia related stuff goes wrong, watch this.)
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%2f463276%2finstalling-proprietary-nvidia-driver-for-geforce-9600-gt-on-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've found that manual installs work best for installing nvidia drivers, so go to here and download the latest drivers. By default, it'll most likely go into /Downloads, but if not, just know where it is. Then, you'll want to press
ctrl + alt +F1-F6 (each is a different login)
And then sign in to your account. Then, you'll want to use
sudo stop lightdm (or sudo service lightdm stop)
This shuts down the things that are using the GUI, so they can be updated.
Then run
chmod +x ~/* Folder that said driver is located in * / * Driver *
For example,
chmod +x ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
Make SURE that you have the entire name of the driver, otherwise this will not work! Caps do matter!
What you just did was make the file executable. Next, you'll want to run the following command, changed of course like the example above to fit your directories/driver versions.
sudo sh ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
For me, tabbing the rest of the NVIDIA-Linux-x86_64-343.13.run file does not work for me, but it is CRUCIAL THAT YOU DO THIS. If nothing happens after you run the second command, check your caps and spelling to make sure they are right. You have to go through the program using the keyboard to correctly install it. For me it will tell me that something went wrong right on the bat, just keep going and see if it still works. If it asks you to install 32 bit libraries, do so. Some programs (like steam games) will not run unless you have these installed.
After all of the above has been done, one final command must be completed, or of course you could reboot.
sudo start lightdm (or sudo service lightdm start)
Then, you'll do
ctrl + alt+ F7-F9ish (F7 is usually default, some people have different F keys though)
This should have worked for most people, if not keep looking, there's always a fix. If anyone knows something about getting virtual 7.1 audio to work, please message me somehow. Thanks. Hope I helped someone.
I've also heard x-swat repositories work better at times. Not sure about that, but worth a try.
(Pro tip, whenever Nvidia related stuff goes wrong, watch this.)
add a comment |
I've found that manual installs work best for installing nvidia drivers, so go to here and download the latest drivers. By default, it'll most likely go into /Downloads, but if not, just know where it is. Then, you'll want to press
ctrl + alt +F1-F6 (each is a different login)
And then sign in to your account. Then, you'll want to use
sudo stop lightdm (or sudo service lightdm stop)
This shuts down the things that are using the GUI, so they can be updated.
Then run
chmod +x ~/* Folder that said driver is located in * / * Driver *
For example,
chmod +x ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
Make SURE that you have the entire name of the driver, otherwise this will not work! Caps do matter!
What you just did was make the file executable. Next, you'll want to run the following command, changed of course like the example above to fit your directories/driver versions.
sudo sh ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
For me, tabbing the rest of the NVIDIA-Linux-x86_64-343.13.run file does not work for me, but it is CRUCIAL THAT YOU DO THIS. If nothing happens after you run the second command, check your caps and spelling to make sure they are right. You have to go through the program using the keyboard to correctly install it. For me it will tell me that something went wrong right on the bat, just keep going and see if it still works. If it asks you to install 32 bit libraries, do so. Some programs (like steam games) will not run unless you have these installed.
After all of the above has been done, one final command must be completed, or of course you could reboot.
sudo start lightdm (or sudo service lightdm start)
Then, you'll do
ctrl + alt+ F7-F9ish (F7 is usually default, some people have different F keys though)
This should have worked for most people, if not keep looking, there's always a fix. If anyone knows something about getting virtual 7.1 audio to work, please message me somehow. Thanks. Hope I helped someone.
I've also heard x-swat repositories work better at times. Not sure about that, but worth a try.
(Pro tip, whenever Nvidia related stuff goes wrong, watch this.)
add a comment |
I've found that manual installs work best for installing nvidia drivers, so go to here and download the latest drivers. By default, it'll most likely go into /Downloads, but if not, just know where it is. Then, you'll want to press
ctrl + alt +F1-F6 (each is a different login)
And then sign in to your account. Then, you'll want to use
sudo stop lightdm (or sudo service lightdm stop)
This shuts down the things that are using the GUI, so they can be updated.
Then run
chmod +x ~/* Folder that said driver is located in * / * Driver *
For example,
chmod +x ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
Make SURE that you have the entire name of the driver, otherwise this will not work! Caps do matter!
What you just did was make the file executable. Next, you'll want to run the following command, changed of course like the example above to fit your directories/driver versions.
sudo sh ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
For me, tabbing the rest of the NVIDIA-Linux-x86_64-343.13.run file does not work for me, but it is CRUCIAL THAT YOU DO THIS. If nothing happens after you run the second command, check your caps and spelling to make sure they are right. You have to go through the program using the keyboard to correctly install it. For me it will tell me that something went wrong right on the bat, just keep going and see if it still works. If it asks you to install 32 bit libraries, do so. Some programs (like steam games) will not run unless you have these installed.
After all of the above has been done, one final command must be completed, or of course you could reboot.
sudo start lightdm (or sudo service lightdm start)
Then, you'll do
ctrl + alt+ F7-F9ish (F7 is usually default, some people have different F keys though)
This should have worked for most people, if not keep looking, there's always a fix. If anyone knows something about getting virtual 7.1 audio to work, please message me somehow. Thanks. Hope I helped someone.
I've also heard x-swat repositories work better at times. Not sure about that, but worth a try.
(Pro tip, whenever Nvidia related stuff goes wrong, watch this.)
I've found that manual installs work best for installing nvidia drivers, so go to here and download the latest drivers. By default, it'll most likely go into /Downloads, but if not, just know where it is. Then, you'll want to press
ctrl + alt +F1-F6 (each is a different login)
And then sign in to your account. Then, you'll want to use
sudo stop lightdm (or sudo service lightdm stop)
This shuts down the things that are using the GUI, so they can be updated.
Then run
chmod +x ~/* Folder that said driver is located in * / * Driver *
For example,
chmod +x ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
Make SURE that you have the entire name of the driver, otherwise this will not work! Caps do matter!
What you just did was make the file executable. Next, you'll want to run the following command, changed of course like the example above to fit your directories/driver versions.
sudo sh ~/Downloads/NVIDIA-Linux-x86_64-343.13.run
For me, tabbing the rest of the NVIDIA-Linux-x86_64-343.13.run file does not work for me, but it is CRUCIAL THAT YOU DO THIS. If nothing happens after you run the second command, check your caps and spelling to make sure they are right. You have to go through the program using the keyboard to correctly install it. For me it will tell me that something went wrong right on the bat, just keep going and see if it still works. If it asks you to install 32 bit libraries, do so. Some programs (like steam games) will not run unless you have these installed.
After all of the above has been done, one final command must be completed, or of course you could reboot.
sudo start lightdm (or sudo service lightdm start)
Then, you'll do
ctrl + alt+ F7-F9ish (F7 is usually default, some people have different F keys though)
This should have worked for most people, if not keep looking, there's always a fix. If anyone knows something about getting virtual 7.1 audio to work, please message me somehow. Thanks. Hope I helped someone.
I've also heard x-swat repositories work better at times. Not sure about that, but worth a try.
(Pro tip, whenever Nvidia related stuff goes wrong, watch this.)
answered Sep 17 '14 at 16:49
Bugattikid2012Bugattikid2012
61118
61118
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%2f463276%2finstalling-proprietary-nvidia-driver-for-geforce-9600-gt-on-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
This is a shot in the dark, but I used to have a similar issue with NVIDIA drivers for a 9800 and HDMI (instead of DVI). Installing the package
nvidia-settings
, which comes along with some drivers, solved the issue for me. If it breaks the display again you can always purge nvidia* as you did.– Alex
May 9 '14 at 11:38
Thank you, Alex. Unfortunately, this didn't solve the issue. I managed to install nvidia-settings without problems but as soon as I install any proprietary drivers, I don't see much more than some status messages on the screen.
– user279703
May 9 '14 at 17:48