> When I run X, I get the following result (from Xorg.0.log): [...] > [ 42880.713] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000 > [ 42880.713] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100 > [ 42880.713] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200 > [ 42880.713] (II) VESA: driver for VESA chipsets: vesa > [ 42880.714] (WW) Falling back to old probe method for vesa
> As we can see, it correctly selected candidate i915 then reported that > it supports chips from 2000 to 5000 and still it falls back to vesa. No, it doesn't. It tries to load different drivers in order to pick the best one for the job, and the Vesa driver logs some information, just as the Intel one did before it. And then your log continues with: > [ 42880.716] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD > Graphics 3000 Which shows the intel driver has been selected. Miod

