You are not logged in.
Greetings!
I have been using the latest Bunsen for almost a week now, and have been very pleased; pretty seamless transition from #!. Makes my old Macbook 5.1 usable again, which is great!
So my problem is two-fold: when I shut the lid, the computer suspends, but when I open the lid, even though the computer wakes up, the display never does.
To address this, I attempted to the smxi script to update the video drivers. Unfortunately, I am unable to exit my x-session successfully. If I switch to super-user and attempt to run smxi, it prompts me to "shutdown-your-desktop". When I do this, the screen briefly goes blank, and then the cursor blinks in the upper-left corner indefinitely.
If instead I run "sudo init 3" from the terminal, the same thing happens: the screen briefly goes blank, then the cursor blinks in the upper-left corner indefinitely.
Any idea what's preventing me from exiting my session successfully? Thanks!
Cheers,
stevo
Bunsen Hydrogen
Debian 8 (64bit)
Kernel: 3.16.0-4
Macbook 5.1
Offline
Thanks for the quick response!
I'm running systemd. I tried stopping the display manager, like so:
sudo systemctl stop lightdm.service
Unfortunately all that happened was the screen went blank. This time there wasn't even a blinking cursor.
Bunsen Hydrogen
Debian 8 (64bit)
Kernel: 3.16.0-4
Macbook 5.1
Offline
good work folks, keep going, you will figure it out eventually! ]:D
as to this part of the problem:
when I open the lid, even though the computer wakes up, the display never does.
it could be that bunsenlab's screen locker (an app called light-locker) works in a confusing way.
try blindly entering your password.
if you find that is what's ailing you, you can disable it partly or completely.
a few people have had problems with it and there's already more than one solved thread about it on the forums.
in other words, search.
Offline
Runlevels are meaningless under systemd.
To drop directly to a console, use:
sudo systemctl isolate multi-user.target
I think ohnonot's right about the "blank" screen -- type your password and press return to see if that clears the screen.
However, now that you have handed your machine over to sxmi I think you will have to try booting with one of these kernel command line parameters (depending on your hardware, details of which you have failed to provide):
nommodeset
Or:
nomodeset nouveau.modeset=o
Or:
nomodeset i915.modeset=0 nouveau.modeset=0
https://www.kernel.org/doc/Documentatio … meters.txt
Parameters should be added to /etc/default/grub on the GRUB_CMDLINE_LINUX line, between the quotation marks.
Be sure to run `sudo update-grub` after modifying the file.
You can test the individual parameters temporarily by pressing "e" with the BunsenLabs GRUB menu entry highlighted and adding the parameters to the end of the line that starts with "linux" (use <Ctrk>+x to boot the entry).
Offline