Re: Intel UHD 750 graphics has some issues
Reply #6 –
I haven't tried any LTS kernel but I see a difference in the setup. The "unloaded:" line is missing in the Manjaro setup:
/************
* Artix *
************/
sudo inxi -G
Graphics:
Device-1: Intel RocketLake-S GT1 [UHD Graphics 750] driver: i915 v: kernel
Display: server: X.Org 1.21.1.1 driver: loaded: intel
unloaded: fbdev,modesetting,vesa s-res: 3440x1440
OpenGL: renderer: Mesa Intel Graphics (RKL GT1) v: 4.6 Mesa 21.2.5
sudo lshw -c video
*-display
description: VGA compatible controller
product: RocketLake-S GT1 [UHD Graphics 750]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list fb
configuration: depth=32 driver=i915 latency=0 mode=3440x1440 visual=truecolor xres=3440 yres=1440
resources: iomemory:600-5ff iomemory:400-3ff irq:143 memory:6000000000-6000ffffff memory:4000000000-400fffffff ioport:6000(size=64) memory:c0000-dffff
/**************
* Manjaro *
**************/
sudo inxi -G
Graphics: Device-1: Intel RocketLake-S GT1 [UHD Graphics 750] driver: i915 v: kernel
Display: server: X.Org 1.20.13 driver: loaded: modesetting s-res: 3440x1440
OpenGL: renderer: Mesa Intel Graphics (RKL GT1) v: 4.6 Mesa 21.2.1
sudo lshw -c video
*-display
description: VGA compatible controller
product: RocketLake-S GT1 [UHD Graphics 750]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list fb
configuration: depth=32 driver=i915 latency=0 mode=3440x1440 visual=truecolor xres=3440 yres=1440
resources: iomemory:600-5ff iomemory:400-3ff irq:143 memory:6000000000-6000ffffff memory:4000000000-400fffffff ioport:6000(size=64) memory:c0000-dffff
My question would be how do I removed the unloaded? And would that be a good idea? There's a couple of other differences...TBH, I don't know which should change or how to change them.