which distribution of linux support GMA 3600 now ? Does the latest Ubuntu support?
I am confused with the GMA3600, i found that there is a method to support it in Ubuntu 12.04. it is that use the old kernel 3.2(do not include gma3600 driver) and install proprietary driver. Now the kernel has include the gma 3600 driver which is in drivers/gpu/drm/gma500, Does that mean all the newest distributions of linux has support gma3600 ? Does that need other user space packages like vesa ?
linux
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am confused with the GMA3600, i found that there is a method to support it in Ubuntu 12.04. it is that use the old kernel 3.2(do not include gma3600 driver) and install proprietary driver. Now the kernel has include the gma 3600 driver which is in drivers/gpu/drm/gma500, Does that mean all the newest distributions of linux has support gma3600 ? Does that need other user space packages like vesa ?
linux
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
According to wiki.archlinux.org/index.php/Intel_GMA_3600: "The Linux kernel has support since version 3.5."
– phk
Aug 3 '17 at 11:14
i want to know that whether need some user space package to support Xorg. like i915, there are two part, one is in kernel ./drivers/gpu/drm/i915, the other is in userspace to support Xorg, which is xf86-video-intel
– zuobiaozhang
Aug 3 '17 at 11:17
@approximatenumber
– zuobiaozhang
Aug 3 '17 at 11:25
add a comment |
I am confused with the GMA3600, i found that there is a method to support it in Ubuntu 12.04. it is that use the old kernel 3.2(do not include gma3600 driver) and install proprietary driver. Now the kernel has include the gma 3600 driver which is in drivers/gpu/drm/gma500, Does that mean all the newest distributions of linux has support gma3600 ? Does that need other user space packages like vesa ?
linux
I am confused with the GMA3600, i found that there is a method to support it in Ubuntu 12.04. it is that use the old kernel 3.2(do not include gma3600 driver) and install proprietary driver. Now the kernel has include the gma 3600 driver which is in drivers/gpu/drm/gma500, Does that mean all the newest distributions of linux has support gma3600 ? Does that need other user space packages like vesa ?
linux
linux
edited Aug 4 '17 at 13:36
user394
5,057155174
5,057155174
asked Aug 3 '17 at 11:11
zuobiaozhangzuobiaozhang
63
63
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 59 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
According to wiki.archlinux.org/index.php/Intel_GMA_3600: "The Linux kernel has support since version 3.5."
– phk
Aug 3 '17 at 11:14
i want to know that whether need some user space package to support Xorg. like i915, there are two part, one is in kernel ./drivers/gpu/drm/i915, the other is in userspace to support Xorg, which is xf86-video-intel
– zuobiaozhang
Aug 3 '17 at 11:17
@approximatenumber
– zuobiaozhang
Aug 3 '17 at 11:25
add a comment |
According to wiki.archlinux.org/index.php/Intel_GMA_3600: "The Linux kernel has support since version 3.5."
– phk
Aug 3 '17 at 11:14
i want to know that whether need some user space package to support Xorg. like i915, there are two part, one is in kernel ./drivers/gpu/drm/i915, the other is in userspace to support Xorg, which is xf86-video-intel
– zuobiaozhang
Aug 3 '17 at 11:17
@approximatenumber
– zuobiaozhang
Aug 3 '17 at 11:25
According to wiki.archlinux.org/index.php/Intel_GMA_3600: "The Linux kernel has support since version 3.5."
– phk
Aug 3 '17 at 11:14
According to wiki.archlinux.org/index.php/Intel_GMA_3600: "The Linux kernel has support since version 3.5."
– phk
Aug 3 '17 at 11:14
i want to know that whether need some user space package to support Xorg. like i915, there are two part, one is in kernel ./drivers/gpu/drm/i915, the other is in userspace to support Xorg, which is xf86-video-intel
– zuobiaozhang
Aug 3 '17 at 11:17
i want to know that whether need some user space package to support Xorg. like i915, there are two part, one is in kernel ./drivers/gpu/drm/i915, the other is in userspace to support Xorg, which is xf86-video-intel
– zuobiaozhang
Aug 3 '17 at 11:17
@approximatenumber
– zuobiaozhang
Aug 3 '17 at 11:25
@approximatenumber
– zuobiaozhang
Aug 3 '17 at 11:25
add a comment |
1 Answer
1
active
oldest
votes
Basic support for GMA3600 (also known as Cedarview) has been available since kernel 3.2, outside of staging (this commit moved the driver out of staging, this commit corrected the name).
You only need a recent enough kernel; the graphics support is provided via kernel mode-setting, which Xorg supports natively (using its “modesetting” driver). There is no need for a user-space package.
Thus all recent (and many older) distributions should work out-of-the-box, at least if they build GMA3600 support in by default. I think Ubuntu 17.04 should work.
Section "Device" Identifier "Intel GMA3600" Driver "modesetting" EndSection Thanks! Do you mean that adding the content below to /etc/X11/xorg.conf.d/20-gpudriver.conf
– zuobiaozhang
Aug 4 '17 at 12:09
That shouldn’t even be necessary, it should just work without any configuration.
– Stephen Kitt
Aug 4 '17 at 12:17
Thanks! Should i intall the package named xf86-video-modesetting ?
– zuobiaozhang
Aug 4 '17 at 13:16
No, as mentioned in the answer, there is no need for a user-space package. The modesetting driver is built in to Xorg.
– Stephen Kitt
Aug 4 '17 at 13:19
The Xorg you have mentioned above is the package named xorg-server, like xorg-server-1.17.2. am i right ?
– zuobiaozhang
Aug 4 '17 at 13:24
|
show 5 more comments
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%2f383662%2fwhich-distribution-of-linux-support-gma-3600-now-does-the-latest-ubuntu-suppor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Basic support for GMA3600 (also known as Cedarview) has been available since kernel 3.2, outside of staging (this commit moved the driver out of staging, this commit corrected the name).
You only need a recent enough kernel; the graphics support is provided via kernel mode-setting, which Xorg supports natively (using its “modesetting” driver). There is no need for a user-space package.
Thus all recent (and many older) distributions should work out-of-the-box, at least if they build GMA3600 support in by default. I think Ubuntu 17.04 should work.
Section "Device" Identifier "Intel GMA3600" Driver "modesetting" EndSection Thanks! Do you mean that adding the content below to /etc/X11/xorg.conf.d/20-gpudriver.conf
– zuobiaozhang
Aug 4 '17 at 12:09
That shouldn’t even be necessary, it should just work without any configuration.
– Stephen Kitt
Aug 4 '17 at 12:17
Thanks! Should i intall the package named xf86-video-modesetting ?
– zuobiaozhang
Aug 4 '17 at 13:16
No, as mentioned in the answer, there is no need for a user-space package. The modesetting driver is built in to Xorg.
– Stephen Kitt
Aug 4 '17 at 13:19
The Xorg you have mentioned above is the package named xorg-server, like xorg-server-1.17.2. am i right ?
– zuobiaozhang
Aug 4 '17 at 13:24
|
show 5 more comments
Basic support for GMA3600 (also known as Cedarview) has been available since kernel 3.2, outside of staging (this commit moved the driver out of staging, this commit corrected the name).
You only need a recent enough kernel; the graphics support is provided via kernel mode-setting, which Xorg supports natively (using its “modesetting” driver). There is no need for a user-space package.
Thus all recent (and many older) distributions should work out-of-the-box, at least if they build GMA3600 support in by default. I think Ubuntu 17.04 should work.
Section "Device" Identifier "Intel GMA3600" Driver "modesetting" EndSection Thanks! Do you mean that adding the content below to /etc/X11/xorg.conf.d/20-gpudriver.conf
– zuobiaozhang
Aug 4 '17 at 12:09
That shouldn’t even be necessary, it should just work without any configuration.
– Stephen Kitt
Aug 4 '17 at 12:17
Thanks! Should i intall the package named xf86-video-modesetting ?
– zuobiaozhang
Aug 4 '17 at 13:16
No, as mentioned in the answer, there is no need for a user-space package. The modesetting driver is built in to Xorg.
– Stephen Kitt
Aug 4 '17 at 13:19
The Xorg you have mentioned above is the package named xorg-server, like xorg-server-1.17.2. am i right ?
– zuobiaozhang
Aug 4 '17 at 13:24
|
show 5 more comments
Basic support for GMA3600 (also known as Cedarview) has been available since kernel 3.2, outside of staging (this commit moved the driver out of staging, this commit corrected the name).
You only need a recent enough kernel; the graphics support is provided via kernel mode-setting, which Xorg supports natively (using its “modesetting” driver). There is no need for a user-space package.
Thus all recent (and many older) distributions should work out-of-the-box, at least if they build GMA3600 support in by default. I think Ubuntu 17.04 should work.
Basic support for GMA3600 (also known as Cedarview) has been available since kernel 3.2, outside of staging (this commit moved the driver out of staging, this commit corrected the name).
You only need a recent enough kernel; the graphics support is provided via kernel mode-setting, which Xorg supports natively (using its “modesetting” driver). There is no need for a user-space package.
Thus all recent (and many older) distributions should work out-of-the-box, at least if they build GMA3600 support in by default. I think Ubuntu 17.04 should work.
edited Aug 4 '17 at 13:19
answered Aug 4 '17 at 11:02
Stephen KittStephen Kitt
177k24402480
177k24402480
Section "Device" Identifier "Intel GMA3600" Driver "modesetting" EndSection Thanks! Do you mean that adding the content below to /etc/X11/xorg.conf.d/20-gpudriver.conf
– zuobiaozhang
Aug 4 '17 at 12:09
That shouldn’t even be necessary, it should just work without any configuration.
– Stephen Kitt
Aug 4 '17 at 12:17
Thanks! Should i intall the package named xf86-video-modesetting ?
– zuobiaozhang
Aug 4 '17 at 13:16
No, as mentioned in the answer, there is no need for a user-space package. The modesetting driver is built in to Xorg.
– Stephen Kitt
Aug 4 '17 at 13:19
The Xorg you have mentioned above is the package named xorg-server, like xorg-server-1.17.2. am i right ?
– zuobiaozhang
Aug 4 '17 at 13:24
|
show 5 more comments
Section "Device" Identifier "Intel GMA3600" Driver "modesetting" EndSection Thanks! Do you mean that adding the content below to /etc/X11/xorg.conf.d/20-gpudriver.conf
– zuobiaozhang
Aug 4 '17 at 12:09
That shouldn’t even be necessary, it should just work without any configuration.
– Stephen Kitt
Aug 4 '17 at 12:17
Thanks! Should i intall the package named xf86-video-modesetting ?
– zuobiaozhang
Aug 4 '17 at 13:16
No, as mentioned in the answer, there is no need for a user-space package. The modesetting driver is built in to Xorg.
– Stephen Kitt
Aug 4 '17 at 13:19
The Xorg you have mentioned above is the package named xorg-server, like xorg-server-1.17.2. am i right ?
– zuobiaozhang
Aug 4 '17 at 13:24
Section "Device" Identifier "Intel GMA3600" Driver "modesetting" EndSection Thanks! Do you mean that adding the content below to /etc/X11/xorg.conf.d/20-gpudriver.conf
– zuobiaozhang
Aug 4 '17 at 12:09
Section "Device" Identifier "Intel GMA3600" Driver "modesetting" EndSection Thanks! Do you mean that adding the content below to /etc/X11/xorg.conf.d/20-gpudriver.conf
– zuobiaozhang
Aug 4 '17 at 12:09
That shouldn’t even be necessary, it should just work without any configuration.
– Stephen Kitt
Aug 4 '17 at 12:17
That shouldn’t even be necessary, it should just work without any configuration.
– Stephen Kitt
Aug 4 '17 at 12:17
Thanks! Should i intall the package named xf86-video-modesetting ?
– zuobiaozhang
Aug 4 '17 at 13:16
Thanks! Should i intall the package named xf86-video-modesetting ?
– zuobiaozhang
Aug 4 '17 at 13:16
No, as mentioned in the answer, there is no need for a user-space package. The modesetting driver is built in to Xorg.
– Stephen Kitt
Aug 4 '17 at 13:19
No, as mentioned in the answer, there is no need for a user-space package. The modesetting driver is built in to Xorg.
– Stephen Kitt
Aug 4 '17 at 13:19
The Xorg you have mentioned above is the package named xorg-server, like xorg-server-1.17.2. am i right ?
– zuobiaozhang
Aug 4 '17 at 13:24
The Xorg you have mentioned above is the package named xorg-server, like xorg-server-1.17.2. am i right ?
– zuobiaozhang
Aug 4 '17 at 13:24
|
show 5 more comments
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.
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%2f383662%2fwhich-distribution-of-linux-support-gma-3600-now-does-the-latest-ubuntu-suppor%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
According to wiki.archlinux.org/index.php/Intel_GMA_3600: "The Linux kernel has support since version 3.5."
– phk
Aug 3 '17 at 11:14
i want to know that whether need some user space package to support Xorg. like i915, there are two part, one is in kernel ./drivers/gpu/drm/i915, the other is in userspace to support Xorg, which is xf86-video-intel
– zuobiaozhang
Aug 3 '17 at 11:17
@approximatenumber
– zuobiaozhang
Aug 3 '17 at 11:25