GPU acceleration for everyday things

I have i5-1245U (laptop was used), I’ve changed heatpipe/fan module to gpu version and changed thermal paste. I’ve changed keyboard also from nordic to international. And changed nvme to FireCuda 530. That’s all modifications.

As for system, default xorg.conf was with i915 driver and playback was choppy on any fullscreen with around 50-60% cpu utilization and 500-1000ms stop frame every 3-4s.

After changing xorg.conf to:

Section "Module"
      Load   'glamoregl"
EndSection
Section "Device"
      Identifier   "Intel Graphics"
      Driver   "modesetting"
EndSection

It’s much better but I have hard crash of dom0 once a day.
It’s dri = iris fault since it’s forced by modesetting driver but I’ve tested it with i915 and is the same.
Any other options in xorg.conf is either depreciated or changed to modesetting default so no need to include it.

I’ve also played with cpu management but making it use higher power states make cpu power throttle and going to lower frequency than with balanced settings.

1 Like