Results 1 to 9 of 9

Thread: GNOME 3 on Kali

  1. #1
    Join Date
    2015-Feb
    Posts
    3

    GNOME 3 on Kali

    I've been trying to get GNOME 3 working on Kali 1.1.0. Booting up presents me with an error, so I assume it's the Graphics Driver problem.

    My laptop uses the Intel HD 4400 but settings say the driver is Gallium 0.4 on llvmpipe (LLVM 0x209) with experience set to fallback.

    I've downloaded a Linux Intel Graphics Installer 1.0.7 but running it in GDebi presents me with Error: Dependency is not satisfiable: libglib2.0-0 (>=2.37.3)

    Any advice would be helpful.

    Thanks.

  2. #2
    Can you boot into recovery from grub as root and enter the following:

    Code:
    lspci
    lsusb
    Post your results so we know what gfx card you are using then we can troubleshoot more
    Last edited by lillypad; 2015-02-20 at 14:12.

  3. #3
    Join Date
    2015-Feb
    Posts
    3
    I've included the devices correspondingly.

    For lspci:

    VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)

    lsusb:

    Bus 001 Device 002: ID 8087:8000 Intel Corp.

  4. #4
    Hello Snaker,

    Hopefully these will put you in the right direction, I've never owned an intel gfx card as I always buy Nvidia knowing their full support of linux is out there.

    Information on Linux Intel GFX Driver Availability:
    http://www.intel.com/support/graphics/sb/cs-010512.htm

    All Downloads For Intel GFX Cards Available:
    https://01.org/linuxgraphics/downloa...ad_version=All

    Community Page for Intel GFX Cards Open Source:
    https://01.org/linuxgraphics/community

    Or maybe try:
    Code:
    #On a fresh install of Kali mind you
    apt-get install xserver-xorg-video-intel
    service gdm3 restart
    Have you tried any of these yet?
    Best of luck!

    -lillypad

  5. #5
    Join Date
    2015-Apr
    Posts
    4
    Quote Originally Posted by lillypad View Post
    Hello Snaker,

    Hopefully these will put you in the right direction, I've never owned an intel gfx card as I always buy Nvidia knowing their full support of linux is out there.

    Information on Linux Intel GFX Driver Availability:
    http://www.intel.com/support/graphics/sb/cs-010512.htm

    All Downloads For Intel GFX Cards Available:
    https://01.org/linuxgraphics/downloa...ad_version=All

    Community Page for Intel GFX Cards Open Source:
    https://01.org/linuxgraphics/community

    Or maybe try:
    Code:
    #On a fresh install of Kali mind you
    apt-get install xserver-xorg-video-intel
    service gdm3 restart
    Have you tried any of these yet?
    Best of luck!

    -lillypad
    I have the same exact issue as OP. I just have Intel HD 5500 and am currently displaying the gallium driver. attempts to install latest Intel HD driver results in the same.
    "Error: Dependency is not satisfiable: libglib2.0-0 (>=2.37.3)"

    running the command you listed above reusults in:


    apt-get install xserver-xorg-video-intel
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    xserver-xorg-video-intel is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


    however, the "Gallium 0.4 on llvmpipe (LLVM 0x209)" is still the active driver.

    So question is how do we install libglib 3.37.3 or greater?

  6. #6

    also got that problem..

    I got the same problem.
    When will be the next Kernel release)

    Quote Originally Posted by markwerline View Post
    I have the same exact issue as OP. I just have Intel HD 5500 and am currently displaying the gallium driver. attempts to install latest Intel HD driver results in the same.
    "Error: Dependency is not satisfiable: libglib2.0-0 (>=2.37.3)"

    running the command you listed above reusults in:


    apt-get install xserver-xorg-video-intel
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    xserver-xorg-video-intel is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


    however, the "Gallium 0.4 on llvmpipe (LLVM 0x209)" is still the active driver.

    So question is how do we install libglib 3.37.3 or greater?

  7. #7
    Join Date
    2015-May
    Location
    Hyderabad
    Posts
    5

    Angry

    Even i got the same problem....
    please check the thread link
    https://forums.kali.org/showthread.p...in-half-screen
    i described the problem...

  8. #8
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    That version of Libglib isn't in the Kali repo (if I recall correctly)

    I was trying to install the latest xorg Intel driver from the debian experimental repo (this is a terrible idea, don't try it) as I expected, it broke a lot of stuff as it installed. More than would be worth going through fixing.

    Your best bet would be to lodge a update request in the Kali bug tracker to get it updated in the Kali repo.
    chown -R us ./base

  9. #9
    Join Date
    2015-Apr
    Posts
    4
    Quote Originally Posted by staticn0de View Post
    That version of Libglib isn't in the Kali repo (if I recall correctly)

    I was trying to install the latest xorg Intel driver from the debian experimental repo (this is a terrible idea, don't try it) as I expected, it broke a lot of stuff as it installed. More than would be worth going through fixing.

    Your best bet would be to lodge a update request in the Kali bug tracker to get it updated in the Kali repo.
    I will do that then... I also actually just installed backbox and it is way better with updating drivers and having a newer version of XFCE.

Similar Threads

  1. Dead GUI [GNOME] [Kali 5.2] [HDD]
    By Tox46 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2019-11-10, 21:00
  2. Enable full gnome instead of gnome fallback :)
    By vaioifive in forum How-To Archive
    Replies: 12
    Last Post: 2016-05-17, 14:12
  3. No Gnome after NVIDIA driver installation(only Gnome-fallback)
    By KlausHybrid in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2015-06-14, 14:29
  4. Custom gnome install necessary for gnome-shell?
    By karni64 in forum Building Archive
    Replies: 7
    Last Post: 2013-04-15, 00:13

Tags for this Thread

Posting Permissions

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