Linux Lite Forums

Full Version: Intel Graphics Update Tool Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey guys,
I get this error when I try to update Intel HD Graphics drivers using IGUT.

'Error running transaction: GDBus.Error:org.debian.apt.TransactionFailed: error-dep-resolution-failed: The following packages have unmet dependencies:

libosmesa6: Depends: libgcc1 (>= 1:3.4) but 1:6.0.1-0ubuntu1 is to be installed
            Depends: libglapi-mesa (= 17.2.4-0ubuntu1~16.04.4) but 17.2.8-0ubuntu0~16.04.1 is to be installed
            Depends: zlib1g (>= 1:1.1.4) but 1:1.2.8.dfsg-2ubuntu4.1 is to be installed
'

And also
'
The following packages have unmet dependencies:

libosmesa6: Depends: libgcc1 (>= 1:3.4) but 1:6.0.1-0ubuntu1 is to be installed
            Depends: libglapi-mesa (= 17.2.4-0ubuntu1~16.04.4) but 17.2.8-0ubuntu0~16.04.1 is to be installed
            Depends: zlib1g (>= 1:1.1.4) but 1:1.2.8.dfsg-2ubuntu4.1 is to be installed '
Any help to fix this is appreciated.
What is the exact name of the package you are trying to install? What Intel graphics chip do you have?
I was trying to install the latest drivers for Intel HD Graphics. This is my CPU: https://ark.intel.com/products/81074/Int...o-2_58-GHz. I have IGUT v2.0.2 for Ubuntu 16.04 installed.
What is the exact name of the package you are trying to install?
I don't know, bro. I was just trying to update my Intel HD drivers using IGUT. So I installed it, ran it and got this error.
I tried installing the dependencies mentioned in the error message via the terminal and it says I have them. I tried doing the additional steps in https://www.addictivetips.com/ubuntu-lin...in-ubuntu/ nut it didn't work.

(02-07-2018, 12:50 AM)dlalinsp link Wrote: [ -> ]I tried installing the dependencies mentioned in the error message via the terminal and it says I have them. I tried doing the additional steps in https://www.addictivetips.com/ubuntu-lin...in-ubuntu/ nut it didn't work.


Perhaps the problem:
Code:
Even though these operating systems can run the software it will install, it will fail because of the release name. This includes distributions like Linux Mint, Elementary OS and etc.


Okay, thanks for the reply. I guess I'll have to make do.
So I tried installing on my Mini in the sig below, with an Intel Mobile.. On the LL3.4 beta partition
I was able to install successfully after installing a missing dependency (said it was a ttf-aceient-font)
installed with fonts-ancient-scripts
Code:
sudo apt-get install fonts-ancient-scripts 


Following the instruction on the website..
Launched the Intel app all "ok" it loaded additional packages (some ppa) - nothing noticed in difference thus far.
Went thru "Install Drivers" opting for the Microcode for Intel CPU..


output of "inxi -Fxz" yields same results as before.. at least for my system..
Code:
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller
           bus-ID: 00:02.0
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1024x600@60.01hz
           GLX Renderer: Mesa DRI Intel 945GME x86/MMX/SSE2
           GLX Version: 1.4 Mesa 17.2.4 Direct Rendering: Yes

Pages: 1 2