Results 1 to 13 of 13

Thread: Kali 3.14-kali-amd64 Intel HD 4600

  1. #1
    Join Date
    2014-Aug
    Posts
    7

    Kali 3.14-kali-amd64 Intel HD 4600

    My previous post seems to be missing so I thought I would post again.

    I'm in need of your help in getting my Toshiba Protege R30 and Intel HD 4600 working correctly with Kali 3.14-kali-amd64.

    I seem to be having an issue with the Intel HD 4600 driver.

    When I plug in a monitor through either VGA or HDMI the display shrinks and doesn't fill all the screen.

    Right now its plugged into a Dell 23" monitor and only displays in the top left hand corner.

    When plugged into my tv, its a bit better but not by much.

    I'm not sure if its related, but in system settings, displays the options are greyed out and it won't let me chnage resolutions. Again I think this is down to the driver but I may be wrong.

    VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06)

    aptitude show xserver-xorg-video-intel
    Package: xserver-xorg-video-intel
    State: installed
    Automatically installed: yes
    Version: 2:2.19.0-6
    Priority: optional
    Section: x11
    Maintainer: Debian X Strike Force <[email protected]>
    Architecture: amd64
    Uncompressed Size: 2,085 k
    Depends: libc6 (>= 2.8), libdrm-intel1 (>= 2.4.29), libdrm2 (>= 2.4.30),
    libpciaccess0 (>= 0.8.0+git20071002), libudev0 (>= 146), libx11-6,
    libx11-xcb1, libxcb-dri2-0, libxcb-util0 (>= 0.3.8), libxcb1, libxext6,
    libxfixes3, libxv1, libxvmc1, xorg-video-abi-12, xserver-xorg-core (>=
    2:1.12.3.901)
    Provides: xorg-driver-video
    Description: X.Org X server -- Intel i8xx, i9xx display driver
    This package provides the driver for the Intel i8xx and i9xx family of
    chipsets, including i810, i815, i830, i845, i855, i865, i915, i945 and i965
    series chips.

    This package also provides XvMC (XVideo Motion Compensation) drivers for
    i810/i815 and i9xx and newer chipsets.

    More information about X.Org can be found at: <URL:http://www.X.org>

    This package is built from the X.org xf86-video-intel driver module.

    Tags: admin::hardware, hardware::video, implemented-in::c, role:lugin,
    use::driver, x11::xserver


    Please can you help me get this working.

  2. #2
    Join Date
    2014-Aug
    Posts
    7
    The current driver appears to be:

    apt-cache policy xserver-xorg-video-intel
    xserver-xorg-video-intel:
    Installed: 2:2.19.0-6
    Candidate: 2:2.19.0-6
    Version table:
    *** 2:2.19.0-6 0
    500 http://http.kali.org/kali/ kali/main amd64 Packages
    100 /var/lib/dpkg/status

    Is there a later version of xserver-xorg-video-intel that I can use from Kali repo's. (e.g. xserver-xorg-video-intel_2.21.15)

    If so can someone please help me by specifying the changes that I need to make?

  3. #3
    Join Date
    2013-Mar
    Location
    Canada
    Posts
    30
    Quote Originally Posted by nutpuk View Post
    The current driver appears to be:

    apt-cache policy xserver-xorg-video-intel
    xserver-xorg-video-intel:
    Installed: 2:2.19.0-6
    Candidate: 2:2.19.0-6
    Version table:
    *** 2:2.19.0-6 0
    500 http://http.kali.org/kali/ kali/main amd64 Packages
    100 /var/lib/dpkg/status

    Is there a later version of xserver-xorg-video-intel that I can use from Kali repo's. (e.g. xserver-xorg-video-intel_2.21.15)

    If so can someone please help me by specifying the changes that I need to make?

    You need xserver-xorg-video-intel_2.21 or later for hardware acceleration on haswell chips. It's currently availible in the kali-dev repo, but it will pull in a newer version of most of xorg along with a few other things. But if you're going to use that repo it might be safer to do a full "apt-get update && apt-get upgrade && apt-get dist-upgrade" instead of just installing (and mixing) only selected packages from the different repos.

    TL;DR you can try adding the kali-dev repo and installing the driver by instelf, or doing a full upgrade, but ether way do it at your own risk.

    Note: I tried pulling only the driver (and it's dependencies) from debian testing and it broke X pretty good, among other things, so I wouldn't advise going that route.

  4. #4
    Join Date
    2014-Aug
    Posts
    7
    Quote Originally Posted by SharkBait View Post
    You need xserver-xorg-video-intel_2.21 or later for hardware acceleration on haswell chips. It's currently availible in the kali-dev repo, but it will pull in a newer version of most of xorg along with a few other things. But if you're going to use that repo it might be safer to do a full "apt-get update && apt-get upgrade && apt-get dist-upgrade" instead of just installing (and mixing) only selected packages from the different repos.

    TL;DR you can try adding the kali-dev repo and installing the driver by instelf, or doing a full upgrade, but ether way do it at your own risk.

    Note: I tried pulling only the driver (and it's dependencies) from debian testing and it broke X pretty good, among other things, so I wouldn't advise going that route.
    Thanks for the reply.

    I tried the same and could not get Gnome or x started.

    I then tried Kalie 1.0.9 but still had no joy.

    This is the version that came with 1.0.9

    xserver-xorg-video-intel:
    Installed: 2:2.19.0-6
    Candidate: 2:2.19.0-6
    Version table:
    *** 2:2.19.0-6 0
    500 http://http.kali.org/kali/ kali/main amd64 Packages
    100 /var/lib/dpkg/status

    Do you think the dev repo is the best shot?

    Please csn you tell me the repo to add?

    I guess it will be an apt-get xserver-xorg-video-intel_2.21 putting to the dev repo?

  5. #5
    Join Date
    2013-Mar
    Location
    Canada
    Posts
    30
    This is the dev repo:
    deb http://http.kali.org/kali kali-dev main contrib non-free

    Add it to the bottom of your /etc/apt/sources.list then do an apt-get update. Then you can ether install just the driver, or do a full upgrade. But if you run "apt-cache policy xserver-xorg-video-intel" and you should see both 2.19 and 2.21 listed.

  6. #6
    Join Date
    2014-Aug
    Posts
    4
    I have it currently running apt-get update xserver-xorg-video-intel and it shows 2.19 installed and 2.21 available when i -cache it....Wish em luck

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
    libmono-custommarshalers4.0-cil : Depends: mono-runtime (< 2.10.8.2) but 3.2.8+dfsg-7 is to be installed
    libmono-debugger-soft2.0-cil : Depends: mono-runtime (< 2.10.8.2) but 3.2.8+dfsg-7 is to be installed
    libmono-i18n-cjk4.0-cil : Depends: libmono-i18n4.0-cil (>= 3.0.6) but 2.10.8.1-8 is to be installed
    libmono-i18n2.0-cil : Depends: libmono-i18n-west2.0-cil (>= 3.0.6) but 2.10.8.1-8 is to be installed
    libmono-i18n4.0-all : Depends: libmono-i18n-mideast4.0-cil (= 3.2.8+dfsg-7) but 2.10.8.1-8 is to be installed
    Depends: libmono-i18n-other4.0-cil (= 3.2.8+dfsg-7) but 2.10.8.1-8 is to be installed
    Depends: libmono-i18n-rare4.0-cil (= 3.2.8+dfsg-7) but 2.10.8.1-8 is to be installed
    Depends: libmono-i18n-west4.0-cil (= 3.2.8+dfsg-7) but 2.10.8.1-8 is to be installed
    libmono-i18n4.0-cil : Depends: mono-runtime (< 2.10.8.2) but 3.2.8+dfsg-7 is to be installed
    libmono-system-web2.0-cil : Depends: libmono-system-data-linq2.0-cil (>= 1.0) but it is not going to be installed
    Depends: libmono-wcf3.0-cil (>= 2.6.3) but it is not installable
    Depends: mono-runtime (< 2.10.8.2) but 3.2.8+dfsg-7 is to be installed
    libmono-system-web4.0-cil : Depends: mono-runtime (< 2.10.8.2) but 3.2.8+dfsg-7 is to be installed
    libmono-system2.0-cil : Depends: libmono-security2.0-cil (>= 3.0.6) but 2.10.8.1-8 is to be installed
    libmono-tasklets4.0-cil : Depends: mono-runtime (< 2.10.8.2) but 3.2.8+dfsg-7 is to be installed
    mono-mcs : Depends: libmono-system-core4.0-cil (>= 3.2.8) but 2.10.8.1-8 is to be installed
    monodoc-base : Depends: libmono-system-core4.0-cil (>= 3.2.8) but 2.10.8.1-8 is to be installed
    Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but 2.10.8.1-8 is to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

    awesome....now i cant apt-get upgrade lol ?? any ideas so much for installing 2.21 fuckn a

    I tried to install 2.21 xserver-xorg-video-intel from the dev repo from my 2.19 :/ just a fyi NO GOOD lol completely screwed my X lol like sharkbait said , should have listened. Just got done reinstalling kali lol
    Last edited by sickn3ss; 2014-08-22 at 07:33.

  7. #7
    Join Date
    2014-Aug
    Posts
    7
    So looks like there is no fix for this issue?

    It messed up my X when i tried to install it from the Debian repo.

    I just want to get the laptop working, as adjusting the brigtness does't work etither.

    Maybe tempted to revert back to Debian or CentOS and run Kali in a VM.

    I really didn't want to do that though.

  8. #8
    Join Date
    2013-Mar
    Location
    Canada
    Posts
    30
    Brightness control should still work fine without me new intel drivers (it does for me). You may just have to manually set the keyboard shortcuts to use xbacklight to have it work is all. Gnome and xfce didn't auto detect it for me, though MATE did.

  9. #9
    Join Date
    2014-Sep
    Posts
    1
    I have been working on resolving this issue for a couple weeks now. My resolution is completely messed up on my 4600 gpu. Has anyone figured out how to fix this issue?

  10. #10
    Join Date
    2015-Apr
    Posts
    2
    i had 4000 and fallback mode not work properly and i disappointed with that anyone can help us with problem ivy bridge intel HD 4000 /4600

  11. #11
    Going to revive this thread as I am now faced with this same scenario and have had the same results in trying the forementioned tasks.

    Has anyone out there gotten this working yet?

  12. #12
    Join Date
    2013-Apr
    Posts
    182
    this will crash your systerm and broken your package , so please don't followed this way ,

    i have tried this and reinstall kali .

    right now , i can't find the better way to solve the problems .

  13. #13
    Join Date
    2013-Apr
    Posts
    182
    apt-cache policy xserver-xorg-video-intel
    xserver-xorg-video-intel:
    Installed: 2:2.19.0-6
    Candidate: 2:2.19.0-6
    Version table:
    *** 2:2.19.0-6 0
    100 /var/lib/dpkg/status

Similar Threads

  1. Replies: 0
    Last Post: 2020-12-28, 12:31
  2. Replies: 1
    Last Post: 2017-06-04, 17:08
  3. Replies: 2
    Last Post: 2015-08-08, 09:13
  4. KaliLinux 1.1.0 intel vga 4600 driver update.
    By thej0ker in forum General Archive
    Replies: 4
    Last Post: 2015-03-23, 07:19

Posting Permissions

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