On 8/15/24 9:44 PM, Masaru Nomiya wrote:
DCR> On 8/15/24 3:45 AM, Masaru Nomiya wrote: DCR> > Felix would say; DCR> > DCR> > Please show the results of; DCR> > DCR> > $ inxi -Ga
DCR> Thanks Masaru,
DCR> How about:
DCR> $ inxi -Ga DCR> Graphics: DCR> Device-1: NVIDIA GF104GLM [Quadro 3000M] vendor: Hewlett-Packard DCR> driver: nvidia v: 390.157 alternate: nouveau,nvidia_drm non-free: DCR> series: 390.xx+ status: legacy (EOL~2022-11-22) last: release: 390.157 DCR> kernel: 6.0 xorg: 1.21 arch: Fermi code: GF1xx process: 40/28nm DCR> built: 2010-2016 pcie: gen: 1 speed: 2.5 GT/s lanes: 1 link-max: lanes: 16 [...] DCR> I run gnome-sudoku from the command line to specify a dark DCR> theme, so I notice when it generates errors. For example, I run DCR> it with:
DCR> $ GTK_THEME=Nordic-darker-standard-buttons-v40 gnome-sudoku &
DCR> These errors are new. Rather strange since everything works DCR> fine, it's like vulkan lost its mind with the last updates.
DCR> Any ideas?
Thanks.
Your nvidia Architecture is Fermi.
Then please have a look;
https://bbs.archlinux.org/viewtopic.php?id=273935
Best Regards.
Thanks Masaru! I saw that, but thought openSUSE did something to mask the errors since I had not seen any of that output before the last dup. Anyway, this is a laptop, so not much I can do about the card. Maybe I just need to remove all vulkan stuff. I'm not sure when it was installed or why. I certainly don't need it. Likely a dependency for something. Until then, it will just be: $ cat bin/gsudoku.sh #!/bin/sh theme="${1:-Nordic-darker-standard-buttons-v40}" export GTK_THEME="$theme" exec gnome-sudoku &>/dev/null & Problem solved! -- David C. Rankin, J.D.,P.E.