Results 1 to 14 of 14

Thread: Kali Linux 2.0 Graphical issue?

  1. #1
    Join Date
    2015-Oct
    Posts
    1

    Kali Linux 2.0 Graphical issue?

    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:
    WP_20151027_12_41_31_Pro.jpg

    WP_20151027_12_42_02_Pro.jpg

  2. #2
    Join Date
    2015-Nov
    Posts
    6
    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

  3. #3
    Join Date
    2015-Nov
    Posts
    8
    i have the same problem here....
    i follow the tutorial in http://docs.kali.org/general-use/ins...-on-kali-linux and after disabling nouveau it hang up on reboot...
    2eq86eh.jpg

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

  4. #4
    Join Date
    2013-Dec
    Location
    Krakow
    Posts
    67
    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?

  5. #5
    Join Date
    2015-Nov
    Posts
    6
    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

  6. #6
    Join Date
    2013-Dec
    Location
    Krakow
    Posts
    67
    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/kal...t-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.

  7. #7
    Join Date
    2015-Nov
    Posts
    6
    i do reinstall and copy official repositories then update and upgrade and this dont fix this still is broken login screen :/

  8. #8
    Join Date
    2015-Nov
    Posts
    8
    @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

  9. #9
    Join Date
    2015-Nov
    Posts
    8
    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/XFree8..._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...

  10. #10
    Join Date
    2015-Nov
    Posts
    6
    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

  11. #11
    Join Date
    2015-Nov
    Posts
    6
    People please help with this problem i can't fix that

  12. #12
    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:
    Code:
    apt-get install lightdm
    To change default display manager:
    Code:
    dpkg-reconfigure gdm3
    Last edited by aephlux; 2015-12-08 at 02:56.

  13. #13
    Join Date
    2015-Nov
    Posts
    6
    Thx this working fine

  14. #14
    Join Date
    2015-Dec
    Posts
    2
    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.

Similar Threads

  1. Replies: 0
    Last Post: 2020-12-28, 12:31
  2. Graphical Issue on Amd Ryzen 3 3200g
    By Uchchash Talukder Rana in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-07-28, 05:32
  3. Graphical issue after Hibernate and Standby
    By xerxes in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2013-07-26, 19:09

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •