Difference between revisions of "IT-OS-Linux-GPU"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (Created page with "* https://chatgpt.com/share/69495268-40b8-8003-ac5e-2bbc05162e34") |
Samerhijazi (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
* https://chatgpt.com/share/69495268-40b8-8003-ac5e-2bbc05162e34 | * https://chatgpt.com/share/69495268-40b8-8003-ac5e-2bbc05162e34 | ||
| + | |||
| + | * wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | ||
| + | * sudo apt install ./google-chrome-stable_current_amd64.deb | ||
| + | |||
| + | <pre class="code"> | ||
| + | sudo apt update | ||
| + | sudo apt upgrade -y | ||
| + | sudo apt install build-essential dkms linux-headers-$(uname -r) -y | ||
| + | lspci -nnk | grep -A3 VGA | ||
| + | ------------------------------------------------------------------------------------------------- | ||
| + | wget -qO - https://packages.amd.com/amd/linux/amdgpupro-public.key | sudo apt-key add - | ||
| + | sudo add-apt-repository "deb [arch=amd64] https://packages.amd.com/debian/ amdgpu-pro-22.40 main" | ||
| + | ------------------------------------------------------------------------------------------------- | ||
| + | glxinfo | grep "OpenGL renderer" | ||
| + | </pre> | ||
Latest revision as of 21:30, 22 December 2025
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo apt install ./google-chrome-stable_current_amd64.deb
sudo apt update sudo apt upgrade -y sudo apt install build-essential dkms linux-headers-$(uname -r) -y lspci -nnk | grep -A3 VGA ------------------------------------------------------------------------------------------------- wget -qO - https://packages.amd.com/amd/linux/amdgpupro-public.key | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://packages.amd.com/debian/ amdgpu-pro-22.40 main" ------------------------------------------------------------------------------------------------- glxinfo | grep "OpenGL renderer"