Stefan Dirsch changed bug 1208904
What Removed Added
Flags   needinfo?(antoine.mechelynck@gmail.com)

Comment # 7 on bug 1208904 from
Thanks. Kernel support appears to be active.

Graphics:
  Device-1: Intel CometLake-S GT2 [UHD Graphics 630] vendor: ASUSTeK
    driver: i915 v: kernel arch: Gen-9.5 process: Intel 14nm built: 2016-20
    ports: active: HDMI-A-2 empty: DP-1,HDMI-A-1 bus-ID: 00:02.0
    chip-ID: 8086:9bc8 class-ID: 0300
  Display: x11 server: X.Org v: 21.1.7 with: Xwayland v: 22.1.8 driver: X:
    loaded: intel unloaded: fbdev,modesetting,vesa dri: i965 gpu: i915
    display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1024x768 s-dpi: 96 s-size: 270x203mm (10.63x7.99")
    s-diag: 338mm (13.3")
  Monitor-1: HDMI-A-2 mapped: HDMI2 model-id: NCS 0x2275 built: 2018
    res: 1024x768 hz: 60 dpi: 87 gamma: 1 size: 300x230mm (11.81x9.06")
    diag: 378mm (14.9") ratio: 4:3, 5:4 modes: max: 1024x768 min: 720x480
  API: OpenGL v: 4.6 Mesa 23.0.0 renderer: Mesa Intel UHD Graphics 630 (CML
    GT2) direct render: Yes

Not sure, why only a resolution of 1024x768 is being detected. I guess you have
a monitor with a bigger resolution?

I see this in the X logfile

[ 10002.700] (EE) AIGLX error: dlopen of /usr/lib64/dri/i965_dri.so failed
(/usr/lib64/dri/i965_dri.so: cannot open shared object file: No such file or
directory)
[ 10002.700] (EE) AIGLX error: unable dto load driver i965

Not sure why there is still this i965_dri.so driver loaded. It should be
iris_dri.so instead. There is no longer any i965_dri.so driver.

First thing to try is uninstalling xf86-video-intel package, so modeset X
driver is being used.

Then on the desktop please run the following commands

xrandr
glxinfo -B

and provide the output of these. Also again /var/log/Xorg.0.log with the
uninstalled intel X driver.


You are receiving this mail because: