How to install Intel Graphics drivers for Mint 13
up vote
5
down vote
favorite
I have choppy video and my windows are choppy when I move them around. Also when my PC turns off monitor it does not turn off normally but like the cable was unplugged. I guess I need to install a driver for my new 'graphics' chip. Can someone please provide the 'best' way of installing graphics drivers for my Celeron G1820 CPU.
Here is what I get from lspci
:
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
I can provide any additional info if needed.
linux-mint graphics intel graphic-card
add a comment |
up vote
5
down vote
favorite
I have choppy video and my windows are choppy when I move them around. Also when my PC turns off monitor it does not turn off normally but like the cable was unplugged. I guess I need to install a driver for my new 'graphics' chip. Can someone please provide the 'best' way of installing graphics drivers for my Celeron G1820 CPU.
Here is what I get from lspci
:
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
I can provide any additional info if needed.
linux-mint graphics intel graphic-card
Check/etc/X11/xorg.conf
and see what driver X is currently using.
– Faheem Mitha
May 1 '16 at 0:01
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I have choppy video and my windows are choppy when I move them around. Also when my PC turns off monitor it does not turn off normally but like the cable was unplugged. I guess I need to install a driver for my new 'graphics' chip. Can someone please provide the 'best' way of installing graphics drivers for my Celeron G1820 CPU.
Here is what I get from lspci
:
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
I can provide any additional info if needed.
linux-mint graphics intel graphic-card
I have choppy video and my windows are choppy when I move them around. Also when my PC turns off monitor it does not turn off normally but like the cable was unplugged. I guess I need to install a driver for my new 'graphics' chip. Can someone please provide the 'best' way of installing graphics drivers for my Celeron G1820 CPU.
Here is what I get from lspci
:
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
I can provide any additional info if needed.
linux-mint graphics intel graphic-card
linux-mint graphics intel graphic-card
edited Mar 26 '17 at 11:43
Vlastimil
7,6631258133
7,6631258133
asked Mar 8 '14 at 19:22
mbiber
28539
28539
Check/etc/X11/xorg.conf
and see what driver X is currently using.
– Faheem Mitha
May 1 '16 at 0:01
add a comment |
Check/etc/X11/xorg.conf
and see what driver X is currently using.
– Faheem Mitha
May 1 '16 at 0:01
Check
/etc/X11/xorg.conf
and see what driver X is currently using.– Faheem Mitha
May 1 '16 at 0:01
Check
/etc/X11/xorg.conf
and see what driver X is currently using.– Faheem Mitha
May 1 '16 at 0:01
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
+----------+----------+----------+----------+----------+------+
|intel Gen4|OpenGL 2.1|OpenGL ES2|OpenCL NO | VAAPI |i965 |
| | | | |Only MPEG2|Kernel|
+----------+----------+----------+----------+----------+------+
You should Install xf86-video-intel
a binary package containing driver for all Intel GPU Chipsets.
Because I don't know the exact nature of your problem (whether it is the driver, Kernel module, or Xorg Configuration) I cant recommend any additional steps. But it's worth mentioning that Xorg config
file and modeset
in Grub are also places to look at.
1
I think you are doing something wrong. because the Intel driver on Mint should work out of the box. first update your repos and also your mint then go for the solution.
– r004
Mar 9 '14 at 0:52
sudo modprobe i965
– r004
Mar 9 '14 at 14:47
sudo modprobe i965
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/. FATAL: Module i965 not found.
– mbiber
Mar 9 '14 at 15:42
@mbiber install the packagexserver-xorg-video-intel
– r004
Mar 9 '14 at 20:56
It's installed already
– mbiber
Mar 16 '14 at 20:12
add a comment |
up vote
0
down vote
Add Intel Repository :
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04" >> /etc/apt/sources.list.d/intel-graphics.list'
Then download and install the GPG key via 2 commands:
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
and
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
install Intel Graphics Driver:
sudo apt-get update; sudo apt-get install intel-linux-graphics-installer
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f118769%2fhow-to-install-intel-graphics-drivers-for-mint-13%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
+----------+----------+----------+----------+----------+------+
|intel Gen4|OpenGL 2.1|OpenGL ES2|OpenCL NO | VAAPI |i965 |
| | | | |Only MPEG2|Kernel|
+----------+----------+----------+----------+----------+------+
You should Install xf86-video-intel
a binary package containing driver for all Intel GPU Chipsets.
Because I don't know the exact nature of your problem (whether it is the driver, Kernel module, or Xorg Configuration) I cant recommend any additional steps. But it's worth mentioning that Xorg config
file and modeset
in Grub are also places to look at.
1
I think you are doing something wrong. because the Intel driver on Mint should work out of the box. first update your repos and also your mint then go for the solution.
– r004
Mar 9 '14 at 0:52
sudo modprobe i965
– r004
Mar 9 '14 at 14:47
sudo modprobe i965
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/. FATAL: Module i965 not found.
– mbiber
Mar 9 '14 at 15:42
@mbiber install the packagexserver-xorg-video-intel
– r004
Mar 9 '14 at 20:56
It's installed already
– mbiber
Mar 16 '14 at 20:12
add a comment |
up vote
0
down vote
+----------+----------+----------+----------+----------+------+
|intel Gen4|OpenGL 2.1|OpenGL ES2|OpenCL NO | VAAPI |i965 |
| | | | |Only MPEG2|Kernel|
+----------+----------+----------+----------+----------+------+
You should Install xf86-video-intel
a binary package containing driver for all Intel GPU Chipsets.
Because I don't know the exact nature of your problem (whether it is the driver, Kernel module, or Xorg Configuration) I cant recommend any additional steps. But it's worth mentioning that Xorg config
file and modeset
in Grub are also places to look at.
1
I think you are doing something wrong. because the Intel driver on Mint should work out of the box. first update your repos and also your mint then go for the solution.
– r004
Mar 9 '14 at 0:52
sudo modprobe i965
– r004
Mar 9 '14 at 14:47
sudo modprobe i965
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/. FATAL: Module i965 not found.
– mbiber
Mar 9 '14 at 15:42
@mbiber install the packagexserver-xorg-video-intel
– r004
Mar 9 '14 at 20:56
It's installed already
– mbiber
Mar 16 '14 at 20:12
add a comment |
up vote
0
down vote
up vote
0
down vote
+----------+----------+----------+----------+----------+------+
|intel Gen4|OpenGL 2.1|OpenGL ES2|OpenCL NO | VAAPI |i965 |
| | | | |Only MPEG2|Kernel|
+----------+----------+----------+----------+----------+------+
You should Install xf86-video-intel
a binary package containing driver for all Intel GPU Chipsets.
Because I don't know the exact nature of your problem (whether it is the driver, Kernel module, or Xorg Configuration) I cant recommend any additional steps. But it's worth mentioning that Xorg config
file and modeset
in Grub are also places to look at.
+----------+----------+----------+----------+----------+------+
|intel Gen4|OpenGL 2.1|OpenGL ES2|OpenCL NO | VAAPI |i965 |
| | | | |Only MPEG2|Kernel|
+----------+----------+----------+----------+----------+------+
You should Install xf86-video-intel
a binary package containing driver for all Intel GPU Chipsets.
Because I don't know the exact nature of your problem (whether it is the driver, Kernel module, or Xorg Configuration) I cant recommend any additional steps. But it's worth mentioning that Xorg config
file and modeset
in Grub are also places to look at.
edited Mar 9 '14 at 16:42
answered Mar 9 '14 at 0:50
r004
1,45652144
1,45652144
1
I think you are doing something wrong. because the Intel driver on Mint should work out of the box. first update your repos and also your mint then go for the solution.
– r004
Mar 9 '14 at 0:52
sudo modprobe i965
– r004
Mar 9 '14 at 14:47
sudo modprobe i965
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/. FATAL: Module i965 not found.
– mbiber
Mar 9 '14 at 15:42
@mbiber install the packagexserver-xorg-video-intel
– r004
Mar 9 '14 at 20:56
It's installed already
– mbiber
Mar 16 '14 at 20:12
add a comment |
1
I think you are doing something wrong. because the Intel driver on Mint should work out of the box. first update your repos and also your mint then go for the solution.
– r004
Mar 9 '14 at 0:52
sudo modprobe i965
– r004
Mar 9 '14 at 14:47
sudo modprobe i965
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/. FATAL: Module i965 not found.
– mbiber
Mar 9 '14 at 15:42
@mbiber install the packagexserver-xorg-video-intel
– r004
Mar 9 '14 at 20:56
It's installed already
– mbiber
Mar 16 '14 at 20:12
1
1
I think you are doing something wrong. because the Intel driver on Mint should work out of the box. first update your repos and also your mint then go for the solution.
– r004
Mar 9 '14 at 0:52
I think you are doing something wrong. because the Intel driver on Mint should work out of the box. first update your repos and also your mint then go for the solution.
– r004
Mar 9 '14 at 0:52
sudo modprobe i965
– r004
Mar 9 '14 at 14:47
sudo modprobe i965
– r004
Mar 9 '14 at 14:47
sudo modprobe i965
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/. FATAL: Module i965 not found.– mbiber
Mar 9 '14 at 15:42
sudo modprobe i965
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/. FATAL: Module i965 not found.– mbiber
Mar 9 '14 at 15:42
@mbiber install the package
xserver-xorg-video-intel
– r004
Mar 9 '14 at 20:56
@mbiber install the package
xserver-xorg-video-intel
– r004
Mar 9 '14 at 20:56
It's installed already
– mbiber
Mar 16 '14 at 20:12
It's installed already
– mbiber
Mar 16 '14 at 20:12
add a comment |
up vote
0
down vote
Add Intel Repository :
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04" >> /etc/apt/sources.list.d/intel-graphics.list'
Then download and install the GPG key via 2 commands:
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
and
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
install Intel Graphics Driver:
sudo apt-get update; sudo apt-get install intel-linux-graphics-installer
add a comment |
up vote
0
down vote
Add Intel Repository :
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04" >> /etc/apt/sources.list.d/intel-graphics.list'
Then download and install the GPG key via 2 commands:
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
and
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
install Intel Graphics Driver:
sudo apt-get update; sudo apt-get install intel-linux-graphics-installer
add a comment |
up vote
0
down vote
up vote
0
down vote
Add Intel Repository :
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04" >> /etc/apt/sources.list.d/intel-graphics.list'
Then download and install the GPG key via 2 commands:
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
and
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
install Intel Graphics Driver:
sudo apt-get update; sudo apt-get install intel-linux-graphics-installer
Add Intel Repository :
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04" >> /etc/apt/sources.list.d/intel-graphics.list'
Then download and install the GPG key via 2 commands:
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
and
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
install Intel Graphics Driver:
sudo apt-get update; sudo apt-get install intel-linux-graphics-installer
answered Feb 14 '16 at 20:29
GAD3R
25.1k1749106
25.1k1749106
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%2f118769%2fhow-to-install-intel-graphics-drivers-for-mint-13%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
Check
/etc/X11/xorg.conf
and see what driver X is currently using.– Faheem Mitha
May 1 '16 at 0:01