After Installation and Boot **black screen and mouse pointer

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
rich_roast

Re: After Installation and Boot **black screen and mouse pointer

Post by rich_roast »

Ouch! Sounds like a bad install. Can you log on in text mode? To try this, hit ctrl+alt+F1 at any time after you see the login screen (I think)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
rich_roast

Re: After Installation and Boot **black screen and mouse pointer

Post by rich_roast »

Bad post by me, just figuring that if we could at least get to a command line we could try to fix things from there.

I'm no guru, but the following command is designed to rewrite your X configuration file and perhaps that will get things working:

Code: Select all

sudo dpkg-reconfigure -phigh xserver-xorg
It is also possible to reconfigure X automatically with:

Code: Select all

sudo X -configure
You can kill the current (broken) x windows with:

Code: Select all

sudo killall gdm
and then try again with

Code: Select all

startx
without rebooting every five minutes. If a reboot's what you need, though

Code: Select all

sudo shutdown -r now
(don't know if you actually have to be root to reboot, but at that point who really cares?)
Locked

Return to “Installation & Boot”