Lost Nvidia driver
I installed my drivers for my Nvidia graphics card, and when I went to config using the command: sudo nvidia-xconfig
I got the message:
WARNING: Unable to locate/open X configuration file.
New X configuration file written to '/etc/X11/xorg.conf
Now when I type in the command I get the message:
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
What the hell is going on?
drivers nvidia
bumped to the homepage by Community♦ 8 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 installed my drivers for my Nvidia graphics card, and when I went to config using the command: sudo nvidia-xconfig
I got the message:
WARNING: Unable to locate/open X configuration file.
New X configuration file written to '/etc/X11/xorg.conf
Now when I type in the command I get the message:
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
What the hell is going on?
drivers nvidia
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Could you post a screenshot or use the ` to separate what is output and input?
– No Time
May 17 '14 at 4:33
input = "sudo nvidia-xconfig"
– tyty3
May 17 '14 at 5:02
output = "WARNING: Unable to locate/open X configuration file. New X configuration file written to '/etc/X11/xorg.conf" and "Using X configuration file: "/etc/X11/xorg.conf". Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf'"
– tyty3
May 17 '14 at 5:04
add a comment |
I installed my drivers for my Nvidia graphics card, and when I went to config using the command: sudo nvidia-xconfig
I got the message:
WARNING: Unable to locate/open X configuration file.
New X configuration file written to '/etc/X11/xorg.conf
Now when I type in the command I get the message:
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
What the hell is going on?
drivers nvidia
I installed my drivers for my Nvidia graphics card, and when I went to config using the command: sudo nvidia-xconfig
I got the message:
WARNING: Unable to locate/open X configuration file.
New X configuration file written to '/etc/X11/xorg.conf
Now when I type in the command I get the message:
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
What the hell is going on?
drivers nvidia
drivers nvidia
edited May 17 '14 at 5:07
karel
59.5k13129151
59.5k13129151
asked May 17 '14 at 4:31
tyty3tyty3
111
111
bumped to the homepage by Community♦ 8 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♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Could you post a screenshot or use the ` to separate what is output and input?
– No Time
May 17 '14 at 4:33
input = "sudo nvidia-xconfig"
– tyty3
May 17 '14 at 5:02
output = "WARNING: Unable to locate/open X configuration file. New X configuration file written to '/etc/X11/xorg.conf" and "Using X configuration file: "/etc/X11/xorg.conf". Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf'"
– tyty3
May 17 '14 at 5:04
add a comment |
Could you post a screenshot or use the ` to separate what is output and input?
– No Time
May 17 '14 at 4:33
input = "sudo nvidia-xconfig"
– tyty3
May 17 '14 at 5:02
output = "WARNING: Unable to locate/open X configuration file. New X configuration file written to '/etc/X11/xorg.conf" and "Using X configuration file: "/etc/X11/xorg.conf". Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf'"
– tyty3
May 17 '14 at 5:04
Could you post a screenshot or use the ` to separate what is output and input?
– No Time
May 17 '14 at 4:33
Could you post a screenshot or use the ` to separate what is output and input?
– No Time
May 17 '14 at 4:33
input = "sudo nvidia-xconfig"
– tyty3
May 17 '14 at 5:02
input = "sudo nvidia-xconfig"
– tyty3
May 17 '14 at 5:02
output = "WARNING: Unable to locate/open X configuration file. New X configuration file written to '/etc/X11/xorg.conf" and "Using X configuration file: "/etc/X11/xorg.conf". Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf'"
– tyty3
May 17 '14 at 5:04
output = "WARNING: Unable to locate/open X configuration file. New X configuration file written to '/etc/X11/xorg.conf" and "Using X configuration file: "/etc/X11/xorg.conf". Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf'"
– tyty3
May 17 '14 at 5:04
add a comment |
1 Answer
1
active
oldest
votes
Well, everything is perfectly ok: In the first run no xorg.conf was present, so xconfig reported so:
WARNING: Unable to locate/open X configuration file.
It created a xorg.conf still:
New X configuration file written to '/etc/X11/xorg.conf
In the second run the xorg.conf was already present:
Using X configuration file: "/etc/X11/xorg.conf".
So it has been backed up:
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
and a new one has been created in its place:
New X configuration file written to '/etc/X11/xorg.conf'
Of course, if you didn't change the xorg.conf between the two runs, both the backed up and the new version are identical.
so, no need to configure the driver....?
– tyty3
May 18 '14 at 2:34
Depends on what you want. The driver runs even without generating a xorg.conf, but if you want to use some specific settings you can of course generate and modify it. Some settings can also be applied through the graphical nvidia-settings utility.
– Photon
May 18 '14 at 6:39
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%2f468098%2flost-nvidia-driver%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
Well, everything is perfectly ok: In the first run no xorg.conf was present, so xconfig reported so:
WARNING: Unable to locate/open X configuration file.
It created a xorg.conf still:
New X configuration file written to '/etc/X11/xorg.conf
In the second run the xorg.conf was already present:
Using X configuration file: "/etc/X11/xorg.conf".
So it has been backed up:
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
and a new one has been created in its place:
New X configuration file written to '/etc/X11/xorg.conf'
Of course, if you didn't change the xorg.conf between the two runs, both the backed up and the new version are identical.
so, no need to configure the driver....?
– tyty3
May 18 '14 at 2:34
Depends on what you want. The driver runs even without generating a xorg.conf, but if you want to use some specific settings you can of course generate and modify it. Some settings can also be applied through the graphical nvidia-settings utility.
– Photon
May 18 '14 at 6:39
add a comment |
Well, everything is perfectly ok: In the first run no xorg.conf was present, so xconfig reported so:
WARNING: Unable to locate/open X configuration file.
It created a xorg.conf still:
New X configuration file written to '/etc/X11/xorg.conf
In the second run the xorg.conf was already present:
Using X configuration file: "/etc/X11/xorg.conf".
So it has been backed up:
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
and a new one has been created in its place:
New X configuration file written to '/etc/X11/xorg.conf'
Of course, if you didn't change the xorg.conf between the two runs, both the backed up and the new version are identical.
so, no need to configure the driver....?
– tyty3
May 18 '14 at 2:34
Depends on what you want. The driver runs even without generating a xorg.conf, but if you want to use some specific settings you can of course generate and modify it. Some settings can also be applied through the graphical nvidia-settings utility.
– Photon
May 18 '14 at 6:39
add a comment |
Well, everything is perfectly ok: In the first run no xorg.conf was present, so xconfig reported so:
WARNING: Unable to locate/open X configuration file.
It created a xorg.conf still:
New X configuration file written to '/etc/X11/xorg.conf
In the second run the xorg.conf was already present:
Using X configuration file: "/etc/X11/xorg.conf".
So it has been backed up:
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
and a new one has been created in its place:
New X configuration file written to '/etc/X11/xorg.conf'
Of course, if you didn't change the xorg.conf between the two runs, both the backed up and the new version are identical.
Well, everything is perfectly ok: In the first run no xorg.conf was present, so xconfig reported so:
WARNING: Unable to locate/open X configuration file.
It created a xorg.conf still:
New X configuration file written to '/etc/X11/xorg.conf
In the second run the xorg.conf was already present:
Using X configuration file: "/etc/X11/xorg.conf".
So it has been backed up:
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
and a new one has been created in its place:
New X configuration file written to '/etc/X11/xorg.conf'
Of course, if you didn't change the xorg.conf between the two runs, both the backed up and the new version are identical.
answered May 17 '14 at 6:58
PhotonPhoton
320129
320129
so, no need to configure the driver....?
– tyty3
May 18 '14 at 2:34
Depends on what you want. The driver runs even without generating a xorg.conf, but if you want to use some specific settings you can of course generate and modify it. Some settings can also be applied through the graphical nvidia-settings utility.
– Photon
May 18 '14 at 6:39
add a comment |
so, no need to configure the driver....?
– tyty3
May 18 '14 at 2:34
Depends on what you want. The driver runs even without generating a xorg.conf, but if you want to use some specific settings you can of course generate and modify it. Some settings can also be applied through the graphical nvidia-settings utility.
– Photon
May 18 '14 at 6:39
so, no need to configure the driver....?
– tyty3
May 18 '14 at 2:34
so, no need to configure the driver....?
– tyty3
May 18 '14 at 2:34
Depends on what you want. The driver runs even without generating a xorg.conf, but if you want to use some specific settings you can of course generate and modify it. Some settings can also be applied through the graphical nvidia-settings utility.
– Photon
May 18 '14 at 6:39
Depends on what you want. The driver runs even without generating a xorg.conf, but if you want to use some specific settings you can of course generate and modify it. Some settings can also be applied through the graphical nvidia-settings utility.
– Photon
May 18 '14 at 6:39
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%2f468098%2flost-nvidia-driver%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
Could you post a screenshot or use the ` to separate what is output and input?
– No Time
May 17 '14 at 4:33
input = "sudo nvidia-xconfig"
– tyty3
May 17 '14 at 5:02
output = "WARNING: Unable to locate/open X configuration file. New X configuration file written to '/etc/X11/xorg.conf" and "Using X configuration file: "/etc/X11/xorg.conf". Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf'"
– tyty3
May 17 '14 at 5:04