logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#26 19-01-2021 14:47:48

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

essayé ceci :

https://forum.mxlinux.org/viewtopic.php … 5&start=10

sudo apt install git
mkdir ~/git && cd ~/git
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
sudo cp -r linux-firmware/amdgpu /lib/firmware
sudo update-initramfs -u -k all



pas de résultat , debian est toujours planté .

lspci -nnkd::0300


0a:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] [1002:73bf] (rev c3)
  Subsystem: Sapphire Technology Limited Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] [1da2:e437]
  Kernel modules: amdgpu
 



sudo dmesg | grep -iE "amdgpu|drm"


[    1.410922] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    1.757224] ata7.00: supports DRM functions and may not be fully accessible
[    1.757919] ata7.00: supports DRM functions and may not be fully accessible
[    2.583107] systemd[1]: Starting Load Kernel Module drm...
[    2.587659] systemd[1]: modprobe@drm.service: Succeeded.
[    2.587729] systemd[1]: Finished Load Kernel Module drm.
[    2.917494] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.



sudo dmesg | tail -n 200


[    2.449020] systemd[1]: Inserted module 'autofs4'
[    2.465097] systemd[1]: systemd 247.2-4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    2.484484] systemd[1]: Detected architecture x86-64.
[    2.484727] systemd[1]: Set hostname to <testing>.
[    2.506502] systemd-sysv-generator[333]: SysV service '/etc/init.d/hddtemp' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    2.562958] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    2.578647] systemd[1]: Queued start job for default target Graphical Interface.
[    2.579305] systemd[1]: Created slice system-getty.slice.
[    2.579431] systemd[1]: Created slice system-modprobe.slice.
[    2.579546] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.579625] systemd[1]: Created slice User and Session Slice.
[    2.579661] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.579729] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.579760] systemd[1]: Reached target User and Group Name Lookups.
[    2.579768] systemd[1]: Reached target Remote File Systems.
[    2.579774] systemd[1]: Reached target Slices.
[    2.579841] systemd[1]: Listening on Syslog Socket.
[    2.579878] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.579900] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.579965] systemd[1]: Listening on Journal Audit Socket.
[    2.579999] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.580036] systemd[1]: Listening on Journal Socket.
[    2.580088] systemd[1]: Listening on udev Control Socket.
[    2.580120] systemd[1]: Listening on udev Kernel Socket.
[    2.580418] systemd[1]: Mounting Huge Pages File System...
[    2.580796] systemd[1]: Mounting POSIX Message Queue File System...
[    2.581136] systemd[1]: Mounting Kernel Debug File System...
[    2.581455] systemd[1]: Mounting Kernel Trace File System...
[    2.582033] systemd[1]: Starting Set the console keyboard layout...
[    2.582405] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.582774] systemd[1]: Starting Load Kernel Module configfs...
[    2.583107] systemd[1]: Starting Load Kernel Module drm...
[    2.583475] systemd[1]: Starting Load Kernel Module fuse...
[    2.584131] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.584153] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.585044] systemd[1]: Starting Journal Service...
[    2.585732] systemd[1]: Starting Load Kernel Modules...
[    2.586124] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.586493] systemd[1]: Starting Coldplug All udev Devices...
[    2.587136] systemd[1]: Mounted Huge Pages File System.
[    2.587186] systemd[1]: Mounted POSIX Message Queue File System.
[    2.587224] systemd[1]: Mounted Kernel Debug File System.
[    2.587267] systemd[1]: Mounted Kernel Trace File System.
[    2.587382] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.587496] systemd[1]: modprobe@configfs.service: Succeeded.
[    2.587574] systemd[1]: Finished Load Kernel Module configfs.
[    2.587659] systemd[1]: modprobe@drm.service: Succeeded.
[    2.587729] systemd[1]: Finished Load Kernel Module drm.
[    2.588091] systemd[1]: Mounting Kernel Configuration File System...
[    2.589017] systemd[1]: Mounted Kernel Configuration File System.
[    2.589998] EXT4-fs (nvme0n1p2): re-mounted. Opts: errors=remount-ro
[    2.590047] fuse: init (API version 7.32)
[    2.590395] systemd[1]: modprobe@fuse.service: Succeeded.
[    2.590493] systemd[1]: Finished Load Kernel Module fuse.
[    2.590636] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.591077] systemd[1]: Mounting FUSE Control File System...
[    2.593074] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.593095] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    2.593421] systemd[1]: Starting Load/Save Random Seed...
[    2.593842] systemd[1]: Starting Create System Users...
[    2.594313] systemd[1]: Finished Load Kernel Modules.
[    2.594374] systemd[1]: Mounted FUSE Control File System.
[    2.594744] systemd[1]: Starting Apply Kernel Variables...
[    2.600305] systemd[1]: Finished Load/Save Random Seed.
[    2.600369] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    2.601368] systemd[1]: Finished Apply Kernel Variables.
[    2.603116] systemd[1]: Finished Create System Users.
[    2.603467] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.608910] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.609651] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.622485] systemd[1]: Finished Set the console keyboard layout.
[    2.622541] systemd[1]: Reached target Local File Systems (Pre).
[    2.629355] systemd[1]: Finished Coldplug All udev Devices.
[    2.629864] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[    2.631697] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
[    2.632426] systemd[1]: Started Journal Service.
[    2.704671] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.808027] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null)
[    2.824786] Adding 1000444k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1000444k SSFS
[    2.825693] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    2.825906] sd 5:0:0:0: Attached scsi generic sg0 type 0
[    2.826472] sd 6:0:0:0: Attached scsi generic sg1 type 0
[    2.826947] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.827005] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.827053] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.830047] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    2.830164] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    2.830685] pstore: Using crash dump compression: deflate
[    2.830692] pstore: Registered efi as persistent store backend
[    2.834441] asus_wmi: ASUS WMI generic driver loaded
[    2.835360] asus_wmi: Initialization: 0x0
[    2.835382] asus_wmi: BIOS WMI version: 0.9
[    2.835474] asus_wmi: SFUN value: 0x0
[    2.835476] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    2.835790] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input7
[    2.874503] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    2.874504] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.876835] audit: type=1400 audit(1611061383.203:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1575 comm="apparmor_parser"
[    2.876838] audit: type=1400 audit(1611061383.203:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1575 comm="apparmor_parser"
[    2.877083] audit: type=1400 audit(1611061383.203:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=1580 comm="apparmor_parser"
[    2.877177] audit: type=1400 audit(1611061383.203:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1588 comm="apparmor_parser"
[    2.877255] audit: type=1400 audit(1611061383.203:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1589 comm="apparmor_parser"
[    2.877432] audit: type=1400 audit(1611061383.203:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1587 comm="apparmor_parser"
[    2.877434] audit: type=1400 audit(1611061383.203:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1587 comm="apparmor_parser"
[    2.877436] audit: type=1400 audit(1611061383.203:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1587 comm="apparmor_parser"
[    2.877856] audit: type=1400 audit(1611061383.203:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1581 comm="apparmor_parser"
[    2.878986] cryptd: max_cpu_qlen set to 1000
[    2.882334] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    2.882336] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[    2.882371] snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
[    2.888176] AVX2 version of gcm_enc/dec engaged.
[    2.888177] AES CTR mode by8 optimization enabled
[    2.917494] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    2.935384] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input8
[    2.935418] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input9
[    2.935446] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input10
[    2.935473] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input11
[    2.935500] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input12
[    2.935532] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input13
[    2.945787] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    2.945790] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.945791] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.945792] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.945793] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    2.945794] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.945795] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    2.945796] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    2.945797] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    2.954117] kvm: Nested Virtualization enabled
[    2.954135] SVM: kvm: Nested Paging enabled
[    2.954135] SVM: Virtual VMLOAD VMSAVE supported
[    2.954136] SVM: Virtual GIF supported
[    2.981459] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input14
[    2.981495] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input15
[    2.981523] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input16
[    2.981549] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input17
[    2.981578] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input18
[    2.981603] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input19
[    2.981628] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input20
[    2.981675] snd_hda_intel 0000:0c:00.4: device 1043:8733 is on the power_save denylist, forcing power_save to 0
[    3.021437] MCE: In-kernel MCE decoding enabled.
[    3.037510] EDAC amd64: F17h_M70h detected (node 0).
[    3.037555] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.104867] EDAC amd64: F17h_M70h detected (node 0).
[    3.104909] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.196938] EDAC amd64: F17h_M70h detected (node 0).
[    3.196985] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.316904] EDAC amd64: F17h_M70h detected (node 0).
[    3.316950] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.408822] EDAC amd64: F17h_M70h detected (node 0).
[    3.408870] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.488996] EDAC amd64: F17h_M70h detected (node 0).
[    3.489047] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.592845] EDAC amd64: F17h_M70h detected (node 0).
[    3.592889] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.676821] EDAC amd64: F17h_M70h detected (node 0).
[    3.676870] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.788860] EDAC amd64: F17h_M70h detected (node 0).
[    3.788907] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.876890] EDAC amd64: F17h_M70h detected (node 0).
[    3.876936] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.968885] EDAC amd64: F17h_M70h detected (node 0).
[    3.968927] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.076840] EDAC amd64: F17h_M70h detected (node 0).
[    4.076880] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.148980] EDAC amd64: F17h_M70h detected (node 0).
[    4.149027] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.236969] EDAC amd64: F17h_M70h detected (node 0).
[    4.237020] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.308970] EDAC amd64: F17h_M70h detected (node 0).
[    4.309018] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.352986] EDAC amd64: F17h_M70h detected (node 0).
[    4.353033] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.657560] rfkill: input handler disabled
[    6.133493] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[    6.241229] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   12.328097] rfkill: input handler enabled
[   13.406648] rfkill: input handler disabled
[   57.427789] device-mapper: uevent: version 1.0.3
[   57.427834] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   58.521297] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   58.527768] JFS: nTxBlock = 8192, nTxLock = 65536
[   58.549250] QNX4 filesystem 0.2.3 registered.
[   58.620445] raid6: avx2x4   gen() 35242 MB/s
[   58.688446] raid6: avx2x4   xor() 10827 MB/s
[   58.756445] raid6: avx2x2   gen() 36929 MB/s
[   58.824445] raid6: avx2x2   xor() 25228 MB/s
[   58.892445] raid6: avx2x1   gen() 29526 MB/s
[   58.960445] raid6: avx2x1   xor() 18773 MB/s
[   59.028445] raid6: sse2x4   gen() 18169 MB/s
[   59.096446] raid6: sse2x4   xor()  8319 MB/s
[   59.164445] raid6: sse2x2   gen() 20417 MB/s
[   59.232445] raid6: sse2x2   xor() 13169 MB/s
[   59.300446] raid6: sse2x1   gen() 15880 MB/s
[   59.368445] raid6: sse2x1   xor()  9682 MB/s
[   59.368446] raid6: using algorithm avx2x2 gen() 36929 MB/s
[   59.368446] raid6: .... xor() 25228 MB/s, rmw enabled
[   59.368447] raid6: using avx2x2 recovery algorithm
[   59.369608] xor: automatically using best checksumming function   avx      
[   59.410990] Btrfs loaded, crc32c=crc32c-intel



glxinfo -B


name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 11.0.1, 256 bits) (0xffffffff)
    Version: 20.3.2
    Accelerated: no
    Video memory: 15983MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 11.0.1, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 20.3.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 20.3.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Hors ligne

#27 19-01-2021 15:27:49

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Hors ligne

#28 19-01-2021 16:43:32

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

Hello
regarde la je sais pas si cela peut aider
https://www.amd.com/en/support/kb/relea … inux-20-45

-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#29 19-01-2021 19:17:25

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

merci croutons .

je suis tombé sur çà :  https://linuxconfig.org/how-to-install- … a-from-git

qu'en pensez vous ?

./autogen.sh , déjà , fonctionne pas .
le script n'existe pas.

j'ai réussi à compiler mesa . çà n'a pas été simple .
il a fallu que je glisse un

sudo apt build-dep mesa


irc a écrit :

<dcbaker> you might try `sudo apt build-dep mesa`


et meson a pu compiler .
malheureusement , au redémarrage , mesa est toujours en 20.3.2
seul sid est en 20.3.3
quand à la version 21 , elle est en développement , et , pour l'instant , réservée à ubuntu .

irc a écrit :

<dcbaker> dany_wilde: version 21.0 is still in the release candidate phase, there is not stable release yet



comprends pas , j'ai essayé :

- firmware-amd-graphics 20201118-1 testing : echec (normal)
- firmware-amd-graphics 20201218-1 sid      : echec
- firmware-amd-graphics 20201218-1 testing : echec
- firmware-amd-graphics 22021218-2 (sid)    : echec
- amdgpu git : echec
- amdgpu-pro 20.45 : echec
- ubuntu 20.10 avec kernel 5.10 et le dossier amdgpu de git  : succès

glxinfo -B (ubuntu)


name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: X.Org (0x1002)
    Device: AMD SIENNA_CICHLID (DRM 3.40.0, 5.10.0-051000-generic, LLVM 11.0.0) (0x73bf)
    Version: 20.2.6
    Accelerated: yes
    Video memory: 16384MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
    VBO free memory - total: 16073 MB, largest block: 16073 MB
    VBO free aux. memory - total: 11938 MB, largest block: 11938 MB
    Texture free memory - total: 16073 MB, largest block: 16073 MB
    Texture free aux. memory - total: 11938 MB, largest block: 11938 MB
    Renderbuffer free memory - total: 16073 MB, largest block: 16073 MB
    Renderbuffer free aux. memory - total: 11938 MB, largest block: 11938 MB
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 16384 MB
    Total available memory: 28366 MB
    Currently available dedicated video memory: 16073 MB
OpenGL vendor string: X.Org
OpenGL renderer string: AMD SIENNA_CICHLID (DRM 3.40.0, 5.10.0-051000-generic, LLVM 11.0.0)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.2.6
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.2.6
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
 

Dernière modification par Debian Alain (19-01-2021 22:48:12)

Hors ligne

#30 20-01-2021 07:03:17

anonyme
Invité

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

les versions d'ubuntu


Device: AMD SIENNA_CICHLID (DRM 3.40.0, 5.10.0-051000-generic, LLVM 11.0.0) (0x73bf)
    Version: 20.2.6
 


les versions debian testing


Device: AMD Radeon(TM) Vega 8 Graphics (RAVEN, DRM 3.40.0, 5.10.0-1-amd64, LLVM 11.0.1) (0x15dd)
    Version: 20.3.2
 



les drm de mesa (drm2 , drm-common etc ) sont supérieure sur debian
llvm identique
version de mesa supérieure sur debian
le noyau d ubuntu exotique "5.10.0-051000-generic"

ps: sur debian la prochaine version de mesa (sur sid )ne sera  sur testing que lorsque toutes les dépendances pourront migrer aussi .

un bon test est de lancer debian en mode serveur (minimal) sans bureau , si ça plante tu peu  oublier mesa.
c'est le noyau + firmware-amd-graphics qui ne sont pas compatible ( modesetting ) avec ton matériel
tu peu regarder les erreurs du syslog avec (si tu a la main sur le système encore ) et sans firmware amd (et bien sur sans "nomodeset=1" dans grub puisque la on sait que ça fonctionne avec une résolution pourri )

on a bien compris ça fonctionne sous ubuntu et pas sur debian , mais "bidouiller" mesa pas une bonne idée
en mode minimal prise en charge du matériel graphique (pas de serveur Wayland ou Xorg  et pas de 3D )
tu a normalement la prise en charge de ton écran en résolution native (je suppose en 4k dans ton cas )

tu vois bien que c'est au chargement du noyau que cela plante , et pas a cause du serveur graphique .

pour info la version de testing pour les DRM de mesa


apt policy libdrm2
libdrm2:
  Installé : 2.4.103-2
  Candidat : 2.4.103-2
 Table de version :
 *** 2.4.103-2 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
        100 /var/lib/dpkg/status
 



et


apt policy libdrm-common
libdrm-common:
  Installé : 2.4.103-2
  Candidat : 2.4.103-2
 Table de version :
 *** 2.4.103-2 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
        500 http://deb.debian.org/debian bullseye/main i386 Packages
        100 /var/lib/dpkg/status
 

Dernière modification par anonyme (20-01-2021 07:10:49)

#31 20-01-2021 09:17:37

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

je viens de passer en mesa 21 ce matin .

glxinfo -B


name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 11.0.0, 256 bits) (0xffffffff)
    Version: 21.1.0
    Accelerated: no
    Video memory: 15983MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 11.0.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.1.0-devel (git-60ead6e04b)
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 21.1.0-devel (git-60ead6e04b)
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.0-devel (git-60ead6e04b)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
 



hier , j'ai aussi modifié le kernel 5.10.8

config - Linux/x86 5.10.8 Kernel Configuration
 > Device Drivers > Graphics support > Display Engine Configuration >
 [*] AMD DC - Enable new display engine                           │ │  
  │ │    [*] DCN 3.0 family                                               │ │  
  │ │    [ ] Enable HDCP support in DC                                    │ │  
  │ │    [ ] AMD DC support for Southern Islands ASICs



en théorie , d'après un forum anglais , çà devrai fonctionner .
sauf que non .
la prise en charge s'est améliorée :
plus besoin de nomodeset=1 mais la carte est toujours pas  reconnue .

je repasse en kernel 5.10.0-1 .
pour mesa , je ne sais comment faire pour la downgrader.
compilée avec meson .
installée avec ninja .
désinstallation : 

ninja -C build uninstall



reinstallation de mesa :

sudo apt install --reinstall mesa-utils



je suis toujours en mesa 21 - dev . j'espère que j'ai pas gaffé ...

Dernière modification par Debian Alain (20-01-2021 11:47:11)

Hors ligne

#32 20-01-2021 13:32:02

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

si j'ai bien compris la réponse des dev' s ,

le noyau n'est pas prêt pour la nouvelle carte .

en tout cas le noyau de testing .

je viens de passer ma testing en sid .

maintenant , j'ai le noyau 5.10.0-1 (5.10.5-1)

et je peux booter .

l'écran est toujours aussi dégueulasse (1024 x 768) mais au moins je peux booter

voilà qques rapports . d'où vient l'erreur ?

journalctl -k --boot=-1


Hint: You are currently not seeing messages from other users and the system.
      Users in groups 'adm', 'systemd-journal' can see all messages.
      Pass -q to turn off this notice.
-- Journal begins at Thu 2021-01-14 22:25:41 CET, ends at Wed 2021-01-20 18:10:51 CET. --
-- No entries --



sudo dmesg | grep -iE "drm|amdgpu"


[sudo] Mot de passe de alain :
[    1.793917] ata7.00: supports DRM functions and may not be fully accessible
[    1.794676] ata7.00: supports DRM functions and may not be fully accessible
[    2.550720] systemd[1]: Starting Load Kernel Module drm...
[    2.568194] systemd[1]: modprobe@drm.service: Succeeded.
[    2.568326] systemd[1]: Finished Load Kernel Module drm.
 



sudo dmesg -l warn


[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.493022]   #2
[    0.493068]   #3
[    0.495178]   #4
[    0.497068]   #5
[    0.501069]   #6
[    0.503210]   #7
[    0.505066]   #8
[    0.507234]   #9
[    0.509076]  #10
[    0.511176]  #11 #12 #13 #14 #15
[    1.191735]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    1.295585] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.295629] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.295653] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.295706] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.315485] nvme nvme0: missing or invalid SUBNQN field.
[    1.317481] usb: port power management may be unreliable
[    1.793917] ata7.00: supports DRM functions and may not be fully accessible
[    1.794676] ata7.00: supports DRM functions and may not be fully accessible
[    1.818365] usb 3-4: config 1 has an invalid interface number: 2 but max is 1
[    1.818367] usb 3-4: config 1 has no interface number 1
[    2.493097] systemd-sysv-generator[339]: SysV service '/etc/init.d/hddtemp' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    2.533213] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed



sudo dmesg | tail -n 200


[    1.841820] hid: raw HID events driver (C) Jiri Kosina
[    1.854257] usbcore: registered new interface driver usbhid
[    1.854258] usbhid: USB HID core driver
[    1.855287] hid-generic 0003:0B05:18F3.0001: hiddev0,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:05:00.3-4/input2
[    1.855333] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-3/5-3:1.0/0003:046D:C077.0002/input/input2
[    1.855356] hid-generic 0003:046D:C077.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:0c:00.3-3/input0
[    1.920883]  sda: sda1
[    1.921190] sd 5:0:0:0: [sda] Attached SCSI disk
[    1.969031] usb 5-4: new full-speed USB device number 3 using xhci_hcd
[    2.144206] usb 5-4: New USB device found, idVendor=046d, idProduct=c318, bcdDevice=55.03
[    2.144208] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.144208] usb 5-4: Product: Logitech Illuminated Keyboard
[    2.144209] usb 5-4: Manufacturer: Logitech
[    2.160956] PM: Image not found (code -22)
[    2.175270] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-4/5-4:1.0/0003:046D:C318.0003/input/input3
[    2.209047] tsc: Refined TSC clocksource calibration: 3593.249 MHz
[    2.209055] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33cb698e952, max_idle_ns: 440795267109 ns
[    2.209087] clocksource: Switched to clocksource tsc
[    2.237125] hid-generic 0003:046D:C318.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:0c:00.3-4/input0
[    2.241345] input: Logitech Logitech Illuminated Keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-4/5-4:1.1/0003:046D:C318.0004/input/input4
[    2.301089] hid-generic 0003:046D:C318.0004: input,hiddev1,hidraw3: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:0c:00.3-4/input1
[    2.357880] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.385070] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    2.432928] systemd[1]: Inserted module 'autofs4'
[    2.446050] systemd[1]: systemd 247.2-5 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    2.465063] systemd[1]: Detected architecture x86-64.
[    2.465382] systemd[1]: Set hostname to <testing>.
[    2.493097] systemd-sysv-generator[339]: SysV service '/etc/init.d/hddtemp' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    2.533213] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    2.546425] systemd[1]: Queued start job for default target Graphical Interface.
[    2.547029] systemd[1]: Created slice system-getty.slice.
[    2.547156] systemd[1]: Created slice system-modprobe.slice.
[    2.547268] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.547348] systemd[1]: Created slice User and Session Slice.
[    2.547384] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.547458] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.547495] systemd[1]: Reached target User and Group Name Lookups.
[    2.547502] systemd[1]: Reached target Remote File Systems.
[    2.547509] systemd[1]: Reached target Slices.
[    2.547566] systemd[1]: Listening on Syslog Socket.
[    2.547599] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.547619] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.547683] systemd[1]: Listening on Journal Audit Socket.
[    2.547715] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.547752] systemd[1]: Listening on Journal Socket.
[    2.547805] systemd[1]: Listening on udev Control Socket.
[    2.547837] systemd[1]: Listening on udev Kernel Socket.
[    2.548189] systemd[1]: Mounting Huge Pages File System...
[    2.548527] systemd[1]: Mounting POSIX Message Queue File System...
[    2.548879] systemd[1]: Mounting Kernel Debug File System...
[    2.549203] systemd[1]: Mounting Kernel Trace File System...
[    2.549670] systemd[1]: Starting Set the console keyboard layout...
[    2.550025] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.550396] systemd[1]: Starting Load Kernel Module configfs...
[    2.550720] systemd[1]: Starting Load Kernel Module drm...
[    2.551071] systemd[1]: Starting Load Kernel Module fuse...
[    2.551584] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.551600] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.552394] systemd[1]: Starting Journal Service...
[    2.554372] systemd[1]: Starting Load Kernel Modules...
[    2.554717] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.555104] systemd[1]: Starting Coldplug All udev Devices...
[    2.555738] systemd[1]: Mounted Huge Pages File System.
[    2.555789] systemd[1]: Mounted POSIX Message Queue File System.
[    2.555825] systemd[1]: Mounted Kernel Debug File System.
[    2.555861] systemd[1]: Mounted Kernel Trace File System.
[    2.555979] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.556089] systemd[1]: modprobe@configfs.service: Succeeded.
[    2.556163] systemd[1]: Finished Load Kernel Module configfs.
[    2.556545] systemd[1]: Mounting Kernel Configuration File System...
[    2.557411] systemd[1]: Mounted Kernel Configuration File System.
[    2.557848] fuse: init (API version 7.32)
[    2.558122] systemd[1]: modprobe@fuse.service: Succeeded.
[    2.558205] systemd[1]: Finished Load Kernel Module fuse.
[    2.558553] systemd[1]: Mounting FUSE Control File System...
[    2.558953] EXT4-fs (nvme0n1p2): re-mounted. Opts: errors=remount-ro
[    2.559521] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.559589] systemd[1]: Mounted FUSE Control File System.
[    2.560568] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.560584] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    2.560911] systemd[1]: Starting Load/Save Random Seed...
[    2.561308] systemd[1]: Starting Create System Users...
[    2.566637] systemd[1]: Finished Load/Save Random Seed.
[    2.566716] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    2.568194] systemd[1]: modprobe@drm.service: Succeeded.
[    2.568326] systemd[1]: Finished Load Kernel Module drm.
[    2.568514] systemd[1]: Finished Create System Users.
[    2.568654] systemd[1]: Finished Load Kernel Modules.
[    2.569084] systemd[1]: Starting Apply Kernel Variables...
[    2.569436] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.573012] systemd[1]: Finished Apply Kernel Variables.
[    2.575435] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.576232] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.589129] systemd[1]: Finished Set the console keyboard layout.
[    2.589198] systemd[1]: Reached target Local File Systems (Pre).
[    2.594316] systemd[1]: Finished Coldplug All udev Devices.
[    2.594884] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[    2.596745] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
[    2.598395] systemd[1]: Started Journal Service.
[    2.626587] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.657353] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    2.657528] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    2.658829] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    2.660306] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.660360] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.660424] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.661878] sd 5:0:0:0: Attached scsi generic sg0 type 0
[    2.661907] sd 6:0:0:0: Attached scsi generic sg1 type 0
[    2.663796] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    2.663798] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.664132] pstore: Using crash dump compression: deflate
[    2.664136] pstore: Registered efi as persistent store backend
[    2.676934] cryptd: max_cpu_qlen set to 1000
[    2.698568] asus_wmi: ASUS WMI generic driver loaded
[    2.699781] asus_wmi: Initialization: 0x0
[    2.699813] asus_wmi: BIOS WMI version: 0.9
[    2.699902] asus_wmi: SFUN value: 0x0
[    2.699904] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    2.700227] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input7
[    2.706003] AVX2 version of gcm_enc/dec engaged.
[    2.706004] AES CTR mode by8 optimization enabled
[    2.729508] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null)
[    2.737837] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    2.737840] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[    2.738022] snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
[    2.741046] Adding 1000444k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1000444k SSFS
[    2.785494] audit: type=1400 audit(1611160023.081:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=581 comm="apparmor_parser"
[    2.785498] audit: type=1400 audit(1611160023.081:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=586 comm="apparmor_parser"
[    2.785500] audit: type=1400 audit(1611160023.081:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=585 comm="apparmor_parser"
[    2.785969] audit: type=1400 audit(1611160023.081:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=577 comm="apparmor_parser"
[    2.785971] audit: type=1400 audit(1611160023.081:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=577 comm="apparmor_parser"
[    2.786081] audit: type=1400 audit(1611160023.081:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=580 comm="apparmor_parser"
[    2.786498] audit: type=1400 audit(1611160023.081:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=584 comm="apparmor_parser"
[    2.786505] audit: type=1400 audit(1611160023.081:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=584 comm="apparmor_parser"
[    2.786507] audit: type=1400 audit(1611160023.081:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=584 comm="apparmor_parser"
[    2.791154] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input8
[    2.791177] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input9
[    2.791197] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input10
[    2.791214] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input11
[    2.791232] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input12
[    2.791250] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card0/input13
[    2.804235] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    2.804237] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.804238] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.804238] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.804239] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    2.804239] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.804240] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    2.804241] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    2.804241] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    2.850819] kvm: Nested Virtualization enabled
[    2.850839] SVM: kvm: Nested Paging enabled
[    2.850839] SVM: Virtual VMLOAD VMSAVE supported
[    2.850839] SVM: Virtual GIF supported
[    2.870410] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input14
[    2.870442] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input15
[    2.870468] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input16
[    2.870502] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input17
[    2.870529] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input18
[    2.870560] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input19
[    2.870584] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input20
[    2.870633] snd_hda_intel 0000:0c:00.4: device 1043:8733 is on the power_save denylist, forcing power_save to 0
[    2.870691] MCE: In-kernel MCE decoding enabled.
[    2.872103] EDAC amd64: F17h_M70h detected (node 0).
[    2.872147] EDAC amd64: Node 0: DRAM ECC disabled.
[    2.969511] EDAC amd64: F17h_M70h detected (node 0).
[    2.969554] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.037608] EDAC amd64: F17h_M70h detected (node 0).
[    3.037656] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.169510] EDAC amd64: F17h_M70h detected (node 0).
[    3.169551] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.293391] EDAC amd64: F17h_M70h detected (node 0).
[    3.293433] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.377594] EDAC amd64: F17h_M70h detected (node 0).
[    3.377636] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.469414] EDAC amd64: F17h_M70h detected (node 0).
[    3.469455] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.569408] EDAC amd64: F17h_M70h detected (node 0).
[    3.569449] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.665495] EDAC amd64: F17h_M70h detected (node 0).
[    3.665537] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.761563] EDAC amd64: F17h_M70h detected (node 0).
[    3.761612] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.857502] EDAC amd64: F17h_M70h detected (node 0).
[    3.857547] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.953434] EDAC amd64: F17h_M70h detected (node 0).
[    3.953477] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.045584] EDAC amd64: F17h_M70h detected (node 0).
[    4.045632] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.125538] EDAC amd64: F17h_M70h detected (node 0).
[    4.125586] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.189576] EDAC amd64: F17h_M70h detected (node 0).
[    4.189621] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.233547] EDAC amd64: F17h_M70h detected (node 0).
[    4.233593] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.794511] rfkill: input handler disabled
[    6.030113] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[    6.137887] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   13.917464] rfkill: input handler enabled
[   15.051867] rfkill: input handler disabled



sudo cat /var/log/syslog | tail -n 200


Jan 20 17:28:05 testing systemd[1]: realmd.service: Succeeded.
Jan 20 17:28:15 testing dbus-daemon[1409]: [session uid=1000 pid=1409] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.41' (uid=1000 pid=1774 comm="/usr/bin/gnome-shell ")
Jan 20 17:28:15 testing systemd[1383]: Starting Virtual filesystem metadata service...
Jan 20 17:28:15 testing dbus-daemon[1409]: [session uid=1000 pid=1409] Successfully activated service 'org.gtk.vfs.Metadata'
Jan 20 17:28:15 testing systemd[1383]: Started Virtual filesystem metadata service.
Jan 20 17:28:32 testing systemd[1383]: vte-spawn-e543a74f-3d98-4c95-b2c0-8579b7c81038.scope: Succeeded.
Jan 20 17:28:32 testing systemd[1383]: app-gnome-xfce4\x2dterminal-2850.scope: Succeeded.
Jan 20 17:28:36 testing systemd[1383]: Started Application launched by gnome-shell.
Jan 20 17:28:38 testing gnome-software[1982]: hiding category graphics featured applications: found only 0 to show, need at least 9
Jan 20 17:28:38 testing gnome-software[1982]: hiding category productivity featured applications: found only 0 to show, need at least 9
Jan 20 17:28:38 testing gnome-software[1982]: automatically prevented from changing kind on system/package/debian-testing-main/generic/libgphoto2/* from generic to unknown!
Jan 20 17:28:38 testing PackageKit: get-updates transaction /732_abaabaac from uid 1000 finished with success after 354ms
Jan 20 17:28:40 testing systemd[1383]: app-gnome-gnome\x2dcontrol\x2dcenter-2884.scope: Succeeded.
Jan 20 17:29:17 testing chromium.desktop[2522]: [2522:2522:0120/172917.614371:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:29:17 testing chromium.desktop[2522]: ------------------------
Jan 20 17:29:17 testing chromium.desktop[2522]: Errors:
Jan 20 17:29:21 testing chromium.desktop[2522]: [2522:2522:0120/172921.357949:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:29:21 testing chromium.desktop[2522]: ------------------------
Jan 20 17:29:21 testing chromium.desktop[2522]: Errors:
Jan 20 17:29:58 testing systemd[1383]: app-gnome-chromium-2481.scope: Succeeded.
Jan 20 17:29:58 testing systemd[1383]: app-gnome-chromium-2481.scope: Consumed 20.863s CPU time.
Jan 20 17:30:01 testing CRON[2959]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Jan 20 17:30:02 testing systemd[1383]: Started Application launched by gnome-shell.
Jan 20 17:31:49 testing /usr/libexec/gdm-x-session[1452]: (EE) event3  - Logitech Logitech Illuminated Keyboard: client bug: event processing lagging behind by 14ms, your system is too slow
Jan 20 17:34:46 testing systemd[1]: Started Run anacron jobs.
Jan 20 17:34:46 testing anacron[3708]: Anacron 2.3 started on 2021-01-20
Jan 20 17:34:46 testing anacron[3708]: Normal exit (0 jobs run)
Jan 20 17:34:46 testing systemd[1]: anacron.service: Succeeded.
Jan 20 17:35:18 testing /usr/libexec/gdm-x-session[1452]: (EE) event3  - Logitech Logitech Illuminated Keyboard: client bug: event processing lagging behind by 21ms, your system is too slow
Jan 20 17:36:35 testing systemd[1383]: Started Application launched by gnome-shell.
Jan 20 17:36:35 testing dbus-daemon[628]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.96' (uid=1000 pid=3715 comm="/usr/lib/chromium/chromium --show-component-extens")
Jan 20 17:36:35 testing systemd[1]: Condition check resulted in Bluetooth service being skipped.
Jan 20 17:36:35 testing chromium.desktop[3756]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Jan 20 17:36:35 testing chromium.desktop[3756]: [3756:3756:0120/173635.336284:ERROR:vaapi_wrapper.cc(541)] vaInitialize failed: unknown libva error
Jan 20 17:36:35 testing chromium.desktop[3756]: [3756:3756:0120/173635.346180:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
Jan 20 17:36:35 testing chromium.desktop[3756]: [3756:3756:0120/173635.435148:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:35 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:35 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:35 testing chromium.desktop[3756]: [3756:3756:0120/173635.444913:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:35 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:35 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:35 testing chromium.desktop[3756]: [3756:3756:0120/173635.449471:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:35 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:35 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:35 testing chromium.desktop[3756]: [3756:3756:0120/173635.580340:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:35 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:35 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:36 testing chromium.desktop[3756]: [3756:3756:0120/173636.840408:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:36 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:36 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:36 testing chromium.desktop[3756]: [3756:3756:0120/173636.841708:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:36 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:36 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:45 testing chromium.desktop[3756]: [3756:3756:0120/173645.573892:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:45 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:45 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:46 testing chromium.desktop[3756]: [3756:3756:0120/173646.457002:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:46 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:46 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:46 testing chromium.desktop[3756]: [3756:3756:0120/173646.607106:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:46 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:46 testing chromium.desktop[3756]: Errors:
Jan 20 17:36:55 testing chromium.desktop[3756]: [3756:3756:0120/173655.974659:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 17:36:55 testing chromium.desktop[3756]: ------------------------
Jan 20 17:36:55 testing chromium.desktop[3756]: Errors:
Jan 20 17:42:00 testing systemd[1383]: app-gnome-chromium-3715.scope: Succeeded.
Jan 20 17:42:00 testing systemd[1383]: app-gnome-chromium-3715.scope: Consumed 45.715s CPU time.
Jan 20 17:42:35 testing systemd[1383]: app-gnome-thunderbird-2960.scope: Succeeded.
Jan 20 17:42:35 testing systemd[1383]: app-gnome-thunderbird-2960.scope: Consumed 16.634s CPU time.
Jan 20 17:42:35 testing systemd[1]: Starting Cleanup of Temporary Directories...
Jan 20 17:42:35 testing systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Jan 20 17:42:35 testing systemd[1]: Finished Cleanup of Temporary Directories.
Jan 20 17:42:38 testing systemd[1383]: Started Application launched by gnome-shell.
Jan 20 17:42:39 testing dbus-daemon[628]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.98' (uid=1000 pid=4108 comm="/tmp/.mount_moloto7e4btO/@molotovdesktop-wrapper ")
Jan 20 17:42:39 testing systemd[1]: Condition check resulted in Bluetooth service being skipped.
Jan 20 17:42:39 testing alacarte-made.desktop[4152]: xdg-settings: invalid application name
Jan 20 17:42:39 testing alacarte-made.desktop[4152]: Try 'xdg-settings --help' for more information.
Jan 20 17:42:40 testing alacarte-made.desktop[4108]: (node:4108) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron.  See https://github.com/electron/electron/issues/23506 for more information
Jan 20 17:42:52 testing gsd-color[1918]: unable to get EDID for xrandr-default: unable to get EDID for output
Jan 20 17:51:46 testing systemd[1]: Starting Daily apt download activities...
Jan 20 17:51:46 testing systemd[1]: apt-daily.service: Succeeded.
Jan 20 17:51:46 testing systemd[1]: Finished Daily apt download activities.
Jan 20 18:00:16 testing systemd[1383]: Started Application launched by gnome-shell.
Jan 20 18:01:53 testing dbus-daemon[628]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.100' (uid=1000 pid=4495 comm="/usr/lib/chromium/chromium --show-component-extens")
Jan 20 18:01:53 testing systemd[1]: Condition check resulted in Bluetooth service being skipped.
Jan 20 18:01:53 testing thunderbird.desktop[4539]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Jan 20 18:01:53 testing thunderbird.desktop[4539]: [4539:4539:0120/180153.315542:ERROR:vaapi_wrapper.cc(541)] vaInitialize failed: unknown libva error
Jan 20 18:01:53 testing thunderbird.desktop[4539]: [4539:4539:0120/180153.324800:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
Jan 20 18:01:53 testing thunderbird.desktop[4539]: [4539:4539:0120/180153.429999:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:53 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:53 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:53 testing thunderbird.desktop[4539]: [4539:4539:0120/180153.440340:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:53 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:53 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:56 testing thunderbird.desktop[4539]: [4539:4539:0120/180156.406864:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:56 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:56 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:56 testing thunderbird.desktop[4539]: [4539:4539:0120/180156.454009:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:56 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:56 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:56 testing thunderbird.desktop[4539]: [4539:4539:0120/180156.459541:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:56 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:56 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:56 testing thunderbird.desktop[4539]: [4539:4539:0120/180156.461138:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:56 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:56 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:56 testing thunderbird.desktop[4539]: [4539:4539:0120/180156.463120:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:56 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:56 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:56 testing thunderbird.desktop[4539]: [4539:4539:0120/180156.606021:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:56 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:56 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:58 testing thunderbird.desktop[4539]: [4539:4539:0120/180158.928305:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:58 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:58 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:01:58 testing thunderbird.desktop[4539]: [4539:4539:0120/180158.960915:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:01:58 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:01:58 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:03:07 testing thunderbird.desktop[4539]: [4539:4539:0120/180307.378147:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:07 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:03:07 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:03:10 testing thunderbird.desktop[4539]: [4539:4539:0120/180310.410512:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:10 testing thunderbird.desktop[4539]: ------------------------
Jan 20 18:03:10 testing thunderbird.desktop[4539]: Errors:
Jan 20 18:03:31 testing dbus-daemon[628]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.102' (uid=1000 pid=4776 comm="/usr/lib/chromium/chromium --show-component-extens")
Jan 20 18:03:31 testing systemd[1]: Condition check resulted in Bluetooth service being skipped.
Jan 20 18:03:31 testing thunderbird.desktop[4819]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Jan 20 18:03:31 testing thunderbird.desktop[4819]: [4819:4819:0120/180331.374875:ERROR:vaapi_wrapper.cc(541)] vaInitialize failed: unknown libva error
Jan 20 18:03:31 testing thunderbird.desktop[4819]: [4819:4819:0120/180331.387165:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
Jan 20 18:03:31 testing thunderbird.desktop[4819]: [4819:4819:0120/180331.475819:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:31 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:31 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:31 testing thunderbird.desktop[4819]: [4819:4819:0120/180331.486394:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:31 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:31 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:31 testing thunderbird.desktop[4819]: [4819:4819:0120/180331.860629:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:31 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:31 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:38 testing thunderbird.desktop[4819]: [4819:4819:0120/180338.259879:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:38 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:38 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:41 testing thunderbird.desktop[4819]: [4819:4819:0120/180341.192913:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:41 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:41 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:45 testing thunderbird.desktop[4819]: [4819:4819:0120/180345.595017:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:45 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:45 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:48 testing thunderbird.desktop[4819]: [4819:4819:0120/180348.292784:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:48 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:48 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:48 testing thunderbird.desktop[4819]: [4819:4819:0120/180348.341473:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:48 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:48 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:58 testing thunderbird.desktop[4819]: [4819:4819:0120/180358.960442:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:58 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:58 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:03:58 testing thunderbird.desktop[4819]: [4819:4819:0120/180358.976276:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:03:58 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:03:58 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:04:00 testing thunderbird.desktop[4819]: [4819:4819:0120/180400.492195:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:04:00 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:04:00 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:04:00 testing thunderbird.desktop[4819]: [4819:4819:0120/180400.542121:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:04:00 testing thunderbird.desktop[4819]: ------------------------
Jan 20 18:04:00 testing thunderbird.desktop[4819]: Errors:
Jan 20 18:05:20 testing systemd[1383]: app-gnome-thunderbird-4352.scope: Succeeded.
Jan 20 18:05:20 testing systemd[1383]: app-gnome-thunderbird-4352.scope: Consumed 33.018s CPU time.
Jan 20 18:07:18 testing systemd[1383]: Started Application launched by gnome-shell.
Jan 20 18:07:18 testing dbus-daemon[628]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.104' (uid=1000 pid=5094 comm="/usr/lib/chromium/chromium --show-component-extens")
Jan 20 18:07:18 testing systemd[1]: Condition check resulted in Bluetooth service being skipped.
Jan 20 18:07:18 testing chromium.desktop[5137]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Jan 20 18:07:18 testing chromium.desktop[5137]: [5137:5137:0120/180718.626603:ERROR:vaapi_wrapper.cc(541)] vaInitialize failed: unknown libva error
Jan 20 18:07:18 testing chromium.desktop[5137]: [5137:5137:0120/180718.642369:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
Jan 20 18:07:18 testing chromium.desktop[5137]: [5137:5137:0120/180718.712496:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:07:18 testing chromium.desktop[5137]: ------------------------
Jan 20 18:07:18 testing chromium.desktop[5137]: Errors:
Jan 20 18:07:18 testing chromium.desktop[5137]: [5137:5137:0120/180718.721409:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:07:18 testing chromium.desktop[5137]: ------------------------
Jan 20 18:07:18 testing chromium.desktop[5137]: Errors:
Jan 20 18:07:18 testing chromium.desktop[5137]: [5137:5137:0120/180718.724987:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:07:18 testing chromium.desktop[5137]: ------------------------
Jan 20 18:07:18 testing chromium.desktop[5137]: Errors:
Jan 20 18:07:18 testing chromium.desktop[5137]: [5137:5137:0120/180718.845953:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:07:18 testing chromium.desktop[5137]: ------------------------
Jan 20 18:07:18 testing chromium.desktop[5137]: Errors:
Jan 20 18:08:50 testing /usr/libexec/gdm-x-session[1452]: (EE) event3  - Logitech Logitech Illuminated Keyboard: client bug: event processing lagging behind by 18ms, your system is too slow
Jan 20 18:10:51 testing systemd[1383]: Started Application launched by gnome-shell.
Jan 20 18:10:51 testing systemd[1383]: Started VTE child process 5451 launched by xfce4-terminal process 5444.
Jan 20 18:12:12 testing chromium.desktop[5137]: [5137:5137:0120/181212.621044:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:12:12 testing chromium.desktop[5137]: ------------------------
Jan 20 18:12:12 testing chromium.desktop[5137]: Errors:
Jan 20 18:12:12 testing chromium.desktop[5137]: [5137:5137:0120/181212.758096:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:12:12 testing chromium.desktop[5137]: ------------------------
Jan 20 18:12:12 testing chromium.desktop[5137]: Errors:
Jan 20 18:12:12 testing chromium.desktop[5137]: [5137:5137:0120/181212.773903:ERROR:shared_context_state.cc(74)] Skia shader compilation error
Jan 20 18:12:12 testing chromium.desktop[5137]: ------------------------
Jan 20 18:12:12 testing chromium.desktop[5137]: Errors:
Jan 20 18:15:27 testing /usr/libexec/gdm-x-session[1452]: (EE) event3  - Logitech Logitech Illuminated Keyboard: client bug: event processing lagging behind by 22ms, your system is too slow
Jan 20 18:15:27 testing /usr/libexec/gdm-x-session[1452]: (EE) event3  - Logitech Logitech Illuminated Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
Jan 20 18:17:01 testing CRON[5514]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)



sudo cat /var/log/Xorg.0.log


[     3.243] (--) Log file renamed from "/var/log/Xorg.pid-889.log" to "/var/log/Xorg.0.log"
[     3.244]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     3.244] Build Operating System: Linux 4.19.0-13-amd64 x86_64 Debian
[     3.244] Current Operating System: Linux testing 5.10.0-1-amd64 #1 SMP Debian 5.10.5-1 (2021-01-09) x86_64
[     3.244] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-1-amd64 root=UUID=72300e45-9fe5-47f2-b89f-ddac12e399a1 ro quiet
[     3.244] Build Date: 06 January 2021  09:33:33AM
[     3.244] xorg-server 2:1.20.10-2 (https://www.debian.org/support)
[     3.244] Current version of pixman: 0.40.0
[     3.244]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     3.244] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.245] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 20 17:27:03 2021
[     3.246] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.247] (==) No Layout section.  Using the first Screen section.
[     3.247] (==) No screen section available. Using defaults.
[     3.247] (**) |-->Screen "Default Screen Section" (0)
[     3.247] (**) |   |-->Monitor "<default monitor>"
[     3.248] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     3.248] (==) Automatically adding devices
[     3.248] (==) Automatically enabling devices
[     3.248] (==) Automatically adding GPU devices
[     3.248] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.248] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     3.248]  Entry deleted from font path.
[     3.249] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     3.249] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.249] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.249] (II) Loader magic: 0x55812e9b8e40
[     3.249] (II) Module ABI versions:
[     3.249]  X.Org ANSI C Emulation: 0.4
[     3.249]  X.Org Video Driver: 24.1
[     3.249]  X.Org XInput driver : 24.1
[     3.249]  X.Org Server Extension : 10.0
[     3.250] (++) using VT number 1

[     3.250] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[     3.253] (--) PCI:*(10@0:0:0) 1002:73bf:1da2:e437 rev 195, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcc00000/1048576, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[     3.253] (II) LoadModule: "glx"
[     3.254] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.255] (II) Module glx: vendor="X.Org Foundation"
[     3.255]  compiled for 1.20.10, module version = 1.0.0
[     3.255]  ABI class: X.Org Server Extension, version 10.0
[     3.255] (==) Matched ati as autoconfigured driver 0
[     3.255] (==) Matched modesetting as autoconfigured driver 1
[     3.255] (==) Matched fbdev as autoconfigured driver 2
[     3.255] (==) Matched vesa as autoconfigured driver 3
[     3.255] (==) Assigned the driver to the xf86ConfigLayout
[     3.255] (II) LoadModule: "ati"
[     3.256] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     3.256] (II) Module ati: vendor="X.Org Foundation"
[     3.256]  compiled for 1.20.9, module version = 19.1.0
[     3.256]  Module class: X.Org Video Driver
[     3.256]  ABI class: X.Org Video Driver, version 24.1
[     3.316] (II) LoadModule: "radeon"
[     3.316] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     3.318] (II) Module radeon: vendor="X.Org Foundation"
[     3.318]  compiled for 1.20.9, module version = 19.1.0
[     3.318]  Module class: X.Org Video Driver
[     3.318]  ABI class: X.Org Video Driver, version 24.1
[     3.318] (II) LoadModule: "modesetting"
[     3.318] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.318] (II) Module modesetting: vendor="X.Org Foundation"
[     3.318]  compiled for 1.20.10, module version = 1.20.10
[     3.318]  Module class: X.Org Video Driver
[     3.318]  ABI class: X.Org Video Driver, version 24.1
[     3.318] (II) LoadModule: "fbdev"
[     3.318] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     3.319] (II) Module fbdev: vendor="X.Org Foundation"
[     3.319]  compiled for 1.20.0, module version = 0.5.0
[     3.319]  Module class: X.Org Video Driver
[     3.319]  ABI class: X.Org Video Driver, version 24.0
[     3.319] (II) LoadModule: "vesa"
[     3.319] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     3.319] (II) Module vesa: vendor="X.Org Foundation"
[     3.319]  compiled for 1.20.9, module version = 2.5.0
[     3.319]  Module class: X.Org Video Driver
[     3.319]  ABI class: X.Org Video Driver, version 24.1
[     3.319] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
  ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
  ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
  ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
  ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
  ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
  ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
  ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
  ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
  ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
  ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
  ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
  ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
  ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
  ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
  ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
  ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
  ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
  ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
  ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
  ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
  ATI Radeon 9800PRO, ATI Radeon 9800XT,
  ATI Radeon Mobility 9600/9700 (M10/M11),
  ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
  ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
  ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
  ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
  ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
  ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
  ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
  ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
  ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
  ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
  ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
  ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
  ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
  ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
  ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
  ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
  ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
  ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
  ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
  ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
  ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
  ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
  ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
  ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
  ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
  ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
  ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
  ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
  ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
  ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
  ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
  ATI FireGL V3350, ATI Mobility Radeon X1450,
  ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
  ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
  ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
  ATI FireGL V3400, ATI Mobility FireGL V5250,
  ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
  ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
  ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
  ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
  ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
  ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
  ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
  ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
  ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
  ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
  ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
  ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
  AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
  ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
  ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
  ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
  ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
  ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
  ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
  ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
  ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
  ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
  ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
  ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
  ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
  ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
  ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
  ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
  ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
  ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
  ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
  ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
  ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
  ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
  ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
  ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
  ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
  ATI FireGL V3600, ATI Radeon HD 2600 LE,
  ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
  ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
  ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
  ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
  ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
  ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
  ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
  ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
  ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
  ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
  ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
  AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
  AMD Radeon HD 6300 Series Graphics,
  AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
  ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
  AMD Firestream 9350, ATI Radeon HD 5800 Series,
  ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
  ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
  ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
  ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
  REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
  ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
  AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
  AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
  ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
  MULLINS, KAVERI, HAWAII
[     3.323] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.323] (II) FBDEV: driver for framebuffer: fbdev
[     3.323] (II) VESA: driver for VESA chipsets: vesa
[     3.323] (EE) open /dev/dri/card0: No such file or directory
[     3.323] (WW) Falling back to old probe method for modesetting
[     3.323] (EE) open /dev/dri/card0: No such file or directory
[     3.323] (II) Loading sub module "fbdevhw"
[     3.323] (II) LoadModule: "fbdevhw"
[     3.323] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     3.324] (II) Module fbdevhw: vendor="X.Org Foundation"
[     3.324]  compiled for 1.20.10, module version = 0.0.2
[     3.324]  ABI class: X.Org Video Driver, version 24.1
[     3.324] (EE) Unable to find a valid framebuffer device
[     3.324] (WW) Falling back to old probe method for fbdev
[     3.324] (II) Loading sub module "fbdevhw"
[     3.324] (II) LoadModule: "fbdevhw"
[     3.324] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     3.324] (II) Module fbdevhw: vendor="X.Org Foundation"
[     3.324]  compiled for 1.20.10, module version = 0.0.2
[     3.324]  ABI class: X.Org Video Driver, version 24.1
[     3.324] (II) FBDEV(2): using default device
[     3.324] vesa: Refusing to run on UEFI
[     3.324] (EE) Screen 0 deleted because of no matching config section.
[     3.324] (II) UnloadModule: "modesetting"
[     3.324] (EE) Screen 0 deleted because of no matching config section.
[     3.324] (II) UnloadModule: "fbdev"
[     3.324] (II) UnloadSubModule: "fbdevhw"
[     3.324] (II) FBDEV(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     3.324] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[     3.324] (==) FBDEV(0): RGB weight 888
[     3.324] (==) FBDEV(0): Default visual is TrueColor
[     3.324] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.324] (II) FBDEV(0): hardware: EFI VGA (video memory: 3072kB)
[     3.324] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[     3.324] (II) FBDEV(0): checking modes against framebuffer device...
[     3.324] (II) FBDEV(0): checking modes against monitor...
[     3.324] (II) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
[     3.324] (**) FBDEV(0):  Built-in mode "current": 78.7 MHz, 59.9 kHz, 75.7 Hz
[     3.324] (II) FBDEV(0): Modeline "current"x0.0   78.65  1024 1056 1184 1312  768 772 776 792 -hsync -vsync -csync (59.9 kHz b)
[     3.324] (==) FBDEV(0): DPI set to (96, 96)
[     3.324] (II) Loading sub module "fb"
[     3.324] (II) LoadModule: "fb"
[     3.324] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.324] (II) Module fb: vendor="X.Org Foundation"
[     3.324]  compiled for 1.20.10, module version = 1.0.0
[     3.324]  ABI class: X.Org ANSI C Emulation, version 0.4
[     3.324] (**) FBDEV(0): using shadow framebuffer
[     3.324] (II) Loading sub module "shadow"
[     3.324] (II) LoadModule: "shadow"
[     3.325] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     3.325] (II) Module shadow: vendor="X.Org Foundation"
[     3.325]  compiled for 1.20.10, module version = 1.1.0
[     3.325]  ABI class: X.Org ANSI C Emulation, version 0.4
[     3.325] (II) UnloadModule: "radeon"
[     3.325] (II) Unloading radeon
[     3.325] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[     3.326] (==) FBDEV(0): Backing store enabled
[     3.326] (==) FBDEV(0): DPMS enabled
[     3.326] (II) Initializing extension Generic Event Extension
[     3.326] (II) Initializing extension SHAPE
[     3.326] (II) Initializing extension MIT-SHM
[     3.326] (II) Initializing extension XInputExtension
[     3.327] (II) Initializing extension XTEST
[     3.327] (II) Initializing extension BIG-REQUESTS
[     3.327] (II) Initializing extension SYNC
[     3.327] (II) Initializing extension XKEYBOARD
[     3.327] (II) Initializing extension XC-MISC
[     3.327] (II) Initializing extension SECURITY
[     3.327] (II) Initializing extension XFIXES
[     3.327] (II) Initializing extension RENDER
[     3.327] (II) Initializing extension RANDR
[     3.327] (II) Initializing extension COMPOSITE
[     3.328] (II) Initializing extension DAMAGE
[     3.328] (II) Initializing extension MIT-SCREEN-SAVER
[     3.328] (II) Initializing extension DOUBLE-BUFFER
[     3.328] (II) Initializing extension RECORD
[     3.328] (II) Initializing extension DPMS
[     3.328] (II) Initializing extension Present
[     3.328] (II) Initializing extension DRI3
[     3.328] (II) Initializing extension X-Resource
[     3.328] (II) Initializing extension XVideo
[     3.328] (II) Initializing extension XVideo-MotionCompensation
[     3.328] (II) Initializing extension SELinux
[     3.328] (II) SELinux: Disabled on system
[     3.328] (II) Initializing extension GLX
[     3.328] (II) AIGLX: Screen 0 is not DRI2 capable
[     3.406] (II) IGLX: Loaded and initialized swrast
[     3.406] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     3.406] (II) Initializing extension XFree86-VidModeExtension
[     3.407] (II) Initializing extension XFree86-DGA
[     3.407] (II) Initializing extension XFree86-DRI
[     3.407] (II) Initializing extension DRI2
[     3.443] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     3.443] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     3.443] (II) LoadModule: "libinput"
[     3.443] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     3.445] (II) Module libinput: vendor="X.Org Foundation"
[     3.445]  compiled for 1.20.8, module version = 0.30.0
[     3.445]  Module class: X.Org XInput Driver
[     3.445]  ABI class: X.Org XInput driver, version 24.1
[     3.445] (II) Using input driver 'libinput' for 'Power Button'
[     3.446] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 24 paused 0
[     3.446] (**) Power Button: always reports core events
[     3.446] (**) Option "Device" "/dev/input/event1"
[     3.446] (**) Option "_source" "server/udev"
[     3.448] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     3.448] (II) event1  - Power Button: device is a keyboard
[     3.448] (II) event1  - Power Button: device removed
[     3.448] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     3.448] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     3.448] (**) Option "xkb_model" "pc105"
[     3.448] (**) Option "xkb_layout" "fr"
[     3.448] (**) Option "xkb_variant" "latin9"
[     3.459] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     3.459] (II) event1  - Power Button: device is a keyboard
[     3.460] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     3.460] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     3.460] (II) Using input driver 'libinput' for 'Power Button'
[     3.460] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 27 paused 0
[     3.460] (**) Power Button: always reports core events
[     3.460] (**) Option "Device" "/dev/input/event0"
[     3.460] (**) Option "_source" "server/udev"
[     3.461] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     3.461] (II) event0  - Power Button: device is a keyboard
[     3.462] (II) event0  - Power Button: device removed
[     3.462] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     3.462] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     3.462] (**) Option "xkb_model" "pc105"
[     3.462] (**) Option "xkb_layout" "fr"
[     3.462] (**) Option "xkb_variant" "latin9"
[     3.463] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     3.463] (II) event0  - Power Button: device is a keyboard
[     3.463] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event9)
[     3.463] (II) No input driver specified, ignoring this device.
[     3.463] (II) This device may have been added with another device file.
[     3.463] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event10)
[     3.464] (II) No input driver specified, ignoring this device.
[     3.464] (II) This device may have been added with another device file.
[     3.464] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event11)
[     3.464] (II) No input driver specified, ignoring this device.
[     3.464] (II) This device may have been added with another device file.
[     3.464] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event12)
[     3.464] (II) No input driver specified, ignoring this device.
[     3.464] (II) This device may have been added with another device file.
[     3.465] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event7)
[     3.465] (II) No input driver specified, ignoring this device.
[     3.465] (II) This device may have been added with another device file.
[     3.465] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event8)
[     3.465] (II) No input driver specified, ignoring this device.
[     3.465] (II) This device may have been added with another device file.
[     3.466] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event2)
[     3.466] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[     3.466] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[     3.466] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[     3.466] (**) Logitech USB Optical Mouse: always reports core events
[     3.466] (**) Option "Device" "/dev/input/event2"
[     3.466] (**) Option "_source" "server/udev"
[     3.467] (II) event2  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[     3.468] (II) event2  - Logitech USB Optical Mouse: device is a pointer
[     3.468] (II) event2  - Logitech USB Optical Mouse: device removed
[     3.468] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-3/5-3:1.0/0003:046D:C077.0002/input/input2/event2"
[     3.468] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 8)
[     3.468] (**) Option "AccelerationScheme" "none"
[     3.468] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[     3.468] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[     3.468] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[     3.469] (II) event2  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[     3.469] (II) event2  - Logitech USB Optical Mouse: device is a pointer
[     3.470] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[     3.470] (II) No input driver specified, ignoring this device.
[     3.470] (II) This device may have been added with another device file.
[     3.471] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event3)
[     3.471] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[     3.471] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[     3.471] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 29 paused 0
[     3.471] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[     3.471] (**) Option "Device" "/dev/input/event3"
[     3.471] (**) Option "_source" "server/udev"
[     3.473] (II) event3  - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[     3.473] (II) event3  - Logitech Logitech Illuminated Keyboard: device is a keyboard
[     3.473] (II) event3  - Logitech Logitech Illuminated Keyboard: device removed
[     3.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-4/5-4:1.0/0003:046D:C318.0003/input/input3/event3"
[     3.473] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 9)
[     3.473] (**) Option "xkb_model" "pc105"
[     3.473] (**) Option "xkb_layout" "fr"
[     3.473] (**) Option "xkb_variant" "latin9"
[     3.474] (II) event3  - Logitech Logitech Illuminated Keyboard: is tagged by udev as: Keyboard
[     3.475] (II) event3  - Logitech Logitech Illuminated Keyboard: device is a keyboard
[     3.475] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard Consumer Control (/dev/input/event4)
[     3.475] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     3.475] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[     3.476] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[     3.476] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[     3.476] (**) Option "Device" "/dev/input/event4"
[     3.476] (**) Option "_source" "server/udev"
[     3.477] (II) event4  - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[     3.477] (II) event4  - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[     3.478] (II) event4  - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[     3.478] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: needs a virtual subdevice
[     3.478] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-4/5-4:1.1/0003:046D:C318.0004/input/input4/event4"
[     3.478] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: MOUSE, id 10)
[     3.478] (**) Option "AccelerationScheme" "none"
[     3.478] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) selected scheme none/0
[     3.478] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     3.478] (**) Logitech Logitech Illuminated Keyboard Consumer Control: (accel) acceleration threshold: 4
[     3.479] (II) event4  - Logitech Logitech Illuminated Keyboard Consumer Control: is tagged by udev as: Keyboard
[     3.479] (II) event4  - Logitech Logitech Illuminated Keyboard Consumer Control: device is a keyboard
[     3.480] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event13)
[     3.480] (II) No input driver specified, ignoring this device.
[     3.480] (II) This device may have been added with another device file.
[     3.480] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event14)
[     3.480] (II) No input driver specified, ignoring this device.
[     3.480] (II) This device may have been added with another device file.
[     3.480] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event15)
[     3.480] (II) No input driver specified, ignoring this device.
[     3.480] (II) This device may have been added with another device file.
[     3.481] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event16)
[     3.481] (II) No input driver specified, ignoring this device.
[     3.481] (II) This device may have been added with another device file.
[     3.481] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event17)
[     3.481] (II) No input driver specified, ignoring this device.
[     3.481] (II) This device may have been added with another device file.
[     3.481] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event18)
[     3.481] (II) No input driver specified, ignoring this device.
[     3.481] (II) This device may have been added with another device file.
[     3.482] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event19)
[     3.482] (II) No input driver specified, ignoring this device.
[     3.482] (II) This device may have been added with another device file.
[     3.482] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[     3.482] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     3.482] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     3.482] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[     3.482] (**) Eee PC WMI hotkeys: always reports core events
[     3.482] (**) Option "Device" "/dev/input/event6"
[     3.482] (**) Option "_source" "server/udev"
[     3.483] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     3.483] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[     3.483] (II) event6  - Eee PC WMI hotkeys: device removed
[     3.483] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input7/event6"
[     3.483] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
[     3.483] (**) Option "xkb_model" "pc105"
[     3.483] (**) Option "xkb_layout" "fr"
[     3.483] (**) Option "xkb_variant" "latin9"
[     3.484] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     3.484] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[     3.484] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     3.484] (II) No input driver specified, ignoring this device.
[     3.484] (II) This device may have been added with another device file.
[     3.487] (**) Logitech Logitech Illuminated Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     3.487] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard Consumer Control'
[     3.487] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[     3.487] (**) Logitech Logitech Illuminated Keyboard Consumer Control: always reports core events
[     3.487] (**) Option "Device" "/dev/input/event4"
[     3.487] (**) Option "_source" "_driver/libinput"
[     3.487] (II) libinput: Logitech Logitech Illuminated Keyboard Consumer Control: is a virtual subdevice
[     3.487] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb5/5-4/5-4:1.1/0003:046D:C318.0004/input/input4/event4"
[     3.487] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard Consumer Control" (type: KEYBOARD, id 12)
[     3.487] (**) Option "xkb_model" "pc105"
[     3.487] (**) Option "xkb_layout" "fr"
[     3.487] (**) Option "xkb_variant" "latin9"
[    13.601] (**) Option "fd" "24"
[    13.601] (II) event1  - Power Button: device removed
[    13.601] (**) Option "fd" "27"
[    13.601] (II) event0  - Power Button: device removed
[    13.601] (**) Option "fd" "28"
[    13.601] (II) event2  - Logitech USB Optical Mouse: device removed
[    13.601] (**) Option "fd" "29"
[    13.601] (II) event3  - Logitech Logitech Illuminated Keyboard: device removed
[    13.601] (**) Option "fd" "30"
[    13.601] (**) Option "fd" "31"
[    13.601] (II) event6  - Eee PC WMI hotkeys: device removed
[    13.601] (**) Option "fd" "30"
[    13.601] (II) event4  - Logitech Logitech Illuminated Keyboard Consumer Control: device removed
[    13.601] (II) systemd-logind: got pause for 13:65
[    13.601] (II) systemd-logind: got pause for 13:67
[    13.601] (II) systemd-logind: got pause for 13:70
[    13.601] (II) systemd-logind: got pause for 13:66
[    13.602] (II) systemd-logind: got pause for 13:68
[    13.602] (II) systemd-logind: got pause for 13:64
[    15.045] (II) UnloadModule: "libinput"
[    15.045] (II) systemd-logind: not releasing fd for 13:68, still in use
[    15.045] (II) UnloadModule: "libinput"
[    15.045] (II) systemd-logind: releasing fd for 13:70
[    15.085] (II) UnloadModule: "libinput"
[    15.085] (II) systemd-logind: releasing fd for 13:68
[    15.133] (II) UnloadModule: "libinput"
[    15.133] (II) systemd-logind: releasing fd for 13:67
[    15.173] (II) UnloadModule: "libinput"
[    15.173] (II) systemd-logind: releasing fd for 13:66
[    15.200] (II) UnloadModule: "libinput"
[    15.200] (II) systemd-logind: releasing fd for 13:64
[    15.233] (II) UnloadModule: "libinput"
[    15.233] (II) systemd-logind: releasing fd for 13:65
[    15.262] (II) Server terminated successfully (0). Closing log file.

Dernière modification par Debian Alain (20-01-2021 18:23:19)

Hors ligne

#33 20-01-2021 20:57:17

anonyme
Invité

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

tu n' écoute pas , tu refera une installation propre de bullseye  tongue
si ton noyau est ancien normal que ça plante pas , il ne connaît pas ta carte , il ne charge pas les binaires et tu est avec un driver "FBDEV"  en résolution minimale
tu avais le même résulta avec "nomodeset=1" et les paquets de debian

ps: no comment  wink

#34 20-01-2021 22:26:17

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

cette fois - ci , je vous ai écouté , toi , anonyme et vous autres .

je suis passé en sid .

installation fraîche .

lsb_release -a


No LSB modules are available.
Distributor ID: Debian
Description:  Debian GNU/Linux bullseye/sid
Release:  unstable
Codename: sid
 



uname -a


Linux sid 5.10.0-1-amd64 #1 SMP Debian 5.10.5-1 (2021-01-09) x86_64 GNU/Linux



apt policy firmware-amd-graphics


firmware-amd-graphics:
  Installé : 20201218-2
  Candidat : 20201218-2
 Table de version :
 *** 20201218-2 500
        500 http://deb.debian.org/debian unstable/non-free amd64 Packages
        100 /var/lib/dpkg/status
     20201218-1 100
        100 http://deb.debian.org/debian testing/non-free amd64 Packages
     20190114-2 100
        100 http://deb.debian.org/debian stable/non-free amd64 Packages
 



glxinfo -B


name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 11.0.1, 256 bits) (0xffffffff)
    Version: 20.3.3
    Accelerated: no
    Video memory: 15980MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 11.0.1, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 20.3.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 20.3.3
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20



malgré tout , rebelotte , je suis obligé de démarrer avec nomodeset .

sans firmware , je démarre , 1024x768 , carte non reconnue .

avec firmware , je ne démarre pas , nomodeset obligé , écran en 1024 x 768 , carte non reconnue

bloqué  !

à quand les nouveaux kernels et les nouveaux pilotes ?

Hors ligne

#35 21-01-2021 06:41:34

anonyme
Invité

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

Bonjour
je peu me tromper , mais je pense a un bug entre le noyau et le firmware pour la RX6800
on a tous un fonctionnement correct en debian sid au niveau graphique
je sais pas pour ta question

"à quand les nouveaux kernels et les nouveaux pilotes ? "


a mon avis ce bug est pris en charge et va être corriger .
pour l'instant tu est le seul a faire un retour pour ton matériel , comme il y a une rupture de de stock au niveau vente , ça va venir doucement les demandes pour ce souci
tu peu continuer a faire des recherches

ps: tu peu préciser que tu a un écran noir aussi sans firmware, et avec firmware
le seul cas ou tu arrive au bureau , c'est sans la prise en charge par le noyau de ton matériel graphique avec "nomodeset".

utilise ubuntu pour l'instant et patiente un peu pour debian
tu a 3 cas , sans bureau , le bureau avec Xorg , et le bureau avec Wayland (tu n'a pas répondu si tu a l' invite de connexion en résolution native de l'écran sans bureau , a mon avis non )

#36 21-01-2021 11:07:04

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

je vais te répondre , anonyme :

sans nomodeset
sans firmware
kernel de sid
mesa de sid
- démarre en mode  dégradé (1024x768)

sans nomodeset
avec firmware
kernel et mesa de sid
- black screen . ecran noir .

avec nomodeset
avec firmware
kernel et mesa de sid
-démarre en mode dégradé (1024 x 768)

à suivre :  https://bugs.debian.org/cgi-bin/bugrepo … bug=980164

Dernière modification par Debian Alain (21-01-2021 11:08:19)

Hors ligne

#37 21-01-2021 16:51:29

anonyme
Invité

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

tu a le 5.10.9-1 comme kernel sur sid ça donne quoi ?

tu a un nouveau firmware sur sid  même question =>  https://packages.debian.org/fr/sid/firm … d-graphics
tu passe de 20201218-1 a 20201218-2

a priori non résolu  =>  https://bugs.debian.org/cgi-bin/bugrepo … bug=980164

nota: mesa aucune importance pour l'instant , le bios de ta CM est a jour ?

Dernière modification par anonyme (21-01-2021 18:08:55)

#38 21-01-2021 18:22:41

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

problème à priori solutionné .

pour le kernel :  https://bugs.debian.org/cgi-bin/bugrepo … =980750#22

aussi :  https://bugs.debian.org/cgi-bin/bugrepo … 980164#105

création d'un nouveau kernel (5.10.9-1)

j'attends qu'il descende dans les dépôts .

et je testerai .

merci à ceux qui m'ont aidé et qui ont fait avancer le schmilblick .

Hors ligne

#39 21-01-2021 18:26:16

anonyme
Invité

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

normalement le 5.10.9-1 est dans le dépôt de sid

le 21 c'est bien aujourd'hui ? =>  https://tracker.debian.org/pkg/linux

Dernière modification par anonyme (21-01-2021 18:27:37)

#40 21-01-2021 18:42:02

anonyme
Invité

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

effectivement pas encore la , question de quelques heures de décalage


uname -a
Linux raven2200g 5.10.0-1-amd64 #1 SMP Debian 5.10.5-1 (2021-01-09) x86_64 GNU/Linux
 



apt policy firmware-amd-graphics
firmware-amd-graphics:
  Installé : 20201218-2
  Candidat : 20201218-2
 Table de version :
 *** 20201218-2 500
        500 https://deb.debian.org/debian sid/non-free amd64 Packages
        500 https://deb.debian.org/debian sid/non-free i386 Packages
        100 /var/lib/dpkg/status
     20201218-1 500
        500 http://deb.debian.org/debian bullseye/non-free amd64 Packages
        500 http://deb.debian.org/debian bullseye/non-free i386 Packages
 



re :
je vient d'avoir quelques paquets pour le nouveau noyau


(Lecture de la base de données... 215190 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../linux-compiler-gcc-10-x86_5.10.9-1_amd64.deb ...
Dépaquetage de linux-compiler-gcc-10-x86 (5.10.9-1) sur (5.10.4-1) ...
Préparation du dépaquetage de .../linux-kbuild-5.10_5.10.9-1_amd64.deb ...
Dépaquetage de linux-kbuild-5.10 (5.10.9-1) sur (5.10.5-1) ...
Préparation du dépaquetage de .../linux-libc-dev_5.10.9-1_amd64.deb ...
Dépaquetage de linux-libc-dev:amd64 (5.10.9-1) sur (5.10.4-1) ...
Paramétrage de linux-compiler-gcc-10-x86 (5.10.9-1) ...
Paramétrage de linux-libc-dev:amd64 (5.10.9-1) ...
Paramétrage de linux-kbuild-5.10 (5.10.9-1) ...
 



il va manquer les 2 méta-paquet et linux-image-amd64 et linux-headers-amd64
ps: pour les méta-paquet tu t'en moque , ça viendra plus tard

Dernière modification par anonyme (21-01-2021 23:34:17)

#41 22-01-2021 10:29:30

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

le kernel 5.10.0-2 est arrivé ce matin .

avec prise en charge des générations AMD RX 6000

tout  est ok . enfin presque .

sudo dpkg -l | grep -iE "linux-image-|linux-headers-"


ii  linux-headers-5.10.0-1-amd64          5.10.5-1                        amd64        Header files for Linux 5.10.0-1-amd64
ii  linux-headers-5.10.0-1-common         5.10.5-1                        all          Common header files for Linux 5.10.0-1
ii  linux-headers-5.10.0-2-amd64          5.10.9-1                        amd64        Header files for Linux 5.10.0-2-amd64
ii  linux-headers-5.10.0-2-common         5.10.9-1                        all          Common header files for Linux 5.10.0-2
ii  linux-headers-amd64                   5.10.5-1                        amd64        Header files for Linux amd64 configuration (meta-package)
ii  linux-image-5.10.0-1-amd64            5.10.5-1                        amd64        Linux 5.10 for 64-bit PCs (signed)
ii  linux-image-5.10.0-2-amd64-unsigned   5.10.9-1                        amd64        Linux 5.10 for 64-bit PCs
ii  linux-image-5.9.0-4-amd64             5.9.11-1                        amd64        Linux 5.9 for 64-bit PCs (signed)
ii  linux-image-amd64                     5.10.5-1                        amd64        Linux for 64-bit PCs (meta-package)
 



sudo apt-listbugs list linux-headers-5.10.0-2-amd64 linux-headers-5.10.0-2-common linux-image-5.10.0-2-amd64-unsigned


Récupération des rapports de bogue… Fait
Analyse des informations Trouvé/Corrigé… Fait



sudo apt-listbugs list linux-image-amd64 linux-headers-amd64


Récupération des rapports de bogue… Fait
Analyse des informations Trouvé/Corrigé… Fait
bogues de gravité serious sur linux-headers-amd64 (→ ) <En attente de traitement>
 b1 - #964335 - linux-headers-amd64: cannot upgrade to 5.7.6-1
Résumé :
 linux-headers-amd64(1 bogue)
 



glxinfo -B


name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: AMD (0x1002)
    Device: AMD SIENNA_CICHLID (DRM 3.40.0, 5.10.0-2-amd64, LLVM 11.0.1) (0x73bf)
    Version: 20.3.3
    Accelerated: yes
    Video memory: 16384MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
    VBO free memory - total: 15986 MB, largest block: 15986 MB
    VBO free aux. memory - total: 11934 MB, largest block: 11934 MB
    Texture free memory - total: 15986 MB, largest block: 15986 MB
    Texture free aux. memory - total: 11934 MB, largest block: 11934 MB
    Renderbuffer free memory - total: 15986 MB, largest block: 15986 MB
    Renderbuffer free aux. memory - total: 11934 MB, largest block: 11934 MB
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 16384 MB
    Total available memory: 28369 MB
    Currently available dedicated video memory: 15986 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD SIENNA_CICHLID (DRM 3.40.0, 5.10.0-2-amd64, LLVM 11.0.1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.3.3
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.3.3
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
 



lspci -nnkd::0300


0a:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] [1002:73bf] (rev c3)
  Subsystem: Sapphire Technology Limited Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] [1da2:e437]
  Kernel driver in use: amdgpu
  Kernel modules: amdgpu
 



xrandr


Screen 0: minimum 16 x 16, current 7680 x 2160, maximum 32767 x 32767
XWAYLAND0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 700mm x 390mm
   3840x2160     29.96*+
XWAYLAND1 connected 3840x2160+3840+0 (normal left inverted right x axis y axis) 700mm x 390mm
   3840x2160     29.96*+
 



xrandr


Screen 0: minimum 320 x 200, current 7680 x 2160, maximum 16384 x 16384
DisplayPort-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 697mm x 392mm
   3840x2160     60.00*+  30.00    29.97  
   2560x1440     59.95  
   1920x1200     60.00  
   1920x1080     60.00    59.94  
   1600x1200     60.00  
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1440x900      59.89  
   1280x800      59.81  
   1152x864      75.00  
   1280x720      60.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DisplayPort-1 connected 3840x2160+3840+0 (normal left inverted right x axis y axis) 697mm x 392mm
   3840x2160     60.00*+  30.00    29.97  
   2560x1440     59.95  
   1920x1200     60.00  
   1920x1080     60.00    59.94  
   1600x1200     60.00  
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1440x900      59.89  
   1280x800      59.81  
   1152x864      75.00  
   1280x720      60.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
 

Dernière modification par Debian Alain (22-01-2021 19:52:37)

Hors ligne

#42 22-01-2021 11:58:09

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [résolu] installation AMD RX 6800 sur debian testing (bullseye) / sid

reste une question , sans doute irrésolvable pour l'instant :

pourquoi 30 fps par écran en double écran sur wayland
et le double (60 fps par écran en double écran) sur Xorg ?

benchmarks sur X.org  :
(unigine superposition)
IoONid3.png

(unigine heaven)
KuoB3aj.png

(unigine valley)
YxutDsf.png

Dernière modification par Debian Alain (22-01-2021 14:53:33)

Hors ligne

Pied de page des forums