On 2015-03-11 06:20, Patrick Bartek wrote:
On Tue, 10 Mar 2015, Derek Jansen wrote:

Openbox refuses to start after its installation. I get dropped into
TTY1. Using startx works, but Debian will not automatically bring my
to TTY7 for Openbox to start.

This is normal.  (And the way I wanted it.)  I use Openbox only -- no DE
or login manager -- as part of a custom install of Wheezy.

You could try putting startx or starting openbox directly
in /etc/rc.local.

Or (better) in ~/.profile:

        #start an X session when logging in on the first virtual console
        if [ "$(tty)" = /dev/tty1 ] && [ -z "$DISPLAY" ]; then
                exec startx > ~/.xsession-errors 2>&1
        fi


-- August


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/mdpga7$hqc$1...@speranza.aioe.org

Reply via email to