You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Black Screen/Reinstall GUI?

Author (Read 9183 times)

0 Members and 2 Guests are viewing this topic.

Re: Black Screen/Reinstall GUI?
« Reply #14 on: January 10, 2017, 04:10:07 PM »
 

corrigun

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: 2.8

  • MEMORY: 8Gb

  • VIDEO CARD: unk
Sorry for the delay. I got a bit of a flu bug and was out sick.

I'll try that but other than that is there an easy way to just automate the sudo startx thing?
 

Re: Black Screen/Reinstall GUI?
« Reply #13 on: January 08, 2017, 12:36:58 AM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
Well, permissions look fine too :(

See if booting from a previous kernel works for you. To boot from a previous kernel, just press and hold SHIFT key while the computer is booting (right after POST) before GRUB starts loading. This will bring grub options. Select Advanced Options and an older kernel from the kernel list.



https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Re: Black Screen/Reinstall GUI?
« Reply #12 on: January 05, 2017, 10:06:48 AM »
 

corrigun

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: 2.8

  • MEMORY: 8Gb

  • VIDEO CARD: unk
Groups laytonj yields-
laytonj: laytonj adm cdrom sudo dip plugdev lpadmin sambashare

ls -la /dev/tty0 yields-
crw--w---- 1 root tty 4, 0 Jan 4 09:18  /dev/tty0

I have not tried booting with a previous kernel. I'm not really sure how to do that.

 

Re: Black Screen/Reinstall GUI?
« Reply #11 on: January 04, 2017, 02:33:34 PM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
Can you post the output of

Code: [Select]
groups laytonj
and

Code: [Select]
ls -la /dev/tty0
Also, have you tried booting up with a previous kernel? I know some of the latest updates installed a new kernel and maybe your server hardware doesn't play nice with it.
« Last Edit: January 04, 2017, 02:38:33 PM by ralphy »
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Re: Black Screen/Reinstall GUI?
« Reply #10 on: January 04, 2017, 02:10:52 PM »
 

corrigun

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: 2.8

  • MEMORY: 8Gb

  • VIDEO CARD: unk
I did remove it. It was completely empty.
 

Re: Black Screen/Reinstall GUI?
« Reply #9 on: January 04, 2017, 01:40:35 PM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
So for what it is worth I got back to my desktop. I noticed in the error log that none of the fonts were found. I reinstalled them but still no joy.

Then actually the above reply that mentioned root for some reason prompted me to try-

Code: [Select]
sudo startx
And the desktop started. If anyone has any ideas how to automate this I would appreciate the input.

From previous post... did you remove the .Xauthority file as recommended under laytonj account?

Code: [Select]
sudo rm /home/laytonj/.Xauthority*
sudo reboot
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Re: Black Screen/Reinstall GUI?
« Reply #8 on: January 04, 2017, 09:47:22 AM »
 

corrigun

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: 2.8

  • MEMORY: 8Gb

  • VIDEO CARD: unk
So for what it is worth I got back to my desktop. I noticed in the error log that none of the fonts were found. I reinstalled them but still no joy.

Then actually the above reply that mentioned root for some reason prompted me to try-

Code: [Select]
sudo startx
And the desktop started. If anyone has any ideas how to automate this I would appreciate the input.
 

Re: Black Screen/Reinstall GUI?
« Reply #7 on: January 03, 2017, 07:45:24 PM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
Question, when in Terminal... can't you launch startx not even as root?

https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Re: Black Screen/Reinstall GUI?
« Reply #6 on: January 03, 2017, 04:00:21 PM »
 

corrigun

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: 2.8

  • MEMORY: 8Gb

  • VIDEO CARD: unk
I don't know if this will help but this is the log referenced during the fail. I have attached it as a txt file.
 

Re: Black Screen/Reinstall GUI?
« Reply #5 on: January 03, 2017, 02:50:04 PM »
 

corrigun

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: 2.8

  • MEMORY: 8Gb

  • VIDEO CARD: unk
Same result.

This may be a dumb question but can't I just install another GUI? Like Gnome for example?

Also could I just do a "dirty install" of LL like you can with Windows?
« Last Edit: January 03, 2017, 02:56:20 PM by corrigun »
 

Re: Black Screen/Reinstall GUI?
« Reply #4 on: January 03, 2017, 01:25:37 PM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
hmm... try the basic first:

Code: [Select]
sudo apt-get install --reinstall xorg
sudo rm /home/[USERNAME]/.Xauthority*
reboot

https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Re: Black Screen/Reinstall GUI?
« Reply #3 on: January 03, 2017, 12:03:36 PM »
 

corrigun

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: 2.8

  • MEMORY: 8Gb

  • VIDEO CARD: unk
I could not. I did not grab all the details but here is the gist of it-

Server terminated with error(1)
Giving up
Unable to connect to X server Connection Refused
Server Error
 

Re: Black Screen/Reinstall GUI?
« Reply #2 on: January 03, 2017, 11:54:11 AM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
After Ctrl Alt F1 and log in... can you load the desktop with startx to use the machine normally.
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Black Screen/Reinstall GUI?
« Reply #1 on: January 03, 2017, 09:31:58 AM »
 

corrigun

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: 2.8

  • MEMORY: 8Gb

  • VIDEO CARD: unk
Hi All,

LL3.2 on an HP Proliant Server.

After a few updates and a reboot I now find myself at a black screen (no mouse pointer). The yellow splash screen comes up for a few seconds but then goes to black. I can crtl/alt/f1 to a prompt and login but no GUI. The server is running as I have still access to Web based apps running on Apache and I can still login to Webmin.

Is there a way to reinstall the GUI and/or login routine?

Thanks.
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section