Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-09-2017, 07:08 AM
|
#1
|
Member
Registered: Apr 2011
Posts: 51
Rep:
|
Intel Iris 540 (Skylake) graphics not working (Debian). Install xserver-xorg-video-intel or not ?
Hi,
I'm trying to get accelerated graphics and OpenGL > 3.2 on a very lightweight installation of Debian Jessie with Openbox as window manager.
I managed to install Mesa 13 using the Stretch backports repository, but still the drivers don't look to enable the hardware correctly : I still get OpenGL3, while Mesa 13 is supposed do give OpenGL 4+.
I also tried to install the latest kernel in the Stretch repository which gave some encouraging results (seen in Xorg0.log) but still glxinfo reports hardware initialisation errors and looks to revert to the VMware guest GL driver (which is strange but expected as far a I understood).
I read here and there that I should install the backport version of xserver-xorg-video-intel. However, the dedicated page of this package says : The use of this driver is discouraged if your hw is new enough (ca. 2007 and newer). You can try uninstalling this driver and let the server use it's builtin modesetting driver instead.
Any pointer to help me get OpenGL 3.2+ ?
Thanks
Matthieu
|
|
|
04-09-2017, 07:50 AM
|
#2
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
does it have to be debian jessie?
wouldn't a distro with a newer release, or maybe even rolling release distro, be more suitable?
|
|
1 members found this post helpful.
|
04-09-2017, 10:18 AM
|
#3
|
Member
Registered: Apr 2011
Posts: 51
Original Poster
Rep:
|
Good question. I'm indeed ready to use any lightweight distro provided it is apt based. Feel free to advice :-)
|
|
|
04-09-2017, 10:24 AM
|
#4
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,263
|
Skylake graphics depends on having the right kernel: 4.4 or more recent: Stretch, not Jessie.
|
|
|
04-09-2017, 12:50 PM
|
#5
|
Moderator
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,031
|
Or backports kernel from jessie-backports. Base Jessie kernel WAY too old, doesn't support any of the newer cpu's graphics.
|
|
|
04-09-2017, 12:52 PM
|
#6
|
Member
Registered: Apr 2011
Posts: 51
Original Poster
Rep:
|
Timothy, David, that's what I did :
Quote:
I also tried to install the latest kernel in the Stretch repository which gave some encouraging results (seen in Xorg0.log) but still glxinfo reports hardware initialisation errors
|
|
|
|
04-09-2017, 12:59 PM
|
#7
|
Moderator
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,031
|
Did you install the stretch kernel, or fully upgrade to stretch?
Last edited by Timothy Miller; 04-09-2017 at 01:00 PM.
|
|
|
04-09-2017, 01:07 PM
|
#8
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
Interesting ... I just checked and it seems I have 3.0 as well.
Code:
~ $ glxinfo | grep -i opengl
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.0.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.0.3
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 17.0.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
|
|
|
04-09-2017, 01:24 PM
|
#9
|
Member
Registered: Apr 2011
Posts: 51
Original Poster
Rep:
|
Quote:
Originally Posted by Timothy Miller
Did you install the stretch kernel, or fully upgrade to stretch?
|
No, stretch kernel from backports repository.
|
|
|
04-09-2017, 01:27 PM
|
#10
|
Member
Registered: Apr 2011
Posts: 51
Original Poster
Rep:
|
Quote:
Originally Posted by Emerson
Interesting ... I just checked and it seems I have 3.0 as well.
|
Wow ! I feel less alone now, but it isn't encouraging since you've Mesa v17 and your graphics seems to work correctly.
--> Mesa issue ?
|
|
|
04-09-2017, 01:34 PM
|
#11
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
Curious, why you need 3.2? Anyhow, my hardware is supposed to support 4.2. Everything works for me, so I do not know what I'm missing.
|
|
|
04-09-2017, 01:52 PM
|
#12
|
Member
Registered: Apr 2011
Posts: 51
Original Poster
Rep:
|
Good question again. I'm using a lighting software, MagicQ from Chamsys, that requires OpenGL 3.2 for its (multi-layers) video playback features.
|
|
|
04-09-2017, 02:13 PM
|
#13
|
Moderator
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,031
|
So you've got mesa and kernel from backports, did you also install the intel drivers from backports?
|
|
|
04-09-2017, 02:55 PM
|
#14
|
Member
Registered: Dec 2014
Distribution: siduction
Posts: 264
Rep:
|
Quote:
Originally Posted by Emerson
Interesting ... I just checked and it seems I have 3.0 as well.
|
No. You're reading it wrong. The core profile is reported as 4.5 in your output. 3.0 is what programs get if they don't create a core context.
https://www.khronos.org/opengl/wiki/...ity_in_Context
|
|
1 members found this post helpful.
|
04-09-2017, 02:56 PM
|
#15
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
Thanks for correction!
|
|
|
All times are GMT -5. The time now is 03:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|