You are not logged in.
Pages: 1
I know, I have some archaic habits. I love #!, still need your help to undo few things.
Due to a hard disk failure I had to reinstall #!, which as always so streamlined and neat. During the "after install script" I said yes to liquorix kernel and regreted it. It crashed regularly (on this lenovo x201). That tuned kernel is in reality not necessary in this fast laptop but uninstalling was not easy. "apt-get remove" ran ok but the liquorix stuff remained in the / directory as a result grub menu didn't change. Even after remove I could boot that kernel. I then manually deleted the stuff in / edited /etc/default/grub and managed to eliminate them from grub menu too. I don't think that is the prescribed method but it works.
The next problem is the flash screen during kernel boot - I want to see the kernel messages. Again there was advice to remove some flash package but it didn't help. By deleting the image displayed I managed to get at least a part of the messages. Right at the beginning the messages come in vga resolution, then it changes to a higer VESA? resolution and continue with the messages. So gar so good. Then it switches to the #! flash image. First I though it comes from gdm and removed /etc/rc2.d/S06gdm, in vain. How can I stop the second flash screen?
Next comes gdm. I prefer if the machine does not start a graphical login, but present me with the console login. If I need X, I will go "startx" later. How can I get that behaviour. Removing /etc/rc2.d/S06gdm presented me the console all right, but startx didn't start Xorg, there was an error about Synaptic touch pad, which doesn't happen if I go through gdm. Can somebody explain me how I should get the terminal first and Xorg later?
Last edited by Upanishad (2012-02-22 11:26:18)
Offline
I'm not sure what you mean by flash screen during boot. Do you mean the #1 logo?
As for nr 3.
sudo update-rc.d gdm remove
touch .xinitrc
geany .xinitrcPaste this in
#!/bin/sh
eval `dbus-launch --sh-syntax --exit-with-session`
exec ck-launch-session openbox-sessionReboot.
Offline
Hi Die-hard
You are my hero. Your recipe solved my third problem, though I don't understand half of it. I didn't realize there is such a thick layer of distribution specific tools.
Anyway, thanks a lot!
Yes, the second problem is the blinking #! logo, which hides the final part of the boot messages and the output of the init scripts. Would be happy to raise that curtain too.
Offline
While this doesn't really fix your 2nd problem, the flashing "#!" (A Plymouth Script, if I'm not mistaken) has not been around since the 20110207 release. It was deemed unnecessary eye candy in the latest releases. You might want to download the newest version of CrunchBang and use that instead. Not only are there some nice improvements, but the flashing #! is gone.
Offline
you could also just sudo apt-get remove plymouth
一期一会 Let it be good.
My Screenshots - Blog
Offline
^ i think that leaves some of the init-scripts in though, not 100% sure... not a huge issue but you'll maybe see a message in the boot log that it is searching for plymouth. i could be wrong, was some time ago i removed it myself and seem currently unable to find a good forum post which goes into this stuff.
Offline
Or you can just hit F1 when the blinky #! appears to make it go away. You can switch to tty2 instead of logging into X by hitting ctrl+alt+f2. You can verify which kernel is currently running with the command
uname -aLast edited by mynis01 (2012-02-21 15:34:38)
Offline
Hi Guys
Thanks for all the hints.
First I ran "apt-get remove plymouth", which successfully removed a bunch of packages. But, the flashing #! remains, and won't give my tty1 free ! unless hit F1 early enough.
;-(
I can continue in tty2 but that is a nuisance for this laptop, which I switch on and off very often. I need a clean solution. Statler 20120207 is the best way for me. I need a longer break for that. Will report here.
Offline
Is it still crashing? If it's a new install anyway, it might not hurt to just try again and not add the liquorix kernel.
So I'm not the only one with a Lenovo laptop avoiding Liquorix after experiencing crashes.
Offline
Hi timillic
Are you talking about the liquorix kernel? I removed it before starting this discussion (see para one of my original post).
Offline
Hi all
Yes, I'm writing this from a shiny Statler 20120207, it solved all the annoyances I had!
Backing up data was not a big deal. I always have three partitions, two systems and one home, one of the systems is always testing. The new installation went to the previous test. If I need to, I can still boot the old statler or just mount it, for comparison.
As always #! is clean and snappy. And I the first time install script is ingenious. I took the opportunity to move to LibreOffice, get the development tools, packaging tools, LAMP environment, etc.
Thanks a lot to all, especially to the developers!
BTW, isn't it ironical that the latest release is more archaic than the previous.
Offline
<snip>
sudo update-rc.d gdm remove touch .xinitrc geany .xinitrcPaste this in
#!/bin/sh eval `dbus-launch --sh-syntax --exit-with-session` exec ck-launch-session openbox-sessionReboot.
Can this be considered as the minimum requirement for setting up before starting X? What do these lines do?
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
First line starts session bus and exports a 'shared secret' available in all subprocesses.
The second line makes sure that all processes started in X have a common ancestor, and share the same 'secret' so that they can communicate via the session bus, and can gain system privileges within the limits outlined in the console-kit session.
bootinfoscript - emacs primer - I ♥ #!
Offline
Thanks 
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
@Upanishad: You boot and login at a console and work on whatever you're doing, that doesn't require X, and at a later point when you need a GUI, you start X? You browse from the console? GMail, Twitter, these forums
etc. from the console?
Last edited by SabreWolfy (2012-03-07 06:52:50)
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
^ Actually, I'm trying this from Lynx on tty2 for the first time right now. Feels really funky, but in a cool, geeky way.
I really don't care for the fact that the entry field doesn't wrap though. 
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
elinks? w3m? links? links2? conkeror?
Last edited by SabreWolfy (2012-03-07 07:14:34)
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
Tried w3m; hated it. Will have to try some of the others, but Lynx does get the job done.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
First I ran "apt-get remove plymouth", which successfully removed a bunch of packages. But, the flashing #! remains, and won't give my tty1 free ! unless hit F1 early enough.
Did you run
sudo update-initramfs -uafter removing plymouth?
sed 's/stress/relaxation/g'
Privacy & Security on #!
Offline
Tried w3m; hated it. Will have to try some of the others, but Lynx does get the job done.
Yeah, I forget which ones support JavaScript and which don't. How about Flash? 
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
^ Live Studio Ostrich: "Ha-HAhhh!"
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
@Upanishad: You boot and login at a console and work on whatever you're doing, that doesn't require X, and at a later point when you need a GUI, you start X?
This is what I do on my arch box. I've been trying to do as much as I can from the console on that machine -- I'm learning tmux and vim and tried a bunch of console browsers. I have now also removed the login managers from my testing and sid installs and may do it soon on my main machine. Unlike pvsage, I really like w3m -- it uses the frame buffer so you can see screenshots in the console, and it drops into vim for editing posts. It does not seem to understand gpm (the console mouse) but neither does lynx -- elinks does though. They all have their pluses and minuses.
Last edited by 2ManyDogs (2012-03-07 15:46:08)
Be eggsalad to each other.
Offline
Hello everyone! Here's my wish was to install crunchbang and not knowing what happened to flashpluginon, simply does not work in the following browsers: Iceweacel, Google Chrome and Opera.I would ask for help if you can! thanks a lot!
Offline
Hello everyone! Here's my wish was to install crunchbang and not knowing what happened to flashpluginon, simply does not work in the following browsers: Iceweacel, Google Chrome and Opera.I would ask for help if you can! thanks a lot!
Welcome to the #! forums. Your question will stand a better chance of a response if you make a new thread in the appropriate forum (stable or testing), rather than replying to an unrelated thread.
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.