My issue might look simple for Linux gurus. And there are a lot of similar threads here on board and other boards. But I spent 2 days working on it, and still no progress

Could you please, guys, look into and help me? I believe that we will be able solve this issue.
I installed Debian 10.7 from "firmware" distributive (at first I tried "netinstall" one, but lately switched to distributive that includes non-free firmware). I chose Desktop environment at tasksel tool at installation stage, as well as KDE Plasma. But system starts on console mode. And if I try to run it by entering X or startx, I am getting a lot of errors:
- Code: Select all
Fatal server error:
X cannot run in framebuffer mode
Please specify BusIDs for all framebuffer devices.
xinit: saving up
xinit: Server terminated with error (1).
xinit: Unable to connect to X server: connection refused
xinit: server error
I googled a lot and found out 3 main directions for this or similar issue:
1. Installing ATI non-free drivers ( accordingly to this manual https://wiki.debian.org/AMDGPUDriverOnStretchAndBuster2 ; played with 20.45 version).
2. Installing free drivers ( accordingly this manual viewtopic.php?f=17&t=146093#p720067 )
3. Updating kernel headers.
4. Installing xserver-xorg-video-openchrome package.
But sadly nothing helped. But I am not Linux specialist and probably can do something wrong. I need your help and guidance, please.
Here is how exactly I did method # 1 (installation of ATI proprietary drivers):
- Code: Select all
apt-get install linux-headers-$(uname -r)
tar -xvf amdgpu-pro-20.45-1164792-ubuntu-20.04.tar.xz
cd amdgpu-pro-20.45-1164792-ubuntu-20.04
dpkg -i amdgpu-dkms-firmware_*.deb
dpkg -i amdgpu-core_*.deb amdgpu-dkms_*.deb
Also, it can be important, I skipped patching. Because patch tool failed (it was unable to locate target file "amdgpu_bios.c"). Even after cd to /usr/src/amdgpu* dir.
Here is more data you will probably need:
VGA adapter data:
- Code: Select all
05:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev ce)
So it’s AMD Athlon Gold 3150U CPU (codename "Picasso") containing GPU (probably Vega 3). Under Windows GPU recognizes as AMD Radeon 530 Series / AMD Radeon Graphics.
And here is Xorg logs taken from brand new / just installed system (recorded BEFORE installing any drivers / before any actions taken): https://pastebin.com/MWqEEYn2
Now I am ready to start from scratch. I re-installed Debian OS 10.7 and ready for new experiments.