You are not logged in.
If you use a laptop with a Sis graphics card, most Debian based distros will leave you with the default vesa driver (Sis have no proprietary Linux drivers), and you will log into a blotchy desktop with the wrong colour depth.
Basically you need to edit Grub to boot using the sisfb framebuffer.
Edit Grub
sudo nano /etc/default/grubAnd where you have the line to boot Crunchbang (or any Debian based distro) where it says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet"Change to:
GRUB_CMDLINE_LINUX_DEFAULT="video=sisfb quiet"Now you need to update Grub so that the changes to "default" are passed to /boot/grub/grub.cfg:
sudo update-grubNow reboot and enjoy a bright clean desktop with the correct colours 
Last edited by rich (2010-03-20 12:32:42)
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.