You are not logged in.
Pages: 1
Spotify acts up on my recent Arch install and displays distorted text at various positions in the interface. This is one example: https://imgur.com/PgTi6Nu
I tried installing xf86-video-intel (my laptop has an Intel Alder Lake-UP3 GT2 GPU) after seeing it recommended under a post, but it ended up making Spotify and my browser completely blank upon launch for some reason, so I uninstalled it.
Could you help me?
Last edited by insciwetrust (2023-07-21 09:21:07)
No gods, no masters!
Offline
https://bbs.archlinux.org/viewtopic.php?id=287316
Can you tell whether it's a recent regression (eg. w/ the last MESA updated)?
I tried installing xf86-video-intel
Remove that again.
Ok, you figured that ![]()
Last edited by seth (2023-07-21 05:35:58)
Offline
https://bbs.archlinux.org/viewtopic.php?id=287316
Can you tell whether it's a recent regression (eg. w/ the last MESA updated)?I tried installing xf86-video-intel
Remove that again.
Ok, you figured that
I set up Arch literally hours before posting this, so I cannot confirm whether it is because of an update ![]()
The problem you linked seems to be the same as mine, but creating /etc/profile.d/10-intel.sh with the following inside did not help:
#!/bin/sh
export MESA_LOADER_DRIVER_OVERRIDE=zinkNo gods, no masters!
Offline
Does it help to run it w/ "--disable-gpu" or "LIBGL_ALWAYS_SOFTWARE=1"
To be sure, after adding that file, did you re-login?
Offline
Does it help to run it w/ "--disable-gpu" or "LIBGL_ALWAYS_SOFTWARE=1"
To be sure, after adding that file, did you re-login?
I tried it with both and they did not work. To be clear, you mean like either of the following right?
#!/bin/sh
export MESA_LOADER_DRIVER_OVERRIDE=zink --disable-gpu#!/bin/sh
export MESA_LOADER_DRIVER_OVERRIDE=zink
LIBGL_ALWAYS_SOFTWARE=1I rebooted my system after each change.
No gods, no masters!
Offline
No.
killall spotify; spotify --disable-gpukillall spotify; LIBGL_ALWAYS_SOFTWARE=1 spotifyRemove the profile.d files, even if that was not mostly nonsense, you would not want it to work (and have global impact)
Offline
No.
killall spotify; spotify --disable-gpukillall spotify; LIBGL_ALWAYS_SOFTWARE=1 spotifyRemove the profile.d files, even if that was not mostly nonsense, you would not want it to work (and have global impact)
The first one works! How can I make this solution permanent?
No gods, no masters!
Offline
I will just assume that you mean "how can I have this apply when I click on some icon in some GUI launcher"?
Follow the pattern of https://wiki.archlinux.org/title/Spotify#HiDPI_Mode
Offline
Pages: 1