cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers & Software

Serpentarius13
Journeyman III

Lenovo Thinkbook G6+ with Ryzen 7 8845HS is unusable with Linux

I've purchased laptop a week ago and was very happy at the start before the problems began to occur specifically on Linux - Windows has it all okay. I've used latest Arch Linux via archinstall script with Wayland and SwayWM. No matter what Compositor you use - Wayland or X11, almost all Electron apps and Firefox, Webstorm, others stutter and lag very badly. I've first opened an issue on VSCode's github, but I can see now its not only their issue, and its not only me who has it. I tried every configuation thingy out there after creating reddit thread: https://www.reddit.com/r/archlinux/comments/1dsx7rz/comment/lbnk13r/, but it didnt work. Can someone tell me if its expected to have Linux support this laptop and why it doesnt now. Thank you.

0 Likes
5 Replies
ed6698
Adept III

You probably should ask the manufacturer of laptop about this.

Asus ROG Crosshair VIII Dark Hero - Ryzen 5950X - Noctua NH D15 Chromax Black - 4x8GB 32Gb GSkill DDR4 @3800 - Asus RTX 3070 TUF OC V2 - Samsung 980 Pro, 970 Evo Plus, Corsair Force GT - Super Flower 1000W Leadex SE Platinum
0 Likes

The Ryzen 7 8845HS uses the Radeon 780M IGPU: https://www.cpu-monkey.com/en/cpu-amd_ryzen_7_8845hs

Screenshot 2024-07-04 230112.png

 

So you need to find linux drivers that supports the 780M Integrated Graphics.  Need to see if Lenovo has linux drivers for your laptop.

 

Found this at Github using ROCM but not sure if you would understand it on how to enable AMD iGPU 780M in Linux: https://github.com/ollama/ollama/pull/5426/files

 

Here is another Github for enabling the 780M iGPU using Proxmox - Ryzen 7000 series - AMD Radeon 680M/780M/RDNA2/RDNA3 GPU passthrough: https://github.com/isc30/ryzen-7000-series-proxmox/

About

Get the Ryzen 7000 series processors with AMD Radeon 680M/780M integrated graphics or RDNA2/RDNA3 GPUs running with Proxmox, GPU passthrough and UEFI included.

 

Don't know how useful those Github links will be otherwise I would open a ticket at a Linux Forum like:  AMD Linux - Phoronix Forums 

 

NOTE: Most likely your issue is the Linux OS you have installed,  the driver is not compatible fully with the R 780M iGPU.

 

 

0 Likes

My system identifies the GPU and I installed all the drivers I could have, it still doesnt work

0 Likes
JLP
Adept II

Did you check system logs like systemd journal (e.g. via journalctl), kernel log (e.g. via dmesg), and X11 log (/var/log/Xorg.0.log). Sometimes some error/warning messages can also be seen if you launch the problematic application from terminal/console application (e.g. Konsole) and you can then see it complain if it is missing something or does not like something. Maybe there is some hint there about what could be wrong, e.g if the driver is not installed/configured right. The usual packages like mesa, xf86-video-amdgpu , vulkan-radeon, libva-mesa-driver should be installed for graphics drivers.

I'm using a laptop with the same integrated GPU here (Radeon 780M on Ryzen 7 7840HS CPU in KDE Slimbook V laptop with openSUSE Tumbleweed Linux and KDE Plasma 6.1 desktop) and all is fine with the latest drivers. At least with Firefox you mention. I don't use any Electron app so can't say anything about that.

--
Free society requires Free software
0 Likes

I have checked the packages you mentioned and they are all installed. There's nothing in the logs (dmesg shows nothing, journalctl too, and I dont use X11). Maybe its just a Lenovo laptop.. Guess I'll have to message them myself

0 Likes