You are not logged in.

#1 2024-02-14 10:45:05

bremby
Member
Registered: 2011-12-20
Posts: 11

[SOLVED] nouveau driver - weird artifacts on external monitor

Hello there,

I'm using the nouveau driver on a work laptop, which has a Geforce RTX card and also AMD Radeon, for some reason. Here's lspci and here are the relevant parts:

01:00.0 VGA compatible controller: NVIDIA Corporation GA104M [GeForce RTX 3070 Mobile / Max-Q] (rev a1)
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c5)

I tried using the proprietary nvidia driver, but that caused other annoyances (don't ask me which, I don't remember) so I gave up on that. But nouveau causes these strange artifacts only on the external 4K display, which makes mainly text temporarily unreadable. It feels like it has to do something with re-rendering, because a few things can help:
- waiting
- quickly rewriting or changing text (when I type really fast, like randomly mashing the keyboard, then it doesn't show up)
- switching window focus to other monitor
I'm running i3 on X on pretty much basic arch installation. I tried adding picom, just in case because I don't understand the rendering pipeline, but that didn't help.
Here are some images what it does to menus and text - just as I was writing this post. The three images of this post are when 1) I was just writing, 2) as I pressed ctrl+a to select all, 3) after switching focus to laptop display.

menus
writing
selecting
re-rendering

Note that the text was mistyped, because I couldn't see what I was typing. :D

Any ideas what can I turn on or off to make this go away?

Last edited by bremby (2024-03-06 10:08:59)

Offline

#2 2024-02-28 11:56:34

bremby
Member
Registered: 2011-12-20
Posts: 11

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

Update:
I chatted with a nouveau dev. I was suggested to add

nouveau.config=NvGspRm=1

to my kernel parameters. I didn't observe any changes, but it was suggested to keep it in anyway. Then I was told to try the sway manager, which uses Wayland rather than X11. I tried that and that seems to work. I haven't fully switched yet, but testing showed promise.

Offline

#3 2024-02-28 15:13:46

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

Please remove the oversized images resp. replace them with links. The board has a 250x250px max rule.
Are you actually running on the nvidia chip or on the AMD one?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General but wrt

nouveau causes these strange artifacts only on the external 4K display

I assume that's only for reverse prime.

Fwwi, w/ an Ampere chip, you'll likely get a VASTLY better performance out of the binary driver.

Offline

#4 2024-03-04 16:41:23

bremby
Member
Registered: 2011-12-20
Posts: 11

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

James wrote:

Please remove the oversized images resp. replace them with links. The board has a 250x250px max rule.

I looked at the rules, I see no mention of that rule. I'm asking because I don't know if this is about the screen size of those images, or their size of the files instead. Because they are uploaded elsewhere, they are links to images.

Are you actually running on the nvidia chip or on the AMD one?

I had no idea it's possible to run nouveau on an AMD card. Anyway, I'm using the nvidia chip, because when I disabled it in UEFI, the monitor didn't work. So the HDMI goes through nvidia.

Fwwi, w/ an Ampere chip, you'll likely get a VASTLY better performance out of the binary driver.

I don't really care about performance, only functionality. It's a work laptop.

https://pastebin.com/Yy3S9pNg

Offline

#5 2024-03-04 17:10:34

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

https://wiki.archlinux.org/title/Genera … s_and_code

Because they are uploaded elsewhere, they are links to images.

I didn't know that <img> and <a> are the same tag, someone needs to inform the W3C…

I had no idea it's possible to run nouveau on an AMD card

It's not and nothing you've posted hinted at what driver is used where.

Until…

[    12.233] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 27 13:42:16 2024

Xorg log is dated?
But

[    12.382] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Graphics (radeonsi, renoir, LLVM 16.0.6, DRM 3.54, 6.6.10-zen1-1-zen)

you're running  on the AMD chip…

[    12.389] (II) AMDGPU(0):  BOE CQ

The eDP is wired there

[    12.650] (II) modeset(G0): glamor X acceleration enabled on NV174

The modesetting driver is running the nvidia chip and

[    12.918] (II) modeset(G0): Monitor name: LU28R55

that output available through reverse prime (only)

don't really care about performance, only functionality.

I didn't necessarily by "performance" mean"fps" - try the binary driver.

Edit: and/or to remove xf86-video-amdgpu - if you prefer (but if it doesn't help, test the nvidia blob)

Last edited by seth (2024-03-04 17:13:55)

Offline

#6 2024-03-05 09:57:43

bremby
Member
Registered: 2011-12-20
Posts: 11

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

seth wrote:
[    12.233] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 27 13:42:16 2024

Xorg log is dated?

I don't know what you're asking. I literally posted the contents of /var/log/Xorg.0.log.old (.old because it was shorter and clearer).

seth wrote:

But

[    12.382] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Graphics (radeonsi, renoir, LLVM 16.0.6, DRM 3.54, 6.6.10-zen1-1-zen)

you're running  on the AMD chip…

[    12.389] (II) AMDGPU(0):  BOE CQ

The eDP is wired there

[    12.650] (II) modeset(G0): glamor X acceleration enabled on NV174

The modesetting driver is running the nvidia chip and

[    12.918] (II) modeset(G0): Monitor name: LU28R55

that output available through reverse prime (only)

Feel free to call me stupid, but it sounds like you only confirmed that the monitor is indeed running on the nvidia chip.

seth wrote:

don't really care about performance, only functionality.

I didn't necessarily by "performance" mean"fps" - try the binary driver.

I already did and I strongly prefer using the OSS driver. I mentioned that in the original post:

I tried using the proprietary nvidia driver, but that caused other annoyances (don't ask me which, I don't remember) so I gave up on that.

seth wrote:

Edit: and/or to remove xf86-video-amdgpu - if you prefer (but if it doesn't help, test the nvidia blob)

You wrote that I'm running the eDP on the AMD chip. So if I remove the amd driver, I'll lose video output on the laptop screen? And how is it related to nvidia?

Offline

#7 2024-03-05 10:02:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,754

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

Code tags don't care about the length of your xorg log, and posting an old log does not reflect the current active state as you're seeing it. Always post the latest available information that most closely reflects what you're currently seeing.

You do not lose output on the laptop screen. xf86-video-amdgpu is an optional xorg ddx driver that will get replaced by the generic modesetting driver built into xorg if it isn't present, which generally speaking is much better tested with hybrid GPU workloads. It is related to nvidia because you want to test the effect of this interaction between the two drivers.

As for the nvidia driver suggestion, you explicitly mentioned you don't remember what annoyances you had - chances are those got fixed - or are easier worked around than nouveau.

Last edited by V1del (2024-03-05 10:09:34)

Offline

#8 2024-03-05 14:04:21

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

Also

Feel free to call me stupid

No, but the point is what the server is running on, ie. what actually renders the framebuffer. Not where the output is wired (though that's a subsequent question and complicates things)
Your nvidia GPU is merely a CRTC hub in this setup and the artifacts could very much come from the AMD render.

As mentioned, fee free to test removing xf86-video-amdgpu first, if that doesn't change anything, you could install xf86-video-nouveau instead.
But ultimately you'll have to test whether you're getting the same artifacts w/ the nvidia driver.

And please post the latest xorg logs to illustrate your respective findings.

Offline

#9 2024-03-06 09:25:10

bremby
Member
Registered: 2011-12-20
Posts: 11

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

I removed xf86-video-amdgpu and nouveau crashed on the next boot. I still had functioning laptop display, but running xrandr to enable the external monitor sort of froze the system - mouse was moving, but I couldn't switch to another tty (ctrl+alt+fkey). So I reinstalled it and nouveau no longer crashes. However, I still can't switch to another tty, that just turns the display blank and I lose control - can't go back, nothing works, not even the power button. WTF.

Here's a journalctl log of the crash instead of dmesg, because I don't know how to get dmesg from a previous boot (tauri is hostname):

[   33.349284] tauri kernel: BUG: kernel NULL pointer dereference, address: 00000000000000a8
[   33.349290] tauri kernel: #PF: supervisor read access in kernel mode
[   33.349293] tauri kernel: #PF: error_code(0x0000) - not-present page
[   33.349294] tauri kernel: PGD 0 P4D 0 
[   33.349298] tauri kernel: Oops: 0000 [#1] PREEMPT SMP NOPTI
[   33.349301] tauri kernel: CPU: 4 PID: 243 Comm: kworker/4:2 Tainted: G           OE      6.7.8-zen1->
[   33.349305] tauri kernel: Hardware name: LENOVO 82JU/LNVNB161216, BIOS GKCN60WW 03/07/2023
[   33.349307] tauri kernel: Workqueue: pm pm_runtime_work
[   33.349312] tauri kernel: RIP: 0010:r535_gsp_fini+0x4d/0x350 [nouveau]
[   33.349464] tauri kernel: Code: 80 bf 40 0a 00 00 00 0f 84 88 01 00 00 48 89 fb 40 84 f6 74 53 48 8b>
[   33.349466] tauri kernel: RSP: 0018:ffff9ec340973b90 EFLAGS: 00010202
[   33.349469] tauri kernel: RAX: 0000000000000000 RBX: ffff8b5b19361000 RCX: 0000000000000019
[   33.349472] tauri kernel: RDX: ffff8b5b19361770 RSI: 0000000000000001 RDI: ffff8b5b00e20c00
[   33.349473] tauri kernel: RBP: 0000000000000001 R08: ffff8b5b19361cf0 R09: 0000000000000000
[   33.349475] tauri kernel: R10: ffff9ec340973bd8 R11: 0000000000000040 R12: ffff8b5b19361770
[   33.349477] tauri kernel: R13: ffffffffc179b567 R14: ffff8b5b00e20c00 R15: ffff8b5b19361008
[   33.349479] tauri kernel: FS:  0000000000000000(0000) GS:ffff8b5d9fd00000(0000) knlGS:00000000000000>
[   33.349482] tauri kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   33.349484] tauri kernel: CR2: 00000000000000a8 CR3: 000000011b554000 CR4: 0000000000f50ef0
[   33.349486] tauri kernel: PKRU: 55555554
[   33.349487] tauri kernel: Call Trace:
[   33.349491] tauri kernel:  <TASK>
[   33.349494] tauri kernel:  ? __die+0x10f/0x120
[   33.349498] tauri kernel:  ? page_fault_oops+0x171/0x4e0
[   33.349503] tauri kernel:  ? exc_page_fault+0x7f/0x180
[   33.349508] tauri kernel:  ? asm_exc_page_fault+0x26/0x30
[   33.349514] tauri kernel:  ? r535_gsp_fini+0x4d/0x350 [nouveau 6aefcd6c94d6d19fb7fe019474f9804e28d8c>
[   33.349658] tauri kernel:  nvkm_subdev_fini+0x6a/0x150 [nouveau 6aefcd6c94d6d19fb7fe019474f9804e28d8>
[   33.349794] tauri kernel:  nvkm_device_fini+0x95/0x200 [nouveau 6aefcd6c94d6d19fb7fe019474f9804e28d8>
[   33.349947] tauri kernel:  nvkm_udevice_fini+0x53/0x70 [nouveau 6aefcd6c94d6d19fb7fe019474f9804e28d8>
[   33.350095] tauri kernel:  nvkm_object_fini+0xbc/0x240 [nouveau 6aefcd6c94d6d19fb7fe019474f9804e28d8>
[   33.350229] tauri kernel:  nvkm_object_fini+0x75/0x240 [nouveau 6aefcd6c94d6d19fb7fe019474f9804e28d8>
[   33.350266] tauri kernel:  nouveau_do_suspend+0x104/0x280 [nouveau 6aefcd6c94d6d19fb7fe019474f9804e2>
[   33.350266] tauri kernel:  nouveau_pmops_runtime_suspend+0x3e/0xb0 [nouveau 6aefcd6c94d6d19fb7fe0194>
[   33.350266] tauri kernel:  pci_pm_runtime_suspend+0x6a/0x1e0
[   33.350266] tauri kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
[   33.350266] tauri kernel:  ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[   33.350266] tauri kernel:  __rpm_callback+0x44/0x170
[   33.350266] tauri kernel:  ? __pfx_pci_pm_runtime_suspend+0x10/0x10
[   33.350266] tauri kernel:  rpm_suspend+0x444/0x8f0
[   33.350266] tauri kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
[   33.350266] tauri kernel:  ? queue_delayed_work_on+0x91/0xd0
[   33.350266] tauri kernel:  pm_runtime_work+0x98/0xb0
[   33.350266] tauri kernel:  process_one_work+0x17b/0x340
[   33.350266] tauri kernel:  worker_thread+0x301/0x490
[   33.350266] tauri kernel:  ? __pfx_worker_thread+0x10/0x10
[   33.350266] tauri kernel:  kthread+0xe8/0x120
[   33.350266] tauri kernel:  ? __pfx_kthread+0x10/0x10
[   33.350266] tauri kernel:  ret_from_fork+0x34/0x50
[   33.350266] tauri kernel:  ? __pfx_kthread+0x10/0x10
[   33.350266] tauri kernel:  ret_from_fork_asm+0x1b/0x30
[   33.350266] tauri kernel:  </TASK>
[   33.350266] tauri kernel: Modules linked in: cmac nls_utf8 cifs cifs_arc4 nls_ucs2_utils rdma_cm iw_>
[   33.350266] tauri kernel:  videobuf2_v4l2 vfat sha512_ssse3 fat bluetooth snd_pci_acp6x snd_hwdep dr>
[   33.350266] tauri kernel: CR2: 00000000000000a8
[   33.350266] tauri kernel: ---[ end trace 0000000000000000 ]---
[   33.350266] tauri kernel: RIP: 0010:r535_gsp_fini+0x4d/0x350 [nouveau]
[   33.350266] tauri kernel: Code: 80 bf 40 0a 00 00 00 0f 84 88 01 00 00 48 89 fb 40 84 f6 74 53 48 8b>
[   33.350266] tauri kernel: RSP: 0018:ffff9ec340973b90 EFLAGS: 00010202
[   33.350266] tauri kernel: RAX: 0000000000000000 RBX: ffff8b5b19361000 RCX: 0000000000000019
[   33.350266] tauri kernel: RDX: ffff8b5b19361770 RSI: 0000000000000001 RDI: ffff8b5b00e20c00
[   33.350266] tauri kernel: RBP: 0000000000000001 R08: ffff8b5b19361cf0 R09: 0000000000000000
[   33.350266] tauri kernel: R10: ffff9ec340973bd8 R11: 0000000000000040 R12: ffff8b5b19361770
[   33.350266] tauri kernel: R13: ffffffffc179b567 R14: ffff8b5b00e20c00 R15: ffff8b5b19361008
[   33.350266] tauri kernel: FS:  0000000000000000(0000) GS:ffff8b5d9fd00000(0000) knlGS:00000000000000>
[   33.350266] tauri kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   33.350266] tauri kernel: CR2: 00000000000000a8 CR3: 000000011b554000 CR4: 0000000000f50ef0
[   33.350266] tauri kernel: PKRU: 55555554

you could install xf86-video-nouveau

I'm confused - nouveau is installed, I'm using it...

As for the nvidia driver suggestion, you explicitly mentioned you don't remember what annoyances you had - chances are those got fixed

I tried it like last month, so that's unlikely. It's just that dealing with the blob is annoying, like setting up the external monitor. AFAIK you have to use nvidia-settings, but with nouveau you can just call xrandr and it's automatic. I'm using i3, so I don't have monitor settings like you get in Gnome.

And please post the latest xorg logs to illustrate your respective findings.

The Xorg output is the same, because I'm not changing anything. But here's the output snippet from previous boot (with the same setup, i.e. both xf86-video-nouveau and xf86-video-amdgpu installed, but simply just switching to another tty):

[   602.213] (II) event2  - Power Button: device removed
[   602.213] (II) event11 - Video Bus: device removed
[   602.223] (II) event12 - Video Bus: device removed
[   602.231] (II) event0  - Power Button: device removed
[   602.231] (II) event8  - Fujitsu Fujitsu Keyboard: device removed
[   602.231] (II) event9  - Fujitsu Fujitsu Keyboard System Control: device removed
[   602.231] (II) event10 - Fujitsu Fujitsu Keyboard Consumer Control: device removed
[   602.241] (II) event5  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device removed
[   602.247] (II) event4  - ITE Tech. Inc. ITE Device(8295) Keyboard: device removed
[   602.247] (II) event13 - Ideapad extra buttons: device removed
[   602.253] (II) event18 - ELAN06FA:00 04F3:31DD Mouse: device removed
[   602.265] (II) event3  - AT Translated Set 2 keyboard: device removed
[   602.265] (II) event6  - Logitech B330/M330/M331: device removed
[   602.265] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: device removed
[   602.265] (II) AIGLX: Suspending AIGLX clients for VT switch

How I wish I could get some normal hardware rather than this gaming laptop with two graphics cards. Not even my desktop PC has two GPUs. sad

Last edited by bremby (2024-03-06 09:26:38)

Offline

#10 2024-03-06 09:50:30

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

xf86-video-nouveau isn't the kernel module and xf86-video-nouveau was not available and used in the xorg log you posted.

AFAIK you have to use nvidia-settings

AFAYK is wrong… as a matter of fact, using nvidia-settings to generate a static server config in this setup would be a terrible idea.

I don't know how to get dmesg from a previous boot

sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st

The Xorg output is the same

If you installed or removed any xf86-* package that's simply impossible.

How I wish I could get some normal hardware rather than this gaming laptop with two graphics cards.

You can most likely disable one or either in the BIOS settings

But here's the output snippet

Which is completely useless.

We'll guide you through this, but you'll have to provide the actual data from the system.

Offline

#11 2024-03-06 10:05:49

bremby
Member
Registered: 2011-12-20
Posts: 11

Re: [SOLVED] nouveau driver - weird artifacts on external monitor

Okay nevermind, I also did pacman -Syu, which upgraded my Zen kernel, which seems to have resulted in the crashes. I just downgraded to earlier kernel and it doesn't crash anymore.

I removed xf86-video-amdgpu again. It looks like that helped, I'm currently not seeing any artifacts - neither when typing, not with youtube video, and not in sublime text like on that image in the initial post. Success! smile

I looked at Xorg log again. It seems that Xorg loaded, exited with an error, and loaded again just on this last boot. Here's Xorg.0.log.old:

[     9.010] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[     9.010] Current Operating System: Linux tauri 6.6.9-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Tue, 02 Jan 2024 02:28:04 +0000 x86_64
[     9.010] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-zen.img root=PARTUUID=6c66c2bf-5579-495b-81d7-4fa91eed06f6 zswap.enabled=0 rw rootfstype=ext4 nouveau.config=NvGspRm=1
[     9.010]  
[     9.011] Current version of pixman: 0.43.4
[     9.011]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     9.011] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.011] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar  6 10:41:17 2024
[     9.012] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.012] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.013] (==) No Layout section.  Using the first Screen section.
[     9.013] (==) No screen section available. Using defaults.
[     9.013] (**) |-->Screen "Default Screen Section" (0)
[     9.013] (**) |   |-->Monitor "<default monitor>"
[     9.013] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     9.013] (==) Automatically adding devices
[     9.013] (==) Automatically enabling devices
[     9.013] (==) Automatically adding GPU devices
[     9.013] (==) Automatically binding GPU devices
[     9.013] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.013] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     9.013]    Entry deleted from font path.
[     9.013]    (Run 'mkfontdir' on "/usr/share/fonts/misc").
[     9.014] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     9.014]    Entry deleted from font path.
[     9.014]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     9.014] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[     9.014]    Entry deleted from font path.
[     9.014]    (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[     9.014] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.014]    Entry deleted from font path.
[     9.014] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.014]    Entry deleted from font path.
[     9.014] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.014]    Entry deleted from font path.
[     9.014] (==) FontPath set to:
        
[     9.014] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.014] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.014] (II) Module ABI versions:
[     9.014]    X.Org ANSI C Emulation: 0.4
[     9.014]    X.Org Video Driver: 25.2
[     9.014]    X.Org XInput driver : 24.4
[     9.014]    X.Org Server Extension : 10.0
[     9.014] (++) using VT number 7

[     9.014] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.015] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.015] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1
[     9.019] (--) PCI: (1@0:0:0) 10de:24dd:17aa:3a4f rev 161, Mem @ 0xd0000000/16777216, 0xfa00000000/8589934592, 0xfc00000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     9.019] (--) PCI:*(5@0:0:0) 1002:1638:17aa:3a4f rev 197, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256
[     9.019] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.019] (II) LoadModule: "glx"
[     9.019] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.023] (II) Module glx: vendor="X.Org Foundation"
[     9.023]    compiled for 1.21.1.11, module version = 1.0.0
[     9.023]    ABI class: X.Org Server Extension, version 10.0
[     9.023] (==) Matched nouveau as autoconfigured driver 0
[     9.023] (==) Matched nv as autoconfigured driver 1
[     9.023] (==) Matched ati as autoconfigured driver 2
[     9.023] (==) Matched modesetting as autoconfigured driver 3
[     9.023] (==) Matched fbdev as autoconfigured driver 4
[     9.023] (==) Matched vesa as autoconfigured driver 5
[     9.023] (==) Assigned the driver to the xf86ConfigLayout
[     9.023] (II) LoadModule: "nouveau"
[     9.023] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     9.024] (II) Module nouveau: vendor="X.Org Foundation"
[     9.024]    compiled for 1.21.1.1, module version = 1.0.17
[     9.024]    Module class: X.Org Video Driver
[     9.024]    ABI class: X.Org Video Driver, version 25.2
[     9.024] (II) LoadModule: "nv"
[     9.024] (WW) Warning, couldn't open module nv
[     9.024] (EE) Failed to load module "nv" (module does not exist, 0)
[     9.024] (II) LoadModule: "ati"
[     9.024] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     9.024] (II) Module ati: vendor="X.Org Foundation"
[     9.024]    compiled for 1.21.1.8, module version = 22.0.0
[     9.024]    Module class: X.Org Video Driver
[     9.024]    ABI class: X.Org Video Driver, version 25.2
[     9.272] (II) LoadModule: "radeon"
[     9.272] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     9.282] (II) Module radeon: vendor="X.Org Foundation"
[     9.282]    compiled for 1.21.1.8, module version = 22.0.0
[     9.282]    Module class: X.Org Video Driver
[     9.282]    ABI class: X.Org Video Driver, version 25.2
[     9.282] (II) LoadModule: "modesetting"
[     9.282] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.282] (II) Module modesetting: vendor="X.Org Foundation"
[     9.282]    compiled for 1.21.1.11, module version = 1.21.1
[     9.282]    Module class: X.Org Video Driver
[     9.282]    ABI class: X.Org Video Driver, version 25.2
[     9.282] (II) LoadModule: "fbdev"
[     9.282] (WW) Warning, couldn't open module fbdev
[     9.282] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.282] (II) LoadModule: "vesa"
[     9.283] (WW) Warning, couldn't open module vesa
[     9.283] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.283] (II) NOUVEAU driver 
[     9.283] (II) NOUVEAU driver for NVIDIA chipset families :
[     9.283]    RIVA TNT            (NV04)
[     9.283]    RIVA TNT2           (NV05)
[     9.283]    GeForce 256         (NV10)
[     9.283]    GeForce 2           (NV11, NV15)
[     9.283]    GeForce 4MX         (NV17, NV18)
[     9.283]    GeForce 3           (NV20)
[     9.283]    GeForce 4Ti         (NV25, NV28)
[     9.283]    GeForce FX          (NV3x)
[     9.283]    GeForce 6           (NV4x)
[     9.283]    GeForce 7           (G7x)
[     9.283]    GeForce 8           (G8x)
[     9.283]    GeForce 9           (G9x)
[     9.283]    GeForce GTX 2xx/3xx (GT2xx)
[     9.283]    GeForce GTX 4xx/5xx (GFxxx)
[     9.283]    GeForce GTX 6xx/7xx (GKxxx)
[     9.283]    GeForce GTX 9xx     (GMxxx)
[     9.283]    GeForce GTX 10xx    (GPxxx)
[     9.283] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
        ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
        ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
        ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
        ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
        ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
        ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
        ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
        ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
        ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
        ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
        ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
        ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
        ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
        ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
        ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
        ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
        ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
        ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
        ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
        ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
        ATI Radeon 9800PRO, ATI Radeon 9800XT,
        ATI Radeon Mobility 9600/9700 (M10/M11),
        ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
        ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
        ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
        ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
        ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
        ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
        ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
        ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
        ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
        ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
        ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
        ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
        ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
        ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
        ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
        ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
        ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
        ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
        ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
        ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
        ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
        ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
        ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
        ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
        ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
        ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
        ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
        ATI FireGL V3350, ATI Mobility Radeon X1450,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
        ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
        ATI FireGL V3400, ATI Mobility FireGL V5250,
        ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
        ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
        ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
        ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
        ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
        ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
        ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
        ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
        ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
        AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
        ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
        ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
        ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
        ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
        ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
        ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
        ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
        ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
        ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
        ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
        ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
        REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
        ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
        AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
        ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
        MULLINS, KAVERI, HAWAII
[     9.283] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.284] (EE) open /dev/dri/card0: No such file or directory
[     9.284] (WW) Falling back to old probe method for modesetting
[     9.284] (EE) open /dev/dri/card0: No such file or directory
[     9.284] (II) [drm] nouveau interface version: 1.4.0
[     9.284] (EE) Unknown chipset: NV174
[     9.284] (II) modeset(G0): using drv /dev/dri/card1
[     9.284] (EE) Screen 0 deleted because of no matching config section.
[     9.284] (II) UnloadModule: "modesetting"
[     9.284] (EE) Device(s) detected, but none match those in the config file.
[     9.284] (EE) 
Fatal server error:
[     9.284] (EE) no screens found(EE) 
[     9.284] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[     9.284] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     9.284] (EE) 
[     9.284] (EE) Server terminated with error (1). Closing log file.

The top of the current log, Xorg.0.log:

[    10.095] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[    10.095] Current Operating System: Linux tauri 6.6.9-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Tue, 02 Jan 2024 02:28:04 +0000 x86_64
[    10.095] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-zen.img root=PARTUUID=6c66c2bf-5579-495b-81d7-4fa91eed06f6 zswap.enabled=0 rw rootfstype=ext4 nouveau.config=NvGspRm=1
[    10.095]  
[    10.095] Current version of pixman: 0.43.4
[    10.095]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    10.095] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.096] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar  6 10:41:18 2024

The "old" one has Log time just a single second before the "current" one, so that's why I'm guessing Xorg restarted.

Anyway, thank you to seth and V1del for suggesting uninstalling xf86-video-amdgpu and having patience with me. smile


Replying to seth's last reply, because they're so quick:

AFAYK is wrong… as a matter of fact, using nvidia-settings to generate a static server config in this setup would be a terrible idea.

I didn't suggest doing that, I meant using nvidia-settings on every boot to set up the external monitor. I also try to avoid using static Xorg config.

If you installed or removed any xf86-* package that's simply impossible.

I'm sorry, you misunderstood there. The Xorg log I posted back then was the .old, but that one was with identical setup to the back-then-current one. I only said I used .old because it was shorter, because the laptop wasn't running longer. I think.

You can most likely disable one or either in the BIOS settings

I know. I disabled the nvidia one and that disabled the HDMI port, so I re-enabled it. I haven't tried disabling the AMD one, because I kept asking for the BIOS password every single time (I was also trying other options in BIOS) and I just didn't want to bother the HR lady anymore, because we have an external PC support company. This is a company laptop, so I don't have the BIOS password myself.

Which is completely useless.

I know what you mean, but I only posted what seemed relevant. The rest of the bootup was the same like always, I only tried isolating what happened at the tty switch.

Anyway, it looks like the artifacts are gone, I haven't seen a single one since removing that package. I don't know what's up with the Zen kernel crashing, but that's a different topic.

Thank you for your time! smile

Offline

Board footer

Powered by FluxBB