GUI doesn't work, flashing underscore on bootMy computer boots to a black screen, what options do I have to fix it?Ubuntu 13.10 slow boot Nvidia Graphics cardLost GUI after installed GTK. Gets warning-“System running in low graphics mode”i need drivers for nvidia geforce gtx 745 , card dont work correctUbuntu 14.04 suddenly won't load the Unity GUI after an updateKubuntu stuck at flashing logo boot screenlightdm won't start after bumblebee installUbuntu 15.10 | Xserver not starting up | The system is Running on Low graphics mode after playing with NVIDIA drivers | Rewriting xorg.confnvidia gtx 1050 and ubuntu 16.04: nvidia-modprobe errorAfter installing Nvidia driver I get “ModuleNotFoundError: No module named 'tkinter'” error in Python3Kubuntu 18.04 no more GUI after upgrade from 17.10
tikz convert color string to hex value
Was any UN Security Council vote triple-vetoed?
How much of data wrangling is a data scientist's job?
Why can't I see bouncing of a switch on an oscilloscope?
What does the "remote control" for a QF-4 look like?
How much RAM could one put in a typical 80386 setup?
How to efficiently unroll a matrix by value with numpy?
What's that red-plus icon near a text?
Did Shadowfax go to Valinor?
Why does Kotter return in Welcome Back Kotter?
Why is consensus so controversial in Britain?
Codimension of non-flat locus
Languages that we cannot (dis)prove to be Context-Free
Modeling an IP Address
LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function
Can you really stack all of this on an Opportunity Attack?
Could an aircraft fly or hover using only jets of compressed air?
What would happen to a modern skyscraper if it rains micro blackholes?
Why do I get two different answers for this counting problem?
Watching something be written to a file live with tail
A case of the sniffles
Theorems that impeded progress
What's the point of deactivating Num Lock on login screens?
What is a clear way to write a bar that has an extra beat?
GUI doesn't work, flashing underscore on boot
My computer boots to a black screen, what options do I have to fix it?Ubuntu 13.10 slow boot Nvidia Graphics cardLost GUI after installed GTK. Gets warning-“System running in low graphics mode”i need drivers for nvidia geforce gtx 745 , card dont work correctUbuntu 14.04 suddenly won't load the Unity GUI after an updateKubuntu stuck at flashing logo boot screenlightdm won't start after bumblebee installUbuntu 15.10 | Xserver not starting up | The system is Running on Low graphics mode after playing with NVIDIA drivers | Rewriting xorg.confnvidia gtx 1050 and ubuntu 16.04: nvidia-modprobe errorAfter installing Nvidia driver I get “ModuleNotFoundError: No module named 'tkinter'” error in Python3Kubuntu 18.04 no more GUI after upgrade from 17.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Ubuntu version is 12.04.3. My computer is a Asus laptop, UL30Jt with a Nvidia graphics card. I previously had problems getting the graphics drivers to work, but I resolved that previously today. Afterwards I attempted to reboot and it worked fine, then I installed glfw and afterwards it won't start the gui after restarting.
I am not completely sure, but I think it was after I installed glfw, and it's dependencies xorg-dev and libglu1-mesa-dev.
Pressing ctrl + alt + f1 brings up the terminal where I can login.
I tried running for example glxinfo, which just prints:
Error: unable to open display.
I tried running glxinfo previously, when I was trying to figure out my driver problems nad it printed .. information of some kind. (Different from this error message, I dont remember what it was.)
I have been using Ubuntu for about 4 months, so I am not terribly experienced with different useful commands.
I have looked at this without finding anything useful.
startx gets a fatal error:
Fatal server error: no screens found
sudo service lightdm start
or sudo start lightdm
just takes me back to the blinking underscore, and pressing ctrl + shift + f1 takes me back to the terminal.
I tried running sudo apt-get install nvidia-current
(which installed a bunch of stuff) and then rebooting which had no effect.
This also happened the last time I tried to install glfw, I don't know if it is the actual cause, but it has happened after attempting to install glfw twice in a row now. The last time I got the error message "could not write bytes broken pipe", however this time I don't get that. I fixed it by reinstalling Ubuntu, but it would be painful to have to do that again.
boot nvidia gui
bumped to the homepage by Community♦ 3 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 |
Ubuntu version is 12.04.3. My computer is a Asus laptop, UL30Jt with a Nvidia graphics card. I previously had problems getting the graphics drivers to work, but I resolved that previously today. Afterwards I attempted to reboot and it worked fine, then I installed glfw and afterwards it won't start the gui after restarting.
I am not completely sure, but I think it was after I installed glfw, and it's dependencies xorg-dev and libglu1-mesa-dev.
Pressing ctrl + alt + f1 brings up the terminal where I can login.
I tried running for example glxinfo, which just prints:
Error: unable to open display.
I tried running glxinfo previously, when I was trying to figure out my driver problems nad it printed .. information of some kind. (Different from this error message, I dont remember what it was.)
I have been using Ubuntu for about 4 months, so I am not terribly experienced with different useful commands.
I have looked at this without finding anything useful.
startx gets a fatal error:
Fatal server error: no screens found
sudo service lightdm start
or sudo start lightdm
just takes me back to the blinking underscore, and pressing ctrl + shift + f1 takes me back to the terminal.
I tried running sudo apt-get install nvidia-current
(which installed a bunch of stuff) and then rebooting which had no effect.
This also happened the last time I tried to install glfw, I don't know if it is the actual cause, but it has happened after attempting to install glfw twice in a row now. The last time I got the error message "could not write bytes broken pipe", however this time I don't get that. I fixed it by reinstalling Ubuntu, but it would be painful to have to do that again.
boot nvidia gui
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
did you trysudo rm /etc/X11/xorg.conf
?
– Avinash Raj
Dec 12 '13 at 2:45
Now it skips over the flashing underscore and goes directly to the terminal, but still can't get any gui.
– Martin
Dec 12 '13 at 10:54
add a comment |
Ubuntu version is 12.04.3. My computer is a Asus laptop, UL30Jt with a Nvidia graphics card. I previously had problems getting the graphics drivers to work, but I resolved that previously today. Afterwards I attempted to reboot and it worked fine, then I installed glfw and afterwards it won't start the gui after restarting.
I am not completely sure, but I think it was after I installed glfw, and it's dependencies xorg-dev and libglu1-mesa-dev.
Pressing ctrl + alt + f1 brings up the terminal where I can login.
I tried running for example glxinfo, which just prints:
Error: unable to open display.
I tried running glxinfo previously, when I was trying to figure out my driver problems nad it printed .. information of some kind. (Different from this error message, I dont remember what it was.)
I have been using Ubuntu for about 4 months, so I am not terribly experienced with different useful commands.
I have looked at this without finding anything useful.
startx gets a fatal error:
Fatal server error: no screens found
sudo service lightdm start
or sudo start lightdm
just takes me back to the blinking underscore, and pressing ctrl + shift + f1 takes me back to the terminal.
I tried running sudo apt-get install nvidia-current
(which installed a bunch of stuff) and then rebooting which had no effect.
This also happened the last time I tried to install glfw, I don't know if it is the actual cause, but it has happened after attempting to install glfw twice in a row now. The last time I got the error message "could not write bytes broken pipe", however this time I don't get that. I fixed it by reinstalling Ubuntu, but it would be painful to have to do that again.
boot nvidia gui
Ubuntu version is 12.04.3. My computer is a Asus laptop, UL30Jt with a Nvidia graphics card. I previously had problems getting the graphics drivers to work, but I resolved that previously today. Afterwards I attempted to reboot and it worked fine, then I installed glfw and afterwards it won't start the gui after restarting.
I am not completely sure, but I think it was after I installed glfw, and it's dependencies xorg-dev and libglu1-mesa-dev.
Pressing ctrl + alt + f1 brings up the terminal where I can login.
I tried running for example glxinfo, which just prints:
Error: unable to open display.
I tried running glxinfo previously, when I was trying to figure out my driver problems nad it printed .. information of some kind. (Different from this error message, I dont remember what it was.)
I have been using Ubuntu for about 4 months, so I am not terribly experienced with different useful commands.
I have looked at this without finding anything useful.
startx gets a fatal error:
Fatal server error: no screens found
sudo service lightdm start
or sudo start lightdm
just takes me back to the blinking underscore, and pressing ctrl + shift + f1 takes me back to the terminal.
I tried running sudo apt-get install nvidia-current
(which installed a bunch of stuff) and then rebooting which had no effect.
This also happened the last time I tried to install glfw, I don't know if it is the actual cause, but it has happened after attempting to install glfw twice in a row now. The last time I got the error message "could not write bytes broken pipe", however this time I don't get that. I fixed it by reinstalling Ubuntu, but it would be painful to have to do that again.
boot nvidia gui
boot nvidia gui
edited Apr 13 '17 at 12:24
Community♦
1
1
asked Dec 12 '13 at 2:20
MartinMartin
111
111
bumped to the homepage by Community♦ 3 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♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
did you trysudo rm /etc/X11/xorg.conf
?
– Avinash Raj
Dec 12 '13 at 2:45
Now it skips over the flashing underscore and goes directly to the terminal, but still can't get any gui.
– Martin
Dec 12 '13 at 10:54
add a comment |
did you trysudo rm /etc/X11/xorg.conf
?
– Avinash Raj
Dec 12 '13 at 2:45
Now it skips over the flashing underscore and goes directly to the terminal, but still can't get any gui.
– Martin
Dec 12 '13 at 10:54
did you try
sudo rm /etc/X11/xorg.conf
?– Avinash Raj
Dec 12 '13 at 2:45
did you try
sudo rm /etc/X11/xorg.conf
?– Avinash Raj
Dec 12 '13 at 2:45
Now it skips over the flashing underscore and goes directly to the terminal, but still can't get any gui.
– Martin
Dec 12 '13 at 10:54
Now it skips over the flashing underscore and goes directly to the terminal, but still can't get any gui.
– Martin
Dec 12 '13 at 10:54
add a comment |
1 Answer
1
active
oldest
votes
Run run the below commands in the virtual console,
sudo rm /etc/X11/xorg.conf
sudo service lightdm restart
if it won't works then trystartx
command.
– Avinash Raj
Dec 12 '13 at 11:15
sudo service lightdm restart just takes me back to the blinking underscore. startx gives fatal server error: no screens found.
– Martin
Dec 12 '13 at 11:47
run the first command and then restar your pc.
– Avinash Raj
Dec 12 '13 at 12:21
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%2f389551%2fgui-doesnt-work-flashing-underscore-on-boot%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
Run run the below commands in the virtual console,
sudo rm /etc/X11/xorg.conf
sudo service lightdm restart
if it won't works then trystartx
command.
– Avinash Raj
Dec 12 '13 at 11:15
sudo service lightdm restart just takes me back to the blinking underscore. startx gives fatal server error: no screens found.
– Martin
Dec 12 '13 at 11:47
run the first command and then restar your pc.
– Avinash Raj
Dec 12 '13 at 12:21
add a comment |
Run run the below commands in the virtual console,
sudo rm /etc/X11/xorg.conf
sudo service lightdm restart
if it won't works then trystartx
command.
– Avinash Raj
Dec 12 '13 at 11:15
sudo service lightdm restart just takes me back to the blinking underscore. startx gives fatal server error: no screens found.
– Martin
Dec 12 '13 at 11:47
run the first command and then restar your pc.
– Avinash Raj
Dec 12 '13 at 12:21
add a comment |
Run run the below commands in the virtual console,
sudo rm /etc/X11/xorg.conf
sudo service lightdm restart
Run run the below commands in the virtual console,
sudo rm /etc/X11/xorg.conf
sudo service lightdm restart
answered Dec 12 '13 at 11:12
Avinash RajAvinash Raj
52.7k41171219
52.7k41171219
if it won't works then trystartx
command.
– Avinash Raj
Dec 12 '13 at 11:15
sudo service lightdm restart just takes me back to the blinking underscore. startx gives fatal server error: no screens found.
– Martin
Dec 12 '13 at 11:47
run the first command and then restar your pc.
– Avinash Raj
Dec 12 '13 at 12:21
add a comment |
if it won't works then trystartx
command.
– Avinash Raj
Dec 12 '13 at 11:15
sudo service lightdm restart just takes me back to the blinking underscore. startx gives fatal server error: no screens found.
– Martin
Dec 12 '13 at 11:47
run the first command and then restar your pc.
– Avinash Raj
Dec 12 '13 at 12:21
if it won't works then try
startx
command.– Avinash Raj
Dec 12 '13 at 11:15
if it won't works then try
startx
command.– Avinash Raj
Dec 12 '13 at 11:15
sudo service lightdm restart just takes me back to the blinking underscore. startx gives fatal server error: no screens found.
– Martin
Dec 12 '13 at 11:47
sudo service lightdm restart just takes me back to the blinking underscore. startx gives fatal server error: no screens found.
– Martin
Dec 12 '13 at 11:47
run the first command and then restar your pc.
– Avinash Raj
Dec 12 '13 at 12:21
run the first command and then restar your pc.
– Avinash Raj
Dec 12 '13 at 12:21
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%2f389551%2fgui-doesnt-work-flashing-underscore-on-boot%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
did you try
sudo rm /etc/X11/xorg.conf
?– Avinash Raj
Dec 12 '13 at 2:45
Now it skips over the flashing underscore and goes directly to the terminal, but still can't get any gui.
– Martin
Dec 12 '13 at 10:54