pop-os / cosmic-epoch

Next generation Cosmic desktop environment
2.74k stars 77 forks source link

archlinux: all system icon are just black #451

Closed woodgear closed 1 month ago

woodgear commented 1 month ago

image

mmstick commented 1 month ago

Did you install Vulkan drivers? For AMD you need to use vulkan-radeon (RADV) instead of amdvlk.

woodgear commented 1 month ago

still not work... lspci |grep VGA 08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir [Radeon RX Vega 6 (Ryzen 4000/5000 Mobile Series)] (rev d9)

❯ yay -Q |grep vlk

❯ yay -Q |grep vul djvulibre 3.5.28-6 vulkan-headers 1:1.3.285-1 vulkan-icd-loader 1.3.285-1 vulkan-radeon 1:24.1.4-2

soloturn commented 1 month ago

did you install cosmic-session-git from AUR or differently?

woodgear commented 1 month ago

yes 。 i install via yay -s cosmic-session-git

Qualadia commented 1 month ago

Hi! Having the same problem on intel integrated graphics. Also from aur.

[no@no]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
[no@no]$ paru -Q | grep "vlk"
[no@no]$ paru -Q | grep "vul"
djvulibre 3.5.28-6
lib32-vulkan-icd-loader 1.3.279-1
vulkan-headers 1:1.3.285-1
vulkan-icd-loader 1.3.285-1
vulkan-tools 1.3.269-1
chdalski commented 1 month ago

I had the same issue and needed to install the vulkan-drivers for my graphic cards (Intel iGPU and nvidia dGPU) as @mmstick suggested. How to depends on the drivers your using (open-source vs. closed-source). For arch take a look here.

woodgear commented 1 month ago

make sure vulkaninfo works normal. and the icon display normal.

cfuehrmann commented 1 month ago

The following command did the job for me: paru -S vulkan-intel.

piotr25691 commented 3 days ago

The following command did the job for me: paru -S vulkan-intel.

Update: You do not need the AUR to install these drivers, just use the relevant sudo pacman command instead, eg.

# Intel Integrated GPUs
sudo pacman -S vulkan-intel
# AMD GPUs
sudo pacman -S vulkan-radeon
# NVIDIA GPUs
sudo pacman -S vulkan-nouveau