[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wayland vs X



Emanuel Berg wrote:

>> That's after running "startx" from tty1. I don't use
>> a Desktop Environment.
>
> I do the same, only I do 'startx -- -nocursor' LOL, no,
> compared to your output I get exactly the same except it get

Oh, actually I start X from /dev/tty6!

xdir=~/x
tty_number=${TTY#/dev/tty}
case $tty_number in
    (1)     lkeys
            make -C ~/.emacs.d/emacs-init
            DISPLAY=":0" nice -n -18 emacs -nw 2> emacs-erros.txt          ;;
    (2|3|4) tmux-new-session-split                                         ;;
    (5)     clear                                                          ;;
    (6)     startx -- -nocursor > ${xdir}/stdout.txt 2> ${xdir}/stderr.txt ;;
esac

X then executes there as well it seems as 'chvt 6' takes me to
X (or stays if I'm there already).

But I have forgotten what problem or situation it is we are
trying to solve ...

https://dataswamp.org/~incal/conf/.zprofile

-- 
underground experts united
https://dataswamp.org/~incal


Reply to: