You are not logged in.

#1 2017-08-22 08:10:18

inomoz
Member
Registered: 2017-04-20
Posts: 7

Skylake Graphics, Intel HD 530

I have laptop with integrated intel graphics and some problems.
Acer VN7 592, i7 6700hq, NVIDIA 960m discrete card

Problems: gpu acceleration working bad, I have artefacts (glitches around text), sometimes tearing.

https://wiki.archlinux.org/index.php/in … ke_support
I tried i915.enable_rc6=0 - not working for me (+ I don't like this solution), artefacts and sometimes tearing.

When I use firefox with force GPU acceleration, it's unstable and freezing.

I don't want disable 2d acceleration...

I just switched to nvidia prime (use only discrete card). And all working nice and much faster (I mean apps like firefox, chrome). I like this variant, but laptop hot when I use only nvidia...

Simple question does Intel 530 GPU on laptop usable now in linux?

---
when I use intel graphics, I disable nvidia card (acpi_call)
4.12.8-2-ARCH
xf86-video-intel

Last edited by inomoz (2017-08-22 08:16:49)

Offline

#2 2017-08-22 12:46:43

arun_kpm
Member
Registered: 2016-11-19
Posts: 16

Re: Skylake Graphics, Intel HD 530

My laptop has HD 520 IGP. it works fine without any issues.

Offline

#3 2017-08-24 07:39:58

Barone_Gallagher
Member
Registered: 2017-08-24
Posts: 3

Re: Skylake Graphics, Intel HD 530

In terminal: glxinfo | grep rendering
What's the output when using IGP?

Last edited by Barone_Gallagher (2017-08-24 07:46:39)

Offline

#4 2017-08-24 19:38:17

inomoz
Member
Registered: 2017-04-20
Posts: 7

Re: Skylake Graphics, Intel HD 530

Barone_Gallagher wrote:

In terminal: glxinfo | grep rendering
What's the output when using IGP?

direct rendering: Yes

Last edited by inomoz (2017-08-24 19:38:46)

Offline

#5 2017-08-24 19:48:24

inomoz
Member
Registered: 2017-04-20
Posts: 7

Re: Skylake Graphics, Intel HD 530

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) (prog-if 00 [VGA controller])
	Subsystem: Acer Incorporated [ALI] Device 1039
	Flags: bus master, fast devsel, latency 0, IRQ 123
	Memory at 92000000 (64-bit, non-prefetchable) [size=16M]
	Memory at a0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at 5000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915

i915.enable_rc6=0 in grub paramas - cat /proc/cmdline

Firefox

Compositing	Basic
GPU #1
Active	Yes
Description	Intel Open Source Technology Center -- Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) 
Vendor ID	Intel Open Source Technology Center
Device ID	Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) 
Driver Version	3.0 Mesa 17.1.6

Xorg

Section "Device"
	Identifier  "Intel Graphics"
	Driver      "intel"
	Option      "DRI" "3"
	Option      "AccelMethod"  "sna" # fallback
	Option      "TearFree" "true"
EndSection

I tried DRI 2, tearing gone, but I still see glitches around text. And I think after suspend / wake I can see video tearing again.

Last edited by inomoz (2017-08-24 20:03:16)

Offline

#6 2017-08-24 20:08:16

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Skylake Graphics, Intel HD 530

I have an HD520 using the modesetting driver and it just works without problems.

inomoz wrote:

When I use firefox with force GPU acceleration, it's unstable and freezing.

Maybe forcing something is not a good idea. Here I don't force anything and it works fine even if it says basic compositing. Regarding the artifacts you would have to either take a printscreen(1) or a photo to show what you mean, regarding tearing that is expected, the "fix" is to use a compositor, alternatively you have to use the xf86-video-intel driver and create a custom xorg configuration file to activate the tearfree option. Be aware that using the xf86-video-intel driver can result in other problems so check which one works better for you.

(1) If the problem shows up in a printscreen it's most probably not a driver problem.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#7 2017-08-24 20:13:57

inomoz
Member
Registered: 2017-04-20
Posts: 7

Re: Skylake Graphics, Intel HD 530

I tried with/without compositor (compton glx)
with/without force acceleration (firefox)

Had problems

PrtScreen - hard to catch moment I'll try.

But I set now DRI2 in xorg.conf and dosn't see problems (I'm sure it was... with DRI2)

http://imgur.com/a/eGocV - Firefox, force acceleration disabled, no composite manager

Last edited by inomoz (2017-08-24 20:24:20)

Offline

#8 2017-08-24 20:22:52

inomoz
Member
Registered: 2017-04-20
Posts: 7

Re: Skylake Graphics, Intel HD 530

Same stuff in apps like krita

Note: I use 288 DPI (4k display)

(1) If the problem shows up in a printscreen it's most probably not a driver problem.

Why with nvidia driver all works correctly?

Compositor - It can help with video tearing? (I had same problems in ubuntu / nvidia driver before xorg update, as I remember here integrated compositor and same thing was with compton/arch. After xorg / nvidia drivers update, I doesn't see video tearining with nvidia).
https://i.stack.imgur.com/qN0Sw.jpg


With DRI2 - no video tearing, only glitches around text.

UPDATE:
combination xf86-video-intel
                     DRI2
                     compton + glx

looks like working for me (not 100% sure now)

Last edited by inomoz (2017-08-24 20:49:09)

Offline

#9 2017-08-25 10:54:37

Barone_Gallagher
Member
Registered: 2017-08-24
Posts: 3

Re: Skylake Graphics, Intel HD 530

Which DE are you using now?
I just noticed Gnome with Wayland session gives a bad performance on graphics,
frames dropped like crazy when watching Youtube in Chrome, with Xorg, everything is smooth as it should be.

BTW, I'm using HD 630 with i3 7100.

Offline

#10 2017-08-25 11:34:34

inomoz
Member
Registered: 2017-04-20
Posts: 7

Re: Skylake Graphics, Intel HD 530

Barone_Gallagher wrote:

Which DE are you using now?
I just noticed Gnome with Wayland session gives a bad performance on graphics,
frames dropped like crazy when watching Youtube in Chrome, with Xorg, everything is smooth as it should be.

BTW, I'm using HD 630 with i3 7100.

I use x.org and i3wm.

Looks like composite manager + correct config fix my issues. I had same config before, but it not worked. Maybe kernel/xorg update fixed something.

Sometimes still see glitches (screenshot above)... Discrete gpu disabled [acpi_call]. Compton is running.

I don't know what it can be...

Last edited by inomoz (2017-08-25 18:47:45)

Offline

Board footer

Powered by FluxBB