Hello list, first post here \o/

The question is about drivers for "Intel HD Graphics 3000" rev 0x09
(not a hybrid with some nVIDIA nonsense).

When I run X, I get the following result (from Xorg.0.log):

```
[ 42880.697] (II) LoadModule: "intel"
[ 42880.698] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[ 42880.702] (II) Module intel: vendor="X.Org Foundation"
[ 42880.702]    compiled for 1.14.5, module version = 2.99.910
[ 42880.702]    Module class: X.Org Video Driver
[ 42880.702]    ABI class: X.Org Video Driver, version 14.1
[ 42880.702] (II) LoadModule: "vesa"
[ 42880.704] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[ 42880.712] (II) Module vesa: vendor="X.Org Foundation"
[ 42880.712]    compiled for 1.14.5, module version = 2.3.3
[ 42880.712]    Module class: X.Org Video Driver
[ 42880.712]    ABI class: X.Org Video Driver, version 14.1
[ 42880.712] (II) intel: Driver for Intel(R) Integrated Graphics
Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM,
865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 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
[ 42880.716] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD
Graphics 3000
```

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.

Is that a configuration issue? Is that a known issue?
Any help is appreciated.

Reply via email to