PDA

View Full Version : Kali Linux 2.0 Graphical issue?



Sir_Ninja
2015-10-27, 16:59
Hello so I just recently installed Kali Linux on my PC everything works fine except for the graphics. Sometimes things get cut off such as the login screen but once I log in everything seems to look ok. Does anyone know what is causing this and how I could fix it?

Pictures:
967

968

nuklearny
2015-12-01, 18:02
I has the same problem, plz people help. I'm tired up the week with this problem
My PC: Packard Bell
GPU: ATI Radeon Xpress 1200/1250/1270/ RS690M
Regards

baygon
2015-12-02, 03:11
i have the same problem here....
i follow the tutorial in http://docs.kali.org/general-use/install-nvidia-drivers-on-kali-linux and after disabling nouveau it hang up on reboot...
1053

i installed kali linux 2.0 on a fresh clean hard drive..
please guide us on how to fix it.

Crash
2015-12-02, 08:24
Hi guys!

So, first check in documentation if you are using the correct repositories.
After check, apt-get update; apt-get upgrade

@baygon: What is your VM version?

nuklearny
2015-12-02, 11:54
Hi Crash
My source.list is okey and full upgrade is done

deb http://http.kali.org/kali sana main non-free contrib
deb-src http://http.kali.org/kali sana main non-free contrib

deb http://security.kali.org/kali-security/ sana/updates main contrib non-free
deb-src http://security.kali.org/kali-security/ sana/updates main contrib non-free
deb http://ftp.de.debian.org/debian wheezy main

Crash
2015-12-02, 13:05
No man, you sources.list are NOT ok!
Adding additional repositories values added will most likely BREAK YOUR INSTALL (eg ppas/debian/ubuntu). -> Probably it is your problem.
Official & default values -> http://docs.kali.org/general-use/kali-linux-sources-list-repositories.

Probably you are using wrong libs because of debian wheezy repositories. Now you need to figure out what is wrong remove this and install the right packts/libs.
My recomendation is: Reinstall your kali and follow the official documentation.

nuklearny
2015-12-02, 16:14
i do reinstall and copy official repositories then update and upgrade and this dont fix this still is broken login screen :/

baygon
2015-12-02, 23:32
@crash
im not using vm..i installed kali in actual pc..everything works fine except on nvidia driver...
after i installed nvidia driver and disabling nouveau driver, i reboot and an error says "ooops something went wrong" and it ask to reboot again...
these are my repositories:
deb http://http.kali.org/kali sana main non-free contrib
deb-src http://http.kali.org/kali sana main non-free contrib

deb http://security.kali.org/kali-security/ sana/updates main contrib non-free
deb-src http://security.kali.org/kali-security/ sana/updates main contrib non-free

baygon
2015-12-03, 05:46
guys, i this one works!!! clap clap clap...

install kernel headers and dkms

apt-get update
apt-get dist-upgrade
apt-get install -y linux-headers-$(uname -r) dkms

dowload nvidia driver installation and make it executable.

wget http://us.download.nvidia.com/XFree86/Linux-x86_64/340.76/NVIDIA-Linux-x86_64-340.76.run
chmod +x NVIDIA-Linux-x86_64-340.76.run

next step is to disable nouveau driver.

sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub
update-grub
reboot

last, get the info about graphics card (GPU)

lspci -vnn | grep VGA -A 12

(nouveau shouldn't be there)


my gpu details:

00:0d.0 VGA compatible controller [0300]: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) (prog-if 00 [VGA controller])
Subsystem: ASRock Incorporation Device [1849:03d6]
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 10
Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at ed000000 (64-bit, non-prefetchable) [size=16M]
Expansion ROM at effc0000 [disabled] [size=128K]
Capabilities: [48] Power Management version 2
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
Flags: fast devsel
Capabilities: [80] HyperTransport: Host or Secondary Interface

i hope this will works with u also... ;)

nuklearny
2015-12-03, 17:23
Can anyone help me? with this login screen? i have ATI Radeon Xpress 1200/1250/1270/ RS690M then i can't do this fix with nividia

nuklearny
2015-12-04, 21:18
People please help with this problem i can't fix that :(

aephlux
2015-12-07, 14:26
Hi,
I have the same graphic card. The display manager is messed up every time I boot but it fixes it self after I successfully login and logout. But the problem persists after every boot. I solved it by changing the default display manager which is gdm3 to lightdm. Its not as fancy as gdm but it works and loads faster too. Hope it helps.

To install lightdm:
apt-get install lightdm

To change default display manager:
dpkg-reconfigure gdm3

nuklearny
2015-12-12, 08:32
Thx this working fine :D

halDrugo
2015-12-13, 09:08
I run kali linux on hard disk I mean this is the only system in my pc. i've been tried every possible way to install graphic driver and still get a black screen , I did everything in the original guide and even tried a lot of private guides, the last msg I got from the system says that 'need to enable nvidia in Xorg'.
btw I can't use glxinfo command it says 'unable to open display' maybe the problem connected to this issue...
I will be glad if someone can help me and tell me the packages that need to be downloaded right after the installation of kali, and i will format and reinstall the system according to your answers.