WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to troubleshoot with a non-working display?  (Read 2759 times)

Offline Zill

  • Newbie
  • *
  • Posts: 25
How to troubleshoot with a non-working display?
« on: August 12, 2015, 08:51:49 AM »
I a using Tiny Core 5.4 with Xorg as my windowing system.  For my display I had been using a Dell U2414H monitor connected with an HDMI cable and everything was okay.  My monitor was taken from me and replaced with a Dell U2413 connected with the same HDMI cable.  Now when I power on my system I can see the boot up messages saying that the extensions are loading.  After that I see the Tiny Core disclaimer line, and then the display goes black.  I never see the desktop, but I assume this is happening as it is attempting to start.  The monitor pops up with a message saying "Entering Power Save Mode".  Hitting Ctrl+Alt+Del doesn't dump me to a console.  If I turn off the system and then boot from the basic 5.4 iso I downloaded and burned to a cd, then everything comes up just fine.  This makes me think that it is Xorg that is having problems.  I am able to get the previous monitor back and that will make the problem go away, but I am interested in learning from this experience.  How does one attempt to troubleshoot something they can't see?  Is there another way to get the console to show up?  I don't have a grub prompt where I can type in extra boot codes.  Any information would be appreciated.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: How to troubleshoot with a non-working display?
« Reply #1 on: August 12, 2015, 08:57:13 AM »
Hi Zill
If X is running,  Ctrl-Alt-F1  gets you into the console and  Ctrl-Alt-F2  gets you back into X.
Ctrl-Alt-Backspace  kills X and puts you into the console.
« Last Edit: August 12, 2015, 09:04:29 AM by Rich »

Offline Zill

  • Newbie
  • *
  • Posts: 25
Re: How to troubleshoot with a non-working display?
« Reply #2 on: August 12, 2015, 09:12:07 AM »
Thanks for the speedy response Rich.
Ctrl-Alt-F1 causes the screen to leave Power Save Mode, but the screen is still black (the difference is the back light turned on).
If I hit Ctrl-Alt-F2 the screen goes back into Power Save Mode (backlight turns off)
Ctrl-Alt-Backspace does nothing.
I did a fresh install to make sure the issue wasn't some corrupted config file, and I am experiencing the same issue.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: How to troubleshoot with a non-working display?
« Reply #3 on: August 12, 2015, 10:46:40 AM »
Hi Zill
I don't know, maybe try entering  reset  or  clear  at the console and see if you get a prompt (Ctrl-Alt-F1).

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: How to troubleshoot with a non-working display?
« Reply #4 on: August 12, 2015, 11:20:27 AM »
Did you set a screen resolution with lxrandr ?
If so. remove the config file "~/.config/autostart/lxrandr-autostart.desktop"

Offline Zill

  • Newbie
  • *
  • Posts: 25
Re: How to troubleshoot with a non-working display?
« Reply #5 on: August 12, 2015, 11:30:46 AM »
Rich,
Typing reset and/or clear after Ctrl-Alt-F1 does not cause the prompt to show up.

gerald_clark,
There is no autostart under ~/.config.  I did find "/usr/local/etc/xdg/autostart/" but the only thing it contained was "at-spi-dbus-bus.desktop"

Offline Zill

  • Newbie
  • *
  • Posts: 25
Re: How to troubleshoot with a non-working display?
« Reply #6 on: August 12, 2015, 11:48:59 AM »
I want to clarify something:
The "at-spi-dbus-bus.desktop" file is on my day to day use machine.

When I say a fresh install.  I boot from the iso, install gpparted, create two ext4 partitions, click on TC Install, frugal install to existing partition sda1, install type is Core Only, and the only boot codes I add are "waitusb=5 home=sda2".  Once that is done, I power down, remove the CD, and turn it back on.  It shows me the command prompt.  At the prompt i type "tce-load -wi aterm Xprogs Xorg-7.7 flwm_topside && sudo reboot".  When it reboots it begins to act as described in the initial post.

This problem happens in both instances.
« Last Edit: August 12, 2015, 12:04:14 PM by Zill »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: How to troubleshoot with a non-working display?
« Reply #7 on: August 12, 2015, 12:34:29 PM »
Boot with the 'text' option and you can test X by entering 'startx' at the prompt. You may see some error messages.
install pci-utils and show the output of 'lspci' here.
You may need to not install or install a hardware driver.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: How to troubleshoot with a non-working display?
« Reply #8 on: August 12, 2015, 01:31:32 PM »
Also, the usual approach for a displayless computer is setting up a ssh server and logging in from another computer.
The only barriers that can stop you are the ones you create yourself.