Ubuntu Forums Archive Viewer

SteamOS Black Screen on Boot

Archived thread 2199759 from Debian. Markdown source: Debian/thread_2199759_SteamOS_Black_Screen_on_Boot.md

Original URL About this archive
#1

I've recently installed SteamOS on my friend's computer, and it ran "okay" initially (low frame rate and mysteriously dim screen), but after I ran ``` ~/post_logon.sh


Here are the hardware specifications for the laptop.
[https://docs.sony.com/release/specs/SVF15N17CXB_mksp.pdf](https://docs.sony.com/release/specs/SVF15N17CXB_mksp.pdf)
#2

first of all what does ~/post_logon.sh script do? can you post it's contents on pastebin and then post the link here? also we really need to see the Xorg.0.log file to know what the error is. and maybe even ~/.xession-errors file as well. if you only have access to tty1 than you may be able to install pastebinit with

sudo apt-get install pastebinit

then issue the following to upload the log file using

pastebinit /var/log/Xorg.0.log

and

pastebinit ~/.xsession-errors

then write down the links it spits back at you and post those links here.

#3

*Thread moved to Other OS/Distro Support.*

#4

Elfy said: *Thread moved to Other OS/Distro Support.*

Thank you.

dannyboy79 said: first of all what does ~/post_logon.sh script do? can you post it's contents on pastebin and then post the link here? also we really need to see the Xorg.0.log file to know what the error is. and maybe even ~/.xession-errors file as well. if you only have access to tty1 than you may be able to install pastebinit with

sudo apt-get install pastebinit

then issue the following to upload the log file using

pastebinit /var/log/Xorg.0.log

and

pastebinit ~/.xsession-errors

then write down the links it spits back at you and post those links here. I can't get to terminal anymore. It boots, I see the VAIO logo, then the Steam logo, and then it goes pitch black and hangs forever with no way of typing terminal commands. It doesn't even make it to the sign in screen.

~/post_logon.sh performs the post-install customizations, deletes itself, then reboots into the recovery partition capture utility. (#9 on Custom Installation)