amd treiber für linux mint wie geht das?

Das Ergebnis basiert auf 3 Abstimmungen

oder versteh ich es nicht weil ich neu auf linux bin 100%
bin ich dumm 0%

2 Antworten

Add kisak-mesa PPA:

sudo add-apt-repository ppa:kisak/kisak-mesa

Enable 32 bit architecture (if you haven't already):

sudo dpkg --add-architecture i386 

Upgrade your system:

sudo apt update && sudo apt upgrade

Install support for 32-bit games:

sudo apt install libgl1-mesa-dri:i386

Install support for Vulkan API (will be functional only if you have a Vulkan capable GPU):

sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386

Reboot to apply changes.

https://github.com/lutris/docs/blob/master/InstallingDrivers.md

Woher ich das weiß:Studium / Ausbildung – Informatik
Von Experte guenterhalt bestätigt
oder versteh ich es nicht weil ich neu auf linux bin

Windows kannst du nur in einer VM ausführen. Du meinst vmtl ein Windows Programm, oder?

Suche doch mal nach dem Programm bei winehq.org und schaue, wie es mit der Kompatibilität ist.

Das Programm,das du nutzt heißt Übrigens Wine und nicht winehq. 😉


kratzpel 
Fragesteller
 26.06.2021, 21:43

ich kann ja ohne den treiber wine sachen nicht ausführen

0
julihan41  26.06.2021, 23:27
@kratzpel

Also eigentlich sollte Wine den Treiber vom kernel weiterreichen 🙈

0
kratzpel 
Fragesteller
 03.07.2021, 15:08
@julihan41

sorry hatte das mit einem anderen programm verwechrlst

0