notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.86k stars 494 forks source link

Raspberry pi + pitft + TMUX + autostart will not open a TMUX session correctly #208

Closed stackErr-NameNotResolved closed 9 years ago

stackErr-NameNotResolved commented 9 years ago

my situation: Raspberry pi b-model, adafruit pitft, fbtft driver, TMUX(manager for console sessions etc).

If i launch TMUX on the raspberry i will right pop into a TMUX session.This proves to work like a blast! Thanks for that!

However, when i choose to enable auto login according to the wiki (https://github.com/notro/fbtft/wiki) and then i launch TMUX after i have been logged in automaticaly, the screen(pitft) will not "pop" into the TMUX session. I still wil be able to ssh into the raspberry and do all the TMUX related stuff, so TMUX is running. To make it more clear:

--without auto login-- SUDO TMUX jumps in tmux screen

--with auto login enabled-- SUDO TMUX shows the command: SUDO TMUX shows white line

notro commented 9 years ago

Maybe this can help you? http://unix.stackexchange.com/questions/22131/how-to-enable-auto-login-in-tty-while-getting-softwares-like-tmux-work

stackErr-NameNotResolved commented 9 years ago

Thanks for pointing me in the right direction. In the end i used 1: http://raspberrypi.stackexchange.com/questions/3649/tmux-not-drawing-for-tty1-but-working-fine-on-tt2

and 2: https://wiki.archlinux.org/index.php/Tmux#Start_tmux_on_every_shell_login