Prima di avviarsi mi da un sacco di errori.

Forum di supporto per utenti di lingua italiana
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
Akkan
Level 1
Level 1
Posts: 6
Joined: Fri Aug 27, 2021 5:21 am

Prima di avviarsi mi da un sacco di errori.

Post by Akkan »

Ciao, sono nuova, finalmente mi sono decisa a passare a linux, e ho scelto mint perchè ho visto dei video che spiegavano come installarlo in quasi semplicità, l'ho installato in dual boot con windows 7, per adesso, ma se miglioro nell'usarlo dopo intendo eliminare definitivamente windows (perchè lo detesto). Come da titolo prima di avviarsi (nella schermata nera) mi da una serie di errori, poi però quando parte mi pare funzioni, ho alcune domande:
1- Quegli errori pregiudicano il funzionamento di linux? e se sì come posso risolverli? Considerate che mentre in windows ero una utente avanzata qui al contrario devo iniziare da 0, siate clementi :)
2- Ho aggiunto lutris per potere giocare ai giochi di battlenet, la piattaforma parte normalmente ma diablo 3 va lentissimo, è ingiocabile, esiste una soluzione al mio problema?
Grazie.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
andrea111
Level 4
Level 4
Posts: 265
Joined: Sat Jul 10, 2021 6:13 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by andrea111 »

Vediamo questi errori, posta

Code: Select all

dmesg | grep error
Posta anche

Code: Select all

lspci
che ci facciamo un'idea dell'hardware.
Akkan
Level 1
Level 1
Posts: 6
Joined: Fri Aug 27, 2021 5:21 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by Akkan »

kana@Kana:~$ dmesg | grep error
[ 0.951479] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT1._GTF due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
[ 0.951532] Aborting method \_SB.PCI0.SAT0.SPT5._GTF due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
[ 0.952382] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT5._GTF due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
[ 0.952431] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT1._GTF due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
[ 0.953214] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT0._GTF due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
[ 0.955523] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT0._GTF due to previous error (AE_NOT_FOUND) (20190816/psparse-529)
[ 3.473662] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
kana@Kana:~$

kana@Kana:~$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09)
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)
kana@Kana:~$
Grazie per avermi risposto, scusa ma non so come si prendono gli screen su linux, spero così vada bene. Non sono sicura di avere fatto bene l'installazione.
andrea111
Level 4
Level 4
Posts: 265
Joined: Sat Jul 10, 2021 6:13 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by andrea111 »

In effetti sono 5 righe pressochè identiche relative allo stesso errore. Spesso gli errori relativi all'ACPI sono irrilevanti.
Ho dato un'occhiata in giro su quel tipo di errore e sembra che sia così.

Vediamo se

Code: Select all

dmesg | grep -i "fail\|bios"
dice anche dell'altro.
E posta anche

Code: Select all

sudo lshw -c video
la lentezza del sistema ha a che fare spesso con i driver video.

PS
Per postare devi usare le icone che vedi sopra la finestra in cui scrivi l'intevento.
Per postare codice si usa l'icona con i simboli "</>".
Per citare si usa l'icona con le virgolette, ma basta che passi il mouse sopra le icone e ti dice a cosa serve quell'icona -- servono per formattare opportunamente il testo.
Col clic sull'icona appariranno i delimitatori (code)(/code), in mezzo ci devi incollare quello che devi postare.

Code: Select all

Il risultato apparirà così
usa l'anteprima per verificare se è tutto corretto.
Akkan
Level 1
Level 1
Posts: 6
Joined: Fri Aug 27, 2021 5:21 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by Akkan »

Code: Select all

kana@Kana:~$ dmesg | grep -i "fail\|bios"
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ddca4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddca5000-0x00000000de127fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de128000-0x00000000de137fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000de138000-0x00000000de25afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de25b000-0x00000000de820fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de821000-0x00000000de821fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de822000-0x00000000de864fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de865000-0x00000000dec86fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dec87000-0x00000000deff3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000deff4000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: System manufacturer System Product Name/P8Z77-V LX, BIOS 1502 11/09/2012
[    0.065187] Calgary: detecting Calgary via BIOS EBDA area
[    0.160543] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.971672] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT1._GTF.DSSP], AE_NOT_FOUND (20190816/psargs-330)
[    0.971765] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20190816/psargs-330)
[    0.972346] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT1._GTF.DSSP], AE_NOT_FOUND (20190816/psargs-330)
[    0.972544] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20190816/psargs-330)
[    0.973526] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT0._GTF.DSSP], AE_NOT_FOUND (20190816/psargs-330)
[    0.975839] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT0._GTF.DSSP], AE_NOT_FOUND (20190816/psargs-330)
[    4.194094] asus_wmi: BIOS WMI version: 0.9
[    4.306762] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    4.953180] intel_rapl_common: RAPL package-0 domain package locked by BIOS
kana@Kana:~$ 

Code: Select all

ana@Kana:~$ sudo lshw -c video
[sudo] password di kana:     
  *-display                 
       description: VGA compatible controller
       product: GP106 [GeForce GTX 1060 6GB]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:34 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:c0000-dffff
kana@Kana:~$ 

Potrebbe essere, delle volte quando si avvia non mi carica i driver video e devo restartarlo perchè li rilevi, il mio pc è un'assemblato, ogni tanto lo rimodernizzo con hardware quando ho i soldi, anche in windows ho dovuto faticare non poco per trovare i driver compatibili con tutti i giochi, e poi probabilmente ho sbagliato l'installazione di mint, ormai sto quasi pensando di disistallarlo e provare ubuntu, ho notato che per ubuntu c'è in giro più roba e sopratutto più informazioni, ma sono completamente inesperta.
andrea111
Level 4
Level 4
Posts: 265
Joined: Sat Jul 10, 2021 6:13 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by andrea111 »

Mint e ubuntu sono quasi la stessa cosa, differiscono più che altro nell'aspetto (che qualche volta interferisce nella gestione del sistema), ma il sistema di fondo è preticamente lo stesso.
Una cosa da sapere su Mint: il desktop manager è Mate o Cinnamon?

Quello che funziona su ubuntu funziona anche su mint allo stesso modo.

Parrebbe tutto OK, gli errori ACPI sono trascurabili, i driver della scheda grafica sono gli nvidia proprietari, però lamenti il malfunzionamento di lutris (non l'ho mai usato).
Posta

Code: Select all

dpkg-query -l nvidia-settings
lsb_release -a
mokutil --sb-state
Proviamo l'efficienza grafica generale, installa un test grafico con

Code: Select all

sudo apt install glmark2
poi apri un terminale e dai

Code: Select all

glmark2
ti avvierà un test grafico che girerà per alcuni minuti, alla fine ti darà uno score, posta lo score finale.
Akkan
Level 1
Level 1
Posts: 6
Joined: Fri Aug 27, 2021 5:21 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by Akkan »

Ho mint Cinnamon.

Code: Select all

kana@Kana:~$ dpkg-query -l nvidia-settings
Voluto=U (non noto)/I (installato)/R (rimosso)/P (rimosso totale)/H (in attesa)
| Stato=Non/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(nessuno)/R (reinstallazione richiesta) (Stato,Err: maiuscolo=grave)
||/ Nome            Versione                   Architettura Descrizione
+++-===============-==========================-============-===============================================
ii  nvidia-settings 470.57.01-0ubuntu0.20.04.1 amd64        Tool for configuring the NVIDIA graphics driver
kana@Kana:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Linuxmint
Description:	Linux Mint 20.2
Release:	20.2
Codename:	uma
kana@Kana:~$ mokutil --sb-state

Code: Select all

Error: Failed to add fragment shader from file None:
Error:   0(26) : warning C7022: unrecognized profile specifier "highp"
Error: 0(26) : error C0502: syntax error at token "highp"
Error: 
Error: Failed to add fragment shader from file None:
Error:   0(75) : warning C7022: unrecognized profile specifier "highp"
Error: 0(75) : error C0502: syntax error at token "highp"
Error: 
[terrain] <default>:Errore di segmentazione (core dump creato)
kana@Kana:~$ 
Era questo che dovevo postare?
andrea111
Level 4
Level 4
Posts: 265
Joined: Sat Jul 10, 2021 6:13 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by andrea111 »

Era questo che dovevo postare?
Sì, ma non mi aspettavo una cosa del genere: il test non è andato in esecuzione, anzi, è proprio abortito. Molto male.
Eppure gli nvidia figurano installati. Riposta

Code: Select all

sudo lshw -c video| grep configuration
sudo ubuntu-drivers devices
cat /etc/X11/xorg.conf
dpkg-query -l | grep nvidia
grep nouveau /etc/modprobe.d/*
E ridai

Code: Select all

mokutil --sb-state
Akkan
Level 1
Level 1
Posts: 6
Joined: Fri Aug 27, 2021 5:21 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by Akkan »

Mi sa che andiamo davvero male

Code: Select all

kana@Kana:~$ sudo lshw -c video| grep configuration
[sudo] password di kana:                            
Riprovare.
[sudo] password di kana:     
       configuration: driver=nvidia latency=0
kana@Kana:~$ sudo ubuntu-drivers devices
WARNING:root:_pkg_get_support nvidia-driver-390: package has invalid Support Legacyheader, cannot determine support level
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C03sv00001458sd00003771bc03sc00i00
vendor   : NVIDIA Corporation
model    : GP106 [GeForce GTX 1060 6GB]
driver   : nvidia-driver-470-server - distro non-free
driver   : nvidia-driver-470 - distro non-free recommended
driver   : nvidia-driver-460 - distro non-free
driver   : nvidia-driver-390 - distro non-free
driver   : nvidia-driver-450-server - distro non-free
driver   : nvidia-driver-418-server - distro non-free
driver   : nvidia-driver-460-server - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin

kana@Kana:~$ cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: File o directory non esistente
kana@Kana:~$ dpkg-query -l | grep nvidia
ii  libnvidia-cfg1-470:amd64                   470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA binary OpenGL/GLX configuration library
ii  libnvidia-common-470                       470.57.02-0ubuntu0.20.04.1            all          Shared files used by the NVIDIA libraries
ii  libnvidia-compute-470:amd64                470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA libcompute package
ii  libnvidia-compute-470:i386                 470.57.02-0ubuntu0.20.04.1            i386         NVIDIA libcompute package
ii  libnvidia-decode-470:amd64                 470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA Video Decoding runtime libraries
ii  libnvidia-decode-470:i386                  470.57.02-0ubuntu0.20.04.1            i386         NVIDIA Video Decoding runtime libraries
ii  libnvidia-encode-470:amd64                 470.57.02-0ubuntu0.20.04.1            amd64        NVENC Video Encoding runtime library
ii  libnvidia-encode-470:i386                  470.57.02-0ubuntu0.20.04.1            i386         NVENC Video Encoding runtime library
ii  libnvidia-extra-470:amd64                  470.57.02-0ubuntu0.20.04.1            amd64        Extra libraries for the NVIDIA driver
ii  libnvidia-fbc1-470:amd64                   470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA OpenGL-based Framebuffer Capture runtime library
ii  libnvidia-fbc1-470:i386                    470.57.02-0ubuntu0.20.04.1            i386         NVIDIA OpenGL-based Framebuffer Capture runtime library
ii  libnvidia-gl-470:amd64                     470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
ii  libnvidia-gl-470:i386                      470.57.02-0ubuntu0.20.04.1            i386         NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
ii  libnvidia-ifr1-470:amd64                   470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA OpenGL-based Inband Frame Readback runtime library
ii  libnvidia-ifr1-470:i386                    470.57.02-0ubuntu0.20.04.1            i386         NVIDIA OpenGL-based Inband Frame Readback runtime library
ii  nvidia-compute-utils-470                   470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA compute utilities
ii  nvidia-dkms-470                            470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA DKMS package
ii  nvidia-driver-470                          470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA driver metapackage
ii  nvidia-kernel-common-470                   470.57.02-0ubuntu0.20.04.1            amd64        Shared files used with the kernel module
ii  nvidia-kernel-source-470                   470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA kernel source package
ii  nvidia-prime                               0.8.16~0.20.04.1                      all          Tools to enable NVIDIA's Prime
ii  nvidia-prime-applet                        1.2.9                                 all          An applet for NVIDIA Prime
ii  nvidia-settings                            470.57.01-0ubuntu0.20.04.1            amd64        Tool for configuring the NVIDIA graphics driver
ii  nvidia-utils-470                           470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA driver support binaries
ii  screen-resolution-extra                    0.18build1                            all          Extension for the nvidia-settings control panel
ii  xserver-xorg-video-nvidia-470              470.57.02-0ubuntu0.20.04.1            amd64        NVIDIA binary Xorg driver
kana@Kana:~$ grep nouveau /etc/modprobe.d/*
kana@Kana:~$ 

Code: Select all

kana@Kana:~$ mokutil --sb-state
EFI variables are not supported on this system
Tra l'altro non mi aveva nemmeno tenuto mokutil, ho dovuto reinstallarlo. Il sistema mi pare instabile, avevo provato a cambiare la pw per 2 volte e mi aveva scritto che aveva avuto successo ma è rimasta invariata, mi consigli di provare a reinstallare tutto?
andrea111
Level 4
Level 4
Posts: 265
Joined: Sat Jul 10, 2021 6:13 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by andrea111 »

Prima di fare il reinstallo vediamo se riusciamo a raddrizzare la situazione attuale.

I driver nvidia figurano installati ma è come se non lo fossero.
Posta che dice

Code: Select all

cat /var/log/Xorg.0.log
Poi
1) mettere i nouveau in blacklist (a volte sistema le cose) fai

Code: Select all

sudo -i
e ti trovi nel terminale di root, da lì dai

Code: Select all

echo blacklist nouveau > /etc/modprobe.d/nvidia-blacklist.conf
echo options nouveau modeset=0 >> /etc/modprobe.d/nvidia-blacklist.conf
exit
e ti ritrovi nel terminale normale, da lì dai ancora

Code: Select all

sudo update-initramfs -u
fai un riavvio e vedi se cambia qualcosa (es. avvia glmark2 e vedi se va in esecuzione o abortisce come l'altra volta).
Intanto fai questa prova se fallisce il passo succesivo sarà:

2) generare il file /etc/X11/xorg.conf (di solito il file viene autogenerato all'installazione dei driver nvidia, ma nel tuo caso non è così)
Akkan
Level 1
Level 1
Posts: 6
Joined: Fri Aug 27, 2021 5:21 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by Akkan »

Sicuro che vuoi vedere sto papiro?

Code: Select all

kana@Kana:~$ cat /var/log/Xorg.0.log
[     4.870] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[     4.870] Build Operating System: linux Ubuntu
[     4.870] Current Operating System: Linux Kana 5.4.0-81-generic #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021 x86_64
[     4.870] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-81-generic root=UUID=81835f6a-8c1f-4cbd-95ec-892ced5fb682 ro quiet splash
[     4.870] Build Date: 06 July 2021  10:17:51AM
[     4.870] xorg-server 2:1.20.11-1ubuntu1~20.04.2 (For technical support please see http://www.ubuntu.com/support) 
[     4.870] Current version of pixman: 0.38.4
[     4.870] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.870] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.871] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 31 08:35:59 2021
[     4.871] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.872] (==) No Layout section.  Using the first Screen section.
[     4.872] (==) No screen section available. Using defaults.
[     4.872] (**) |-->Screen "Default Screen Section" (0)
[     4.872] (**) |   |-->Monitor "<default monitor>"
[     4.873] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.873] (==) Automatically adding devices
[     4.873] (==) Automatically enabling devices
[     4.873] (==) Automatically adding GPU devices
[     4.873] (==) Automatically binding GPU devices
[     4.873] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.874] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.874] 	Entry deleted from font path.
[     4.874] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     4.874] 	Entry deleted from font path.
[     4.874] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     4.874] 	Entry deleted from font path.
[     4.875] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     4.875] 	Entry deleted from font path.
[     4.875] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     4.875] 	Entry deleted from font path.
[     4.875] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[     4.875] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.875] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.875] (II) Loader magic: 0x562db8382020
[     4.875] (II) Module ABI versions:
[     4.875] 	X.Org ANSI C Emulation: 0.4
[     4.875] 	X.Org Video Driver: 24.1
[     4.875] 	X.Org XInput driver : 24.1
[     4.875] 	X.Org Server Extension : 10.0
[     4.875] (++) using VT number 7

[     4.875] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.875] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.876] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[     4.877] (--) PCI:*(1@0:0:0) 10de:1c03:1458:3771 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     4.877] (II) LoadModule: "glx"
[     4.880] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.886] (II) Module glx: vendor="X.Org Foundation"
[     4.886] 	compiled for 1.20.11, module version = 1.0.0
[     4.886] 	ABI class: X.Org Server Extension, version 10.0
[     4.886] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     4.886] 	loading driver: nvidia
[     5.155] (==) Matched nvidia as autoconfigured driver 0
[     5.155] (==) Matched nouveau as autoconfigured driver 1
[     5.155] (==) Matched modesetting as autoconfigured driver 2
[     5.155] (==) Matched fbdev as autoconfigured driver 3
[     5.155] (==) Matched vesa as autoconfigured driver 4
[     5.155] (==) Assigned the driver to the xf86ConfigLayout
[     5.156] (II) LoadModule: "nvidia"
[     5.156] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[     5.161] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.161] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.161] 	Module class: X.Org Video Driver
[     5.161] (II) LoadModule: "nouveau"
[     5.161] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     5.162] (II) Module nouveau: vendor="X.Org Foundation"
[     5.162] 	compiled for 1.20.3, module version = 1.0.16
[     5.162] 	Module class: X.Org Video Driver
[     5.162] 	ABI class: X.Org Video Driver, version 24.0
[     5.162] (II) LoadModule: "modesetting"
[     5.163] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.163] (II) Module modesetting: vendor="X.Org Foundation"
[     5.163] 	compiled for 1.20.11, module version = 1.20.11
[     5.163] 	Module class: X.Org Video Driver
[     5.163] 	ABI class: X.Org Video Driver, version 24.1
[     5.163] (II) LoadModule: "fbdev"
[     5.163] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     5.164] (II) Module fbdev: vendor="X.Org Foundation"
[     5.164] 	compiled for 1.20.1, module version = 0.5.0
[     5.164] 	Module class: X.Org Video Driver
[     5.164] 	ABI class: X.Org Video Driver, version 24.0
[     5.164] (II) LoadModule: "vesa"
[     5.164] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.164] (II) Module vesa: vendor="X.Org Foundation"
[     5.164] 	compiled for 1.20.4, module version = 2.4.0
[     5.164] 	Module class: X.Org Video Driver
[     5.164] 	ABI class: X.Org Video Driver, version 24.0
[     5.164] (II) NVIDIA dlloader X Driver  470.57.02  Tue Jul 13 16:13:51 UTC 2021
[     5.164] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.164] (II) NOUVEAU driver Date:   Mon Jan 28 23:25:58 2019 -0500
[     5.164] (II) NOUVEAU driver for NVIDIA chipset families :
[     5.164] 	RIVA TNT            (NV04)
[     5.164] 	RIVA TNT2           (NV05)
[     5.164] 	GeForce 256         (NV10)
[     5.164] 	GeForce 2           (NV11, NV15)
[     5.165] 	GeForce 4MX         (NV17, NV18)
[     5.165] 	GeForce 3           (NV20)
[     5.165] 	GeForce 4Ti         (NV25, NV28)
[     5.165] 	GeForce FX          (NV3x)
[     5.165] 	GeForce 6           (NV4x)
[     5.165] 	GeForce 7           (G7x)
[     5.165] 	GeForce 8           (G8x)
[     5.165] 	GeForce 9           (G9x)
[     5.165] 	GeForce GTX 2xx/3xx (GT2xx)
[     5.165] 	GeForce GTX 4xx/5xx (GFxxx)
[     5.165] 	GeForce GTX 6xx/7xx (GKxxx)
[     5.165] 	GeForce GTX 9xx     (GMxxx)
[     5.165] 	GeForce GTX 10xx    (GPxxx)
[     5.165] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.165] (II) FBDEV: driver for framebuffer: fbdev
[     5.165] (II) VESA: driver for VESA chipsets: vesa
[     5.178] (II) Loading sub module "fb"
[     5.178] (II) LoadModule: "fb"
[     5.178] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.179] (II) Module fb: vendor="X.Org Foundation"
[     5.179] 	compiled for 1.20.11, module version = 1.0.0
[     5.179] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.179] (II) Loading sub module "wfb"
[     5.179] (II) LoadModule: "wfb"
[     5.179] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.180] (II) Module wfb: vendor="X.Org Foundation"
[     5.180] 	compiled for 1.20.11, module version = 1.0.0
[     5.180] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.180] (II) Loading sub module "ramdac"
[     5.180] (II) LoadModule: "ramdac"
[     5.180] (II) Module "ramdac" already built-in
[     5.181] (WW) Falling back to old probe method for modesetting
[     5.181] (WW) Falling back to old probe method for fbdev
[     5.181] (II) Loading sub module "fbdevhw"
[     5.181] (II) LoadModule: "fbdevhw"
[     5.181] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     5.181] (II) Module fbdevhw: vendor="X.Org Foundation"
[     5.181] 	compiled for 1.20.11, module version = 0.0.2
[     5.181] 	ABI class: X.Org Video Driver, version 24.1
[     5.181] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.181] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     5.181] (==) NVIDIA(0): RGB weight 888
[     5.181] (==) NVIDIA(0): Default visual is TrueColor
[     5.181] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.181] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     5.181] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     5.182] (**) NVIDIA(0): Enabling 2D acceleration
[     5.182] (II) Loading sub module "glxserver_nvidia"
[     5.182] (II) LoadModule: "glxserver_nvidia"
[     5.182] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglxserver_nvidia.so
[     5.228] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     5.228] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.228] 	Module class: X.Org Server Extension
[     5.228] (II) NVIDIA GLX Module  470.57.02  Tue Jul 13 16:10:58 UTC 2021
[     5.230] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.006] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.006] (--) NVIDIA(0):     DFP-0
[     6.006] (--) NVIDIA(0):     DFP-1 (boot)
[     6.006] (--) NVIDIA(0):     DFP-2
[     6.006] (--) NVIDIA(0):     DFP-3
[     6.006] (--) NVIDIA(0):     DFP-4
[     6.007] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1060 6GB (GP106-A) at PCI:1:0:0
[     6.007] (II) NVIDIA(0):     (GPU-0)
[     6.007] (--) NVIDIA(0): Memory: 6291456 kBytes
[     6.007] (--) NVIDIA(0): VideoBIOS: 86.06.63.00.e5
[     6.007] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     6.007] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     6.007] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     6.007] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     6.007] (--) NVIDIA(GPU-0): 
[     6.052] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): connected
[     6.052] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): Internal TMDS
[     6.052] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): 600.0 MHz maximum pixel clock
[     6.052] (--) NVIDIA(GPU-0): 
[     6.052] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     6.052] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     6.052] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     6.052] (--) NVIDIA(GPU-0): 
[     6.052] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     6.052] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     6.052] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     6.052] (--) NVIDIA(GPU-0): 
[     6.052] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     6.052] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     6.052] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     6.052] (--) NVIDIA(GPU-0): 
[     6.057] (==) NVIDIA(0): 
[     6.057] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.057] (==) NVIDIA(0):     will be used as the requested mode.
[     6.057] (==) NVIDIA(0): 
[     6.057] (II) NVIDIA(0): Validated MetaModes:
[     6.057] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[     6.057] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     6.061] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[     6.061] (--) NVIDIA(0):     option
[     6.061] (II) UnloadModule: "nouveau"
[     6.061] (II) Unloading nouveau
[     6.061] (II) UnloadModule: "modesetting"
[     6.061] (II) Unloading modesetting
[     6.061] (II) UnloadModule: "fbdev"
[     6.061] (II) Unloading fbdev
[     6.061] (II) UnloadSubModule: "fbdevhw"
[     6.061] (II) Unloading fbdevhw
[     6.061] (II) UnloadModule: "vesa"
[     6.061] (II) Unloading vesa
[     6.062] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     6.062] (II) NVIDIA:     access.
[     6.082] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[     6.129] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.129] (==) NVIDIA(0): Backing store enabled
[     6.129] (==) NVIDIA(0): Silken mouse enabled
[     6.130] (==) NVIDIA(0): DPMS enabled
[     6.130] (II) Loading sub module "dri2"
[     6.130] (II) LoadModule: "dri2"
[     6.130] (II) Module "dri2" already built-in
[     6.130] (II) NVIDIA(0): [DRI2] Setup complete
[     6.130] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.130] (II) Initializing extension Generic Event Extension
[     6.131] (II) Initializing extension SHAPE
[     6.131] (II) Initializing extension MIT-SHM
[     6.131] (II) Initializing extension XInputExtension
[     6.131] (II) Initializing extension XTEST
[     6.131] (II) Initializing extension BIG-REQUESTS
[     6.131] (II) Initializing extension SYNC
[     6.131] (II) Initializing extension XKEYBOARD
[     6.132] (II) Initializing extension XC-MISC
[     6.132] (II) Initializing extension SECURITY
[     6.132] (II) Initializing extension XFIXES
[     6.132] (II) Initializing extension RENDER
[     6.132] (II) Initializing extension RANDR
[     6.132] (II) Initializing extension COMPOSITE
[     6.132] (II) Initializing extension DAMAGE
[     6.132] (II) Initializing extension MIT-SCREEN-SAVER
[     6.132] (II) Initializing extension DOUBLE-BUFFER
[     6.132] (II) Initializing extension RECORD
[     6.132] (II) Initializing extension DPMS
[     6.133] (II) Initializing extension Present
[     6.133] (II) Initializing extension DRI3
[     6.133] (II) Initializing extension X-Resource
[     6.133] (II) Initializing extension XVideo
[     6.133] (II) Initializing extension XVideo-MotionCompensation
[     6.133] (II) Initializing extension SELinux
[     6.133] (II) SELinux: Disabled on system
[     6.133] (II) Initializing extension GLX
[     6.133] (II) Initializing extension GLX
[     6.133] (II) Indirect GLX disabled.
[     6.133] (II) GLX: Another vendor is already registered for screen 0
[     6.133] (II) Initializing extension XFree86-VidModeExtension
[     6.133] (II) Initializing extension XFree86-DGA
[     6.133] (II) Initializing extension XFree86-DRI
[     6.133] (II) Initializing extension DRI2
[     6.133] (II) Initializing extension NV-GLX
[     6.133] (II) Initializing extension NV-CONTROL
[     6.133] (II) Initializing extension XINERAMA
[     6.195] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.195] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.195] (II) LoadModule: "libinput"
[     6.196] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.198] (II) Module libinput: vendor="X.Org Foundation"
[     6.198] 	compiled for 1.20.4, module version = 0.29.0
[     6.198] 	Module class: X.Org XInput Driver
[     6.198] 	ABI class: X.Org XInput driver, version 24.1
[     6.198] (II) Using input driver 'libinput' for 'Power Button'
[     6.198] (**) Power Button: always reports core events
[     6.198] (**) Option "Device" "/dev/input/event1"
[     6.198] (**) Option "_source" "server/udev"
[     6.202] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.202] (II) event1  - Power Button: device is a keyboard
[     6.202] (II) event1  - Power Button: device removed
[     6.218] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     6.218] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.218] (**) Option "xkb_model" "pc105"
[     6.218] (**) Option "xkb_layout" "it"
[     6.238] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.238] (II) event1  - Power Button: device is a keyboard
[     6.239] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.239] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.239] (II) Using input driver 'libinput' for 'Power Button'
[     6.239] (**) Power Button: always reports core events
[     6.239] (**) Option "Device" "/dev/input/event0"
[     6.239] (**) Option "_source" "server/udev"
[     6.241] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.241] (II) event0  - Power Button: device is a keyboard
[     6.241] (II) event0  - Power Button: device removed
[     6.254] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.254] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     6.254] (**) Option "xkb_model" "pc105"
[     6.254] (**) Option "xkb_layout" "it"
[     6.256] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.256] (II) event0  - Power Button: device is a keyboard
[     6.257] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[     6.257] (II) No input driver specified, ignoring this device.
[     6.257] (II) This device may have been added with another device file.
[     6.258] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[     6.258] (II) No input driver specified, ignoring this device.
[     6.258] (II) This device may have been added with another device file.
[     6.258] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[     6.258] (II) No input driver specified, ignoring this device.
[     6.258] (II) This device may have been added with another device file.
[     6.259] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[     6.259] (II) No input driver specified, ignoring this device.
[     6.259] (II) This device may have been added with another device file.
[     6.259] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[     6.259] (II) No input driver specified, ignoring this device.
[     6.260] (II) This device may have been added with another device file.
[     6.261] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/event2)
[     6.261] (**) SINOWEALTH Game Mouse: Applying InputClass "libinput pointer catchall"
[     6.261] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse'
[     6.261] (**) SINOWEALTH Game Mouse: always reports core events
[     6.261] (**) Option "Device" "/dev/input/event2"
[     6.261] (**) Option "_source" "server/udev"
[     6.321] (II) event2  - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[     6.321] (II) event2  - SINOWEALTH Game Mouse: device is a pointer
[     6.321] (II) event2  - SINOWEALTH Game Mouse: device removed
[     6.350] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:258A:1007.0001/input/input2/event2"
[     6.350] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse" (type: MOUSE, id 8)
[     6.350] (**) Option "AccelerationScheme" "none"
[     6.351] (**) SINOWEALTH Game Mouse: (accel) selected scheme none/0
[     6.351] (**) SINOWEALTH Game Mouse: (accel) acceleration factor: 2.000
[     6.351] (**) SINOWEALTH Game Mouse: (accel) acceleration threshold: 4
[     6.413] (II) event2  - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[     6.413] (II) event2  - SINOWEALTH Game Mouse: device is a pointer
[     6.414] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/mouse0)
[     6.414] (II) No input driver specified, ignoring this device.
[     6.414] (II) This device may have been added with another device file.
[     6.415] (II) config/udev: Adding input device SINOWEALTH Game Mouse Keyboard (/dev/input/event3)
[     6.415] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.415] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse Keyboard'
[     6.415] (**) SINOWEALTH Game Mouse Keyboard: always reports core events
[     6.415] (**) Option "Device" "/dev/input/event3"
[     6.416] (**) Option "_source" "server/udev"
[     6.418] (II) event3  - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[     6.418] (II) event3  - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[     6.419] (II) event3  - SINOWEALTH Game Mouse Keyboard: device removed
[     6.434] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.1/0003:258A:1007.0002/input/input3/event3"
[     6.434] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse Keyboard" (type: KEYBOARD, id 9)
[     6.434] (**) Option "xkb_model" "pc105"
[     6.434] (**) Option "xkb_layout" "it"
[     6.437] (II) event3  - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[     6.437] (II) event3  - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[     6.439] (II) config/udev: Adding input device Mechanical Keyboard Mechanical Keyboard (/dev/input/event4)
[     6.439] (**) Mechanical Keyboard Mechanical Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.439] (II) Using input driver 'libinput' for 'Mechanical Keyboard Mechanical Keyboard'
[     6.439] (**) Mechanical Keyboard Mechanical Keyboard: always reports core events
[     6.439] (**) Option "Device" "/dev/input/event4"
[     6.439] (**) Option "_source" "server/udev"
[     6.442] (II) event4  - Mechanical Keyboard Mechanical Keyboard: is tagged by udev as: Keyboard
[     6.442] (II) event4  - Mechanical Keyboard Mechanical Keyboard: device is a keyboard
[     6.442] (II) event4  - Mechanical Keyboard Mechanical Keyboard: device removed
[     6.474] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/0003:04D9:1830.0003/input/input5/event4"
[     6.474] (II) XINPUT: Adding extended input device "Mechanical Keyboard Mechanical Keyboard" (type: KEYBOARD, id 10)
[     6.474] (**) Option "xkb_model" "pc105"
[     6.474] (**) Option "xkb_layout" "it"
[     6.477] (II) event4  - Mechanical Keyboard Mechanical Keyboard: is tagged by udev as: Keyboard
[     6.477] (II) event4  - Mechanical Keyboard Mechanical Keyboard: device is a keyboard
[     6.479] (II) config/udev: Adding input device Mechanical Keyboard Mechanical Keyboard Consumer Control (/dev/input/event5)
[     6.479] (**) Mechanical Keyboard Mechanical Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.479] (II) Using input driver 'libinput' for 'Mechanical Keyboard Mechanical Keyboard Consumer Control'
[     6.479] (**) Mechanical Keyboard Mechanical Keyboard Consumer Control: always reports core events
[     6.479] (**) Option "Device" "/dev/input/event5"
[     6.479] (**) Option "_source" "server/udev"
[     6.482] (II) event5  - Mechanical Keyboard Mechanical Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.482] (II) event5  - Mechanical Keyboard Mechanical Keyboard Consumer Control: device is a keyboard
[     6.482] (II) event5  - Mechanical Keyboard Mechanical Keyboard Consumer Control: device removed
[     6.506] (II) libinput: Mechanical Keyboard Mechanical Keyboard Consumer Control: needs a virtual subdevice
[     6.506] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04D9:1830.0004/input/input6/event5"
[     6.506] (II) XINPUT: Adding extended input device "Mechanical Keyboard Mechanical Keyboard Consumer Control" (type: MOUSE, id 11)
[     6.506] (**) Option "AccelerationScheme" "none"
[     6.506] (**) Mechanical Keyboard Mechanical Keyboard Consumer Control: (accel) selected scheme none/0
[     6.506] (**) Mechanical Keyboard Mechanical Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     6.506] (**) Mechanical Keyboard Mechanical Keyboard Consumer Control: (accel) acceleration threshold: 4
[     6.509] (II) event5  - Mechanical Keyboard Mechanical Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.509] (II) event5  - Mechanical Keyboard Mechanical Keyboard Consumer Control: device is a keyboard
[     6.511] (II) config/udev: Adding input device Mechanical Keyboard Mechanical Keyboard System Control (/dev/input/event6)
[     6.511] (**) Mechanical Keyboard Mechanical Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     6.511] (II) Using input driver 'libinput' for 'Mechanical Keyboard Mechanical Keyboard System Control'
[     6.511] (**) Mechanical Keyboard Mechanical Keyboard System Control: always reports core events
[     6.511] (**) Option "Device" "/dev/input/event6"
[     6.511] (**) Option "_source" "server/udev"
[     6.514] (II) event6  - Mechanical Keyboard Mechanical Keyboard System Control: is tagged by udev as: Keyboard
[     6.514] (II) event6  - Mechanical Keyboard Mechanical Keyboard System Control: device is a keyboard
[     6.514] (II) event6  - Mechanical Keyboard Mechanical Keyboard System Control: device removed
[     6.530] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04D9:1830.0004/input/input7/event6"
[     6.530] (II) XINPUT: Adding extended input device "Mechanical Keyboard Mechanical Keyboard System Control" (type: KEYBOARD, id 12)
[     6.530] (**) Option "xkb_model" "pc105"
[     6.530] (**) Option "xkb_layout" "it"
[     6.532] (II) event6  - Mechanical Keyboard Mechanical Keyboard System Control: is tagged by udev as: Keyboard
[     6.533] (II) event6  - Mechanical Keyboard Mechanical Keyboard System Control: device is a keyboard
[     6.534] (II) config/udev: Adding input device Mechanical Keyboard Mechanical Keyboard (/dev/input/event7)
[     6.534] (**) Mechanical Keyboard Mechanical Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.534] (II) Using input driver 'libinput' for 'Mechanical Keyboard Mechanical Keyboard'
[     6.534] (**) Mechanical Keyboard Mechanical Keyboard: always reports core events
[     6.534] (**) Option "Device" "/dev/input/event7"
[     6.534] (**) Option "_source" "server/udev"
[     6.536] (II) event7  - Mechanical Keyboard Mechanical Keyboard: is tagged by udev as: Keyboard
[     6.536] (II) event7  - Mechanical Keyboard Mechanical Keyboard: device is a keyboard
[     6.537] (II) event7  - Mechanical Keyboard Mechanical Keyboard: device removed
[     6.586] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04D9:1830.0004/input/input8/event7"
[     6.586] (II) XINPUT: Adding extended input device "Mechanical Keyboard Mechanical Keyboard" (type: KEYBOARD, id 13)
[     6.586] (**) Option "xkb_model" "pc105"
[     6.586] (**) Option "xkb_layout" "it"
[     6.589] (II) event7  - Mechanical Keyboard Mechanical Keyboard: is tagged by udev as: Keyboard
[     6.590] (II) event7  - Mechanical Keyboard Mechanical Keyboard: device is a keyboard
[     6.590] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event8)
[     6.590] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.590] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     6.590] (**) Eee PC WMI hotkeys: always reports core events
[     6.590] (**) Option "Device" "/dev/input/event8"
[     6.590] (**) Option "_source" "server/udev"
[     6.591] (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     6.591] (II) event8  - Eee PC WMI hotkeys: device is a keyboard
[     6.591] (II) event8  - Eee PC WMI hotkeys: device removed
[     6.610] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input9/event8"
[     6.610] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
[     6.610] (**) Option "xkb_model" "pc105"
[     6.610] (**) Option "xkb_layout" "it"
[     6.611] (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     6.612] (II) event8  - Eee PC WMI hotkeys: device is a keyboard
[     6.619] (**) Mechanical Keyboard Mechanical Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.619] (II) Using input driver 'libinput' for 'Mechanical Keyboard Mechanical Keyboard Consumer Control'
[     6.619] (**) Mechanical Keyboard Mechanical Keyboard Consumer Control: always reports core events
[     6.619] (**) Option "Device" "/dev/input/event5"
[     6.619] (**) Option "_source" "_driver/libinput"
[     6.619] (II) libinput: Mechanical Keyboard Mechanical Keyboard Consumer Control: is a virtual subdevice
[     6.619] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04D9:1830.0004/input/input6/event5"
[     6.619] (II) XINPUT: Adding extended input device "Mechanical Keyboard Mechanical Keyboard Consumer Control" (type: KEYBOARD, id 15)
[     6.619] (**) Option "xkb_model" "pc105"
[     6.619] (**) Option "xkb_layout" "it"
[     6.619] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
[     6.619] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     6.619] failed to find screen to remove
[     6.620] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[     6.620] (II) No input driver specified, ignoring this device.
[     6.620] (II) This device may have been added with another device file.
[     6.620] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[     6.620] (II) No input driver specified, ignoring this device.
[     6.620] (II) This device may have been added with another device file.
[     6.620] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[     6.620] (II) No input driver specified, ignoring this device.
[     6.620] (II) This device may have been added with another device file.
[     6.620] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[     6.620] (II) No input driver specified, ignoring this device.
[     6.620] (II) This device may have been added with another device file.
[     6.620] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[     6.620] (II) No input driver specified, ignoring this device.
[     6.620] (II) This device may have been added with another device file.
[     6.621] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     6.621] (II) No input driver specified, ignoring this device.
[     6.621] (II) This device may have been added with another device file.
[     6.625] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event19)
[     6.625] (II) No input driver specified, ignoring this device.
[     6.625] (II) This device may have been added with another device file.
[     6.625] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     6.625] (II) No input driver specified, ignoring this device.
[     6.625] (II) This device may have been added with another device file.
[     6.626] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event18)
[     6.626] (II) No input driver specified, ignoring this device.
[     6.626] (II) This device may have been added with another device file.
[     6.627] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     6.627] (II) No input driver specified, ignoring this device.
[     6.627] (II) This device may have been added with another device file.
[     6.627] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event20)
[     6.627] (II) No input driver specified, ignoring this device.
[     6.627] (II) This device may have been added with another device file.
[     6.628] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     6.628] (II) No input driver specified, ignoring this device.
[     6.628] (II) This device may have been added with another device file.
[     7.351] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.351] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     7.351] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     7.351] (--) NVIDIA(GPU-0): 
[     7.394] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): connected
[     7.394] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): Internal TMDS
[     7.394] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): 600.0 MHz maximum pixel clock
[     7.394] (--) NVIDIA(GPU-0): 
[     7.394] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.394] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     7.394] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     7.394] (--) NVIDIA(GPU-0): 
[     7.395] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.395] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.395] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.395] (--) NVIDIA(GPU-0): 
[     7.395] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.395] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     7.395] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     7.395] (--) NVIDIA(GPU-0): 
[     7.460] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.460] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     7.460] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     7.460] (--) NVIDIA(GPU-0): 
[     7.506] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): connected
[     7.506] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): Internal TMDS
[     7.506] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): 600.0 MHz maximum pixel clock
[     7.506] (--) NVIDIA(GPU-0): 
[     7.506] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.506] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     7.506] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     7.506] (--) NVIDIA(GPU-0): 
[     7.506] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.506] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.506] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.506] (--) NVIDIA(GPU-0): 
[     7.506] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.506] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     7.506] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     7.506] (--) NVIDIA(GPU-0): 
[     7.507] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.507] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     7.507] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     7.507] (--) NVIDIA(GPU-0): 
[     7.550] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): connected
[     7.550] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): Internal TMDS
[     7.550] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): 600.0 MHz maximum pixel clock
[     7.550] (--) NVIDIA(GPU-0): 
[     7.550] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.550] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     7.550] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     7.550] (--) NVIDIA(GPU-0): 
[     7.550] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.551] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.551] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.551] (--) NVIDIA(GPU-0): 
[     7.551] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.551] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     7.551] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     7.551] (--) NVIDIA(GPU-0): 
[     7.660] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.660] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     7.660] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     7.660] (--) NVIDIA(GPU-0): 
[     7.707] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): connected
[     7.707] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): Internal TMDS
[     7.707] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): 600.0 MHz maximum pixel clock
[     7.707] (--) NVIDIA(GPU-0): 
[     7.707] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.707] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     7.707] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     7.707] (--) NVIDIA(GPU-0): 
[     7.707] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.707] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.707] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.707] (--) NVIDIA(GPU-0): 
[     7.707] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.707] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     7.707] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     7.707] (--) NVIDIA(GPU-0): 
[     7.746] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.746] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     7.746] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     7.746] (--) NVIDIA(GPU-0): 
[     7.796] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): connected
[     7.796] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): Internal TMDS
[     7.796] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): 600.0 MHz maximum pixel clock
[     7.796] (--) NVIDIA(GPU-0): 
[     7.796] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.796] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     7.796] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     7.796] (--) NVIDIA(GPU-0): 
[     7.796] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.796] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.796] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.796] (--) NVIDIA(GPU-0): 
[     7.796] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.796] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     7.796] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     7.796] (--) NVIDIA(GPU-0): 
[     7.796] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.796] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     7.796] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     7.796] (--) NVIDIA(GPU-0): 
[     7.840] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): connected
[     7.840] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): Internal TMDS
[     7.840] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): 600.0 MHz maximum pixel clock
[     7.840] (--) NVIDIA(GPU-0): 
[     7.840] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.840] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     7.840] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     7.840] (--) NVIDIA(GPU-0): 
[     7.840] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.840] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.840] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.840] (--) NVIDIA(GPU-0): 
[     7.840] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.840] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     7.840] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     7.840] (--) NVIDIA(GPU-0): 
[     8.568] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.568] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     8.568] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     8.568] (--) NVIDIA(GPU-0): 
[     8.612] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): connected
[     8.612] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): Internal TMDS
[     8.612] (--) NVIDIA(GPU-0): Samsung S22F350 (DFP-1): 600.0 MHz maximum pixel clock
[     8.612] (--) NVIDIA(GPU-0): 
[     8.612] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     8.612] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     8.612] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     8.612] (--) NVIDIA(GPU-0): 
[     8.612] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     8.612] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     8.612] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     8.612] (--) NVIDIA(GPU-0): 
[     8.612] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     8.612] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     8.612] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     8.612] (--) NVIDIA(GPU-0): 
kana@Kana:~$ 
mettere i nouveau in blacklist (a volte sistema le cose)
Ma nel mio caso non ha funzionato, stessi errori al riavvio e glmark2:

Code: Select all

Error: Failed to add fragment shader from file None:
Error:   0(26) : warning C7022: unrecognized profile specifier "highp"
Error: 0(26) : error C0502: syntax error at token "highp"
Error: 
Error: Failed to add fragment shader from file None:
Error:   0(75) : warning C7022: unrecognized profile specifier "highp"
Error: 0(75) : error C0502: syntax error at token "highp"
Error: 
[terrain] <default>:Errore di segmentazione (core dump creato)
generare il file /etc/X11/xorg.conf
Perdona l'inesperienza, ma come genero sto file?
andrea111
Level 4
Level 4
Posts: 265
Joined: Sat Jul 10, 2021 6:13 am

Re: Prima di avviarsi mi da un sacco di errori.

Post by andrea111 »

Strano, il log del server grafico (Xorg.0.log) è pressoché perfetto - nessun problema all'installazione dei driver nvidia. Però la grafica non funziona.

Verifichiamo se il server grafico in uso è X11 (ovvero Xorg) o Wayland (che è il nuovo server grafico ma ancora in allestimento e non ben supportato da Nvidia).
Posta

Code: Select all

echo $XDG_SESSION_TYPE
Se la risposta è "Wayland", riavvia e al login individua un'icona (di solito a forma di rotellina) da cui scegliere da quale server grafico avviare, scegli Xorg (o X11) e fai il login -- prova a vedere come si comporta la grafica (sia con glmark2 che con lutris).

Alcune premesse sulla nvidia per il suo funzionamento:
installare solo LTS (Long Term Support) - la nvidia non segue lo stack HWE (che trasforma la distro in una "rolling"). Con Mint avresti dovuto installare Ulyana e invece sei su Uma (che se non sbaglio ha Wayland come server grafico di default) - Vediamo che kernel hai, posta

Code: Select all

uname -a
dpkg-query -l | grep linux
Perdona l'inesperienza, ma come genero sto file?
non è difficile ma a questo punto penso che lo possiamo omettere, bisogna raddrizzare la situazione all'origine (cioè reinstallare).
Intanto posta quello che ti ho chiesto, poi decidiamo.
Locked

Return to “Italiano - Italian”