X Module Not Loading

Home » CentOS » X Module Not Loading
CentOS 2 Comments

HI – On CentOS 8 I see this in my X log

intel: waited 2020 ms for i915.ko driver to load

I find this:
find . | grep i915.ko
./4.18.0-147.5.1.el8_1.x86_64/kernel/drivers/gpu/drm/i915/i915.ko.xz

uname -r
4.18.0-147.5.1.el8_1.x86_64

Why might it not be loading ?
Thanks,

Jerry

2 thoughts on - X Module Not Loading

  • Would seem its foundl.

    lsmod | grep i915
    i915 2207744 13
    intel_gtt 20480 1 i915
    i2c_algo_bit 16384 1 i915
    drm_kms_helper 217088 1 i915
    drm 524288 10 drm_kms_helper,i915
    video 45056 1 i915