Intel Device 5912 graphic not recongnised on Mint 17.3
up vote
0
down vote
favorite
I am trying to get my Dell Optiplex 7050 (uses an integrated Intel video processor) to recognize the graphic hardware Intel Device 5912.
OS: Mint 17.3 Rosa
When I run lspci -knn
it says:
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
Subsystem: Dell Device [1028:07a1]
When I run inxi -b
it says:
Graphics: Card: Intel Device 5912
Display Server: X.Org 1.16.0 drivers: fbdev,intel (unloaded: vesa) Resolution: 1920x1080@77.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) GLX Version: 3.0 Mesa 10.3.2
I download the older version of intel linux graphic installer from https://download.01.org/gfx/ubuntu/14.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.1.0-0intel1_i386.deb
and I run:
sudo dpkg -i intel-linux-graphics-installer_1.1.0-0intel1_i386.deb
ThenI got this error:
dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
intel-linux-graphics-installer depends on ttf-ancient-fonts.
intel-linux-graphics-installer depends on aptdaemon.
Any solutions?
linux-mint drivers intel-graphics
add a comment |
up vote
0
down vote
favorite
I am trying to get my Dell Optiplex 7050 (uses an integrated Intel video processor) to recognize the graphic hardware Intel Device 5912.
OS: Mint 17.3 Rosa
When I run lspci -knn
it says:
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
Subsystem: Dell Device [1028:07a1]
When I run inxi -b
it says:
Graphics: Card: Intel Device 5912
Display Server: X.Org 1.16.0 drivers: fbdev,intel (unloaded: vesa) Resolution: 1920x1080@77.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) GLX Version: 3.0 Mesa 10.3.2
I download the older version of intel linux graphic installer from https://download.01.org/gfx/ubuntu/14.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.1.0-0intel1_i386.deb
and I run:
sudo dpkg -i intel-linux-graphics-installer_1.1.0-0intel1_i386.deb
ThenI got this error:
dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
intel-linux-graphics-installer depends on ttf-ancient-fonts.
intel-linux-graphics-installer depends on aptdaemon.
Any solutions?
linux-mint drivers intel-graphics
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to get my Dell Optiplex 7050 (uses an integrated Intel video processor) to recognize the graphic hardware Intel Device 5912.
OS: Mint 17.3 Rosa
When I run lspci -knn
it says:
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
Subsystem: Dell Device [1028:07a1]
When I run inxi -b
it says:
Graphics: Card: Intel Device 5912
Display Server: X.Org 1.16.0 drivers: fbdev,intel (unloaded: vesa) Resolution: 1920x1080@77.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) GLX Version: 3.0 Mesa 10.3.2
I download the older version of intel linux graphic installer from https://download.01.org/gfx/ubuntu/14.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.1.0-0intel1_i386.deb
and I run:
sudo dpkg -i intel-linux-graphics-installer_1.1.0-0intel1_i386.deb
ThenI got this error:
dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
intel-linux-graphics-installer depends on ttf-ancient-fonts.
intel-linux-graphics-installer depends on aptdaemon.
Any solutions?
linux-mint drivers intel-graphics
I am trying to get my Dell Optiplex 7050 (uses an integrated Intel video processor) to recognize the graphic hardware Intel Device 5912.
OS: Mint 17.3 Rosa
When I run lspci -knn
it says:
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
Subsystem: Dell Device [1028:07a1]
When I run inxi -b
it says:
Graphics: Card: Intel Device 5912
Display Server: X.Org 1.16.0 drivers: fbdev,intel (unloaded: vesa) Resolution: 1920x1080@77.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) GLX Version: 3.0 Mesa 10.3.2
I download the older version of intel linux graphic installer from https://download.01.org/gfx/ubuntu/14.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.1.0-0intel1_i386.deb
and I run:
sudo dpkg -i intel-linux-graphics-installer_1.1.0-0intel1_i386.deb
ThenI got this error:
dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
intel-linux-graphics-installer depends on ttf-ancient-fonts.
intel-linux-graphics-installer depends on aptdaemon.
Any solutions?
linux-mint drivers intel-graphics
linux-mint drivers intel-graphics
asked Aug 2 '17 at 7:50
Billy Lau
14
14
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
dpkg
doesn't search for the package dependencies so to install them command run
sudo apt-get install -f
after running the dpkg -i
command.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
dpkg
doesn't search for the package dependencies so to install them command run
sudo apt-get install -f
after running the dpkg -i
command.
add a comment |
up vote
0
down vote
dpkg
doesn't search for the package dependencies so to install them command run
sudo apt-get install -f
after running the dpkg -i
command.
add a comment |
up vote
0
down vote
up vote
0
down vote
dpkg
doesn't search for the package dependencies so to install them command run
sudo apt-get install -f
after running the dpkg -i
command.
dpkg
doesn't search for the package dependencies so to install them command run
sudo apt-get install -f
after running the dpkg -i
command.
answered Oct 25 '17 at 5:47
Stef
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f383367%2fintel-device-5912-graphic-not-recongnised-on-mint-17-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown