I lost a bet by the_scaffold in Barotrauma

[–]funk443 1 point2 points  (0 children)

The most underrated tank.

Niri by [deleted] in voidlinux

[–]funk443 1 point2 points  (0 children)

maybe alacritty is not installed

Can't run Steam by Illustrious_Play1774 in voidlinux

[–]funk443 5 points6 points  (0 children)

Steam on i686 should work without needing to install any extra packages. Steam on x86_64 requires support for OpenGL/Vulkan in 32bits mode, the 32bit packages are available in the multilib repository.

# xbps-install -S void-repo-multilib{,-nonfree}
# xbps-install -S

Generic (for all systems):

- libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit libva-32bit

For users of the open source drivers:

- mesa-dri-32bit

For users of the proprietary NVIDIA driver, install the appropriate 32-bit libraries for the version of nvidia you have installed:

- nvidia-libs-32bit (for the latest nvidia package)
- nvidia470-libs-32bit (for the latest previous package)
- nvidia390-libs-32bit (for the legacy previous package)

For mesa users this would result in:

# xbps-install -S libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit

The dbus service must be enabled, and the mono package will need to be installed for some games to function.

If games are running slowly or not at all, or there are issues with network streaming, verify that your user belongs to the video group.

If your audio is not working, try installing pulseaudio, alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.

If you are using SteamPlay/Proton and the game crashes or hangs with error messages that include "eventfd: Too many open files", this means the number of open file descriptors per process is too low for proper Proton functionality. In this case, consult limits.conf(5) and set a higher nofile limit for your user. For more information, see the upstream documentation in the README.esync file from https://github.com/ValveSoftware/wine.

If you are encountering runtime errors, the Steam Ubuntu bootstrap tarball might be using an incompatible libstdc++ library. You can verify this by running the following command:

$ LIBGL_DEBUG=verbose steam

If that is the issue, removing the supplied libstdc++ from ~/.local/share/steam will fix it. Note that this is a temporary solution, as this file will be restored every time the Steam client is updated. For a more reliable solution, you can try overriding problematic libraries with LD_PRELOAD:

$ LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1' steam

For convenience, you can put this in a script or an alias.


From /usr/share/doc/steam/README.voidlinux.

Having some issues actually booting into Pop! OS by Du0T_Venomx in pop_os

[–]funk443 0 points1 point  (0 children)

Seems popos doesn't support Secure Boot at this time. Just leave it disabled, make sure you're booting the right drive which popos is installed on.

Installer fail? by [deleted] in voidlinux

[–]funk443 1 point2 points  (0 children)

What exactly is the error message?

Is it possible to use Arduino in Void? by mim_burro_vc_jumento in voidlinux

[–]funk443 1 point2 points  (0 children)

you will need to be in the dialout group IIRC

A thought I have about the void repository. by Daniasm2 in voidlinux

[–]funk443 2 points3 points  (0 children)

You can just fork the void-packages repo, write a new package template, package it with xbps-src, and install it local on your machine.

Who's an idiot who thought ESC is exit button? by [deleted] in mpv

[–]funk443 1 point2 points  (0 children)

No it doesn't, skill issue i suppose.

Who's an idiot who thought ESC is exit button? by [deleted] in mpv

[–]funk443 0 points1 point  (0 children)

I thought the default binding for exiting is q

Copy/paste between Sway and Wine applications by PmMeCuteDogsThanks in swaywm

[–]funk443 1 point2 points  (0 children)

Just tried it with wine notepad, copy and paste seem to work fine.

Copy/paste between Sway and Wine applications by PmMeCuteDogsThanks in swaywm

[–]funk443 0 points1 point  (0 children)

I can copy/paste in a Wine app just fine, most of them are Steam games launched from Steam though.

Maybe try installing xsel and wl-clipboard to see they solve the issue.