LiteOS 5 Graphic error Radeon 3 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Video Cards (https://www.linuxliteos.com/forums/forumdisplay.php?fid=22) +--- Thread: LiteOS 5 Graphic error Radeon 3 (/showthread.php?tid=7242) |
LiteOS 5 Graphic error Radeon 3 - chriswp - 08-01-2020 Dear all, I just upgrade from version 4 to 5, but something wrong happened in my display. When login all the thing in monitor was scrambled. I tried to boot into recovery mode, then resume to normal mode everything is good. But when rebooted into normal mode the abnormal display was still there. Please tell me what I have to do to fix this issue. This is my test command result: Code: inxi Code: sudo lshw -c video --- chris wp Re: LiteOS 5 Graphic error Radeon 3 - Şerban S. - 08-07-2020 Hello! Quote:VGACON disables amdgpu kernel modesetting. There you have your answer! There are two sets of drivers that are overlapped: the installed drivers and the kernel drivers. It looks like Radeon is directly supported through kernel and you need to take a different approach on the installation process. Read the manual for proprietary drivers and installing Linux without this kind of drivers. Actually, without any drivers since it is supported "out of the box". A different approach. If you manage to boot into the normal mode, go to "Additional Drivers" or use CLI: Code: /usr/bin/software-properties-gtk --open-tab=4 See what proprietary drivers are installed and uninstall them, or, if this is the case and you are sure you want to test, install the AMD drivers. Maybe the kernel drivers are unappropriate for your specific version of video GPU. Another choice is to uninstall any Radeon driver you find installed, using Synaptic Package Manager. Good luck! Re: LiteOS 5 Graphic error Radeon 3 - lilred166 - 04-09-2021 try turning off screen compositing in window manager tweaks that worked for me |