The only system and yea... I the same thing happened when i made a new user and changed the settings and terminal icon from menu editor to my preferred.. I re install the desktop, dconf reset, i reseted the gnome icons by command and still nothing... I think i might update to 17.3 and see
[BUG]
In respect of your graphics, Brave A.I. search engine via mojeek suggests:
AMD vs Intel in Ubuntu 22.04
To use AMD over Intel with discrete graphics in Ubuntu 22.04, you can follow these steps:
- Install the AMD GPU Drivers :
- Open a terminal and add the PPA for the latest AMD GPU drivers:
sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt update
sudo apt install xserver-xorg-video-amdgpu
- Alternatively, you can install the proprietary AMD drivers:
sudo apt install amdgpu-pro
- Configure the System to Use the AMD GPU :
- You can use the
prime-select
tool to switch between the integrated Intel GPU and the discrete AMD GPU. First, install thenvidia-prime
package:
sudo apt install nvidia-prime
- Switch to the AMD GPU:
sudo prime-select amd
- Reboot your system to apply the changes:
sudo reboot
- Verify the Configuration :
- After rebooting, you can verify that the AMD GPU is being used by running:
prime-select query
- You should see
amd
as the output if the switch was successful.
- Optional: Install Prime Indicator :
- For a more user-friendly way to switch between GPUs, you can install the Prime Indicator app:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install prime-indicator
- Log out and log back in to see the Prime Indicator in your system tray. You can use this to switch between GPUs without using the terminal.
By following these steps, you should be able to use the AMD GPU over the Intel integrated graphics in Ubuntu 22.04. If you encounter any issues, ensure that your system is up to date and that the necessary kernel parameters are correctly configured.
Hey everyone i want to say the problem has been solved by updating to zorin 17.3
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.