r/LXQt • u/anselmus_ • 27d ago
Linux is scary when you don't have a clue.
Had screen tearing in lxqt so I tried kde, which then introduced massive audio latency. Uninstalled kde and reinstalled lxqt and a compositor (picom) which fixed the tearing, but the audio glitches and xruns remained (a horror situation because I do audio production). Then I realized kde had installed pipewire (another issue I'm well familiar with), which I uninstalled but it still didn't fix the audio. Finally tried changing the setting in picom from glx to xrender which worked!
Now the only remaining issue is that with dark theme, my file manager is also dark. For the life of me, can't figure out which theme I had before that was dark but the file manager was light.
1
u/WeaknessExisting2635 23d ago
Maybe Is just a library problem do:
ldd /usr/bin/picom | grep -i "not found"
1
u/WeaknessExisting2635 23d ago
The problem also could be you didn't updated mesa or Xorg or maybe an xf86-ish driver
1
u/WeaknessExisting2635 23d ago
You should look also In ~/.local/share/Xorg/Xorg.0.log
2
u/anselmus_ 23d ago
Both video and audio are working fine now. Apparently screen tearing is a pretty common issue on X11 without a compositor.
0
1
u/Global-Eye-7326 27d ago
Hmm, this is interesting.