#1 Le 16/06/2023, à 11:18
- SebT
[RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Bonjour,
Tout est dans le sujet...
J'essaie d'installer un second moniteur branché en VGA, le 1er est en HDMI, mais impossible le retrouver dans les paramètres.
sahayim@Sahayim:~$ find /sys/devices/ -iname edid
/sys/devices/pci0000:00/0000:00:03.1/0000:29:00.0/drm/card0/card0-HDMI-A-1/edid
/sys/devices/pci0000:00/0000:00:03.1/0000:29:00.0/drm/card0/card0-DVI-D-1/edid
/sys/devices/pci0000:00/0000:00:03.1/0000:29:00.0/drm/card0/card0-DP-2/edid
/sys/devices/pci0000:00/0000:00:03.1/0000:29:00.0/drm/card0/card0-DP-3/edid
/sys/devices/pci0000:00/0000:00:03.1/0000:29:00.0/drm/card0/card0-DP-1/edid
sahayim@Sahayim:~$
D'après ce que je comprend, c'est le port VGA qui ne serait pas reconnu par le système ?
Quelqu'un pourrait me filer un coup de main svp ?
Merci d'avance.
Dernière modification par SebT (Le 22/06/2023, à 11:24)
Hors ligne
#2 Le 16/06/2023, à 11:20
- xubu1957
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Bonjour,
Montre, en te servant du Retour utilisable de commande :
lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
ubuntu-drivers devices
uname -a
xrandr
dpkg -l | grep -v ^ii
et :
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#3 Le 16/06/2023, à 11:37
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Hello !
Merci pour ton retour.
sahayim@Sahayim:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
29:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP104 [GeForce GTX 1070] [10de:1b81] (rev a1) (prog-if 00 [VGA controller])
Subsystem: eVga.com. Corp. GP104 [GeForce GTX 1070] [3842:6173]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
sahayim@Sahayim:~$
sahayim@Sahayim:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:03.1/0000:29:00.0 ==
modalias : pci:v000010DEd00001B81sv00003842sd00006173bc03sc00i00
vendor : NVIDIA Corporation
model : GP104 [GeForce GTX 1070]
driver : nvidia-driver-510 - distro non-free
driver : nvidia-driver-450-server - distro non-free
driver : nvidia-driver-470-server - distro non-free
driver : nvidia-driver-525 - distro non-free
driver : nvidia-driver-525-server - distro non-free
driver : nvidia-driver-418-server - distro non-free
driver : nvidia-driver-530 - distro non-free recommended
driver : nvidia-driver-470 - distro non-free
driver : nvidia-driver-515-server - distro non-free
driver : nvidia-driver-390 - distro non-free
driver : nvidia-driver-515 - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
sahayim@Sahayim:~$
sahayim@Sahayim:~$ uname -a
Linux Sahayim 5.15.0-71-generic #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
sahayim@Sahayim:~$
sahayim@Sahayim:~$ xrandr
Screen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 32767
XWAYLAND0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 530mm x 300mm
1920x1080 59.96*+
1440x1080 59.99
1400x1050 59.98
1280x1024 59.89
1280x960 59.94
1152x864 59.96
1024x768 59.92
800x600 59.86
640x480 59.38
320x240 59.52
1680x1050 59.95
1440x900 59.89
1280x800 59.81
720x480 59.71
640x400 59.95
320x200 58.96
1600x900 59.95
1368x768 59.88
1280x720 59.86
1024x576 59.90
864x486 59.92
720x400 59.55
640x350 59.77
sahayim@Sahayim:~$
sahayim@Sahayim:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=============================================-===================================================-============-================================================================================
sahayim@Sahayim:~$
sahayim@Sahayim:~$ echo $XDG_SESSION_TYPE
wayland
sahayim@Sahayim:~$
Je crois avoir suivi les recommandations du retour de commande.
Si jamais ce n'est pas le cas, n'hésite pas à me corriger...
Hors ligne
#4 Le 16/06/2023, à 11:54
- xubu1957
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Vu :
nvidia-driver-530 - distro non-free recommended
Pour passer du pilote nouveau, au pilote nvidia-driver-530 conseillé, tente :
sudo apt purge nvidia*
sudo ubuntu-drivers autoinstall
Suivi d’un redémarrage.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#5 Le 16/06/2023, à 15:55
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Pas mieux...
Hors ligne
#6 Le 16/06/2023, à 16:10
- xubu1957
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Redonne :
xrandr
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#7 Le 16/06/2023, à 16:57
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
sahayim@Sahayim:~$ xrandr
Screen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 32767
XWAYLAND0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 530mm x 300mm
1920x1080 59.96*+
1440x1080 59.99
1400x1050 59.98
1280x1024 59.89
1280x960 59.94
1152x864 59.96
1024x768 59.92
800x600 59.86
640x480 59.38
320x240 59.52
1680x1050 59.95
1440x900 59.89
1280x800 59.81
720x480 59.71
640x400 59.95
320x200 58.96
1600x900 59.95
1368x768 59.88
1280x720 59.86
1024x576 59.90
864x486 59.92
720x400 59.55
640x350 59.77
sahayim@Sahayim:~$
Hors ligne
#8 Le 16/06/2023, à 17:03
- xubu1957
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Tu as essayé en inversant les deux extrémités du câble, les vis sont bien serrées ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#9 Le 16/06/2023, à 19:02
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Maintenant oui... Mais ça fonctionne toujours pas...
Selon toi ça devrait fonctionner normalement d'après les retours que tu as ?
Hors ligne
#10 Le 16/06/2023, à 19:07
- xubu1957
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
On ne voit pas le port VGA, je ne sais pas renseigner plus en matière de connectique.
_ _ _
(edit=messages regroupés)
_ _ _
Tu as cherché pour le modèle de ton moniteur, sur les forums Linux ?
Dernière modification par xubu1957 (Le 19/06/2023, à 10:03)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#11 Le 19/06/2023, à 10:01
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Hello,
Désolé, j'ai pas été trop dispo ce weekend...
En effet on ne voit pas le port VGA et moi ça m'évoque que ça vient de la reconnaissance du port plutôt que du moniteur en lui même nan ?
Je vais quand même aller voir ce qui se dit sur mon moniteur par acquis de conscience...
Hors ligne
#12 Le 19/06/2023, à 10:22
- alex2423
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Est ce que ce serait pas plutot un problème matériel ? As tu déjà réussi à avoir ton double écran avec une autre distribution, un windows ?
Hors ligne
#13 Le 19/06/2023, à 10:58
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Salut,
Sur cet ordi j'ai toujours été sous linux et j'ai toujours bossé sur un seul écran.
Et je viens juste de récupérer cet écran donc je ne l'ai jamais essayé sur un autre ordi avec un autre système d'exploitation.
En revanche j'ai essayé de le brancher en hdmi et ça fonctionne, et mon écran actuel ne fonctionne pas sur vga.
C'est pour ça que je pense plutôt à un problème de reconnaissance de port.
Mais j'y connais que dalle alors je sais pas...
Hors ligne
#14 Le 19/06/2023, à 11:02
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Je vais essayer de voir si quelqu'un n'aurait pas un câble vga fonctionnel à me prêter pour tester si ça vient du câble.
Même si visuellement il a l'air ok, on ne sait jamais...
Hors ligne
#15 Le 19/06/2023, à 11:08
- alex2423
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Tu as essayé pour un même écran :
- de le brancher sur HDMI => OK
- de le brancher sur VGA => KO
En effet dans ce cas, on peut en déduire que l'écran n'est pas à mettre en cause. Après reste à savoir si c'est au niveau de l'OS (logiciel) ou au niveau matériel.
Simple hypothèse :
- Est ce qu'il n'y aurait pas dans le bios qui désactiverait le matériel ? Parfois on peut désactiver certaines choses comme le wifi par exemple, ...
- S'il s'agit d'une carte graphique externe, est-elle bien branchée?
Dans le pire des cas, la solution serait d'acheter une carte graphique externe d'occasion, tu devrais en trouver pour une bouché pain, si c'est avant tout pour bosser, pas pour jouer sur l'écran.
Hors ligne
#16 Le 19/06/2023, à 14:00
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
D'après vous, il n'y a pas moyen de savoir, via le terminal, si mon port vga sort bien de l'information ?
Hors ligne
#17 Le 19/06/2023, à 14:07
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Alors j'ai un élément supplémentaire qui m’emmène à une question.
J'ai voulu regarder si j'avais une 2eme prise hdmi pour brancher les deux écrans en hdmi.
J'en ai effectivement trouvé une 2eme mais je me suis rendu compte que je suis actuellement branché sur l'hdmi de ma carte graphique et que la 2nde prise est sur ma carte mère.
Quand je branche l'écran sur l'hdmi de la carte mère, il ne fonctionne plus.
Et ma prise vga qui ne fonctionne pas est... sur la carte mère...
Est-ce que c'est normal ou est-ce qu'il y a quelque chose à activer quelque part pour que les ports de ma carte mère fonctionnent ?
Hors ligne
#18 Le 19/06/2023, à 14:20
- alex2423
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Information intéressant, je pensais que tes 2 ports étaient sur ta carte mère.
Je te conseillerai ce serait de tester si tes ports de ta carte mère ont fonctionnels lorsque tu n'as plus la carte graphique. Tu n'es peut être pas obligé de la retirer physiquement, tu peux peut-être la désactiver dans ton bios. Si tu ne trouves pas il faudra que tu la retires.
A mon avis, ta carte mère n'es pas capable de gérer à la fois via son processeur graphique et une carte externe. A tester donc, voire si en utilisant celle de ta carte mère, cela marche ou non.
Hors ligne
#19 Le 19/06/2023, à 14:39
- xubu1957
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Bonjour:
Peux tu donner le retour de :
sudo lshw -numeric
?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#20 Le 19/06/2023, à 16:53
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Si c'est pas trop compliqué ni risqué de désactiver la carte graphique dans le bios je veux bien tenter...
Ca vaut le coup ? Quelqu'un peut me guider ?
Voilà le retour demandé xubu1957 :
sahayim@Sahayim:~$ sudo lshw -numeric
[sudo] Mot de passe de sahayim :
sahayim
description: Ordinateur de Bureau
produit: MS-7A38 (To be filled by O.E.M.)
fabricant: Micro-Star International Co., Ltd.
version: 8.0
numéro de série: To be filled by O.E.M.
bits: 64 bits
fonctionnalités: smbios-2.8 dmi-2.8 smp vsyscall32
configuration : boot=normal chassis=desktop family=To be filled by O.E.M. sku=To be filled by O.E.M. uuid=953b917f-4aa6-da1b-a6b1-00d861d43633
*-core
description: Carte mère
produit: B450M PRO-VDH MAX (MS-7A38)
fabricant: Micro-Star International Co., Ltd.
identifiant matériel: 0
version: 8.0
numéro de série: JB16431950
emplacement: To be filled by O.E.M.
*-firmware
description: BIOS
fabricant: American Megatrends Inc.
identifiant matériel: 0
version: B.30
date: 10/29/2019
taille: 64KiB
capacité: 16MiB
fonctionnalités: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
*-memory
description: Mémoire Système
identifiant matériel: f
emplacement: Carte mère
taille: 16GiB
*-bank:0
description: Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2023-02-09 12:36+0000X-Generator: Launchpad (build 77239e4aa149cc645d32cd0d9466bc0d9f82abaa)Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2023-02-09 12:36+0000X-Generator: Launchpad (build 77239e4aa149cc645d32cd0d9466bc0d9f82abaa) 2133 MHz (0,5 ns) [vide]
produit: Unknown
fabricant: Unknown
identifiant matériel: 0
numéro de série: Unknown
emplacement: DIMM 0
horloge: 2133MHz (0.5ns)
*-bank:1
description: DIMM DDR4 Synchrone Unbuffered (Unregistered) 2133 MHz (0,5 ns)
produit: CMK16GX4M2B3000C15
fabricant: Unknown
identifiant matériel: 1
numéro de série: 00000000
emplacement: DIMM 1
taille: 8GiB
bits: 64 bits
horloge: 2133MHz (0.5ns)
*-bank:2
description: Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2023-02-09 12:36+0000X-Generator: Launchpad (build 77239e4aa149cc645d32cd0d9466bc0d9f82abaa)Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2023-02-09 12:36+0000X-Generator: Launchpad (build 77239e4aa149cc645d32cd0d9466bc0d9f82abaa) 2133 MHz (0,5 ns) [vide]
produit: Unknown
fabricant: Unknown
identifiant matériel: 2
numéro de série: Unknown
emplacement: DIMM 0
horloge: 2133MHz (0.5ns)
*-bank:3
description: DIMM DDR4 Synchrone Unbuffered (Unregistered) 2133 MHz (0,5 ns)
produit: CMK16GX4M2B3000C15
fabricant: Unknown
identifiant matériel: 3
numéro de série: 00000000
emplacement: DIMM 1
taille: 8GiB
bits: 64 bits
horloge: 2133MHz (0.5ns)
*-cache:0
description: L1 cache
identifiant matériel: 11
emplacement: L1 - Cache
taille: 576KiB
capacité: 576KiB
horloge: 1GHz (1.0ns)
fonctionnalités: pipeline-burst internal write-back unified
configuration : level=1
*-cache:1
description: L2 cache
identifiant matériel: 12
emplacement: L2 - Cache
taille: 3MiB
capacité: 3MiB
horloge: 1GHz (1.0ns)
fonctionnalités: pipeline-burst internal write-back unified
configuration : level=2
*-cache:2
description: L3 cache
identifiant matériel: 13
emplacement: L3 - Cache
taille: 16MiB
capacité: 16MiB
horloge: 1GHz (1.0ns)
fonctionnalités: pipeline-burst internal write-back unified
configuration : level=3
*-cpu
description: CPU
produit: AMD Ryzen 5 2600X Six-Core Processor
fabricant: Advanced Micro Devices [AMD]
identifiant matériel: 14
information bus: cpu@0
version: 23.8.2
numéro de série: Unknown
emplacement: AM4
taille: 2016MHz
capacité: 4250MHz
bits: 64 bits
horloge: 100MHz
fonctionnalités: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp x86-64 constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es cpufreq
configuration : cores=6 enabledcores=6 microcode=134251021 threads=12
*-pci:0
description: Host bridge
produit: Family 17h (Models 00h-0fh) Root Complex [1022:1450]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 100
information bus: pci@0000:00:00.0
version: 00
bits: 32 bits
horloge: 33MHz
*-generic NON-RÉCLAMÉ
description: IOMMU
produit: Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0.2
information bus: pci@0000:00:00.2
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: msi ht bus_master cap_list
configuration : latency=0
*-pci:0
description: PCI bridge
produit: Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 1.3
information bus: pci@0000:00:01.3
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:26 portE/S:f000(taille=4096) mémoire:f7500000-f77fffff
*-usb
description: USB controller
produit: 400 Series Chipset USB 3.1 XHCI Controller [1022:43D5]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0
information bus: pci@0000:03:00.0
version: 01
bits: 64 bits
horloge: 33MHz
fonctionnalités: msi msix pm pciexpress xhci bus_master cap_list
configuration : driver=xhci_hcd latency=0
ressources : irq:29 mémoire:f77a0000-f77a7fff
*-usbhost:0
produit: xHCI Host Controller [1D6B:2]
fabricant: Linux 5.15.0-75-generic xhci-hcd [1D6B]
identifiant matériel: 0
information bus: usb@1
nom logique: usb1
version: 5.15
fonctionnalités: usb-2.00
configuration : driver=hub slots=10 speed=480Mbit/s
*-usb:0
description: Souris
produit: Telink Wireless Receiver
fabricant: Telink [248A]
identifiant matériel: 5
information bus: usb@1:5
nom logique: input2
nom logique: /dev/input/event2
nom logique: /dev/input/mouse0
nom logique: input3
nom logique: /dev/input/event3
nom logique: input4
nom logique: /dev/input/event4
nom logique: input5
nom logique: /dev/input/event5
nom logique: input5::capslock
nom logique: input5::compose
nom logique: input5::kana
nom logique: input5::numlock
nom logique: input5::scrolllock
version: 1.00
fonctionnalités: usb-1.10 usb
configuration : driver=usbhid maxpower=50mA speed=12Mbit/s
*-usb:1
description: Clavier
produit: Lenovo Lenovo Low Profile USB Keyboard Consumer Control
fabricant: Lenovo [17EF]
identifiant matériel: 7
information bus: usb@1:7
nom logique: input6
nom logique: /dev/input/event6
nom logique: input6::capslock
nom logique: input6::numlock
nom logique: input6::scrolllock
nom logique: input7
nom logique: /dev/input/event7
nom logique: input8
nom logique: /dev/input/event8
nom logique: /dev/input/js0
version: 2.20
fonctionnalités: usb-2.00 usb
configuration : driver=usbhid maxpower=100mA speed=1Mbit/s
*-usb:2
description: Interface sans fil Bluetooth
produit: Bluetooth wireless interface [8087:A2A]
fabricant: Intel Corp. [8087]
identifiant matériel: 8
information bus: usb@1:8
version: 0.03
fonctionnalités: bluetooth usb-2.00
configuration : driver=btusb maxpower=100mA speed=12Mbit/s
*-usbhost:1
produit: xHCI Host Controller [1D6B:3]
fabricant: Linux 5.15.0-75-generic xhci-hcd [1D6B]
identifiant matériel: 1
information bus: usb@2
nom logique: usb2
version: 5.15
fonctionnalités: usb-3.10
configuration : driver=hub slots=4 speed=10000Mbit/s
*-sata
description: SATA controller
produit: 400 Series Chipset SATA Controller [1022:43C8]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0.1
information bus: pci@0000:03:00.1
nom logique: scsi0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: sata msi pm pciexpress ahci_1.0 bus_master cap_list rom emulated
configuration : driver=ahci latency=0
ressources : irq:39 mémoire:f7780000-f779ffff mémoire:f7700000-f777ffff
*-disk
description: ATA Disk
produit: Samsung SSD 860
identifiant matériel: 0.0.0
information bus: scsi@0:0.0.0
nom logique: /dev/sda
version: 1B6Q
numéro de série: S4CZNF1MA00089J
taille: 931GiB (1TB)
fonctionnalités: partitioned partitioned:dos
configuration : ansiversion=5 logicalsectorsize=512 sectorsize=512 signature=00077324
*-volume:0
description: Linux filesystem partition
fabricant: Linux
identifiant matériel: 1
information bus: scsi@0:0.0.0,1
nom logique: /dev/sda1
nom logique: /boot
version: 1.0
numéro de série: db62af44-08ee-48a0-bb2f-c51baf577ade
taille: 243MiB
capacité: 243MiB
fonctionnalités: primary bootable extended_attributes ext2 initialized
configuration : filesystem=ext2 lastmountpoint=/boot modified=2023-06-16 20:38:40 mount.fstype=ext2 mount.options=rw,relatime mounted=2023-06-16 15:26:17 state=mounted
*-volume:1
description: Extended partition
identifiant matériel: 2
information bus: scsi@0:0.0.0,2
nom logique: /dev/sda2
taille: 931GiB
capacité: 931GiB
fonctionnalités: primary extended partitioned partitioned:extended
*-logicalvolume
description: Linux LVM Physical Volume partition
identifiant matériel: 5
nom logique: /dev/sda5
numéro de série: j9ghPI-mZMX-mNdY-nixo-sMkM-HMl6-LF30sH
taille: 931GiB
capacité: 931GiB
fonctionnalités: multi lvm2
*-pci
description: PCI bridge
produit: 400 Series Chipset PCIe Bridge [1022:43C6]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0.2
information bus: pci@0000:03:00.2
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci msi pm pciexpress normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:32 portE/S:f000(taille=4096) mémoire:f7500000-f76fffff
*-pci:0
description: PCI bridge
produit: 400 Series Chipset PCIe Port [1022:43C7]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 4
information bus: pci@0000:20:04.0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci msi pm pciexpress normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:33 portE/S:f000(taille=4096) mémoire:f7600000-f76fffff
*-network
description: Ethernet interface
produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
fabricant: Realtek Semiconductor Co., Ltd. [10EC]
identifiant matériel: 0
information bus: pci@0000:25:00.0
nom logique: eth0
version: 15
numéro de série: 00:d8:61:d4:36:33
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=5.15.0-75-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
ressources : irq:29 portE/S:f000(taille=256) mémoire:f7604000-f7604fff mémoire:f7600000-f7603fff
*-pci:1
description: PCI bridge
produit: 400 Series Chipset PCIe Port [1022:43C7]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 5
information bus: pci@0000:20:05.0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci msi pm pciexpress normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:35
*-pci:2
description: PCI bridge
produit: 400 Series Chipset PCIe Port [1022:43C7]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 6
information bus: pci@0000:20:06.0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci msi pm pciexpress normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:36 mémoire:f7500000-f75fffff
*-network
description: Interface réseau sans fil
produit: Wireless 7265 [8086:95A]
fabricant: Intel Corporation [8086]
identifiant matériel: 0
information bus: pci@0000:27:00.0
nom logique: wlan0
version: 61
numéro de série: b4:d5:bd:14:dd:31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration : broadcast=yes driver=iwlwifi driverversion=5.15.0-75-generic firmware=29.4063824552.0 7265D-29.ucode ip=192.168.127.104 latency=0 link=yes multicast=yes wireless=IEEE 802.11
ressources : irq:63 mémoire:f7500000-f7501fff
*-pci:3
description: PCI bridge
produit: 400 Series Chipset PCIe Port [1022:43C7]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 7
information bus: pci@0000:20:07.0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci msi pm pciexpress normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:38
*-pci:1
description: PCI bridge
produit: Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 3.1
information bus: pci@0000:00:03.1
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:27 portE/S:e000(taille=4096) mémoire:f6000000-f70fffff portE/S:e0000000(taille=301989888)
*-display
description: VGA compatible controller
produit: GP104 [GeForce GTX 1070] [10DE:1B81]
fabricant: NVIDIA Corporation [10DE]
identifiant matériel: 0
information bus: pci@0000:29:00.0
nom logique: /dev/fb0
version: a1
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress vga_controller bus_master cap_list rom fb
configuration : depth=32 driver=nouveau latency=0 resolution=1920,1080
ressources : irq:65 mémoire:f6000000-f6ffffff mémoire:e0000000-efffffff mémoire:f0000000-f1ffffff portE/S:e000(taille=128) mémoire:c0000-dffff
*-multimedia
description: Audio device
produit: GP104 High Definition Audio Controller [10DE:10F0]
fabricant: NVIDIA Corporation [10DE]
identifiant matériel: 0.1
information bus: pci@0000:29:00.1
nom logique: card0
nom logique: /dev/snd/controlC0
nom logique: /dev/snd/hwC0D0
nom logique: /dev/snd/pcmC0D10p
nom logique: /dev/snd/pcmC0D11p
nom logique: /dev/snd/pcmC0D12p
nom logique: /dev/snd/pcmC0D3p
nom logique: /dev/snd/pcmC0D7p
nom logique: /dev/snd/pcmC0D8p
nom logique: /dev/snd/pcmC0D9p
version: a1
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration : driver=snd_hda_intel latency=0
ressources : irq:66 mémoire:f7080000-f7083fff
*-input:0
produit: HDA NVidia HDMI/DP,pcm=7
identifiant matériel: 0
nom logique: input10
nom logique: /dev/input/event10
*-input:1
produit: HDA NVidia HDMI/DP,pcm=8
identifiant matériel: 1
nom logique: input11
nom logique: /dev/input/event11
*-input:2
produit: HDA NVidia HDMI/DP,pcm=9
identifiant matériel: 2
nom logique: input12
nom logique: /dev/input/event12
*-input:3
produit: HDA NVidia HDMI/DP,pcm=10
identifiant matériel: 3
nom logique: input13
nom logique: /dev/input/event13
*-input:4
produit: HDA NVidia HDMI/DP,pcm=11
identifiant matériel: 4
nom logique: input14
nom logique: /dev/input/event14
*-input:5
produit: HDA NVidia HDMI/DP,pcm=12
identifiant matériel: 5
nom logique: input15
nom logique: /dev/input/event15
*-input:6
produit: HDA NVidia HDMI/DP,pcm=3
identifiant matériel: 6
nom logique: input9
nom logique: /dev/input/event9
*-pci:2
description: PCI bridge
produit: Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 7.1
information bus: pci@0000:00:07.1
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:28 mémoire:f7200000-f74fffff
*-generic:0 NON-RÉCLAMÉ
description: Non-Essential Instrumentation
produit: Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145A]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0
information bus: pci@0000:2a:00.0
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm pciexpress bus_master cap_list
configuration : latency=0
*-generic:1
description: Encryption controller
produit: Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0.2
information bus: pci@0000:2a:00.2
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi msix bus_master cap_list
configuration : driver=ccp latency=0
ressources : irq:60 mémoire:f7300000-f73fffff mémoire:f7400000-f7401fff
*-usb
description: USB controller
produit: Zeppelin USB 3.0 Host controller [1022:145F]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0.3
information bus: pci@0000:2a:00.3
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi msix xhci bus_master cap_list
configuration : driver=xhci_hcd latency=0
ressources : irq:51 mémoire:f7200000-f72fffff
*-usbhost:0
produit: xHCI Host Controller [1D6B:2]
fabricant: Linux 5.15.0-75-generic xhci-hcd [1D6B]
identifiant matériel: 0
information bus: usb@3
nom logique: usb3
version: 5.15
fonctionnalités: usb-2.00
configuration : driver=hub slots=4 speed=480Mbit/s
*-usbhost:1
produit: xHCI Host Controller [1D6B:3]
fabricant: Linux 5.15.0-75-generic xhci-hcd [1D6B]
identifiant matériel: 1
information bus: usb@4
nom logique: usb4
version: 5.15
fonctionnalités: usb-3.00
configuration : driver=hub slots=4 speed=5000Mbit/s
*-pci:3
description: PCI bridge
produit: Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 8.1
information bus: pci@0000:00:08.1
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pm pciexpress msi ht normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:30 mémoire:f7800000-f78fffff
*-generic NON-RÉCLAMÉ
description: Non-Essential Instrumentation
produit: Zeppelin/Renoir PCIe Dummy Function [1022:1455]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0
information bus: pci@0000:2b:00.0
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm pciexpress bus_master cap_list
configuration : latency=0
*-sata
description: SATA controller
produit: FCH SATA Controller [AHCI mode] [1022:7901]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0.2
information bus: pci@0000:2b:00.2
version: 51
bits: 32 bits
horloge: 33MHz
fonctionnalités: sata pm pciexpress msi ahci_1.0 bus_master cap_list
configuration : driver=ahci latency=0
ressources : irq:41 mémoire:f7808000-f7808fff
*-multimedia
description: Audio device
produit: Family 17h (Models 00h-0fh) HD Audio Controller [1022:1457]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 0.3
information bus: pci@0000:2b:00.3
nom logique: card1
nom logique: /dev/snd/controlC1
nom logique: /dev/snd/hwC1D0
nom logique: /dev/snd/pcmC1D0c
nom logique: /dev/snd/pcmC1D0p
nom logique: /dev/snd/pcmC1D2c
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi bus_master cap_list
configuration : driver=snd_hda_intel latency=0
ressources : irq:68 mémoire:f7800000-f7807fff
*-input:0
produit: HD-Audio Generic Front Mic
identifiant matériel: 0
nom logique: input16
nom logique: /dev/input/event16
*-input:1
produit: HD-Audio Generic Rear Mic
identifiant matériel: 1
nom logique: input17
nom logique: /dev/input/event17
*-input:2
produit: HD-Audio Generic Line
identifiant matériel: 2
nom logique: input18
nom logique: /dev/input/event18
*-input:3
produit: HD-Audio Generic Line Out
identifiant matériel: 3
nom logique: input19
nom logique: /dev/input/event19
*-input:4
produit: HD-Audio Generic Front Headphone
identifiant matériel: 4
nom logique: input20
nom logique: /dev/input/event20
*-serial
description: SMBus
produit: FCH SMBus Controller [1022:790B]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 14
information bus: pci@0000:00:14.0
version: 59
bits: 32 bits
horloge: 66MHz
configuration : driver=piix4_smbus latency=0
ressources : irq:0
*-isa
description: ISA bridge
produit: FCH LPC Bridge [1022:790E]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 14.3
information bus: pci@0000:00:14.3
version: 51
bits: 32 bits
horloge: 66MHz
fonctionnalités: isa bus_master
configuration : latency=0
*-pnp00:00
produit: PnP device PNP0c01
identifiant matériel: 0
fonctionnalités: pnp
configuration : driver=system
*-pnp00:01
produit: PnP device PNP0b00
identifiant matériel: 1
fonctionnalités: pnp
configuration : driver=rtc_cmos
*-pnp00:02
produit: PnP device PNP0c02
identifiant matériel: 2
fonctionnalités: pnp
configuration : driver=system
*-pnp00:03
produit: PnP device PNP0400
identifiant matériel: 3
fonctionnalités: pnp
configuration : driver=parport_pc
*-pnp00:04
produit: PnP device PNP0501
identifiant matériel: 4
fonctionnalités: pnp
configuration : driver=serial
*-pnp00:05
produit: PnP device PNP0c02
identifiant matériel: 5
fonctionnalités: pnp
configuration : driver=system
*-pci:1
description: Host bridge
produit: Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 101
information bus: pci@0000:00:01.0
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:2
description: Host bridge
produit: Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 102
information bus: pci@0000:00:02.0
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:3
description: Host bridge
produit: Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 103
information bus: pci@0000:00:03.0
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:4
description: Host bridge
produit: Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 104
information bus: pci@0000:00:04.0
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:5
description: Host bridge
produit: Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 105
information bus: pci@0000:00:07.0
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:6
description: Host bridge
produit: Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 106
information bus: pci@0000:00:08.0
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:7
description: Host bridge
produit: Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 [1022:1460]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 107
information bus: pci@0000:00:18.0
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:8
description: Host bridge
produit: Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 [1022:1461]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 108
information bus: pci@0000:00:18.1
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:9
description: Host bridge
produit: Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 [1022:1462]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 109
information bus: pci@0000:00:18.2
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:10
description: Host bridge
produit: Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 [1022:1463]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 10a
information bus: pci@0000:00:18.3
version: 00
bits: 32 bits
horloge: 33MHz
configuration : driver=k10temp
ressources : irq:0
*-pci:11
description: Host bridge
produit: Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 [1022:1464]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 10b
information bus: pci@0000:00:18.4
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:12
description: Host bridge
produit: Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 [1022:1465]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 10c
information bus: pci@0000:00:18.5
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:13
description: Host bridge
produit: Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 [1022:1466]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 10d
information bus: pci@0000:00:18.6
version: 00
bits: 32 bits
horloge: 33MHz
*-pci:14
description: Host bridge
produit: Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 [1022:1467]
fabricant: Advanced Micro Devices, Inc. [AMD] [1022]
identifiant matériel: 10e
information bus: pci@0000:00:18.7
version: 00
bits: 32 bits
horloge: 33MHz
*-input:0
produit: Power Button
identifiant matériel: 1
nom logique: input0
nom logique: /dev/input/event0
fonctionnalités: platform
*-input:1
produit: Power Button
identifiant matériel: 2
nom logique: input1
nom logique: /dev/input/event1
fonctionnalités: platform
sahayim@Sahayim:~$
Hors ligne
#21 Le 19/06/2023, à 17:39
- xubu1957
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Le retour du #20, c'est pour des aidants connaisseurs.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#22 Le 19/06/2023, à 17:56
- alex2423
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Si c'est pas trop compliqué ni risqué de désactiver la carte graphique dans le bios je veux bien tenter...
Ca vaut le coup ? Quelqu'un peut me guider ?
Je vois à quoi tu fais allusion sur le risque, de casser la branche sur laquelle tu te trouves.
Dans ce cas, le plus simple, ce serait de retirer juste la carte graphique de son slot (PCI Express et non pas PCI, je pense ) .
Comme cela tu te prends pas la tête. De plus guider sur le bios est loin d'être aisé, chaque bios est différent en fonction de la carte mère.
Et tu seras vite fixé s'il y a une incidence. De mon point de vue, oui, on ne peut pas faire du double, voir triple écran en empilant les cartes.
Hors ligne
#23 Le 20/06/2023, à 10:35
- SebT
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Mouais bon, j'ai un port DVI sur la carte graphique, je vais aller acheter un adaptateur DVI / VGA et si ça marche ça ira comme ça !
Je vous tiendrai au jus
Merci pour les recherches
Hors ligne
#24 Le 20/06/2023, à 13:45
- iznobe
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
vu que tu es sous wayland , et que celui-ci ne reconnait qu ' un port vidéo ( d' apres le xrandr ) , je testerai de passer sous Xorg via la roue crantée au (re) demarrage de session .
fourni un autre xrandr ensuite dans tous les cas .
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#25 Le 20/06/2023, à 14:41
- xubu1957
Re : [RESOLU] - VGA non reconnu Ubuntu 22.04.2 LTS
Bonjour,
Regarde l'EDIT de malbo dans ce message, pour la roue crantée.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne