Touch interface broken after update

I can't get into the touchscreen After running apt-update due to another pckage than repetier-server. I get just bash screen stating:

Raspbian GNU/Linux 0 RepetierServer tty3
RepetierServer login:

What can I do to fix it without reinstalling from the begining?

Comments

  • WHat we have done is adding


    if ! pgrep "xinit" > /dev/null
    then
        xinit -- -nocursor &
    fi

    at the end of .bashrc

    Since we use autologin that will start x server upon boot. Not sure what your update did - either it removed the lines or disabled autologin.
Sign In or Register to comment.