this post was submitted on 03 May 2024
30 points (96.9% liked)

Linux

48371 readers
1395 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I have the amd 6700 gpu. When i run lutris in the terminal it cant find vulkaninfo or fluidsynth

you are viewing a single comment's thread
view the rest of the comments
[–] fhein@lemmy.world 5 points 6 months ago* (last edited 6 months ago) (1 children)

IIRC you need to install vulkan both for 32 and 64 bits at least for some Lutris stuff, so it might be a good start to verify that you have that.

On my system:

/usr/bin/vulkaninfo is owned by package vulkan-tools

/usr/lib64/libfluidsynth.so.3 is owned by fluidsynth-libs

I don't have the 32-bit version of either of those packages though, so that wasn't necessary for the games I've played at least. Can't remember if I installed them manually or if I got them through some metapackage.

[–] mariah@feddit.rocks 1 points 6 months ago (1 children)

I installed those, but i get theme parsing error: gtk-dark.css:6610:68: invalid name of pseudo-class when running lutris and it wont launch

[–] d3Xt3r 3 points 6 months ago* (last edited 6 months ago) (1 children)

Most likely that's a theme issue. Close Lutris, change back to the default Adwaita theme and try again.

[–] mariah@feddit.rocks 0 points 6 months ago (1 children)

I set it with lxappearance and it still wont open

[–] d3Xt3r 1 points 6 months ago (2 children)

Are you on Wayland? If so, try setting the theme using Nwg-Look instead. If not, stick with LXappearance. Also btw I just found out that LXappearance doesn't apply GTK settings directly, you'll need log off and on for the change to take place, if you haven't done that already.

Also, what's the DE that you're using? Because if you're not on Gnome (from the sounds of it, you're on LXQt?), you may need to install certain GTK theme engine dependencies like gnome-themes-extra and gtk-murrine-engine. Reboot (or logoff/on), and try again.

Also worth trying a different theme such as Breeze or Arc. Maybe try a light variant as well.

If all else fails, open a bug report on the Lutris github.

[–] mariah@feddit.rocks 2 points 6 months ago

Ill try nwg-look. Im on hyprland

[–] mariah@feddit.rocks 1 points 6 months ago (1 children)

Well the errors gone but it still wont open

[–] d3Xt3r 1 points 6 months ago* (last edited 6 months ago)

Run journalctl -f before starting Lutris, then launch Lutris and check the journalctl for any errors.