Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@faiolimob ~]# dmesg |grep nouveau
- [ 2.289477] nouveau: detected PR support, will not use DSM
- [ 2.419920] nouveau 0000:01:00.0: NVIDIA TU117 (167000a1)
- [ 2.504079] nouveau 0000:01:00.0: bios: version 90.17.61.00.9e
- [ 2.507428] nouveau 0000:01:00.0: pmu: firmware unavailable
- [ 2.512239] nouveau 0000:01:00.0: fb: 2048 MiB GDDR5
- [ 2.524198] nouveau 0000:01:00.0: sec2: unhandled intr 00000010
- [ 2.557994] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
- [ 2.557996] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
- [ 2.557997] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
- [ 2.557998] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
- [ 2.557999] nouveau 0000:01:00.0: DRM: Pointer to TMDS table not found
- [ 2.557999] nouveau 0000:01:00.0: DRM: DCB version 4.1
- [ 2.559506] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
- [ 2.559606] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
- [ 10.313527] nouveau 0000:01:00.0: sec2: unhandled intr 00000010
- [ 21.850382] nouveau 0000:01:00.0: sec2: unhandled intr 00000010
- [ 22.874232] nouveau 0000:01:00.0: sec2: cmdq: timeout waiting for queue ready
- [ 22.874241] nouveau 0000:01:00.0: gr: init failed, -110
- [ 22.885919] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 22.885923] nouveau 0000:01:00.0: gr: init failed, -16
- [ 22.921621] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 22.921625] nouveau 0000:01:00.0: gr: init failed, -16
- [ 22.939077] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 22.939084] nouveau 0000:01:00.0: gr: init failed, -16
- [ 23.259830] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 23.259834] nouveau 0000:01:00.0: gr: init failed, -16
- [ 23.275957] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 23.275960] nouveau 0000:01:00.0: gr: init failed, -16
- [ 23.848286] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 23.848291] nouveau 0000:01:00.0: gr: init failed, -16
- [ 32.193483] nouveau 0000:01:00.0: sec2: unhandled intr 00000010
- [ 33.212393] nouveau 0000:01:00.0: sec2: cmdq: timeout waiting for queue ready
- [ 33.212404] nouveau 0000:01:00.0: gr: init failed, -110
- [ 33.228455] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 33.228458] nouveau 0000:01:00.0: gr: init failed, -16
- [ 33.254267] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 33.254270] nouveau 0000:01:00.0: gr: init failed, -16
- [ 33.271996] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 33.272001] nouveau 0000:01:00.0: gr: init failed, -16
- [ 33.813915] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 33.813919] nouveau 0000:01:00.0: gr: init failed, -16
- [ 35.762285] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 35.762289] nouveau 0000:01:00.0: gr: init failed, -16
- [ 35.778120] nouveau 0000:01:00.0: gr: fecs falcon already acquired by gr!
- [ 35.778123] nouveau 0000:01:00.0: gr: init failed, -16
- [ 178.189185] nouveau 0000:01:00.0: sec2: unhandled intr 00000010
- [ 185.799032] nouveau 0000:01:00.0: sec2: unhandled intr 00000010
- [root@faiolimob ~]# lshw -c display
- *-display
- description: VGA compatible controller
- product: TigerLake-LP GT2 [Iris Xe Graphics]
- vendor: Intel Corporation
- physical id: 2
- bus info: pci@0000:00:02.0
- logical name: /dev/fb0
- version: 01
- width: 64 bits
- clock: 33MHz
- capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
- configuration: depth=32 driver=i915 latency=0 mode=1920x1080 visual=truecolor xres=1920 yres=1080
- resources: iomemory:600-5ff iomemory:400-3ff irq:142 memory:6032000000-6032ffffff memory:4000000000-400fffffff ioport:5000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff
- *-display
- description: 3D controller
- product: TU117M [GeForce MX450]
- vendor: NVIDIA Corporation
- physical id: 0
- bus info: pci@0000:01:00.0
- version: a1
- width: 64 bits
- clock: 33MHz
- capabilities: pm msi pciexpress bus_master cap_list rom
- configuration: driver=nouveau latency=0
- resources: iomemory:600-5ff iomemory:600-5ff irq:141 memory:7f000000-7fffffff memory:6020000000-602fffffff memory:6030000000-6031ffffff ioport:4000(size=128)
- [root@faiolimob ~]# lspci -k |egrep -i "(vga|3d)"
- 00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
- 01:00.0 3D controller: NVIDIA Corporation TU117M [GeForce MX450] (rev a1)
- [root@faiolimob ~]# lspci -k |egrep -i -A 3 "(vga|3d)"
- 00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
- Subsystem: Dell Device 0a7b
- Kernel driver in use: i915
- Kernel modules: i915
- --
- 01:00.0 3D controller: NVIDIA Corporation TU117M [GeForce MX450] (rev a1)
- Subsystem: Dell Device 0a7b
- Kernel driver in use: nouveau
- Kernel modules: nouveau
Advertisement
Comments
-
- kernel: 6.1.13-200.fc37.x86_64
- Fedora release 37 (Thirty Seven)
Add Comment
Please, Sign In to add comment
Advertisement