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).

#1 03-02-2019 15:25:58

Arkaik
Membre
Distrib. : Debian Bookworm
Noyau : 5.10.0-21-amd64
(G)UI : Gnome wayland / gdm3
Inscription : 03-02-2019

Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour à tous,

J'ai récemment acheté un nouveau PC portable Dell G5 15 5587.

Ce PC était livré avec Ubuntu à la base mais j'ai préféré réinstaller un Debian stretch dessus.

Après réinstallation, j'ai remarqué que la carte wifi n'était pas détecté. J'ai suis donc passé sur le kernel 4.18.0 depuis les dépots backports de stretch et j'ai installé le firmware iwlwifi despuis les backports également.

Après ces opérations le wifi fonctionne correctement mais j'ai remarqué que lorsque je branchais un écran en HDMI, l'écran n'était pas détecté par le système.


$ uname -a
Linux debian-G5 4.18.0-0.bpo.1-amd64 #1 SMP Debian 4.18.6-1~bpo9+1 (2018-09-13) x86_64 GNU/Linux
 



La carte graphique est une NVIDIA GTX 1050Ti.

Voici les informations retournées par lspci


$ sudo lspci -v
[...]
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b (prog-if 00 [VGA controller])
  Subsystem: Dell Device 0824
  Flags: bus master, fast devsel, latency 0, IRQ 152
  Memory at eb000000 (64-bit, non-prefetchable) [size=16M]
  Memory at 80000000 (64-bit, prefetchable) [size=256M]
  I/O ports at 5000 [size=64]
  [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
  Capabilities: [40] Vendor Specific Information: Len=0c <?>
  Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
  Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
  Capabilities: [d0] Power Management version 2
  Capabilities: [100] Process Address Space ID (PASID)
  Capabilities: [200] Address Translation Service (ATS)
  Capabilities: [300] Page Request Interface (PRI)
  Kernel driver in use: i915
  Kernel modules: i915
[...]
01:00.0 3D controller: NVIDIA Corporation Device 1c8c (rev a1)
  Flags: bus master, fast devsel, latency 0, IRQ 153
  Memory at ec000000 (32-bit, non-prefetchable) [size=16M]
  Memory at c0000000 (64-bit, prefetchable) [size=256M]
  Memory at d0000000 (64-bit, prefetchable) [size=32M]
  I/O ports at 4000 [size=128]
  [virtual] Expansion ROM at ed000000 [disabled] [size=512K]
  Capabilities: [60] Power Management version 3
  Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
  Capabilities: [78] Express Endpoint, MSI 00
  Capabilities: [100] Virtual Channel
  Capabilities: [250] Latency Tolerance Reporting
  Capabilities: [258] L1 PM Substates
  Capabilities: [128] Power Budgeting <?>
  Capabilities: [420] Advanced Error Reporting
  Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
  Capabilities: [900] #19
  Kernel driver in use: nouveau
  Kernel modules: nouveau
[...]
 



Et par lshw


$ sudo lshw -c video
  *-display                
       description: 3D controller
       product: NVIDIA Corporation
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list rom
       configuration: driver=nouveau latency=0
       resources: irq:153 memory:ec000000-ecffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:4000(size=128) memory:ed000000-ed07ffff
  *-display
       description: VGA compatible controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:152 memory:eb000000-ebffffff memory:80000000-8fffffff ioport:5000(size=64) memory:c0000-dffff
 



Et le retour de xrandr quand l'écran externe est connecté


$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.02*+  59.93    48.02  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1280x1024     60.02  
   1440x900      59.89  
   1280x960      60.00  
   1360x768      59.80    59.96  
   1152x864      60.00  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   960x600       60.00  
   960x540       59.99  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   800x512       60.17  
   700x525       59.98  
   640x512       60.02  
   720x450       59.89  
   640x480       60.00    59.94  
   680x384       59.80    59.96  
   576x432       60.06  
   512x384       60.00  
   400x300       60.32    56.34  
   320x240       60.05  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
 



Je ne m'y connais pas vraiment au niveau graphique sous linux mais visiblement la carte graphique intel utilise le driver i915 et la carte NVIDIA le driver nouveau.

Visiblement il y a des problèmes avec le driver nouveau au démarrage


$ sudo dmesg | grep nouveau
[    3.176111] nouveau: detected PR support, will not use DSM
[    3.176145] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[    3.179149] nouveau 0000:01:00.0: NVIDIA GP107 (137000a1)
[    3.263800] nouveau 0000:01:00.0: bios: version 86.07.4b.00.16
[    3.264022] nouveau 0000:01:00.0: firmware: failed to load nvidia/gp107/gr/sw_nonctx.bin (-2)
[    3.264027] nouveau 0000:01:00.0: Direct firmware load for nvidia/gp107/gr/sw_nonctx.bin failed with error -2
[    3.264028] nouveau 0000:01:00.0: gr: failed to load gr/sw_nonctx
[    3.320026] nouveau 0000:01:00.0: fb: 4096 MiB GDDR5
[    3.367035] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
[    3.367036] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    3.367037] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    3.367038] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    3.367039] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    3.367040] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    3.367041] nouveau 0000:01:00.0: DRM: DCB outp 00: 02022f62 00020010
[    3.367042] nouveau 0000:01:00.0: DRM: DCB conn 02: 00010261
[    3.370755] nouveau 0000:01:00.0: DRM: failed to create kernel channel, -22
[    3.402051] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[   58.064302] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[70956.000447] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[72260.277872] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[72271.361824] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[72420.273045] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[72516.648601] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[72591.523846] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[72602.531697] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[72743.893912] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[72983.595598] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[73480.407490] nouveau 0000:01:00.0: Refused to change power state, currently in D3
[73502.067276] nouveau 0000:01:00.0: Refused to change power state, currently in D3
 



La ligne `nouveau 0000:01:00.0: Refused to change power state, currently in D3` apparait à chaque fois que je connecte l'écran en HDMI.
Je suppose que le soucis viens donc du driver nouveau.

Comment réussir à faire fonctionner correctement le matériel ?

Je préfère demander conseil avant de me lancer dans la réinstallation de drivers graphiques car j'aimerai éviter le fameux "écran noir" au redémarrage.

Hors ligne

#2 03-02-2019 15:29:56

TechDesk
Membre
Distrib. : ArchLinux x86_64 GNU/Linux
Noyau : Linux 4.20.5-arch1-1-ARCH
(G)UI : Enlightenment 0.22.99.23445
Inscription : 19-03-2012

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch


Le matériel c'est pas éternel

Hors ligne

#3 03-02-2019 15:40:43

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour
il faut blacklister nouveau , vérifier que la carte intel fonctionne bien (carte principale)

mettre le firmware "firmware-misc-nonfree" des backports par exemple
mettre a jour , le noyau doit être le 4.19 actuellement

le retour de la commande


glxinfo -B
 

#4 03-02-2019 15:49:53

TechDesk
Membre
Distrib. : ArchLinux x86_64 GNU/Linux
Noyau : Linux 4.20.5-arch1-1-ARCH
(G)UI : Enlightenment 0.22.99.23445
Inscription : 19-03-2012

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

tu lui conseilles de garder que la carte intel ? …
je comprends vraiment pas la philosophie de certains sur ce forum
le but c'est d'exploiter au mieux son matériel et non de censurer ce qui bloque
m'enfin, chacun ses principes
(exemple: un pneu est crevé, j'enlève la roue et je continue ?)

Le matériel c'est pas éternel

Hors ligne

#5 03-02-2019 15:59: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

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

bonjour Arkaik .

ton pc , ce serai pas un portable des fois ?
quelle marque , quelle référence ? quelles particularités (µp , ram , video , hdd , ssd ) ?

Voir le tuto : Trop cool d'indiquer son installation dans son profil !

Dernière modification par Debian Alain (03-02-2019 16:02:13)

Hors ligne

#6 03-02-2019 16:01:44

TechDesk
Membre
Distrib. : ArchLinux x86_64 GNU/Linux
Noyau : Linux 4.20.5-arch1-1-ARCH
(G)UI : Enlightenment 0.22.99.23445
Inscription : 19-03-2012

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

c'est écrit tout au début du post Debian Alain … et le problème n'est pas là, il lui faut exploiter la technologie Optimus vu qu'il a deux cartes vidéos, comme sur mon laptop également

Le matériel c'est pas éternel

Hors ligne

#7 03-02-2019 16:07:55

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 : Ecran HDMI non détecté - Dell G5 - Debian stretch

merci TechDesk . smile

oui j'avais cru comprendre .  big_smile

bonne chance . lol

Hors ligne

#8 03-02-2019 16:32:28

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

TechDesk a écrit :

tu lui conseilles de garder que la carte intel ? …
je comprends vraiment pas la philosophie de certains sur ce forum
le but c'est d'exploiter au mieux son matériel et non de censurer ce qui bloque
m'enfin, chacun ses principes
(exemple: un pneu est crevé, j'enlève la roue et je continue ?)



non je n'ai pas écrit cela
il a deux moteur dans sa voiture , un intel et un nvidia
il faut les régler
donc on commence par le moteur intel quand il est au point  on passe au moteur nvidia
ps: sa carte principale sur le bureau est la carte intel , la carte 3D nvidia n'est activé que par la commande "optirun" de bumblebee.
maintenant si tu a une procédure meilleure a toi l'honneur  de lui expliqué  comment faire.

#9 03-02-2019 16:57:36

TechDesk
Membre
Distrib. : ArchLinux x86_64 GNU/Linux
Noyau : Linux 4.20.5-arch1-1-ARCH
(G)UI : Enlightenment 0.22.99.23445
Inscription : 19-03-2012

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

on les fait pas séparément mais ensemble avec bumblebee, c'est la procédure

Le matériel c'est pas éternel

Hors ligne

#10 03-02-2019 17:16:14

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

il est pas question de procédure mais de prise en charge
si a la fin de l'installation de debian le matériel n'est pas bien pris en charge , bumblebee ne fonctionnera pas.
stretch est trop ancien pour de nombreux portable récent .
de nombreux retour écran noir , pas de réglage de luminosité etc ........... sans compté les panic kernel avec des puces nvidia pas reconnu qui bug sous le driver nouveau
je vois que tu est sous ArchLinux qui a un noyau 4.20.5 et les firmwares nonfree ce qui n'est pas le cas de debian stretch  roll

#11 03-02-2019 17:19:24

TechDesk
Membre
Distrib. : ArchLinux x86_64 GNU/Linux
Noyau : Linux 4.20.5-arch1-1-ARCH
(G)UI : Enlightenment 0.22.99.23445
Inscription : 19-03-2012

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

pour bumblebee il faut utiliser nvidia et pas nouveau, ce qui résout les problèmes

Le matériel c'est pas éternel

Hors ligne

#12 06-02-2019 23:29:21

Arkaik
Membre
Distrib. : Debian Bookworm
Noyau : 5.10.0-21-amd64
(G)UI : Gnome wayland / gdm3
Inscription : 03-02-2019

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour à tous,

Tout dabord merci à vous pour vos réponses.

TechDesk je te remercie pour les liens qui m'ont appris pas mal de choses.

Installation de Bumblebee

Concernant mon soucis, j'ai suivi le tutoriel sur la technologie optimus et Bumblebee sur ce tuto : https://wiki.debian-fr.xyz/NVidia_Optimus_Bumblebee

J'ai installé les paquets Bumblebee avec nvidia depuis les backports stretch avec la commande suivante :
J'ai juste retiré linux-headers-$(uname -r) car il n'y a pas de paquet pour linux-headers-4.18.0-0.bpo.1-amd64 mais linux-headers-4.19.0-0.bpo.1-amd64


$ sudo apt update && sudo apt install -t stretch-backports bumblebee-nvidia primus nvidia-kernel-dkms nvidia-xconfig nvidia-settings nvidia-vdpau-driver vdpau-va-driver mesa-utils xserver-xorg-video-nvidia nvidia-driver-libs-i386 primus-libs-ia32
 



J'ai modifié la ligne d'arguments kernel du grub pour blacklister le driver nouveau puis mis à jour grub


GRUB_CMDLINE_LINUX_DEFAULT="quiet nouveau.modeset=0 modprobe.blacklist=nouveau"
 



J'ai également ajouté mon utilisateur au groupe bumblebee et j'ai installé le binaire VirtualGL 2.6.1 depuis de paquet debian.

Test du driver nvidia

Après redémarrage, pas d'écran noir à mon grand soulagement.

Par contre je n'ai toujours pas de signal lorsque je branche un écran sur le port HDMI et l'écran n'est pas détecté par le système.


# xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.02*+  59.93    48.02  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1280x1024     60.02  
   1440x900      59.89  
   1280x960      60.00  
   1360x768      59.80    59.96  
   1152x864      60.00  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   960x600       60.00  
   960x540       59.99  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   800x512       60.17  
   700x525       59.98  
   640x512       60.02  
   720x450       59.89  
   640x480       60.00    59.94  
   680x384       59.80    59.96  
   576x432       60.06  
   512x384       60.00  
   400x300       60.32    56.34  
   320x240       60.05  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
 



Ce qui est étrange, c'est que le driver nvidia n'est pas chargé (ni nouveau) mais il semble que ce soit bien celui-ci qui est configuré pour la carte NVIDIA quand je regarde le driver associé à la carte avec lspci


$ lsmod | egrep "nvidia|nouveau"
$
 




# lspci -v
[...]
01:00.0 3D controller: NVIDIA Corporation Device 1c8c (rev a1)
  Subsystem: Dell Device 0824
  Flags: bus master, fast devsel, latency 0, IRQ 255
  Memory at ec000000 (32-bit, non-prefetchable) [size=16M]
  Memory at c0000000 (64-bit, prefetchable) [size=256M]
  Memory at d0000000 (64-bit, prefetchable) [size=32M]
  I/O ports at 4000 [disabled] [size=128]
  Expansion ROM at ed000000 [disabled] [size=512K]
  Capabilities: [60] Power Management version 3
  Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
  Capabilities: [78] Express Endpoint, MSI 00
  Capabilities: [100] Virtual Channel
  Capabilities: [250] Latency Tolerance Reporting
  Capabilities: [258] L1 PM Substates
  Capabilities: [128] Power Budgeting <?>
  Capabilities: [420] Advanced Error Reporting
  Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
  Capabilities: [900] #19
  Kernel modules: nvidia
[...]
 



J'ai également l'erreur suivant quand j'essaie de lancer firefox avec optirun


$ sudo optirun firefox
[ 4212.894948] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[ 4212.895002] [ERROR]Aborting because fallback start is disabled.
 



Installation d'une nouvelle version du kernel linux

A partir de ce moment je me dis que le module n'a clairement pas été chargé et n'est pas fonctionnel (reste à savoir pourquoi je n'ai pas d'écran noir, sûrement la carte intel qui fonctionne avec le driver i915 qui prend le relais)

Ce que me confirment les commandes suivante


$ sudo dpkg-reconfigure nvidia-kernel-dkms

------------------------------
Deleting module version: 390.87
completely from the DKMS tree.
------------------------------
Done.
Loading new nvidia-current-390.87 DKMS files...
Building for 4.18.0-0.bpo.1-amd64
Module build for kernel 4.18.0-0.bpo.1-amd64 was skipped since the
kernel headers for this kernel does not seem to be installed.
 




$ sudo modinfo nvidia
modinfo: ERROR: Module nvidia not found.
$ sudo modinfo nvidia-current
modinfo: ERROR: Module nvidia-current not found.
 



Je décide donc de passer sur un kernel 4.19.0 depuis les dépots stretch-backports


$ sudo apt install -t stretch-backports linux-headers-4.19.0-0.bpo.1-amd64 linux-image-4.19.0-0.bpo.1-amd64
$ sudo dpkg --reconfigure nvidia-kernel-dkms
 



Après redémarrage, toujours pas de trace de driver nvidia avec lsmod, en revanche lspci n'arrive plus à identifier la carte Nvidia


$ lsmod | grep nvidia
$ sudo lspci -v
[...]
01:00.0 3D controller: NVIDIA Corporation Device 1c8c (rev ff) (prog-if ff)
  !!! Unknown header type 7f
  Kernel modules: nvidia
[...]
 



Une bonne nouvelle cependant, le driver nvidia-current est présent


$ sudo modinfo nvidia-current
filename:       /lib/modules/4.19.0-0.bpo.1-amd64/updates/dkms/nvidia-current.ko
alias:          char-major-195-*
version:        390.87
supported:      external
license:        NVIDIA
srcversion:     3FFE73929A3207C33D6C4F2
alias:          pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        ipmi_msghandler
name:           nvidia
vermagic:       4.19.0-0.bpo.1-amd64 SMP mod_unload modversions
parm:           NVreg_Mobile:int
parm:           NVreg_ResmanDebugLevel:int
parm:           NVreg_RmLogonRC:int
parm:           NVreg_ModifyDeviceFiles:int
parm:           NVreg_DeviceFileUID:int
parm:           NVreg_DeviceFileGID:int
parm:           NVreg_DeviceFileMode:int
parm:           NVreg_UpdateMemoryTypes:int
parm:           NVreg_InitializeSystemMemoryAllocations:int
parm:           NVreg_UsePageAttributeTable:int
parm:           NVreg_MapRegistersEarly:int
parm:           NVreg_RegisterForACPIEvents:int
parm:           NVreg_CheckPCIConfigSpace:int
parm:           NVreg_EnablePCIeGen3:int
parm:           NVreg_EnableMSI:int
parm:           NVreg_TCEBypassMode:int
parm:           NVreg_UseThreadedInterrupts:int
parm:           NVreg_EnableStreamMemOPs:int
parm:           NVreg_EnableBacklightHandler:int
parm:           NVreg_EnableUserNUMAManagement:int
parm:           NVreg_EnableIBMNPURelaxedOrderingMode:int
parm:           NVreg_MemoryPoolSize:int
parm:           NVreg_IgnoreMMIOCheck:int
parm:           NVreg_RegistryDwords:charp
parm:           NVreg_RegistryDwordsPerDevice:charp
parm:           NVreg_RmMsg:charp
parm:           NVreg_AssignGpus:charp
 



J'ai également changé la configuration de Bumblebee en modifiant Driver=nvidia et KernelDriver=nvidia-current dans le fichier /etc/bumblebee/bumblebee.conf mais après redémarrage rien n'y fait.

A ce point je n'ai toujours rien sur le port HDMI et je n'ai plus trop d'idées pour avancer plus loin.

Hors ligne

#13 07-02-2019 00:07:56

root@rkn
Membre
Lieu : Grenoble
Distrib. : Debian 10 Apache2 HTTPS HTTP/2 BROTLI REDIS
Noyau : PROD: 4.19.37-5 (2019-06-19) x86_64
(G)UI : headless - aucun
Inscription : 24-02-2018
Site Web

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

sa donne quoi:

1. inxi -Fx       
2. xrandr --verbose

et
xrandr --setprovideroutputsource 1 0
?

Dernière modification par root@rkn (07-02-2019 00:10:33)


- If it works, dont update it.
- You don't know how, just do it, you will learn.
- Test, re-stest, test again, and maybe it will work.
- https://nextcloud.rkn.ovh/index.php/s/3yp93A7oNMPexcp

Hors ligne

#14 07-02-2019 03:03:45

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour

installe Buster , ne fixe pas sur la carte nvidia , installe le firmware "firmware-misc-nonfree" et vérifie le fonctionnement de la carte intel.
le problème au départ est le port HDMI qui ne fonctionne pas ?
tu ne fais que parler de nvidia qui est ta carte auxilliaire 3D


A partir de ce moment je me dis que le module n'a clairement pas été chargé et n'est pas fonctionnel
(reste à savoir pourquoi je n'ai pas d'écran noir,
 sûrement la carte intel qui fonctionne avec le driver i915 qui prend le relais)
 



ta carte intel est ta carte graphique principale , nvidia ne fonctionne que avec la commande optirun
tu prends le problème a l'envers depuis le début.

jamais tu n'a affiché le retour de glxinfo -B pour ton gpu intel
ta machine est récente , avec les backports de stretch il manque des paquets , installe buster et le firmware

tu affiche sur ton profil gnome + gdm3 et Wayland , je serais curieux de savoir comment en utilisant le serveur X tu compte faire fonctionner Wayland (qui utilise uniquement KMS (modeset du noyau) ).

tout ça c'est brouillon roll

il y aussi ceci


J'ai installé les paquets Bumblebee avec nvidia depuis les backports stretch avec la commande suivante :
 


a bon bumblebee est dans les backports de stretch ?

les erreurs sur cette machine


journalctl -r -p err
 



un exemple ici => https://debian-facile.org/viewtopic.php?id=23548
on a cherché ensemble et on a trouvé quelque chose de correct.

a priori chaque marque de portable a son lot de soucis .
tant que le système est pas sain , bumblebee-nvidia ne fonctionnera pas

ici 9 pages => https://debian-facile.org/viewtopic.php?id=23437
il a fallu trouver ce qui posait problème (écran noir)

les deux sont passé a Buster , mise au point du gpu intel , installation de bumblebee-nvidia
tant que ta sortie HDMI ne fonctionne pas considère que ton gpu intel est pas bien pris en charge par debian (ou alors le portable est en panne )

tant que tu fixera sur nvidia ça n' avancera pas

#15 07-02-2019 06:32:54

chalu
Modératrice
Lieu : Anjou
Distrib. : openSUSE Tumbleweed
Noyau : Linux 5.12
(G)UI : KDE 5.21.4
Inscription : 11-03-2016

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour smile
Tu indiques avoir retiré linux-headers puis on voit

Module build for kernel 4.18.0-0.bpo.1-amd64 was skipped since the
kernel headers for this kernel does not seem to be installed.


Pour que ça marche et que le module soit construit, il faut absolument le paquet linux-headers-xxx qui va avec la version du noyau.
Ça t’oblige à mettre à jour ton noyau backports vers 4.19 et installer ensuite les linux-headers qui vont avec et sont bien disponibles.
Pour avoir des mises à jour automatiques de ces deux paquets

apt update


apt -t stretch-backports install linux-image-amd64 linux-headers-amd64

Hors ligne

#16 09-02-2019 16:41:34

Arkaik
Membre
Distrib. : Debian Bookworm
Noyau : 5.10.0-21-amd64
(G)UI : Gnome wayland / gdm3
Inscription : 03-02-2019

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour,

J'ai mis à jour ma Debian pour passer sous buster et j'ai instalé le paquet firmware-misc-nonfree.

Après redémarrage, voici les retours des commandes demandées avec un écran HDMI connecté.


$ inxi -Fx
System:    Host: debian-G5 Kernel: 4.19.0-2-amd64 x86_64 bits: 64 compiler: gcc v: 8.2.0 Desktop: Gnome 3.30.1
           Distro: Debian GNU/Linux buster/sid
Machine:   Type: Laptop System: Dell product: G5 5587 v: N/A serial: <root required>
           Mobo: Dell model: 03PVDF v: A00 serial: <root required> UEFI: Dell v: 1.5.0 date: 09/27/2018
Battery:   ID-1: BAT0 charge: 52.6 Wh condition: 54.2/56.0 Wh (97%) model: BYD DELL 7FHHV88 status: Discharging
CPU:       Topology: 6-Core model: Intel Core i7-8750H bits: 64 type: MT MCP arch: Kaby Lake rev: A L2 cache: 9216 KiB
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 52992
           Speed: 800 MHz min/max: 800/4100 MHz Core speeds (MHz): 1: 800 2: 800 3: 800 4: 801 5: 800 6: 800 7: 800 8: 800
           9: 800 10: 801 11: 800 12: 800
Graphics:  Device-1: Intel UHD Graphics 630 vendor: Dell driver: i915 v: kernel bus ID: 00:02.0
           Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] driver: N/A bus ID: 01:00.0
           Display: wayland server: X.Org 1.20.3 driver: fbdev unloaded: modesetting,vesa resolution: 1920x1080~60Hz
           OpenGL: renderer: Mesa DRI Intel UHD Graphics 630 (Coffeelake 3x8 GT2) v: 4.5 Mesa 18.3.2 direct render: Yes
Audio:     Device-1: Intel Cannon Lake PCH cAVS vendor: Dell driver: snd_hda_intel v: kernel bus ID: 00:1f.3
           Sound Server: ALSA v: k4.19.0-2-amd64
Network:   Device-1: Intel Wireless-AC 9560 [Jefferson Peak] driver: iwlwifi v: kernel port: 5000 bus ID: 00:14.3
           IF: wlp0s20f3 state: up mac: 48:a4:72:d1:7a:90
           Device-2: Qualcomm Atheros Killer E2400 Gigabit Ethernet vendor: Dell driver: alx v: kernel port: 3000
           bus ID: 3c:00.0
           IF: enp60s0 state: down mac: 3c:2c:30:cf:e0:3c
Drives:    Local Storage: total: 1.03 TiB used: 12.59 GiB (1.2%)
           ID-1: /dev/nvme0n1 vendor: Toshiba model: KBG30ZMS128G NVMe 128GB size: 119.24 GiB
           ID-2: /dev/sda vendor: Seagate model: ST1000LM035-1RK172 size: 931.51 GiB
Partition: ID-1: / size: 108.62 GiB used: 7.58 GiB (7.0%) fs: ext4 dev: /dev/nvme0n1p3
           ID-2: /home size: 915.89 GiB used: 5.01 GiB (0.5%) fs: ext4 dev: /dev/sda1
           ID-3: swap-1 size: 7.45 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/nvme0n1p2
Sensors:   System Temperatures: cpu: 47.0 C mobo: N/A
           Fan Speeds (RPM): N/A
Info:      Processes: 259 Uptime: 1d 21h 39m Memory: 15.37 GiB used: 1.61 GiB (10.5%) Init: systemd runlevel: 5 Compilers:
           gcc: 8.2.0 clang: 7.0.1-4 Shell: bash v: 5.0.2 inxi: 3.0.30
 




$ xrandr --verbose
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
XWAYLAND0 connected 1920x1080+0+0 (0x22) normal (normal left inverted right x axis y axis) 340mm x 190mm
  Identifier: 0x21
  Timestamp:  21437
  Subpixel:   unknown
  Gamma:      1.0:1.0:1.0
  Brightness: 0.0
  Clones:    
  CRTC:       0
  CRTCs:      0
  Transform:  1.000000 0.000000 0.000000
              0.000000 1.000000 0.000000
              0.000000 0.000000 1.000000
             filter:
  non-desktop: 0
    supported: 0, 1
  1920x1080 (0x22) 173.000MHz -HSync +VSync *current +preferred
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
 




$ xrandr --setprovideroutputsource 1 0
Could not find provider with index 1
 




$ glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)  (0x3e9b)
    Version: 18.3.2
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.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.0 Mesa 18.3.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

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

 



ta carte intel est ta carte graphique principale , nvidia ne fonctionne que avec la commande optirun
tu prends le problème a l'envers depuis le début.



Je suis d'accord avec toi sur ce point dans le sens où l'objectif principal est de faire fonctionner le port HDMI. Après quitte à avoir une carte Nvidia autant la faire fonctionner ^^


les deux sont passé a Buster , mise au point du gpu intel , installation de bumblebee-nvidia
tant que ta sortie HDMI ne fonctionne pas considère que ton gpu intel est pas bien pris en charge par debian (ou alors le portable est en panne )

tant que tu fixera sur nvidia ça n' avancera pas



Ok, j'oublie la carte Nvidia pour l'instant.

Pour le retour de journalctl:


$ sudo journalctl -r -p err
-- Logs begin at Thu 2019-02-07 18:09:34 CET, end at Sat 2019-02-09 16:30:10 CET. --
Feb 09 15:46:37 debian-G5 kernel: ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.PEG0.PEGP.BRT6.LCD], AE_NOT_FOUND (20180810/psargs-330)
Feb 09 15:46:37 debian-G5 kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.ECDV._Q66, AE_NOT_FOUND (20180810/psparse-516)
Feb 09 15:46:37 debian-G5 kernel: ACPI Error: Method parse/execution failed \NEVT, AE_NOT_FOUND (20180810/psparse-516)
Feb 09 15:46:37 debian-G5 kernel: ACPI Error: Method parse/execution failed \SMIE, AE_NOT_FOUND (20180810/psparse-516)
Feb 09 15:46:37 debian-G5 kernel: ACPI Error: Method parse/execution failed \SMEE, AE_NOT_FOUND (20180810/psparse-516)
Feb 09 15:46:37 debian-G5 kernel: ACPI Error: Method parse/execution failed \EV5, AE_NOT_FOUND (20180810/psparse-516)
Feb 09 15:46:37 debian-G5 kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.PEG0.PEGP.BRT6, AE_NOT_FOUND (20180810/psparse-516)
Feb 09 15:46:37 debian-G5 kernel: ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.PEG0.PEGP.BRT6.LCD], AE_NOT_FOUND (20180810/psargs-330)
Feb 09 13:39:50 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 13:39:47 debian-G5 wpa_supplicant[704]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Feb 09 13:39:47 debian-G5 wpa_supplicant[704]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Feb 09 13:39:47 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 13:39:47 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 13:39:44 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 07:07:55 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 07:07:52 debian-G5 wpa_supplicant[704]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Feb 09 07:07:52 debian-G5 wpa_supplicant[704]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Feb 09 07:07:52 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 07:07:51 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 07:07:49 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 05:38:11 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 05:38:07 debian-G5 wpa_supplicant[704]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Feb 09 05:38:07 debian-G5 wpa_supplicant[704]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Feb 09 05:38:07 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 05:38:07 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 09 05:38:04 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 07 18:47:53 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 07 18:47:49 debian-G5 wpa_supplicant[704]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Feb 07 18:47:49 debian-G5 wpa_supplicant[704]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Feb 07 18:47:49 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 07 18:47:49 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 07 18:47:46 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 07 18:15:21 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 07 18:10:00 debian-G5 systemd[1050]: Failed to start Tracker metadata database store and lookup manager.
Feb 07 18:09:53 debian-G5 bluetoothd[705]: RFCOMM server failed for :1.256/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (98)
Feb 07 18:09:53 debian-G5 bluetoothd[705]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
Feb 07 18:09:41 debian-G5 minissdpd[984]: ssdpDiscover: sendto: Network is unreachable
Feb 07 18:09:41 debian-G5 minissdpd[981]: setsockopt(udp, IP_ADD_MEMBERSHIP)(): No such device
Feb 07 18:09:36 debian-G5 wpa_supplicant[704]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Feb 07 18:09:36 debian-G5 wpa_supplicant[704]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Feb 07 18:09:36 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 07 18:09:36 debian-G5 kernel: iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
Feb 07 18:09:35 debian-G5 bluetoothd[705]: sap-server: Operation not permitted (1)
Feb 07 18:09:35 debian-G5 bluetoothd[705]: Sap driver initialization failed.
Feb 07 18:09:35 debian-G5 avahi-daemon[723]: chroot.c: open() failed: No such file or directory
Feb 07 18:09:34 debian-G5 kernel: iTCO_wdt iTCO_wdt: can't request region for resource [mem 0x00c5fffc-0x00c5ffff]
Feb 07 18:09:34 debian-G5 kernel: psmouse serio1: synaptics: Unable to query device: -5

Hors ligne

#17 09-02-2019 17:48:12

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour

donc tu est en Buster , ta sortie HDMI fonctionne ?
deuxième question Wayland avec une carte nvidia et un driver non free je sais pas ce que ça va donner avec bumblebee-nvidia  tongue
sinon pour les erreurs c'est chargé comme retour  hmm
ton gpu intel sous Wayland est correct

gnome Wayland pour le bureau , je suppose que ta carte GTX1050 est sous nouveau pour l'instant (tu n'a pas de driver nvidia installé ? )
un lspci tout simple renvoie quoi ?

je suppose aussi que tu peu basculer de Wayland a X a partir de gdm3 pour le bureau (je sais pas si tu a fait le test ).

une autre question si ta carte GTX1050 est vue comme une deuxième carte ou seulement comme 3D (technologie bumblebee (switch) )

j'ai trouvé un paquet aujourd'hui mais jamais testé  => switcheroo-control

pour bumblebee-nvidia ça va fonctionner sous X , a tester si tu bascule sous Wayland, le driver a la base est un "xserver-xorg-video-nvidia" , je sais pas si nvidia a prévu qu il fonctionne sous Wayland.
sinon ne pas installer bumblebee-nvidia et tester ce paquet "switcheroo-control" (mais "nouveau" va très mal prendre en charge cette carte )

normalement les paquets du serveur X sont ignoré sous Wayland qui a ses propres paquets.

tu me pose une colle  roll  , beaucoup de questions sans réponses

pour moi par exemple le retour est limpide  de xrandr


xrandr
Screen 0: minimum 8 x 8, current 1440 x 900, maximum 16384 x 16384
VGA-0 disconnected primary (normal left inverted right x axis y axis)
DVI-D-0 connected 1440x900+0+0 (normal left inverted right x axis y axis) 410mm x 256mm
   1440x900      59.89*+  74.98  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    72.81    59.94  
HDMI-0 disconnected (normal left inverted right x axis y axis)
 


j'ai 3 sorties , HDMI et VGA non connecté , utilisé DVI-D  en 1440x900

même le --verbose je comprend pas pour le tien


xrandr --verbose
 



Screen 0: minimum 8 x 8, current 1440 x 900, maximum 16384 x 16384
VGA-0 disconnected primary (normal left inverted right x axis y axis)
  Identifier: 0x1be
  Timestamp:  10381
  Subpixel:   unknown
  Clones:    
  CRTCs:      0 1 2 3
  Transform:  1.000000 0.000000 0.000000
              0.000000 1.000000 0.000000
              0.000000 0.000000 1.000000
             filter:
  CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0
  BorderDimensions: 4
    supported: 4
  Border: 0 0 0 0
    range: (0, 65535)
  SignalFormat: VGA
    supported: VGA
  ConnectorType: VGA
  ConnectorNumber: 1
  _ConnectorLocation: 1
  non-desktop: 0
    supported: 0, 1
DVI-D-0 connected 1440x900+0+0 (0x1c0) normal (normal left inverted right x axis y axis) 410mm x 256mm
  Identifier: 0x1bf
  Timestamp:  10381
  Subpixel:   unknown
  Gamma:      1.0:1.0:1.0
  Brightness: 1.0
  Clones:    
  CRTC:       0
  CRTCs:      0 1 2 3
  Transform:  1.000000 0.000000 0.000000
              0.000000 1.000000 0.000000
              0.000000 0.000000 1.000000
             filter:
  CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0
  EDID:
    00ffffffffffff00047217004c357084
    2f12010380291a78ead7a5a2594a9624
    145054bfef909500950f81808140714f
    0101010101019a29a0d0518422305098
    36009a001100001c000000ff004c424c
    3043303234343035320a000000fd0032
    4b1e520e000a202020202020000000fc
    0042313933570a202020202020200094
  BorderDimensions: 4
    supported: 4
  Border: 0 0 0 0
    range: (0, 65535)
  SignalFormat: TMDS
    supported: TMDS
  ConnectorType: DVI-D
  ConnectorNumber: 0
  _ConnectorLocation: 0
  non-desktop: 0
    supported: 0, 1
  1440x900 (0x1c0) 106.500MHz -HSync +VSync *current +preferred
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1440x900 (0x1c1) 136.750MHz -HSync +VSync
        h: width  1440 start 1536 end 1688 total 1936 skew    0 clock  70.64KHz
        v: height  900 start  903 end  909 total  942           clock  74.98Hz
  1280x1024 (0x1c2) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x1c3) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x960 (0x1c4) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1152x864 (0x1c5) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1024x768 (0x1c6) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x1c7) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x1c8) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x1c9) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x1ca) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0x1cb) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x1cc) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  640x480 (0x1cd) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x1ce) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  696 total  832 skew    0 clock  37.86KHz
        v: height  480 start  481 end  484 total  520           clock  72.81Hz
  640x480 (0x1cf) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
HDMI-0 disconnected (normal left inverted right x axis y axis)
  Identifier: 0x1d0
  Timestamp:  10381
  Subpixel:   unknown
  Clones:    
  CRTCs:      0 1 2 3
  Transform:  1.000000 0.000000 0.000000
              0.000000 1.000000 0.000000
              0.000000 0.000000 1.000000
             filter:
  CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0
  BorderDimensions: 4
    supported: 4
  Border: 0 0 0 0
    range: (0, 65535)
  SignalFormat: TMDS
    supported: TMDS
  ConnectorType: HDMI
  ConnectorNumber: 2
  _ConnectorLocation: 2
  non-desktop: 0
    supported: 0, 1
 



quand a celle ci tu est sûr des valeurs "1" et "0"  =>  xrandr --setprovideroutputsource 1 0

Dernière modification par anonyme (09-02-2019 18:33:46)

#18 10-02-2019 15:42:44

Arkaik
Membre
Distrib. : Debian Bookworm
Noyau : 5.10.0-21-amd64
(G)UI : Gnome wayland / gdm3
Inscription : 03-02-2019

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour,

donc tu est en Buster , ta sortie HDMI fonctionne ?



Je suis sous Buster mais la sortie HDMi ne fonctionne pas.

deuxième question Wayland avec une carte nvidia et un driver non free je sais pas ce que ça va donner avec bumblebee-nvidia  tongue
sinon pour les erreurs c'est chargé comme retour  hmm
ton gpu intel sous Wayland est correct



Oui j'ai vu qu'il y avait pas mal de soucis ^^ mais ça à l'air surtout associé au wifi.


gnome Wayland pour le bureau , je suppose que ta carte GTX1050 est sous nouveau pour l'instant (tu n'a pas de driver nvidia installé ? )
un lspci tout simple renvoie quoi ?



Non ma carte GTX est sous nvidia parce que j'ai upgrade en Buster depuis Stretch sur lequel j'avais installé les drivers nvidia.


$ sudo lspci -v
[...]
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile) (prog-if 00 [VGA controller])
  Subsystem: Dell UHD Graphics 630 (Mobile)
  Flags: bus master, fast devsel, latency 0, IRQ 152
  Memory at eb000000 (64-bit, non-prefetchable) [size=16M]
  Memory at 80000000 (64-bit, prefetchable) [size=256M]
  I/O ports at 5000 [size=64]
  [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
  Capabilities: [40] Vendor Specific Information: Len=0c <?>
  Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
  Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
  Capabilities: [d0] Power Management version 2
  Capabilities: [100] Process Address Space ID (PASID)
  Capabilities: [200] Address Translation Service (ATS)
  Capabilities: [300] Page Request Interface (PRI)
  Kernel driver in use: i915
  Kernel modules: i915
[...]
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev ff) (prog-if ff)
  !!! Unknown header type 7f
  Kernel modules: nvidia
[...]
 



je suppose aussi que tu peu basculer de Wayland a X a partir de gdm3 pour le bureau (je sais pas si tu a fait le test ).



J'ai essayé en ouvrant une session sous X également mais je n'ai toujours pas d'affichage sur le port HDMI. Honnêtement peu m'importe d'utiliser Wayland ou X.org, donc si tu pense que la configuration sera plus simple sous X pas de soucis.

$ echo $XDG_SESSION_TYPE
x11



Concernant le paquet switcheroo-control, il est déjà installé sur mon système.

Voila le retour de xrandr avec l'écran connecté au port HDMI (à savoir que mon PC n'a qu'un port HDMI e connectique et pas de port VGA)

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.02*+  60.01    59.97    59.96    59.93    48.02  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
 



J'aurai donc 5 sorties ?

eDP-1 ==> Qui correspond à l'écran du laptop
DP-1 et DP-2 ==> ???
HDMI-1 et HDMI-2 ==> Un port HDMI pour la carte intel et un port HDMI pour la carte NVIDIA ?

Je peux peut-être désinstaller les paquets nvidia et repasser sous nouveau histoire de voir mais il me semble que la NVIDIA GTX1050 n'est pas encore supportée par nouveau.
Après ça permettrait peut-être de concentrer les efforts sur la carte intel.

J'ai eu l'idée de voir si l'écran était détecté au niveau hardware par le kernel et il semble que udev ne détecte même pas la connection de l'écran sur le port HDMI.


$ udevadm monitor
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

## Connection de l'écran

## Déconnection de l'écran

^C
$
 



Alors que les autres évènements comme la détection d'un périphérique USB fonctionne sans soucis.

Hors ligne

#19 10-02-2019 15:45:39

Arkaik
Membre
Distrib. : Debian Bookworm
Noyau : 5.10.0-21-amd64
(G)UI : Gnome wayland / gdm3
Inscription : 03-02-2019

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

[Double post involontaire] ops.gif

Dernière modification par Arkaik (10-02-2019 15:48:18)

Hors ligne

#20 10-02-2019 16:49:28

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Bonjour
DP => display port
pour rester dans le pratique il suffit de regarder derrière le portable les connexions disponibles .
a savoir que certaines sorties sont uniquement virtuelle (n'existe pas physiquement sur la machine , pas câbler )

la dernière chose la carte GTX1050 utilise les même sorties que le gpu intel (c'est un switch électronique entre la puce intel et la puce nvidia )

donc en théorie si une sortie est active sur ton gpu intel (fonctionnelle ) , il est possible de faire un switch du gpu nvidia sur la même sortie.

si tu démarre le portable avec un écran externe (branché et alimenté  ) il ne s' allume jamais  , tu n'a pas un switch manuel a partir du clavier (voir la documentation du portable ) pour basculer de eDP1 vers une sortie vidéo arrière ? (DP ou HDMI)

#21 10-02-2019 16:59:45

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

je continue

tes ports vidéo détectés


eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm

DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
 



le premier est interne eDP1 (pour l'écran du portable )
les 4 autres doivent être a l'arrière du portable ,, si c'est pas le cas , ils ne sont pas câblé (virtuel)

donc il me semble comprendre que tu a un seul HDMI disponible ? (attention le DP est petit , tu ne la peut être pas vue )

#22 10-02-2019 17:12:08

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

pour ceci


Concernant le paquet switcheroo-control, il est déjà installé sur mon système.
 


que donne ces deux commandes (il faut le paquet "mesa-utils"  installé


DRI_PRIME=0 glxinfo -B
 



et


DRI_PRIME=1 glxinfo -B
 



je pense que c'est celui la ?  =>  https://www.dell.com/fr-fr/shop/ordinat … 587-laptop


Ports et emplacements

1. Prise casque/microphone |
2. Port USB 3.1 SS de 1re génération Type-A |
3. Port Thunderbolt 3 (USB 3.1 de 2e génération Type-C avec prise en charge de la technologie à 40 Gbit/s) |
4. Port HDMI 2.0 |
5. Emplacement de sécurité pour antivol Noble |
6. Alimentation |
7. Port Gigabit Ethernet RJ-45 |
8. Port USB 3.1 SuperSpeed de 1re génération Type-A |
9. Lecteur de carte mémoire SD/MicroMedia 2-en-1
 



tu n'a que port vidéo disponible en sortie =>  "4. Port HDMI 2.0 | "  (les 3 autres c'est du virtuel )

je te donne un retour d une carte principale GTX1050 avec lspci -v , dans ton cas on voit que cela ne retourne pas grand chose (désactivé).


01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050] (rev a1) (prog-if 00 [VGA controller])
  Subsystem: ZOTAC International (MCO) Ltd. GP107 [GeForce GTX 1050]
  Flags: bus master, fast devsel, latency 0, IRQ 31
  Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
  Memory at d0000000 (64-bit, prefetchable) [size=256M]
  Memory at ce000000 (64-bit, prefetchable) [size=32M]
  I/O ports at bc00 [size=128]
  [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
  Capabilities: [60] Power Management version 3
  Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
  Capabilities: [78] Express Legacy Endpoint, MSI 00
  Capabilities: [100] Virtual Channel
  Capabilities: [250] Latency Tolerance Reporting
  Capabilities: [128] Power Budgeting <?>
  Capabilities: [420] Advanced Error Reporting
  Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
  Kernel driver in use: nvidia
  Kernel modules: nvidia
 



la commande "DRI-PRIME=1 glxinfo -B" risque d'en dire plus si elle fonctionne
normalement ton gpu intel est en position 0 et 1 pour nvidia (tu peu vérifier les deux commandes avec 0 et 1)

Dernière modification par anonyme (10-02-2019 17:57:26)

#23 10-02-2019 18:43:51

Arkaik
Membre
Distrib. : Debian Bookworm
Noyau : 5.10.0-21-amd64
(G)UI : Gnome wayland / gdm3
Inscription : 03-02-2019

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

C'est bien le PC que tu à indiqué dans le lien wink

Comme tu as pu le voir, je n'ai qu'un port HDMI, les 3 autres ports sont donc bien virtuels.

En revanche je n'ai aucune info sur un switch manuel à partir du clavier. Ni sur les cotés du PC d'ailleurs.

Voila pour le retour de glxinfo


$ DRI_PRIME=0 glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)  (0x3e9b)
    Version: 18.3.2
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.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.0 Mesa 18.3.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

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

$ DRI_PRIME=1 glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)  (0x3e9b)
    Version: 18.3.2
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.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.0 Mesa 18.3.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

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

 



Aucune différence entre les deux commandes

Hors ligne

#24 10-02-2019 19:06:33

anonyme
Invité

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

donc ça ne fonctionne pas.
sur le log de X (qui se trouve dans ton /home/user/.local/share/xorg/Xorg.0.log tu ne dois voir que ton gpu intel
a la différence de moi sur un PC de bureau ou je vois mes deux gpu (intel et nvidia)
ps : a machine est en train de ce mettre a jour

donc pour l'instant j'ai pas de solution , a part fonctionner sous X et avec bumblebee (et uniquement sur l'écran du portable  hmm  )
pour l'écran externe je comprend pas non plus pourquoi en présence d un moniteur externe il permute  pas sur la sortie HDMI
j'ai horreur des portables  tongue  roll

tu a windows10 sur cette machine ? (juste pour savoir si le HDMI fonctionne ) ou tu la acheté sans OS ? )

#25 10-02-2019 23:50:00

Arkaik
Membre
Distrib. : Debian Bookworm
Noyau : 5.10.0-21-amd64
(G)UI : Gnome wayland / gdm3
Inscription : 03-02-2019

Re : Ecran HDMI non détecté - Dell G5 - Debian stretch

Voici le log de X


$ cat /home/user/.local/share/xorg/Xorg.0.log
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    21.127] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    21.127] Current Operating System: Linux debian-G5 4.19.0-2-amd64 #1 SMP Debian 4.19.16-1 (2019-01-17) x86_64
[    21.127] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-2-amd64 root=UUID=a0c938ac-eb83-41da-b02c-6bd667bb5315 ro quiet nouveau.modeset=0 modprobe.blacklist=nouveau
[    21.127] Build Date: 25 October 2018  06:15:23PM
[    21.127] xorg-server 2:1.20.3-1 (https://www.debian.org/support)
[    21.127] Current version of pixman: 0.36.0
[    21.127]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[    21.127] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.128] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Sun Feb 10 18:34:54 2019
[    21.129] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.130] (==) No Layout section.  Using the first Screen section.
[    21.130] (==) No screen section available. Using defaults.
[    21.130] (**) |-->Screen "Default Screen Section" (0)
[    21.130] (**) |   |-->Monitor "<default monitor>"
[    21.131] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[    21.131] (==) Automatically adding devices
[    21.131] (==) Automatically enabling devices
[    21.131] (==) Automatically adding GPU devices
[    21.131] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.131] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    21.131]  Entry deleted from font path.
[    21.131] (==) 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
[    21.131] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.131] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.131] (II) Loader magic: 0x55ae91e50e20
[    21.131] (II) Module ABI versions:
[    21.131]  X.Org ANSI C Emulation: 0.4
[    21.131]  X.Org Video Driver: 24.0
[    21.131]  X.Org XInput driver : 24.1
[    21.131]  X.Org Server Extension : 10.0
[    21.132] (++) using VT number 2

[    21.133] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[    21.133] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.134] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[    21.135] (--) PCI:*(0@0:2:0) 8086:3e9b:1028:0824 rev 0, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    21.135] (--) PCI: (1@0:0:0) 10de:1c8c:1028:0824 rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    21.135] (II) LoadModule: "glx"
[    21.138] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.140] (II) Module glx: vendor="X.Org Foundation"
[    21.140]  compiled for 1.20.3, module version = 1.0.0
[    21.140]  ABI class: X.Org Server Extension, version 10.0
[    21.140] (==) Matched modesetting as autoconfigured driver 0
[    21.140] (==) Matched fbdev as autoconfigured driver 1
[    21.140] (==) Matched vesa as autoconfigured driver 2
[    21.140] (==) Assigned the driver to the xf86ConfigLayout
[    21.140] (II) LoadModule: "modesetting"
[    21.141] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.142] (II) Module modesetting: vendor="X.Org Foundation"
[    21.142]  compiled for 1.20.3, module version = 1.20.3
[    21.142]  Module class: X.Org Video Driver
[    21.142]  ABI class: X.Org Video Driver, version 24.0
[    21.142] (II) LoadModule: "fbdev"
[    21.142] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    21.142] (II) Module fbdev: vendor="X.Org Foundation"
[    21.142]  compiled for 1.20.0, module version = 0.5.0
[    21.142]  Module class: X.Org Video Driver
[    21.142]  ABI class: X.Org Video Driver, version 24.0
[    21.142] (II) LoadModule: "vesa"
[    21.142] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    21.142] (II) Module vesa: vendor="X.Org Foundation"
[    21.142]  compiled for 1.20.1, module version = 2.4.0
[    21.142]  Module class: X.Org Video Driver
[    21.142]  ABI class: X.Org Video Driver, version 24.0
[    21.142] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.142] (II) FBDEV: driver for framebuffer: fbdev
[    21.142] (II) VESA: driver for VESA chipsets: vesa
[    21.142] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    21.142] (II) modeset(0): using drv /dev/dri/card0
[    21.142] (WW) Falling back to old probe method for fbdev
[    21.142] (II) Loading sub module "fbdevhw"
[    21.142] (II) LoadModule: "fbdevhw"
[    21.142] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    21.143] (II) Module fbdevhw: vendor="X.Org Foundation"
[    21.143]  compiled for 1.20.3, module version = 0.0.2
[    21.143]  ABI class: X.Org Video Driver, version 24.0
[    21.143] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    21.143] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[    21.143] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    21.143] (==) modeset(0): RGB weight 888
[    21.143] (==) modeset(0): Default visual is TrueColor
[    21.143] (II) Loading sub module "glamoregl"
[    21.143] (II) LoadModule: "glamoregl"
[    21.143] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    21.146] (II) Module glamoregl: vendor="X.Org Foundation"
[    21.146]  compiled for 1.20.3, module version = 1.0.1
[    21.146]  ABI class: X.Org ANSI C Emulation, version 0.4
[    21.301] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)
[    21.301] (II) modeset(0): glamor initialized
[    21.303] (II) modeset(0): Output eDP-1 has no monitor section
[    21.303] (II) modeset(0): Output DP-1 has no monitor section
[    21.365] (II) modeset(0): Output HDMI-1 has no monitor section
[    21.365] (II) modeset(0): Output DP-2 has no monitor section
[    21.430] (II) modeset(0): Output HDMI-2 has no monitor section
[    21.431] (II) modeset(0): EDID for output eDP-1
[    21.431] (II) modeset(0): Manufacturer: LGD  Model: 5d0  Serial#: 0
[    21.431] (II) modeset(0): Year: 2018  Week: 0
[    21.431] (II) modeset(0): EDID Version: 1.4
[    21.431] (II) modeset(0): Digital Display Input
[    21.431] (II) modeset(0): 6 bits per channel
[    21.431] (II) modeset(0): Digital interface is DisplayPort
[    21.431] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    21.431] (II) modeset(0): Gamma: 2.20
[    21.431] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    21.431] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    21.431] (II) modeset(0): First detailed timing is preferred mode
[    21.431] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    21.431] (II) modeset(0): redX: 0.583 redY: 0.370   greenX: 0.349 greenY: 0.560
[    21.431] (II) modeset(0): blueX: 0.157 blueY: 0.104   whiteX: 0.313 whiteY: 0.329
[    21.431] (II) modeset(0): Manufacturer's mask: 0
[    21.431] (II) modeset(0): Supported detailed timing:
[    21.431] (II) modeset(0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    21.431] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    21.431] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    21.431] (II) modeset(0): Supported detailed timing:
[    21.431] (II) modeset(0): clock: 111.0 MHz   Image Size:  344 x 194 mm
[    21.431] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    21.431] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    21.431] (II) modeset(0):  10NPP156WFC
[    21.431] (II) modeset(0): Unknown vendor-specific block 0
[    21.431] (II) modeset(0): EDID (in hex):
[    21.431] (II) modeset(0):   00ffffffffffff0030e4d00500000000
[    21.431] (II) modeset(0):   001c010495221378ea7565955e598f28
[    21.431] (II) modeset(0):   1a505400000001010101010101010101
[    21.432] (II) modeset(0):   0101010101012e3680a070381f403020
[    21.432] (II) modeset(0):   350058c21000001a582b80a070381f40
[    21.432] (II) modeset(0):   3020350058c21000001a000000fe0031
[    21.432] (II) modeset(0):   304e5050803135365746430a00000000
[    21.432] (II) modeset(0):   0000413196001000000a010a2020009e
[    21.432] (II) modeset(0): Printing probed modes for output eDP-1
[    21.432] (II) modeset(0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    21.432] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    21.432] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    21.432] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    21.432] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    21.432] (II) modeset(0): Modeline "1920x1080"x48.0  110.96  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.3 kHz e)
[    21.432] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    21.432] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    21.432] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    21.432] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    21.432] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    21.432] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    21.432] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    21.432] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    21.432] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    21.432] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    21.432] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    21.432] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    21.432] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    21.432] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    21.432] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    21.432] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    21.432] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    21.432] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    21.432] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    21.432] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    21.432] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    21.432] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    21.432] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    21.432] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    21.432] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    21.432] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    21.432] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    21.432] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    21.432] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    21.432] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    21.432] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    21.432] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    21.432] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    21.432] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    21.432] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    21.432] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    21.432] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    21.432] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    21.432] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    21.432] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    21.432] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    21.432] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    21.432] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    21.432] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    21.432] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    21.432] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    21.432] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    21.432] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    21.432] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    21.432] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    21.432] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    21.432] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    21.432] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    21.432] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    21.432] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    21.432] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    21.432] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    21.432] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    21.432] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    21.432] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    21.432] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    21.432] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    21.432] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    21.432] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    21.432] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    21.432] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    21.432] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    21.432] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    21.432] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    21.432] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    21.432] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    21.432] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    21.432] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    21.432] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    21.432] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    21.432] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    21.432] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    21.432] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    21.432] (II) modeset(0): EDID for output DP-1
[    21.494] (II) modeset(0): EDID for output HDMI-1
[    21.494] (II) modeset(0): EDID for output DP-2
[    21.558] (II) modeset(0): EDID for output HDMI-2
[    21.558] (II) modeset(0): Output eDP-1 connected
[    21.558] (II) modeset(0): Output DP-1 disconnected
[    21.558] (II) modeset(0): Output HDMI-1 disconnected
[    21.558] (II) modeset(0): Output DP-2 disconnected
[    21.558] (II) modeset(0): Output HDMI-2 disconnected
[    21.558] (II) modeset(0): Using exact sizes for initial modes
[    21.558] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    21.558] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    21.558] (==) modeset(0): DPI set to (96, 96)
[    21.558] (II) Loading sub module "fb"
[    21.558] (II) LoadModule: "fb"
[    21.558] (II) Loading /usr/lib/xorg/modules/libfb.so
[    21.560] (II) Module fb: vendor="X.Org Foundation"
[    21.560]  compiled for 1.20.3, module version = 1.0.0
[    21.560]  ABI class: X.Org ANSI C Emulation, version 0.4
[    21.560] (II) UnloadModule: "fbdev"
[    21.560] (II) Unloading fbdev
[    21.560] (II) UnloadSubModule: "fbdevhw"
[    21.560] (II) Unloading fbdevhw
[    21.560] (II) UnloadModule: "vesa"
[    21.560] (II) Unloading vesa
[    21.738] (==) modeset(0): Backing store enabled
[    21.738] (==) modeset(0): Silken mouse enabled
[    21.786] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    21.787] (==) modeset(0): DPMS enabled
[    21.788] (II) modeset(0): [DRI2] Setup complete
[    21.788] (II) modeset(0): [DRI2]   DRI driver: i965
[    21.788] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    21.788] (II) Initializing extension Generic Event Extension
[    21.788] (II) Initializing extension SHAPE
[    21.789] (II) Initializing extension MIT-SHM
[    21.789] (II) Initializing extension XInputExtension
[    21.790] (II) Initializing extension XTEST
[    21.790] (II) Initializing extension BIG-REQUESTS
[    21.791] (II) Initializing extension SYNC
[    21.791] (II) Initializing extension XKEYBOARD
[    21.791] (II) Initializing extension XC-MISC
[    21.792] (II) Initializing extension SECURITY
[    21.792] (II) Initializing extension XFIXES
[    21.792] (II) Initializing extension RENDER
[    21.793] (II) Initializing extension RANDR
[    21.793] (II) Initializing extension COMPOSITE
[    21.794] (II) Initializing extension DAMAGE
[    21.794] (II) Initializing extension MIT-SCREEN-SAVER
[    21.794] (II) Initializing extension DOUBLE-BUFFER
[    21.795] (II) Initializing extension RECORD
[    21.795] (II) Initializing extension DPMS
[    21.795] (II) Initializing extension Present
[    21.795] (II) Initializing extension DRI3
[    21.796] (II) Initializing extension X-Resource
[    21.796] (II) Initializing extension XVideo
[    21.796] (II) Initializing extension XVideo-MotionCompensation
[    21.796] (II) Initializing extension SELinux
[    21.796] (II) SELinux: Disabled on system
[    21.796] (II) Initializing extension GLX
[    21.812] (II) AIGLX: Loaded and initialized i965
[    21.812] (II) GLX: Initialized DRI2 GL provider for screen 0
[    21.812] (II) Initializing extension XFree86-VidModeExtension
[    21.812] (II) Initializing extension XFree86-DGA
[    21.812] (II) Initializing extension XFree86-DRI
[    21.812] (II) Initializing extension DRI2
[    21.828] (II) modeset(0): Damage tracking initialized
[    21.828] (II) modeset(0): Setting screen physical size to 508 x 285
[    22.036] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    22.036] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.036] (II) LoadModule: "libinput"
[    22.036] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.039] (II) Module libinput: vendor="X.Org Foundation"
[    22.039]  compiled for 1.20.1, module version = 0.28.1
[    22.039]  Module class: X.Org XInput Driver
[    22.039]  ABI class: X.Org XInput driver, version 24.1
[    22.039] (II) Using input driver '
libinput' for 'Power Button'
[    22.040] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[    22.040] (**) Power Button: always reports core events
[    22.040] (**) Option "Device" "/dev/input/event6"
[    22.040] (**) Option "_source" "server/udev"
[    22.041] (II) event6  - Power Button: is tagged by udev as: Keyboard
[    22.041] (II) event6  - Power Button: device is a keyboard
[    22.042] (II) event6  - Power Button: device removed
[    22.042] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input10/event6"
[    22.042] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    22.042] (**) Option "xkb_model" "pc105"
[    22.042] (**) Option "xkb_layout" "fr"
[    22.042] (**) Option "xkb_variant" "latin9"
[    22.057] (II) event6  - Power Button: is tagged by udev as: Keyboard
[    22.057] (II) event6  - Power Button: device is a keyboard
[    22.057] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[    22.057] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.057] (II) Using input driver '
libinput' for 'Video Bus'
[    22.058] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 24 paused 0
[    22.058] (**) Video Bus: always reports core events
[    22.058] (**) Option "Device" "/dev/input/event13"
[    22.058] (**) Option "_source" "server/udev"
[    22.059] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    22.059] (II) event13 - Video Bus: device is a keyboard
[    22.059] (II) event13 - Video Bus: device removed
[    22.059] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input20/event13"
[    22.059] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    22.059] (**) Option "xkb_model" "pc105"
[    22.059] (**) Option "xkb_layout" "fr"
[    22.059] (**) Option "xkb_variant" "latin9"
[    22.060] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    22.060] (II) event13 - Video Bus: device is a keyboard
[    22.060] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[    22.060] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.060] (II) Using input driver '
libinput' for 'Video Bus'
[    22.061] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 25 paused 0
[    22.061] (**) Video Bus: always reports core events
[    22.061] (**) Option "Device" "/dev/input/event14"
[    22.061] (**) Option "_source" "server/udev"
[    22.062] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    22.062] (II) event14 - Video Bus: device is a keyboard
[    22.062] (II) event14 - Video Bus: device removed
[    22.062] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input21/event14"
[    22.062] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    22.062] (**) Option "xkb_model" "pc105"
[    22.062] (**) Option "xkb_layout" "fr"
[    22.062] (**) Option "xkb_variant" "latin9"
[    22.063] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[    22.063] (II) event14 - Video Bus: device is a keyboard
[    22.063] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    22.063] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.063] (II) Using input driver '
libinput' for 'Power Button'
[    22.064] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[    22.064] (**) Power Button: always reports core events
[    22.064] (**) Option "Device" "/dev/input/event4"
[    22.064] (**) Option "_source" "server/udev"
[    22.065] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    22.065] (II) event4  - Power Button: device is a keyboard
[    22.065] (II) event4  - Power Button: device removed
[    22.065] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8/event4"
[    22.065] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    22.065] (**) Option "xkb_model" "pc105"
[    22.065] (**) Option "xkb_layout" "fr"
[    22.065] (**) Option "xkb_variant" "latin9"
[    22.066] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    22.066] (II) event4  - Power Button: device is a keyboard
[    22.066] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    22.066] (II) No input driver specified, ignoring this device.
[    22.066] (II) This device may have been added with another device file.
[    22.066] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    22.066] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    22.066] (II) Using input driver '
libinput' for 'Sleep Button'
[    22.067] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[    22.067] (**) Sleep Button: always reports core events
[    22.067] (**) Option "Device" "/dev/input/event5"
[    22.067] (**) Option "_source" "server/udev"
[    22.068] (II) event5  - Sleep Button: is tagged by udev as: Keyboard
[    22.068] (II) event5  - Sleep Button: device is a keyboard
[    22.068] (II) event5  - Sleep Button: device removed
[    22.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9/event5"
[    22.068] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    22.068] (**) Option "xkb_model" "pc105"
[    22.068] (**) Option "xkb_layout" "fr"
[    22.068] (**) Option "xkb_variant" "latin9"
[    22.069] (II) event5  - Sleep Button: is tagged by udev as: Keyboard
[    22.069] (II) event5  - Sleep Button: device is a keyboard
[    22.069] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[    22.069] (II) No input driver specified, ignoring this device.
[    22.069] (II) This device may have been added with another device file.
[    22.070] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event1)
[    22.070] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "libinput pointer catchall"
[    22.070] (II) Using input driver '
libinput' for 'PIXART USB OPTICAL MOUSE'
[    22.071] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[    22.071] (**) PIXART USB OPTICAL MOUSE: always reports core events
[    22.071] (**) Option "Device" "/dev/input/event1"
[    22.071] (**) Option "_source" "server/udev"
[    22.072] (II) event1  - PIXART USB OPTICAL MOUSE: is tagged by udev as: Mouse
[    22.072] (II) event1  - PIXART USB OPTICAL MOUSE: device set to 1000 DPI
[    22.072] (II) event1  - PIXART USB OPTICAL MOUSE: device is a pointer
[    22.072] (II) event1  - PIXART USB OPTICAL MOUSE: device removed
[    22.072] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:093A:2510.0001/input/input3/event1"
[    22.072] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE, id 11)
[    22.072] (**) Option "AccelerationScheme" "none"
[    22.072] (**) PIXART USB OPTICAL MOUSE: (accel) selected scheme none/0
[    22.072] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[    22.072] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[    22.073] (II) event1  - PIXART USB OPTICAL MOUSE: is tagged by udev as: Mouse
[    22.073] (II) event1  - PIXART USB OPTICAL MOUSE: device set to 1000 DPI
[    22.073] (II) event1  - PIXART USB OPTICAL MOUSE: device is a pointer
[    22.073] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse0)
[    22.073] (II) No input driver specified, ignoring this device.
[    22.073] (II) This device may have been added with another device file.
[    22.074] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event10)
[    22.074] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[    22.074] (II) Using input driver '
libinput' for 'Integrated_Webcam_HD: Integrate'
[    22.075] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 29 paused 0
[    22.075] (**) Integrated_Webcam_HD: Integrate: always reports core events
[    22.075] (**) Option "Device" "/dev/input/event10"
[    22.075] (**) Option "_source" "server/udev"
[    22.076] (II) event10 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    22.076] (II) event10 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    22.076] (II) event10 - Integrated_Webcam_HD: Integrate: device removed
[    22.076] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input15/event10"
[    22.076] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 12)
[    22.076] (**) Option "xkb_model" "pc105"
[    22.076] (**) Option "xkb_layout" "fr"
[    22.076] (**) Option "xkb_variant" "latin9"
[    22.077] (II) event10 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    22.077] (II) event10 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    22.077] (II) config/udev: Adding input device DELL0824:00 06CB:7E92 Touchpad (/dev/input/event11)
[    22.077] (**) DELL0824:00 06CB:7E92 Touchpad: Applying InputClass "libinput touchpad catchall"
[    22.077] (II) Using input driver '
libinput' for 'DELL0824:00 06CB:7E92 Touchpad'
[    22.078] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 30 paused 0
[    22.078] (**) DELL0824:00 06CB:7E92 Touchpad: always reports core events
[    22.078] (**) Option "Device" "/dev/input/event11"
[    22.078] (**) Option "_source" "server/udev"
[    22.079] (II) event11 - DELL0824:00 06CB:7E92 Touchpad: is tagged by udev as: Touchpad
[    22.080] (II) event11 - DELL0824:00 06CB:7E92 Touchpad: device is a touchpad
[    22.080] (II) event11 - DELL0824:00 06CB:7E92 Touchpad: device removed
[    22.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0824:00/0018:06CB:7E92.0002/input/input17/event11"
[    22.080] (II) XINPUT: Adding extended input device "DELL0824:00 06CB:7E92 Touchpad" (type: TOUCHPAD, id 13)
[    22.081] (**) Option "AccelerationScheme" "none"
[    22.081] (**) DELL0824:00 06CB:7E92 Touchpad: (accel) selected scheme none/0
[    22.081] (**) DELL0824:00 06CB:7E92 Touchpad: (accel) acceleration factor: 2.000
[    22.081] (**) DELL0824:00 06CB:7E92 Touchpad: (accel) acceleration threshold: 4
[    22.082] (II) event11 - DELL0824:00 06CB:7E92 Touchpad: is tagged by udev as: Touchpad
[    22.083] (II) event11 - DELL0824:00 06CB:7E92 Touchpad: device is a touchpad
[    22.084] (II) config/udev: Adding input device DELL0824:00 06CB:7E92 Touchpad (/dev/input/mouse1)
[    22.084] (II) No input driver specified, ignoring this device.
[    22.084] (II) This device may have been added with another device file.
[    22.084] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event15)
[    22.084] (II) No input driver specified, ignoring this device.
[    22.084] (II) This device may have been added with another device file.
[    22.084] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event16)
[    22.084] (II) No input driver specified, ignoring this device.
[    22.084] (II) This device may have been added with another device file.
[    22.084] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[    22.084] (II) No input driver specified, ignoring this device.
[    22.084] (II) This device may have been added with another device file.
[    22.085] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[    22.085] (II) No input driver specified, ignoring this device.
[    22.085] (II) This device may have been added with another device file.
[    22.085] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[    22.085] (II) No input driver specified, ignoring this device.
[    22.085] (II) This device may have been added with another device file.
[    22.085] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[    22.085] (II) No input driver specified, ignoring this device.
[    22.085] (II) This device may have been added with another device file.
[    22.085] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event21)
[    22.085] (II) No input driver specified, ignoring this device.
[    22.085] (II) This device may have been added with another device file.
[    22.086] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[    22.086] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    22.086] (II) Using input driver '
libinput' for 'Intel HID events'
[    22.087] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[    22.087] (**) Intel HID events: always reports core events
[    22.087] (**) Option "Device" "/dev/input/event7"
[    22.087] (**) Option "_source" "server/udev"
[    22.087] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[    22.087] (II) event7  - Intel HID events: device is a keyboard
[    22.087] (II) event7  - Intel HID events: device removed
[    22.087] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input11/event7"
[    22.087] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[    22.087] (**) Option "xkb_model" "pc105"
[    22.087] (**) Option "xkb_layout" "fr"
[    22.087] (**) Option "xkb_variant" "latin9"
[    22.088] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[    22.088] (II) event7  - Intel HID events: device is a keyboard
[    22.088] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event8)
[    22.088] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    22.088] (II) Using input driver '
libinput' for 'Intel HID 5 button array'
[    22.089] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 32 paused 0
[    22.089] (**) Intel HID 5 button array: always reports core events
[    22.089] (**) Option "Device" "/dev/input/event8"
[    22.089] (**) Option "_source" "server/udev"
[    22.089] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    22.089] (II) event8  - Intel HID 5 button array: device is a keyboard
[    22.089] (II) event8  - Intel HID 5 button array: device removed
[    22.089] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input12/event8"
[    22.089] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 15)
[    22.089] (**) Option "xkb_model" "pc105"
[    22.089] (**) Option "xkb_layout" "fr"
[    22.089] (**) Option "xkb_variant" "latin9"
[    22.090] (II) event8  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    22.090] (II) event8  - Intel HID 5 button array: device is a keyboard
[    22.090] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event2)
[    22.090] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    22.090] (II) Using input driver '
libinput' for 'Dell WMI hotkeys'
[    22.091] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
[    22.091] (**) Dell WMI hotkeys: always reports core events
[    22.091] (**) Option "Device" "/dev/input/event2"
[    22.091] (**) Option "_source" "server/udev"
[    22.092] (II) event2  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    22.092] (II) event2  - Dell WMI hotkeys: device is a keyboard
[    22.092] (II) event2  - Dell WMI hotkeys: device removed
[    22.092] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input14/event2"
[    22.092] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
[    22.092] (**) Option "xkb_model" "pc105"
[    22.092] (**) Option "xkb_layout" "fr"
[    22.092] (**) Option "xkb_variant" "latin9"
[    22.093] (II) event2  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    22.093] (II) event2  - Dell WMI hotkeys: device is a keyboard
[    22.094] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    22.094] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.094] (II) Using input driver '
libinput' for 'AT Translated Set 2 keyboard'
[    22.095] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 34 paused 0
[    22.095] (**) AT Translated Set 2 keyboard: always reports core events
[    22.095] (**) Option "Device" "/dev/input/event0"
[    22.095] (**) Option "_source" "server/udev"
[    22.095] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.095] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    22.096] (II) event0  - AT Translated Set 2 keyboard: device removed
[    22.096] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    22.096] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    22.096] (**) Option "xkb_model" "pc105"
[    22.096] (**) Option "xkb_layout" "fr"
[    22.096] (**) Option "xkb_variant" "latin9"
[    22.097] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.097] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    22.098] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event22)
[    22.098] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[    22.098] (II) Using input driver '
libinput' for 'PS/2 Synaptics TouchPad'
[    22.099] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 35 paused 0
[    22.099] (**) PS/2 Synaptics TouchPad: always reports core events
[    22.099] (**) Option "Device" "/dev/input/event22"
[    22.099] (**) Option "_source" "server/udev"
[    22.099] (II) event22 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[    22.099] (II) event22 - PS/2 Synaptics TouchPad: device is a pointer
[    22.100] (II) event22 - PS/2 Synaptics TouchPad: device removed
[    22.100] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event22"
[    22.100] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 18)
[    22.100] (**) Option "AccelerationScheme" "none"
[    22.100] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    22.100] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    22.100] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    22.100] (II) event22 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[    22.101] (II) event22 - PS/2 Synaptics TouchPad: device is a pointer
[    22.101] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[    22.101] (II) No input driver specified, ignoring this device.
[    22.101] (II) This device may have been added with another device file.
[    22.101] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    22.101] (II) No input driver specified, ignoring this device.
[    22.101] (II) This device may have been added with another device file.
[    22.831] (II) modeset(0): EDID vendor "LGD", prod id 1488
[    22.831] (II) modeset(0): Printing DDC gathered Modelines:
[    22.831] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    22.831] (II) modeset(0): Modeline "1920x1080"x0.0  110.96  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.3 kHz e)



J'ai reçu le PC avec un Ubuntu dessus mais j'ai formatté le système sans faire de sauvegarde.

SI je trouve la motivation je testerai bien un Windows 10 sad histoire de confirmer qu'il n'y a pas de soucis matériel.

Hors ligne

Pied de page des forums