Skip to content

Conversation

@JkktBkkt
Copy link
Contributor

@JkktBkkt JkktBkkt commented Mar 5, 2025

Important: PR has been set to WIP as the template requires additional review, for cleanup and tie-in with main nvidia package.
Unset, current version should be a bit cleaner, not requiring manual removal of -dkms before re-installing updated -open-dkms on every update.

Here's a permalink to the commit that doesn't change the nvidia template if you want to install or upgrade before this can land and in case more changes are requested by maintainers: 78cc73d
^ current version doesn't change nvidia template either, but see there for previous update notes.

See #54593 (comment) and below to track that progress

Testing the changes

  • I tested the changes in this PR: YES

Local build testing

  • I built this PR locally for my native architecture, x86_64-glibc

Comments
Built and tested on 6.12.57
No longer WIP since this release is out of beta and is now the recommended driver for supported devices, which are Turing and newer, so 16-series and newer of the GeForce lineup.
Closes #51384
Perhaps package info should mention which GPUs are supported

Thanks to mike7d7 for original template and PR #51538

@classabbyamp classabbyamp added the new-package This PR adds a new package label Mar 6, 2025
@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Mar 6, 2025

Being not really comfortable with git cli I tried to preserve mike's contribution (and failed miserably as can be seen above)
Just double-checked by cloning the pr as described in contributing.md and re-ran per-stage ./xbps-src {stage} -f -K nvidia-open-dkms to verify no issues preset.
Understanding that this smells of blind editing with no testing done, here's my xbps-query nvidia-open-dkms

architecture: x86_64
changelog: https://github.com/NVIDIA/open-gpu-kernel-modules/blob/main/CHANGELOG.md
filename-sha256: 8380e0918aa0db31a732331d378116859938b07afa1f8fecfe32662e313ff607
filename-size: 14MB
homepage: https://github.com/NVIDIA/open-gpu-kernel-modules
install-date: 2025-03-02 21:18 MSK
install-script: 950B
installed_size: 100MB
license: GPL-2.0-only, MIT
maintainer: mike7d7 <mike7d7@proton.me>
metafile-sha256: f57e061a8bdbdda880176a90028ef935820d92799c29377065e3f5017c17b046
pkgname: nvidia-open-dkms
pkgver: nvidia-open-dkms-570.124.04_1
remove-script: 947B
replaces:
        nvidia-dkms>=0
repository: /home/jkkt/Projects/void-packages/hostdir/binpkgs/nvidia-open
run_depends:
        dkms>=0
        nvidia>=0
short_desc: NVIDIA Linux open GPU kernel module source
state: installed

And dkms make log:
make.log

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Mar 6, 2025

Oh, and also this makes nvidia package (in current state) report not satisfied dependency in form of nvidia-dkms, as that's replaced by this driver. So far I'm not up to speed with xbps-src and templates enough to understand how exactly that should be fixed.

@JkktBkkt
Copy link
Contributor Author

@classabbyamp can re-build be approved?

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Mar 11, 2025

@abenson If I may bother you, since you're the maintainer of the proprietary driver package, what would be the appropriate way for dealing with this conflicting files issue? Especially considering that not all cards supporting 570.124.04 can run the open-source version of it.
Would adding conflicts="nvidia470-dkms>=0 nvidia390-dkms>=0" be enough?
Would, perhaps, transferring this into the main package while defaulting to open for newer versions and leaving the proprietary version symlinked (like 390/470 versions are) be preferred? (Although then the question of these having different licenses arises too)
While at it, anything else you may be able to suggest or would require for this to go through?

@JkktBkkt JkktBkkt changed the title New package: nvidia-open-dkms-570.124.04 New package: nvidia-open-dkms-570.133.07 Mar 22, 2025
@fvalasiad
Copy link
Contributor

Hello,

While I do not have anything more to add as of now, I'd like to answer your question about the conflicts situation.

No, it would not be enough, the nvidia470 & nvidia390 respectively support older nvidia cards, but there exist newer nvidia cards that are still not supported by the open driver, for example the GTX 10 series.

about how that could go down well, personally I'd look into having an equivalent proprietary package(if there ain't one already) and have them conflict each other, with the open one picked as a default while adding an appropriate section in the void handbook for those cards in between, but that's me so take everything with a spoonful of salt.

Definitely ain't a simple change though, so practice patience, and just keep bumping those versions, eventually attention will be brought to this topic out of necessity.

@JkktBkkt
Copy link
Contributor Author

Hi, thanks for your reply.
Regarding the similar proprietary package that would conflict this one — to my knowledge, that's partially how "replaces" here operates, and is about as much as I can do without messing with abenson's nvidia template.
Adding this template into conflicts section for nvidia390-dkms, nvidia470-dkms and nvidia-dkms subpackages would be possible but I'm unsure if that's the correct way to implement this.

I'm also unsure how to implement the dependency:
Currently nvidia-open-dkms lists nvidia as a dependency, while nvidia-dkms does not, as that's a subpackage, thus I'm unsure what happens if one tries to install nvidia-dkms without nvidia already installed and whether it'd behave the same way with an external template with circular dependency.

As I mentioned above, I am also unsure whether it'd be better to add the open dkms module as a subpackage, and what do do with the license being set to nvidia proprietary in that package. Another thing that bugs me about the licenses is that it theoretically puts this template into the main repo while the nvidia one is in nonfree one.

Making people manually choose the module could be a possibility, I suppose, but it'd be inconvenient as heck. We could probably automate it to some degree via querying which device id are enabled unless explicitly called for (for now the readme provided by the upstream lists the pci device ids of supported devices) — though that's me fantasizing the possibilities, I have little to no idea whether xbps is capable of operating on that level.

@fvalasiad
Copy link
Contributor

The idea is that if you install nvidia you get all of its dependencies including nvidia-dkms which you rightfully pointed that it's the proprietary counterpart of this package.

I also understood that currently the script replaces nvidia-dkms.

What I would want to achieve:

installing nvidia -> installs the open kernel driver.

Users that want/need the proprietary driver because of CUDA support or because their card is not supported by the open one -> instructed by the handbook to install the proprietary dkms package before installing nvidia or provide a secondary nvidia template that achieves the same but uses the closed kernel driver.

How I'd achieve that, here is what I found in the manual:

As a special case, virtual dependencies may be specified as runtime dependencies in the depends template
variable. Several different packages can provide common functionality by declaring a virtual name and version
in the provides template variable (e.g. provides="vpkg-0.1_1"). Packages that rely on the common functionality 
without concern for the specific provider can declare a dependency on the virtual package name with the prefix 
virtual? (e.g., depends="virtual?vpkg-0.1_1"). When a package is built by xbps-src, providers for any virtual
packages will be confirmed to exist and will be built if necessary. A map from virtual packages to their default
providers is defined in etc/defaults.virtual. Individual mappings can be overridden by local preferences in
etc/virtual. Comments in etc/defaults.virtual provide more information on this map.

Thus, I would have both the current proprietary dkms provide the dependency for nvidia, with the open one used by default, and users could instead opt into using the proprietary one. As far as whether this decision could be automated cleanly eh, I am gonna assume not cause otherwise they wouldn't have the two older nvidia packages and they'd implement the logic to pick a driver into the nvidia package itself. Probably amounts to too much effort and spaghetti to make it worth.

Why?

The nvidia open kernel driver is now the default supported by the respective newer cards, (20 series+), we are going against the default by supplying the proprietary one out of the box.

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Mar 26, 2025

I must have overlooked that section, thanks for pointing it out to me

Made this patch (to be applied when both nvidia-open-dkms and nvidia templates are up-to-date, i.e. this PR locally merged)

Renamed nvidia-dkms dependency into nvidia-proprietary-dkms, which provides new virtual dependency:
nvidia-meta-dkms, also provided by nvidia-open-dkms (default)
Removed "replaces=" section from nvidia-open-dkms in favor of "provides=" and "conflicts="

The installation order and specifically dkms pkg section in nvidia template are not adjusted here, I am wondering if messing with that order by installing the nvidia-open-dkms contents way later may break anything.

@JkktBkkt
Copy link
Contributor Author

Am testing 570.144 locally since we haven't merged the proprietary version yet.
Had to change the distfiles url to nvidia's site because release is still N/A on gh

@fvalasiad
Copy link
Contributor

Am testing 570.144 locally since we haven't merged the proprietary version yet.
Had to change the distfiles url to nvidia's site because release is still N/A on gh

I've an open PR for 575 which I'll keep updating till the next production release, just saying.

@JkktBkkt JkktBkkt closed this Apr 28, 2025
@JkktBkkt JkktBkkt deleted the patch-1 branch April 28, 2025 02:54
@JkktBkkt JkktBkkt restored the patch-1 branch April 28, 2025 03:03
@JkktBkkt JkktBkkt deleted the patch-1 branch April 28, 2025 03:12
@JkktBkkt JkktBkkt restored the patch-1 branch April 28, 2025 03:20
@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Apr 28, 2025

Tried to rename the branch, that closed the PR, then restored, local git refused to push into it, so I tried to recreate the branch, but then couldn't re-open due to force-pushing. Sorry for the spam.
470 and 390 dkms builds are still conflicting with this as I haven't changed the "replaces" into "conflicts" due to how update process ends up running, instead keeping the easier-to-test version.

Added patches sourced from arch, although I haven't found the necessity of them in my own testing, both seem to not break things and be used commonly

@JkktBkkt JkktBkkt reopened this Apr 28, 2025
@JkktBkkt JkktBkkt changed the title New package: nvidia-open-dkms-570.133.07 New package: nvidia-open-dkms-570.144 Apr 28, 2025
@kartikynwa
Copy link
Contributor

kartikynwa commented May 8, 2025

Hi. I am interested in testing this. How do I switch from the proprietary drivers to these ones? I already now how to build the package, so instructions after that would be appreciated. Thanks.

Edit: Instructions are in the template.

@Tyfuzzle
Copy link

Tyfuzzle commented May 9, 2025

Hi, any ideas when this might get merged in?

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented May 9, 2025

Hi, any ideas when this might get merged in?

Unfortunately this isn't ready for merging.
I'm essentially bumping versions, running daily with this (it installs and runs fine but upgrading is a bit of a nuisance, check the template file for instructions) and am waiting for feedback/guidance from maintainers.

At the very least, there is still an open question on how to handle the versions and the choice between open kernel modules vs proprietary ones (open support the newest cards but don't support older ones. proprietary supports older cards but not the newest).

@fvalasiad
Copy link
Contributor

^

But I'd suspect the answer is soon this will get attention. Nvidia themselves will now treat the open kernel modules as the default, it's only natural to expect distros to transition, and that doesn't exclude void.

Use this build if you want it now, otherwise be patient.

@Tyfuzzle
Copy link

I went ahead and installed it about 5 days ago. Kinda needed it as I upgraded to a 5080. Haven't had any problems so far.

@JkktBkkt
Copy link
Contributor Author

Added the "conflicts" field, but "replaces" is kept for ease of installation for testing

@JkktBkkt JkktBkkt changed the title New package: nvidia-open-dkms-570.144 New package: nvidia-open-dkms-570.169 Jun 23, 2025
@JkktBkkt
Copy link
Contributor Author

Dropped the virtual by changing the provides (quite neat that it can resolve like this) and restored the copied nouveau blacklist logic as pointed out by abby and ahesford over on irc.

@JkktBkkt JkktBkkt marked this pull request as ready for review October 17, 2025 14:54
@vikigenius
Copy link
Contributor

What's the difference between this PR and this #56685 ?

I have tried both and I find it easier to update the drivers with the other one. But maybe it becomes easier once we actually merge this?

@abenson
Copy link
Contributor

abenson commented Oct 17, 2025

The other switches entirely to the open drivers, breaking support for pre-Turing GPUs (10xx and earlier). This PR provides the option to have both.

@fvalasiad
Copy link
Contributor

The other switches entirely to the open drivers, breaking support for pre-Turing GPUs (10xx and earlier). This PR provides the option to have both.

While I originally did agree with this path, The announcement of pre-turing cards being deprecated post 580 driver version was what led me into opening that PR.

Is there any point in having both, knowing that? Pre-turing cards can just keep using the original template, but I don't see the reason why any of the newer ones should be defaulting to the proprietary modules.

And in case we do want to keep both for whatever reason(as far as I understand nvidia will eventually drop em completely, given that they don't support their newer series), wouldn't it make more sense for it to be the other way around? Aka by default the package installs the open ones and users can install the second package to switch to proprietary if they wish?

Am I missing something?

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Oct 19, 2025

Personally, the only objection to that is "-open" seems to still sometimes have issues appear where proprietary doesn't, and some existing setups would require user intervention on the side of users of older GPUs.
If it is possible to keep old users on the proprietary flavor (at least for now), and perhaps default the new users to open, that is probably the best of both worlds.
This should be possible with a virtual dependency added, but if I understood correctly, that's not the path the maintainers want to take.

@vikigenius
Copy link
Contributor

Yeah but some newer cards simply don't support non open drivers at all (I have the 5070ti). And it's been a hassle so far to keep this updated

@abenson
Copy link
Contributor

abenson commented Oct 20, 2025

Is there any point in having both, knowing that? Pre-turing cards can just keep using the original template, but I don't see the reason why any of the newer ones should be defaulting to the proprietary modules.

Meaning people with pre-Turing cards will need to maintain their own package? Or we somehow create a nvidia-dkms-legacy package?

Or are you advocating we just drop support for pre-Turing cards altogether? We could drop nvidia470 and nvidia390, as well, or we'd just have a weird gap in support.

@fvalasiad
Copy link
Contributor

fvalasiad commented Oct 20, 2025

Or are you advocating we just drop support for pre-Turing cards altogether? We could drop nvidia470 and nvidia390, as well, or we'd just have a weird gap in support.

I'm advocating for the pre Turing cards to get the same treatment the older deprecated cards got, aka:

As soon as next production release drops, e.g 590, fork the nvidia template at that point in time (being in the latest 580.x version) to a package named 'nvidia580', point users with pre-turing cards to it in the handbook.

As soon as that happens, switch the nvidia package to the open kernel modules, seeing as now only Turing and later cards will be using the nvidia package, which not only are supported by the open kernel drivers, but it's actually the recommendation by nvidia. In fact, in the case of the 5xxx series it's not only a recommendation but the only path forward.

My understanding so far is that we do not need to keep the proprietary option around for Turing+ cards, but if there are valid reasons to, such as those stated by @JkktBkkt, then we either delay the whole switch, or go about deciding the default, which I advocate should still be the open kernel drivers, while offering a package similar to this one that switches to the proprietary as a backup.

Regardless this would result in a single step install for either group with an optional second step as a backup if deemed necessary.

Thoughts?

EDIT: only potential caveat compared to going with this PR's route, is that the above requires that we wait for the next production release before we ship the open kernel drivers, and that as we've seen in the past can take a while longer (reminder that the PR that started off as a beta testing ground for 555 onwards took almost a full year to hit the next production release).

And I'd consider that bad only for the users with newer cards, since it means that unless they bother checking out github and building the package from one of the open PRs, they won't have support from the distro.

Could be dealt with by temporarily merging this solution, or splitting the package while still in the 580 release and updating them individually until the next production release which is the point they diverge.

Sorry for the complexity, but it's hard to explain in simple words, let me know if you want me to rephrase something.

@abenson
Copy link
Contributor

abenson commented Nov 5, 2025

I think I may restructure the nvidia package to make this easier. I can move all of the files in nvidia to nvidia-utils, then make nvidia a metapackage that depends on the subpackages as is (plus the new nvidia-utils).

Then, nvidia-open-dkms can have a subpackage that depends on nvidia-open-dkms and the subpackages of nvidia that it needs.

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Nov 6, 2025

If thinking about the simplicity of a solution, I think the easiest would be to integrate this PR's -open as a subpackage into nvidia, then splitting when new stable branch releases (590?) into nvidia580 (only closed, for legacy purposes) and nvidia (open), duplicating the rest of the files installed.
The only drawbacks I see are:

  • manual intervention required for existing installs
  • this change is probably better done after waiting for 590 release

Instead of waiting, a full duplicate of nvidia can be created under, say, nvidia-open and then both be renamed, nvidia-open to be new nvidia and nvidia current into nvidia580

This way the structure of existing nvidia390 and nvidia470 and nvidia templates can be kept as-is

I personally don't see any need to subpackage the nvidia-utils as it (to me) doesn't make much sense to have only part of the driver without those files (i.e. the vulkan/egl specific files or nvidia-smi, etc. not being present on the system)

And at the same time -open is basically using the exact same files, but replaces only the sources for kernel module, so I fail to see what problem nvidia-utils as a subpackage would be solving?

@abenson
Copy link
Contributor

abenson commented Nov 6, 2025

manual intervention required for existing installs

That's the case already whenever there's a new versioned package for people that want to stay on it, so no more issues than usual.

I personally don't see any need to subpackage the nvidia-utils as it (to me) doesn't make much sense to have only part of the driver without those files (i.e. the vulkan/egl specific files or nvidia-smi, etc. not being present on the system)

That same argument can be made for why do we have nvidia, -libs, -gtklibs, etc. I'm not sure why they were split like this, at least I don't think I'm who did it.

And at the same time -open is basically using the exact same files, but replaces only the sources for kernel module, so I fail to see what problem nvidia-utils as a subpackage would be solving?

Basically, nvidia and nvidia-open would install everything except the irrespective -dkms module. I was just spitballing an idea to see what would be the least amount of friction but get things moving now instead of waiting, but 590.xx is going to be a version split anyway.

Really its just me being impatient, as I've recently been forced into the requiring the open drivers myself.

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Nov 7, 2025

Really its just me being impatient, as I've recently been forced into the requiring the open drivers myself.

Personally, I'm down with pretty much anything you deem the appropriate path, including you taking over this package as the maintainer.

P.S. sorry for the delayed update, had to finish other stuff on the machine before rebooting and testing new version

@JkktBkkt JkktBkkt changed the title New package: nvidia-open-dkms-580.95.05 New package: nvidia-open-dkms-580.105.08 Nov 7, 2025
@save-buffer
Copy link

save-buffer commented Nov 9, 2025

Hi! I just tried to use this PR, but was hitting an issue with the DKMS not installing properly. It said it was building, but I noticed that the module never ended up in lsmod. After some hunting I realized that the DKMS was actually failing to be built (log here: /var/lib/dkms/nvidia-open-dkms/580.105.08/build/make.log) due it not being able to find the xz command. Installing xz manually made it so that I could dkms install nvidia-open-dkms/580.105.08 manually, and now I can once again use my graphics environment!

Should we add xz as a dependency to this package so that the kernel module can be built?

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Nov 10, 2025

I went on a dive to find where xz comes from, thought it's dkms itself or something in the kernel configs changed, but no, the modules aren't using xz..
nvidia does: https://github.com/NVIDIA/open-gpu-kernel-modules/blob/2af9f1f0f7de4988432d4ae875b5858ffdb09cc2/src/nvidia-modeset/Makefile#L189

Should be fixed now

Oh and lsmod only shows the loaded modules, completions to modinfo / modprobe / etc. should show you the built ones, and files should be in /lib/modules/${kernel_version}/ i.e.:
/lib/modules/6.12.57_1/kernel/drivers/video/nvidia-modeset.ko.zst

@JkktBkkt
Copy link
Contributor Author

6.18 compatibility patch added. Tested, no issues detected.
There's an update available to 580.119.02 but I'm not sure if proprietary would work on 6.18, and there are reports that Xfce is kind of broken with it, so I'll leave decision on that to @abenson

Co-authored-by: Miguel <migue07mx@protonmail.com>
@JkktBkkt JkktBkkt changed the title New package: nvidia-open-dkms-580.105.08 New package: nvidia-open-dkms-580.119.02 Jan 11, 2026
@revington
Copy link

last commit, upgrading to .119, does not work in my computer
kernels 6.12.63_1, 6.12.64_1
before that it was working fine.

dmesg output

sudo dmesg | grep -i nvidia
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.12.64_1 root=/dev/mapper/voidvm-root ro loglevel=4 rd.auto=1 rd.lvm.vg=voidvm rd.luks.uuid=a21b082c-455a-40a8-8852-d5451d9e1ff4 rd.vconsole.keymap=dvorak-programmer apparmor=1 security=apparmor nvidia_drm.modeset=1
[    0.059851] Kernel command line: BOOT_IMAGE=/vmlinuz-6.12.64_1 root=/dev/mapper/voidvm-root ro loglevel=4 rd.auto=1 rd.lvm.vg=voidvm rd.luks.uuid=a21b082c-455a-40a8-8852-d5451d9e1ff4 rd.vconsole.keymap=dvorak-programmer apparmor=1 security=apparmor nvidia_drm.modeset=1
[    5.658208] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input16
[    5.658431] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input17
[    5.658635] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input18
[    5.658881] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input19
[    5.707810] nvidia: loading out-of-tree module taints kernel.
[    5.707823] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    5.874517] nvidia-nvlink: Nvlink Core is being initialized, major device number 234
[    5.880095] nvidia 0000:09:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[    5.890333] NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  580.119.02  Release Build  (root@arise)  Mon 12 Jan 2026 11:55:36 CET
[    5.944644] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  580.119.02  Release Build  (root@arise)  Mon 12 Jan 2026 11:55:18 CET
[    5.948565] [drm] [nvidia-drm] [GPU ID 0x00000900] Loading driver
[    7.529583] [drm] Initialized nvidia-drm 0.0.0 for 0000:09:00.0 on minor 0
[    7.529739] nvidia 0000:09:00.0: vgaarb: deactivate vga console
[    7.571817] fbcon: nvidia-drmdrmfb (fb0) is primary device
[    7.903443] nvidia 0000:09:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
[  670.667477]  _kgspRpcRecvPoll+0x742/0x930 [nvidia]
[  670.667684]  _issueRpcAndWait+0xe9/0x9c0 [nvidia]
[  670.667845]  ? FinnRmApiGetSerializedSize+0x3c/0xf0 [nvidia]
[  670.668062]  ? osGetCurrentThread+0x26/0x60 [nvidia]
[  670.668278]  rpcRmApiControl_GSP+0x261/0x9f0 [nvidia]
[  670.668443]  ? _tlsThreadEntryGet+0x82/0x90 [nvidia]
[  670.668585]  ? osGetCurrentThread+0x26/0x60 [nvidia]
[  670.668794]  rmresControl_Prologue_IMPL+0xdb/0x1d0 [nvidia]
[  670.668953]  resControl_IMPL+0xd0/0x1b0 [nvidia]
[  670.669095]  serverControl+0x485/0x580 [nvidia]
[  670.669240]  _rmapiRmControl+0x55c/0x800 [nvidia]
[  670.669404]  rmapiControlWithSecInfo+0x7a/0x140 [nvidia]
[  670.669557]  rmapiControlWithSecInfoTls+0x79/0xe0 [nvidia]
[  670.669710]  _nv04ControlWithSecInfo+0x8d/0xa0 [nvidia]
[  670.669861]  Nv04ControlKernel+0x62/0x70 [nvidia]
[  670.670010]  nvkms_call_rm+0x4d/0x80 [nvidia_modeset]
[  670.670039]  nvRmApiControl+0x5e/0x70 [nvidia_modeset]
[  670.670079]  nvDIFRNotifyFlip+0x4a/0xa0 [nvidia_modeset]
[  670.670109]  nvFlipEvoOneHead+0x436/0xab0 [nvidia_modeset]
[  670.670144]  FlipEvoOneApiHead+0x1d2/0x3f0 [nvidia_modeset]
[  670.670177]  nvFlipEvo+0xdbb/0x1060 [nvidia_modeset]
[  670.670215]  nvHsIoctlFlip+0x711/0xc60 [nvidia_modeset]
[  670.670250]  ? nvkms_alloc+0x90/0xa0 [nvidia_modeset]
[  670.670274]  ? RegisterSurface+0x60/0x60 [nvidia_modeset]
[  670.670307]  nvKmsIoctl+0xe6/0x220 [nvidia_modeset]
[  670.670341]  nvkms_ioctl_from_kapi_try_pmlock+0x60/0xa0 [nvidia_modeset]
[  670.670367]  ApplyModeSetConfig+0x612/0xde0 [nvidia_modeset]
[  670.670401]  nv_drm_atomic_apply_modeset_config+0x5b3/0x830 [nvidia_drm]
[  670.670414]  nv_drm_atomic_commit+0x1f8/0x550 [nvidia_drm]
[  685.832534] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.833543] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.834642] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.835732] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.836840] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.837928] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.839040] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.840130] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.841255] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.842367] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.843483] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.844647] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.845749] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.846977] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.848087] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.849219] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.850285] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.851395] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.852490] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.853586] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.854678] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.855791] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.856886] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.857998] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.859143] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.860254] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.861575] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.861633] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.861688] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.862722] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.862783] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.862837] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.863841] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.863896] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.863950] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.864987] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.865041] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.865096] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.866095] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.866149] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.866203] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.867278] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.867332] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.867385] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.868394] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.868448] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.868501] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.869607] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.869661] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.869715] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.870718] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.870777] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.870831] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.871966] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.872020] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.872073] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (DELL U3223QE (DP-4)) is not supported on this GPU.
[  685.873997] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.874014] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:0:0:0x00000062
[  685.874029] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:1:0:0x00000062
[  685.874045] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:2:0:0x00000062
[  685.874061] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:3:0:0x00000062
[  685.874076] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:4:0:0x00000062
[  685.874092] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:5:0:0x00000062
[  685.874107] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:6:0:0x00000062
[  685.874123] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:7:0:0x00000062
[  685.909002] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:0:0:0x00000062
[  685.910061] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:2:0:0x00000062
[  685.910707] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:4:0:0x00000062
[  685.911316] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7e:6:0:0x00000062
[  685.911975] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.912705] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.913322] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.913964] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.914711] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.915354] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.915927] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.916478] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.917038] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.917690] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.918305] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.918887] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.919424] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.920214] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.920798] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.921421] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.922059] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.922799] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.923379] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.923945] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.924505] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.925070] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.925640] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.926191] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.926729] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.927268] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.927798] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.928338] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.928865] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.929477] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.930043] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.930599] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.931150] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.931941] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.932546] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.933178] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.933816] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.934574] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.935190] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.935775] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.936372] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.936932] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.937475] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.937990] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.938492] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.938982] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.939464] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.939954] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.940426] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.940887] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.941301] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.941685] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.942078] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.942455] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.942834] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.943203] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.943564] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.943924] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.944274] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.944619] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.944966] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.945280] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.945570] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.945857] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.946139] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.946419] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.946698] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.946981] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.947265] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.947646] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.947927] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.948202] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.948477] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.948752] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.949035] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.949312] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.949588] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.949870] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.950147] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.950425] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.950701] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.950983] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.951259] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.951535] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.951817] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.952094] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.952372] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.952650] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.952933] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.953210] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.953485] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.953762] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.954044] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.954319] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.954594] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.954876] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.955153] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.955429] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.955706] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.955989] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.956266] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.956542] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.956822] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.957101] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.957377] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.957652] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.957989] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.958265] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.958540] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.958820] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.959098] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.959373] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.959649] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.959930] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.960206] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.960481] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.960757] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.961041] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.961316] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.961590] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.961875] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.962152] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.962428] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.962703] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.962984] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.963258] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.963532] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.963796] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.964072] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.964347] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.964621] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.964904] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.965180] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.965455] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.965731] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.966013] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.966289] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.966564] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.966844] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.967122] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.967398] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.967673] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.967955] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.968231] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.968507] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.968778] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.969074] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.969444] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.969717] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.969998] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.970272] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.970547] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.970828] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.971106] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.971381] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.971655] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.971937] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.972213] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.972489] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.972764] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.973047] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.973321] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.973597] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.973878] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.974155] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.974429] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.974703] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.974984] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.975260] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.975535] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.975816] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.976092] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.976368] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.976644] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.976927] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.977202] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.977478] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.977754] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.978035] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.978311] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.978586] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.978866] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.979141] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.979415] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.979689] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.979970] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.980245] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.980520] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.980796] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.981073] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.981349] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.981624] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.981908] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.982183] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.982459] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.982735] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.983018] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.983294] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.983569] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.983851] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.984128] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.984403] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.984677] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.984962] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.985236] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.985511] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.985792] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.986071] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.986347] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.986624] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.986908] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.987186] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.987462] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.987737] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.988020] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.988296] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.988572] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.988851] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.989128] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.989404] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.989680] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.989963] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.990237] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.990512] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.990790] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.991158] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.991434] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.991709] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.991993] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.992269] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.992545] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.992826] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.993105] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.993381] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.993656] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.993940] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.994216] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.994493] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.994773] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.995053] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.995328] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.995603] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.995886] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.996164] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.996439] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.996715] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.997000] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.997275] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.997551] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.997833] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.998112] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.998389] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.998666] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.998947] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.999222] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.999497] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  685.999777] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.000053] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.000331] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.000609] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.000896] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.001175] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.001455] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.001734] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.002022] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.002300] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.002579] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.002862] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.003142] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.003420] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.003699] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.003986] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.004265] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.004544] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.004829] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.005109] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.005388] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.005666] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.005951] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.006229] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.006506] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.006778] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.007059] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.007338] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.007616] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.007900] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.008179] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.008457] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.008735] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.009021] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.009299] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.009577] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.009862] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.010140] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.010418] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.010697] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.010980] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.011257] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.011536] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.011821] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.012101] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.012380] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.012700] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000ca7d:0:0:0x00000062
[  686.013028] nvidia-modeset: ERROR: GPU:0: Timed out waiting for core channel idle.
[  689.013353] nvidia-modeset: WARNING: GPU:0: Lost display notification (0:0x00000000); continuing.
[  694.013837] nvidia-modeset: ERROR: GPU:0: Error while waiting for GPU progress: 0x0000ca7d:0 2:0:3984:3976



@JkktBkkt
Copy link
Contributor Author

@revington looks like the kernel panic'd a bit over 11 minutes after starting, I'd suggest looking at the rest of the logs around the 670 mark (which is seconds from boot) mark to see the rest of the message and perhaps figure out what's causing that.
My guess would be that system is trying to go to sleep (or wake up) and the module is crashing then?

Also worth double-checking that the rest of the nvidia- packages have been updated to the same 580.119.02 version

There are reports of 580.119.02 (and 590.4x versions) being broken in various setups as well, so if you'd prefer to not figure it out much with it much, a rollback to 580.105.08 (xdowngrade path/to/older.xbps should help with that) or a test of the nvidia-dkms (proprietary kernel module) could be attempted to get your system back to running fine for the time being.

@revington
Copy link

@JkktBkkt thanks for your help.
I have downgraded to 580.105.08, both nvidia-open-dkms and nvidia. Then installed those from source packages.

Here is the output of xbps-query for the nvidia package. Is there any other package I must downgrade? I did not have the .xbps packages so I switched to previous commit and rebuild the package from there.

architecture: x86_64
conflicts:
	xserver-abi-video>25_1
	nvidia470>=0
	nvidia390>=0
filename-sha256: 6c03e261df790398f512be0022a3d26e17f4276be36cc0bb7e352f9a9fb33a1a
filename-size: 57MB
homepage: https://www.nvidia.com/en-us/drivers/unix/
install-date: 2026-01-12 16:35 CET
install-script: 839B
installed_size: 69MB
license: custom:NVIDIA Proprietary
maintainer: Andrew Benson <abenson+void@gmail.com>
metafile-sha256: 39f554f5effee858edf7e4d0f14ef20c7d18ce88ea39e306bb57816248db9eb6
pkgname: nvidia
pkgver: nvidia-580.105.08_1
provides:
	cmd:nvidia-bug-report-580.105.08_1
	cmd:nvidia-cuda-mps-control-580.105.08_1
	cmd:nvidia-cuda-mps-server-580.105.08_1
	cmd:nvidia-debugdump-580.105.08_1
	cmd:nvidia-modprobe-580.105.08_1
	cmd:nvidia-ngx-updater-580.105.08_1
	cmd:nvidia-persistenced-580.105.08_1
	cmd:nvidia-powerd-580.105.08_1
	cmd:nvidia-settings-580.105.08_1
	cmd:nvidia-sleep.sh-580.105.08_1
	cmd:nvidia-smi-580.105.08_1
	cmd:nvidia-xconfig-580.105.08_1
	cmd:prime-run-580.105.08_1
remove-script: 787B
repository: /home/pedro/work/void-packages/hostdir/binpkgs/nonfree
run_depends:
	nvidia-libs-580.105.08_1
	nvidia-gtklibs-580.105.08_1
	nvidia-dkms-580.105.08_1
	nvidia-firmware-580.105.08_1
	glibc>=2.41_1
	libX11>=1.2_1
	libXext>=1.0.5_1
shlib-requires:
	ld-linux-x86-64.so.2
	libX11.so.6
	libXext.so.6
	libc.so.6
	libdl.so.2
	libm.so.6
	libnvidia-ml.so.1
	libpthread.so.0
	librt.so.1
short_desc: NVIDIA drivers for linux - Libraries and Utilities
sourcepkg: nvidia
state: installed

@JkktBkkt
Copy link
Contributor Author

JkktBkkt commented Jan 13, 2026

@revington I'm not sure if xbps-query checks that all dependencies are satisfied, but if those installed match what's listed in run_depends, that should be good.
Oh, also, if you're additionally using 32-bit libs (i.e. for Steam) you want to install matching version of nvidia-libs-32bit from hostdir/binpkgs/git_branch_name/multilib/nonfree/

EDIT: nvidia's changelog for 580.126.09 (released today) shows:

Fixed a bug that prevented certain display modes that require YUV 4:2:0 subsampling from working.

Maybe that's what's happening on your system?

@xlae13
Copy link

xlae13 commented Jan 14, 2026

Wanted to comment as well that I'm having some graphical glitches with the standard nvidia package, version 580.119.02 in X11. I'm on kernel 6.12.65_1. It's sure annoying, but I'm preoccupied with other work at the moment to do anything about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-package This PR adds a new package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Package request: official open source nvidia drivers