On Mon, Feb 27, 2012 at 11:20 AM, Calvin Morrison
<mutanttur...@gmail.com> wrote:
> On 26 February 2012 11:56, Jesse Juhani Jaara <jesse.ja...@gmail.com> wrote:
>> There is slim which only depends on gtk2 (mayby some other minor libs
>> needed
>> by anyother gtk app too) and cdm which is a conole mode login manager :D
>
> I suggest you just use your tty. once you login, just run xinit.
> it works fantastically for me :-)

I use this in my ~/.bashrc to start X automatically:


if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
    . startx
    logout
fi


-- 
thiagoc

"O povo não deveria temer o governo. O governo é quem deveria temer o povo."
V de Vingança

Reply via email to