клавиатура в tty ведет себя неправильно после входа в систему как root

На моем ноутбуке у меня есть процессор Intel i7 (с аппаратно-диссимируемыми интеллектуальными графиками) и nVidia GTX 770m ...

У меня такая же проблема после установки драйвера nvidia 331:

[ f1]

Я исправлю проблему, полностью удалив драйвер шмеля:

sudo apt-get --purge remove bumblebee
sudo reboot

Это пример того, что linux очень гибкий, и одна проблема может иметь много разных решений ... или вообще не: P

1
задан 22 December 2015 в 10:51

1 ответ

смеется в комментарии для переименования / etc / inputrc. Это решило проблему. Итак, я проверил причину.

В конце файла / etc / bash_completion был вызван

if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

файл перенаправил меня в другой файл:

. /usr/share/bash-completion/bash_completion

заголовок файлов:

#                                                          -*- shell-script -*-
#
#   bash_completion - programmable completion functions for bash 4.1+
#
#   Copyright © 2006-2008, Ian Macdonald <ian@caliban.org>
#             © 2009-2013, Bash Completion Maintainers
#                     <bash-completion-devel@lists.alioth.debian.org>
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2, or (at your option)
#   any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software Foundation,
#   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#   The latest version of this software can be obtained here:
#
#   http://bash-completion.alioth.debian.org/
#
#   RELEASE: 2.1
...

На веб-сайте он говорит

. В настоящее время мы работаем над тем, чтобы получить завершение bash в лучшем виде.

Ну, постарайся усерднее. Удаление указанных файлов решает проблему. Спасибо, смех.

0
ответ дан 23 May 2018 в 14:52

Другие вопросы по тегам:

Похожие вопросы: