Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #286695

Re: Re: Possible regression in Trixie with i915 drivers

From Danko ILIK <ilik.danko@orange.fr>
Newsgroups linux.debian.user
Subject Re: Re: Possible regression in Trixie with i915 drivers
Date 2026-05-16 18:00 +0200
Message-ID <MVpAJ-5B4F-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

I stumbled upon your email exchange, having a similar problem myself with an old Gen-3.5 Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics.

The solution for me was to force the use of the "modesetting" driver for X.org, instead of the automatically detected "intel" one. It suffices to add, for instance a /etc/X11/xorg.conf.d/20-intel.conf file with the following contents:

Section "Device"
  Identifier "Intel Graphics"
  Driver "modesetting"
  Option "DRI"             "i915"
EndSection

General responsivness and video playback under X.org (XFCE) is now much better on my old MacMini 2,1.

Some more quirks can be found on my blog post here: https://blog.iaddg.net/brico-repare/restoring-dri-performance-for-old-intel-graphics-cards-on-linux

Cheers,
Danko

Back to linux.debian.user | Previous | Next | Find similar


Thread

Re: Re: Possible regression in Trixie with i915 drivers Danko ILIK <ilik.danko@orange.fr> - 2026-05-16 18:00 +0200

csiph-web