Is it showing error?

|
Ainz29 2022-07-15 22:30:03
what is virtio port?
Ainz29 2022-07-15 22:32:10
world/qemu-guest-agent 7.0.0-10 0.61 MiB
world/qemu-guest-agent-openrc 20210505-2 0.00 MiB
error: failed to commit transaction (conflicting files)
qemu-guest-agent: /usr/share/man/man8/qemu-ga.8.gz exists in filesystem (owned by qemu)
Errors occurred, no packages were upgraded.
fernaovellozo 2022-07-15 22:33:39
Ainz29 2022-07-15 22:32:10
world/qemu-guest-agent 7.0.0-10 0.61 MiB
world/qemu-guest-agent-openrc 20210505-2 0.00 MiB
error: failed to commit transaction (conflicting files)
qemu-guest-agent: /usr/share/man/man8/qemu-ga.8.gz exists in filesystem (owned by qemu)
Errors occurred, no packages were upgraded.

you probably need to sort some stuff before moving forward

https://archlinux.org/news/qemu-700-changes-split-package-setup/

fernaovellozo 2022-07-15 22:34:23
not sure how artix has packaged this split
Ainz29 2022-07-15 22:37:11
fernaovellozo 2022-07-15 22:33:39
you probably need to sort some stuff before moving forward

https://archlinux.org/news/qemu-700-changes-split-package-setup/

I have the active arch repo and run a qemu-full look

most of the new packages are taken from artix which are the priority except one or two from the extra arch repo

Ash 2022-07-15 22:38:05
Is it showing error?
Ash 2022-07-15 22:38:26
Did you set environment variable?
fernaovellozo 2022-07-15 22:38:41
damn…. dude got banned
Ash 2022-07-15 22:38:46
What the fucking hell was that
wardenunit 2022-07-15 22:38:49
Ash 2022-07-15 22:38:26
Did you set environment variable?

You ask me about what?

AndrewBenn 2022-07-15 22:39:10
I think it was pacman -Q output
Ash 2022-07-15 22:39:10
wardenunit 2022-07-15 22:38:49
You ask me about what?

Sway Novideo obviously 😛

wardenunit 2022-07-15 22:39:29
Ash 2022-07-15 22:39:10
Sway Novideo obviously 😛

You tagged me but didn’t ask anything

Ash 2022-07-15 22:40:13
For sway to work with Nvidia
wardenunit 2022-07-15 22:40:51
Ash 2022-07-15 22:40:13
For sway to work with Nvidia

GLX is not related to Wayland compositors

wardenunit 2022-07-15 22:41:05
so using glxinfo is meaningless
wardenunit 2022-07-15 22:41:55
what are you trying to do btw?
wardenunit 2022-07-15 22:42:44
now for sway to work with nvidia things are simpler (at least on latest Artix with nvidia 495 )
Ash 2022-07-15 22:43:11
wardenunit 2022-07-15 22:40:51
GLX is not related to Wayland compositors

https://wiki.archlinux.org/title/PRIME#PRIME_render_offload

wardenunit 2022-07-15 22:44:07
Ash 2022-07-15 22:43:11
https://wiki.archlinux.org/title/PRIME#PRIME_render_offload

prime-run eglinfo

wardenunit 2022-07-15 22:44:44
wtih wayland compositors you should check with eglinfo instead of glxinfo
wardenunit 2022-07-15 22:45:19
(not sure what glxinfo/eglinfo would tell useful to you)
Ash 2022-07-15 22:45:32
wardenunit 2022-07-15 22:42:44
now for sway to work with nvidia things are simpler (at least on latest Artix with nvidia 495 )

It is working but when I run glxinfo it is showing some weird error and https://wiki.archlinux.org/title/Wayland#Requirements and I have set that env variable to ~/.config/environment.d/envvars.conf

wardenunit 2022-07-15 22:46:02
Ash 2022-07-15 22:45:32
It is working but when I run glxinfo it is showing some weird error and https://wiki.archlinux.org/title/Wayland#Requirements and I have set that env variable to ~/.config/environment.d/envvars.conf

because glx is api between opengl and x11

wardenunit 2022-07-15 22:46:10
of course it would fail if you disabled option xwayland
Ash 2022-07-15 22:46:14
wardenunit 2022-07-15 22:46:02
because glx is api between opengl and x11

Oh

wardenunit 2022-07-15 22:46:59
idk how’s that with nvidia because I removed my gpu today after I finished the game finally
wardenunit 2022-07-15 22:47:04
so I can’t check rn
Ash 2022-07-15 22:47:41
wardenunit 2022-07-15 22:46:59
idk how’s that with nvidia because I removed my gpu today after I finished the game finally

Did you set env vars as told in https://wiki.archlinux.org/title/Wayland#Requirements ?

wardenunit 2022-07-15 22:49:04
Ash 2022-07-15 22:47:41
Did you set env vars as told in https://wiki.archlinux.org/title/Wayland#Requirements ?

#!/bin/sh
export GBM_BACKEND=”nvidia-drm”
export __GLX_VENDOR_LIBRARY_NAME=”nvidia”
export WLR_NO_HARDWARE_CURSORS=1
exec “dbus-run-session sway –unsupported-gpu”

wardenunit 2022-07-15 22:49:14
I have this as sway startup script
Ash 2022-07-15 22:50:02
wardenunit 2022-07-15 22:49:04
#!/bin/sh
export GBM_BACKEND=”nvidia-drm”
export __GLX_VENDOR_LIBRARY_NAME=”nvidia”
export WLR_NO_HARDWARE_CURSORS=1
exec “dbus-run-session sway –unsupported-gpu”

Ah, Thanks 🙂

wardenunit 2022-07-15 22:50:45
Ash 2022-07-15 22:50:02
Ah, Thanks 🙂

btw you may add export LIBVA_DRIVER_NAME=”nvidia” to it if you want, if you’ll install NVENC/NVDEC backend for VAAPI: either nvidia-vaapi-driver-git or libva-nvidia-driver (both are available on AUR)

Senderman 2022-07-15 23:03:38
Ainz29 2022-07-15 22:32:10
world/qemu-guest-agent 7.0.0-10 0.61 MiB
world/qemu-guest-agent-openrc 20210505-2 0.00 MiB
error: failed to commit transaction (conflicting files)
qemu-guest-agent: /usr/share/man/man8/qemu-ga.8.gz exists in filesystem (owned by qemu)
Errors occurred, no packages were upgraded.

qemu-quest-agent is for guest systems iirc, you don’t need to install it to host system

capezotte 2022-07-15 23:47:10
artixlinux-485045.jpg
@Spektrum_light doctor wu
|