Cannot install and use nvidia drivers (Wheezy)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a build with the GTX 560 TI card every time I try to install the Linux drivers (with Debian Wheezy and using tecmint.com or debian wiki as a guide), I always end up restarting X or the computer (same thing really) and X never starts correctly.
The closest I got was using the first guide there and I actually got it to say that it couldn't find the device "nvidia" and there were no screens. I'm really not sure what to do from here.
(if there is a log I can provide you with please let me know)
nvidia debian
bumped to the homepage by Community♦ 9 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 have a build with the GTX 560 TI card every time I try to install the Linux drivers (with Debian Wheezy and using tecmint.com or debian wiki as a guide), I always end up restarting X or the computer (same thing really) and X never starts correctly.
The closest I got was using the first guide there and I actually got it to say that it couldn't find the device "nvidia" and there were no screens. I'm really not sure what to do from here.
(if there is a log I can provide you with please let me know)
nvidia debian
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Do you have anxorg.conf
file? If you don't, this is not going to work. If you do, then paste it into your question, please.
– Faheem Mitha
Sep 13 '14 at 8:19
add a comment |
I have a build with the GTX 560 TI card every time I try to install the Linux drivers (with Debian Wheezy and using tecmint.com or debian wiki as a guide), I always end up restarting X or the computer (same thing really) and X never starts correctly.
The closest I got was using the first guide there and I actually got it to say that it couldn't find the device "nvidia" and there were no screens. I'm really not sure what to do from here.
(if there is a log I can provide you with please let me know)
nvidia debian
I have a build with the GTX 560 TI card every time I try to install the Linux drivers (with Debian Wheezy and using tecmint.com or debian wiki as a guide), I always end up restarting X or the computer (same thing really) and X never starts correctly.
The closest I got was using the first guide there and I actually got it to say that it couldn't find the device "nvidia" and there were no screens. I'm really not sure what to do from here.
(if there is a log I can provide you with please let me know)
nvidia debian
nvidia debian
edited Dec 29 '13 at 5:39
Anthon
61.5k17107170
61.5k17107170
asked Dec 29 '13 at 5:17
David BrewerDavid Brewer
1062
1062
bumped to the homepage by Community♦ 9 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♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Do you have anxorg.conf
file? If you don't, this is not going to work. If you do, then paste it into your question, please.
– Faheem Mitha
Sep 13 '14 at 8:19
add a comment |
Do you have anxorg.conf
file? If you don't, this is not going to work. If you do, then paste it into your question, please.
– Faheem Mitha
Sep 13 '14 at 8:19
Do you have an
xorg.conf
file? If you don't, this is not going to work. If you do, then paste it into your question, please.– Faheem Mitha
Sep 13 '14 at 8:19
Do you have an
xorg.conf
file? If you don't, this is not going to work. If you do, then paste it into your question, please.– Faheem Mitha
Sep 13 '14 at 8:19
add a comment |
1 Answer
1
active
oldest
votes
The way I installed proprietary drivers last time (on plain Debian):
I installed a Debian system from scratch (from the offical netinstall iso)
Downloaded the driver to the "Downloads" directory (where things always go when you click "download").
Pressed Ctrl+Alt+F2 (in order to switch to one of the full-screen terminals.)
From the full screen console ran:
/etc/init.d/gdm3 stop
(To kill the graphic interface. Otherwise the installer won't run)
- Then I navigated to the Downloads directory - where the Nvidia driver is ("cd Downloads")
Before running the downloaded installer I had to do:
apt-get install build-essential
apt-get install linux-headers*
(Otherwise the installer will complain about these missing and exit)
Then I ran the downloaded file
sh NVIDIA-Linux-x86_64-340.32.run
The installer complained about nouveau not being disabled, but turned it off for me without problems. Then asked to restart the computer and to run it again after reboot.
reboot
then
cd Downloads
sh NVIDIA-Linux-x86_64-340.32.run
The installer then went through ok and I had to just reboot one final time. That's it.
add a comment |
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%2f106964%2fcannot-install-and-use-nvidia-drivers-wheezy%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
The way I installed proprietary drivers last time (on plain Debian):
I installed a Debian system from scratch (from the offical netinstall iso)
Downloaded the driver to the "Downloads" directory (where things always go when you click "download").
Pressed Ctrl+Alt+F2 (in order to switch to one of the full-screen terminals.)
From the full screen console ran:
/etc/init.d/gdm3 stop
(To kill the graphic interface. Otherwise the installer won't run)
- Then I navigated to the Downloads directory - where the Nvidia driver is ("cd Downloads")
Before running the downloaded installer I had to do:
apt-get install build-essential
apt-get install linux-headers*
(Otherwise the installer will complain about these missing and exit)
Then I ran the downloaded file
sh NVIDIA-Linux-x86_64-340.32.run
The installer complained about nouveau not being disabled, but turned it off for me without problems. Then asked to restart the computer and to run it again after reboot.
reboot
then
cd Downloads
sh NVIDIA-Linux-x86_64-340.32.run
The installer then went through ok and I had to just reboot one final time. That's it.
add a comment |
The way I installed proprietary drivers last time (on plain Debian):
I installed a Debian system from scratch (from the offical netinstall iso)
Downloaded the driver to the "Downloads" directory (where things always go when you click "download").
Pressed Ctrl+Alt+F2 (in order to switch to one of the full-screen terminals.)
From the full screen console ran:
/etc/init.d/gdm3 stop
(To kill the graphic interface. Otherwise the installer won't run)
- Then I navigated to the Downloads directory - where the Nvidia driver is ("cd Downloads")
Before running the downloaded installer I had to do:
apt-get install build-essential
apt-get install linux-headers*
(Otherwise the installer will complain about these missing and exit)
Then I ran the downloaded file
sh NVIDIA-Linux-x86_64-340.32.run
The installer complained about nouveau not being disabled, but turned it off for me without problems. Then asked to restart the computer and to run it again after reboot.
reboot
then
cd Downloads
sh NVIDIA-Linux-x86_64-340.32.run
The installer then went through ok and I had to just reboot one final time. That's it.
add a comment |
The way I installed proprietary drivers last time (on plain Debian):
I installed a Debian system from scratch (from the offical netinstall iso)
Downloaded the driver to the "Downloads" directory (where things always go when you click "download").
Pressed Ctrl+Alt+F2 (in order to switch to one of the full-screen terminals.)
From the full screen console ran:
/etc/init.d/gdm3 stop
(To kill the graphic interface. Otherwise the installer won't run)
- Then I navigated to the Downloads directory - where the Nvidia driver is ("cd Downloads")
Before running the downloaded installer I had to do:
apt-get install build-essential
apt-get install linux-headers*
(Otherwise the installer will complain about these missing and exit)
Then I ran the downloaded file
sh NVIDIA-Linux-x86_64-340.32.run
The installer complained about nouveau not being disabled, but turned it off for me without problems. Then asked to restart the computer and to run it again after reboot.
reboot
then
cd Downloads
sh NVIDIA-Linux-x86_64-340.32.run
The installer then went through ok and I had to just reboot one final time. That's it.
The way I installed proprietary drivers last time (on plain Debian):
I installed a Debian system from scratch (from the offical netinstall iso)
Downloaded the driver to the "Downloads" directory (where things always go when you click "download").
Pressed Ctrl+Alt+F2 (in order to switch to one of the full-screen terminals.)
From the full screen console ran:
/etc/init.d/gdm3 stop
(To kill the graphic interface. Otherwise the installer won't run)
- Then I navigated to the Downloads directory - where the Nvidia driver is ("cd Downloads")
Before running the downloaded installer I had to do:
apt-get install build-essential
apt-get install linux-headers*
(Otherwise the installer will complain about these missing and exit)
Then I ran the downloaded file
sh NVIDIA-Linux-x86_64-340.32.run
The installer complained about nouveau not being disabled, but turned it off for me without problems. Then asked to restart the computer and to run it again after reboot.
reboot
then
cd Downloads
sh NVIDIA-Linux-x86_64-340.32.run
The installer then went through ok and I had to just reboot one final time. That's it.
edited Sep 21 '14 at 23:35
answered Sep 13 '14 at 5:07
user83311user83311
3817
3817
add a comment |
add a comment |
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%2f106964%2fcannot-install-and-use-nvidia-drivers-wheezy%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
Do you have an
xorg.conf
file? If you don't, this is not going to work. If you do, then paste it into your question, please.– Faheem Mitha
Sep 13 '14 at 8:19