Hi,
I cant reproduce this here.
/etc/init.d/console-setup contains here (on feisty) :

    start|force-reload|restart|reload)
        if [ -z "$DISPLAY" ] && ....
            ...
        elif ! run_by_init; then
            log_action_begin_msg "Saving console font and keymap for next boot"
            if setupcon --save-only; then
                log_action_end_msg 0
            else
                log_action_end_msg $?
            fi
        fi

so it does only some saving even with apt-get --reinstall . 
Do you have a modified version of that file ?

Or not exported/empty DISPLAY ?
export|grep DISPLAY
declare -x DISPLAY=":0.0"

-- 
updating console-setup in X destroys screen
https://launchpad.net/bugs/93338

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to