Hi all, I have a problem with the video card of the hp 255 g6 notebook.
Distributor ID: | Ubuntu |
---|---|
Description: | Ubuntu 20.04.1 LTS |
Release: | 20.04 |
Codename: | focal |
the problem is that if I log in to the pc the images are very distorted and you can't see the windows.
if you go to the initial login screen, everything is fine.
if i log in with xrdp it displays fine.
if i go into video control panel it gives me unknown video
place the output of the tested comads
in software Update -> additional drver ,nothing appears
i have checked proprietary idriver.
inxi -Fz
Graphics:
Device-1: AMD Stoney [Radeon R2/R3/R4/R5 Graphics] driver: amdgpu
v: 5.6.0.20.20
Display: x11 server: X.Org 1.20.8 driver: amdgpu,ati
unloaded: fbdev,modesetting,vesa resolution: 1364x768~50Hz
OpenGL: renderer: llvmpipe (LLVM 10.0.0 128 bits) v: 3.3 Mesa 20.0.5
this script was set at startup but did not solve the problem.
video.sh
#!/bin/sh
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode default "1368x768_60.00"
xrandr --output default --mode "1368x768_60.00"
can anyone help me?