Unable to log in the GUI after booting on hard driveHow to get second display to work alongside primary display?How can I set external monitor as default?I need help pleas help me xorg.conf missing Ubuntu 11.10 can't install driver for my Intel GM965 on my Dell Latitude d630Can't use nvidia card/driver on optimus notebookNVidia dual monitor set-up 11.04Wrong display resolution after failed NVIDIA driver updateAfter adding a new user, its not possible to login via the GUI with that user
Do the holes in Jacquard loom punched cards represent input data or program code?
Possible way to counter or sidestep split-second spells (like Trickbind) in a particular situation
How to avoid getting angry during job interviews?
How much can I change a NY cheesecakes recipe?
Tablet and Wi-Fi AP can't agree on a channel. Which device is violating the 802.11n standard?
60's or older story about two kinds of mutant telepaths
Is Yoda made using CGI in the original Star Wars or is it practical effects?
Huygens Lander: Why The Short Battery Life?
How to (or should one) distinguish between lowercase and uppercase alphabets orally when lecturing?
Find the length of a number's "base-jumping" path
Is there any specific reason why Delta Air Lines doesn't have a callsign that doesn't conflict with the NATO Phonetic Alphabet?
Will transcribing music improve my ability to play a song by ear?
Could a chess engine do retro analysis?
What difference does horsepower make? If the engine can spin the propeller fast enough, why does it need power behind it?
Pay everything now or gradually?
Finding how much time it takes for a complete Earth revolution around the Sun
How to add new line between `ls -l` output
Stack Exchange Answerer
Should I perform my first oil before the manual says?
How to negate forall?
If thermodynamics says entropy always increases, how can the universe end in heat death?
Is "那些你很冒險的夢" a common expression or just a song title?
Is it acceptable to say that a divergent series that tends to infinity is 'equal to' infinity?
What is J in the rigid rotor model?
Unable to log in the GUI after booting on hard drive
How to get second display to work alongside primary display?How can I set external monitor as default?I need help pleas help me xorg.conf missing Ubuntu 11.10 can't install driver for my Intel GM965 on my Dell Latitude d630Can't use nvidia card/driver on optimus notebookNVidia dual monitor set-up 11.04Wrong display resolution after failed NVIDIA driver updateAfter adding a new user, its not possible to login via the GUI with that user
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I bought a new pc without any os and I am trying to boot it under the last Ubuntu version. I am able to boot correctly on my key and to install Ubuntu and even to enter the interface when trying without installin without any problems. But whenever I want to restart the PC and boot on my hard drive after the installation I am not able to go any further than the login interface (which freeze a little bit as well).
By looking a bit over the Internet and since I already tried that with Debian before it turns out that the problem might come form Xorg not being able to communicate with the screen. Before going any further I must add that this screen is plugged directly on my graphic card (hdmi on my GC to a VGA connection on my screen) Nvidia Gforce RTX 2060 (is it useful to add that my CPU is an Intel i7-7900KF?).
I first tried to configure Xorg by using root@username:/# Xorg -configure
in root which results in the creation of xorg.conf.new in the root file and the meassage that it wasn't able to configure Xorg correctly because the number of created screens is not matching the number of detected devices. Then doing cat xorg.conf.new
I obtain :
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Subsection "Display"
With five different viewports in this display section. The BusID is given a "PCI:1:0:0"
which I reckon is normal.
However whenever I try to start gnome manually from the line of command with startx
or xinit
the screen just flash to black and then I am told that the X server is shuting down because the connection is lost.
I already tried to rm the .Xauthority
hidden file as adviced in other forums but it didn't work.
Also since I just booted from the last version update and upgrade are not really efficient especially sonce I seem to have a problem with my DNS (but I belive this is a different problem^^).
I believe that this problem is coming from the impossibility for my graphic card and my monitor to work together at the moment because of an unspecified property somewhere in the code but I don't know how to solve this. If you have any question about what I have done please just ask, I'll try to answer the best I can, since I am not sure myself.
Thanks a lot in advance for any help you might bring.
Vincent
18.04 nvidia login xorg gui
add a comment
|
I bought a new pc without any os and I am trying to boot it under the last Ubuntu version. I am able to boot correctly on my key and to install Ubuntu and even to enter the interface when trying without installin without any problems. But whenever I want to restart the PC and boot on my hard drive after the installation I am not able to go any further than the login interface (which freeze a little bit as well).
By looking a bit over the Internet and since I already tried that with Debian before it turns out that the problem might come form Xorg not being able to communicate with the screen. Before going any further I must add that this screen is plugged directly on my graphic card (hdmi on my GC to a VGA connection on my screen) Nvidia Gforce RTX 2060 (is it useful to add that my CPU is an Intel i7-7900KF?).
I first tried to configure Xorg by using root@username:/# Xorg -configure
in root which results in the creation of xorg.conf.new in the root file and the meassage that it wasn't able to configure Xorg correctly because the number of created screens is not matching the number of detected devices. Then doing cat xorg.conf.new
I obtain :
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Subsection "Display"
With five different viewports in this display section. The BusID is given a "PCI:1:0:0"
which I reckon is normal.
However whenever I try to start gnome manually from the line of command with startx
or xinit
the screen just flash to black and then I am told that the X server is shuting down because the connection is lost.
I already tried to rm the .Xauthority
hidden file as adviced in other forums but it didn't work.
Also since I just booted from the last version update and upgrade are not really efficient especially sonce I seem to have a problem with my DNS (but I belive this is a different problem^^).
I believe that this problem is coming from the impossibility for my graphic card and my monitor to work together at the moment because of an unspecified property somewhere in the code but I don't know how to solve this. If you have any question about what I have done please just ask, I'll try to answer the best I can, since I am not sure myself.
Thanks a lot in advance for any help you might bring.
Vincent
18.04 nvidia login xorg gui
add a comment
|
I bought a new pc without any os and I am trying to boot it under the last Ubuntu version. I am able to boot correctly on my key and to install Ubuntu and even to enter the interface when trying without installin without any problems. But whenever I want to restart the PC and boot on my hard drive after the installation I am not able to go any further than the login interface (which freeze a little bit as well).
By looking a bit over the Internet and since I already tried that with Debian before it turns out that the problem might come form Xorg not being able to communicate with the screen. Before going any further I must add that this screen is plugged directly on my graphic card (hdmi on my GC to a VGA connection on my screen) Nvidia Gforce RTX 2060 (is it useful to add that my CPU is an Intel i7-7900KF?).
I first tried to configure Xorg by using root@username:/# Xorg -configure
in root which results in the creation of xorg.conf.new in the root file and the meassage that it wasn't able to configure Xorg correctly because the number of created screens is not matching the number of detected devices. Then doing cat xorg.conf.new
I obtain :
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Subsection "Display"
With five different viewports in this display section. The BusID is given a "PCI:1:0:0"
which I reckon is normal.
However whenever I try to start gnome manually from the line of command with startx
or xinit
the screen just flash to black and then I am told that the X server is shuting down because the connection is lost.
I already tried to rm the .Xauthority
hidden file as adviced in other forums but it didn't work.
Also since I just booted from the last version update and upgrade are not really efficient especially sonce I seem to have a problem with my DNS (but I belive this is a different problem^^).
I believe that this problem is coming from the impossibility for my graphic card and my monitor to work together at the moment because of an unspecified property somewhere in the code but I don't know how to solve this. If you have any question about what I have done please just ask, I'll try to answer the best I can, since I am not sure myself.
Thanks a lot in advance for any help you might bring.
Vincent
18.04 nvidia login xorg gui
I bought a new pc without any os and I am trying to boot it under the last Ubuntu version. I am able to boot correctly on my key and to install Ubuntu and even to enter the interface when trying without installin without any problems. But whenever I want to restart the PC and boot on my hard drive after the installation I am not able to go any further than the login interface (which freeze a little bit as well).
By looking a bit over the Internet and since I already tried that with Debian before it turns out that the problem might come form Xorg not being able to communicate with the screen. Before going any further I must add that this screen is plugged directly on my graphic card (hdmi on my GC to a VGA connection on my screen) Nvidia Gforce RTX 2060 (is it useful to add that my CPU is an Intel i7-7900KF?).
I first tried to configure Xorg by using root@username:/# Xorg -configure
in root which results in the creation of xorg.conf.new in the root file and the meassage that it wasn't able to configure Xorg correctly because the number of created screens is not matching the number of detected devices. Then doing cat xorg.conf.new
I obtain :
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Subsection "Display"
With five different viewports in this display section. The BusID is given a "PCI:1:0:0"
which I reckon is normal.
However whenever I try to start gnome manually from the line of command with startx
or xinit
the screen just flash to black and then I am told that the X server is shuting down because the connection is lost.
I already tried to rm the .Xauthority
hidden file as adviced in other forums but it didn't work.
Also since I just booted from the last version update and upgrade are not really efficient especially sonce I seem to have a problem with my DNS (but I belive this is a different problem^^).
I believe that this problem is coming from the impossibility for my graphic card and my monitor to work together at the moment because of an unspecified property somewhere in the code but I don't know how to solve this. If you have any question about what I have done please just ask, I'll try to answer the best I can, since I am not sure myself.
Thanks a lot in advance for any help you might bring.
Vincent
18.04 nvidia login xorg gui
18.04 nvidia login xorg gui
edited Sep 24 at 9:00
Vincent
asked Sep 24 at 8:34
VincentVincent
11 bronze badge
11 bronze badge
add a comment
|
add a comment
|
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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%2f1176251%2funable-to-log-in-the-gui-after-booting-on-hard-drive%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1176251%2funable-to-log-in-the-gui-after-booting-on-hard-drive%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