2

I have this problem with Ubuntu 16.04 LTS. All programs and all menus have black boarders and Terminal is displayed black:

enter image description here

The problem appeared after installing Katoolin tool and installing all Kali Tools.

Cristiana Nicolae
  • 4,570
  • 10
  • 32
  • 46

4 Answers4

4

I solved the problem by removing xserver-xorg-video-intel using the command:

sudo apt-get remove xserver-xorg-video-intel
Zanna
  • 72,312
2

I had the same problem, but I'm not sure about the cause... I'm a beginner in these issues, but I just solved it with

sudo apt-get dist-upgrade
Zanna
  • 72,312
luz
  • 21
1

I solved this problem by using the following procedure. As the terminal was completely black and it was not possible to type the command in the terminal. Thus to enter the command, first press

ctrl+alt+F5

to go to the command line mode and then type the below mentioned command.

sudo apt-get dist-upgrade

0

I seem to have this problem too, I think is due to adding Kali respiratory and updating your system, https://github.com/LionSec/katoolin on this page it gives you a clear warning not to update your system with Kali still in it. "Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem." So just remove it, run an update restart and it works fine.

Hermit
  • 28