UbuntuAsahi / ubuntu-asahi

Native Ubuntu installations for Apple silicon hardware
https://ubuntuasahi.org/
870 stars 27 forks source link

GPU drivers #33

Closed HeshamAbdelgawad closed 1 year ago

HeshamAbdelgawad commented 1 year ago

When will the gpu drivers for ubuntu-asahi be released?

tobhe commented 1 year ago

Hi @HeshamAbdelgawad. GPU drivers are supported in kinetic and newer. Which version are you using?

HeshamAbdelgawad commented 1 year ago

I am using lunar

tobhe commented 1 year ago

Is this a fresh install or updated from a previous release? Can you share what cat /etc/apt/sources.list.d/asahi-ppa.list and apt list --installed | grep asahi return for you?

HeshamAbdelgawad commented 1 year ago

image

tobhe commented 1 year ago

so kernel and mesa are there and no /etc/apt/sources.list.d/asahi-ppa.list means this is a relatively new installation. Try cat /etc/apt/sources.list.d/extra-ppas.list instead but since this is a new installation I guess this shouldn't be the issue.

Why do you think the GPU is not working? What does glxinfo | grep -C 4 Accelerated give you (you might need to install mesa-utils for that)?

HeshamAbdelgawad commented 1 year ago

It says next to acceleration yes. 15 minutes ago, when i executed "screenfetch", the gpu section was empty, but now it recognized "apple m1". thanks for your help.

tobhe commented 1 year ago

Weird, but I'm glad it works now :) Closing this bug for now. Feel free to reopen this if it happens again.