I use the “intel” driver on my old 11.3 system, still installed and fully updated but not for much longer. You can follow the loading of your graphics driver in the log at /var/log/Xorg.0.log, for example here are those lines from mine:
25.211] (II) LoadModule: "intel"
25.216] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
25.216] (II) Module intel: vendor="X.Org Foundation"
25.216] compiled for 1.8.0, module version = 2.12.0
25.216] Module class: X.Org Video Driver
25.216] ABI class: X.Org Video Driver, version 7.0
Note the info I highlighted in red.
Also, further down the log:
25.220] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale
and further on, when the driver really gets going with its setup, e.g.:
25.237] (==) intel(0): Depth 24, (--) framebuffer bpp 32
25.237] (==) intel(0): RGB weight 888
25.237] (==) intel(0): Default visual is TrueColor
25.237] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
25.237] (--) intel(0): Chipset: "GM45"
Note the indentifier of the driver “intel(0)” repeated on the left side of each line, where the name would be different for some other driver.
BTW, when the system reports “i915” as a driver name, it is referring to the actual kernel driver module for intel graphics. The Xorg log is reporting on the driver module used by the X system.
Have a look at your Xorg log, and tell us if you see the “intel” driver loading.