LukeSmithxyz / LARBS

Luke's Auto-Rice Bootstrapping Scripts: Installation Scripts for My Arch Linux Meta-Distribution
GNU General Public License v3.0
2.03k stars 798 forks source link

Video playback is slowed down ? #468

Closed cyrilghali closed 2 years ago

cyrilghali commented 2 years ago

Hello, I don't know why, but any video on the internet takes a minute to load. I tried a new arch linux installation, with i3wm and nvidia drivers. The video loads instantly. I tried another new install with larbs, the video takes so long to load + the pulse mixer does not detect any of my sound devices (Dummy Output / Input only). I have also tried to install larbs for another user, alongside my i3wm install, same results. I don't expect anyone to solve my problem, but if anyone have a guess, I'll take it 😄

LukeSmithxyz commented 2 years ago

If you have some Nvidia thing, you'll probably want to check the Arch wiki for how to set that up, because LARBS doesn't do that automatically, so Xorg is probably not using your GPU properly. It's not really related to the script though.

For the audio issue, try killall pipewire and then restart Pipewire with setsid -f pipewire or something. This can be a system specific thing where sometimes it doesn't properly notice the audio card on a new system. You can consult the Arch wiki about that as well, just note that LARBS runs Pipewire and not Pulseaudio, although it has pulseaudio emulation libraries.

cyrilghali commented 1 year ago

The machine was originally configured for nvidia. Nowadays, when you install the nvidia drivers, there is no configuration needed

But fortunately: I logged in as root, removed the nvidia driver, and reinstalled it, and it works now.

Thanks for your time !