Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 11/04/2020, à 11:35

Ben2Pau

[résolu] NVIDIA® GeForce® GTX 1650

Bonjour à tous !
j'ai avec moi un Dell G5 1500 équipé du carte graphique NVIDIA® GeForce® GTX 1650,
Le laptop était équipé d'usine avec Ubuntu 18.04 LTS, je l'ai fait migrer vers Ubuntu 19.10

je n'ai pas de souci mais j'ai des doutes sur l'installation correcte de ma carte graphique:
-"Paramètres/Détails" me fait savoir que ma carte graphique est "Intel® UHD Graphics 630 (Coffeelake 3x8 GT2)"   (pour info, mon processeur est Intel® Core™ i5-9300H CPU @ 2.40GHz × 8)
-la commande "glxinfo | grep vendor" renvoie:

ben@ben-G5-5590:~$ glxinfo | grep vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: Intel Open Source Technology Center

j'ai bien téléchargé des pilotes à jour sur le site de Nvidia, mais le fichier .run ne semble pas avoir fait grand chose, après son execution, une fenetre de terminal est apparue mais rien ne semble avoir été modifié,

je vous remercie de votre temps,
take care

Dernière modification par Ben2Pau (Le 12/04/2020, à 15:14)


Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H

Hors ligne

#2 Le 12/04/2020, à 08:07

LukePerp

Re : [résolu] NVIDIA® GeForce® GTX 1650

Bonjour,
Oui c'est curieux.
Afin de voir ce qu'on pourra faire, nous avons besoin d'infos sur ta machine et ton système utilisé. Peux tu ouvrir le terminal et nous donner le retour de ces commandes :

inxi -Fz # les specs de la machine
sudo lshw

Va dans le bios pour regarder si la nvidia est présente et activée

Dernière modification par LukePerp (Le 12/04/2020, à 08:08)


Gamer inside - Ubuntu Mate dernière LTS - Intel i5, 16 Go - Dual boot Windows - Utilisateur de Dapps sur Ethereum

Hors ligne

#3 Le 12/04/2020, à 08:27

moko138

Re : [résolu] NVIDIA® GeForce® GTX 1650

Ben2Pau a écrit :

Le laptop était équipé d'usine avec Ubuntu 18.04 LTS,

Donc machine opérationnelle avec un S.E. maintenu jusqu'en 2023.
Mais :

je l'ai fait migrer vers Ubuntu 19.10

Résultat : la prise en charge alternée des 2 cartes graphiques est peut-être à re-régler
et surtout le nouveau S.E. sera périmé à l'été 2020.

La stabilité serait-elle ton ennemie ?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#4 Le 12/04/2020, à 09:35

Ben2Pau

Re : [résolu] NVIDIA® GeForce® GTX 1650

LukePerp a écrit :

Bonjour,
Oui c'est curieux.
Afin de voir ce qu'on pourra faire, nous avons besoin d'infos sur ta machine et ton système utilisé. Peux tu ouvrir le terminal et nous donner le retour de ces commandes :

inxi -Fz # les specs de la machine
sudo lshw

Va dans le bios pour regarder si la nvidia est présente et activée

Merci LukePerp,

inxi -Fz:

ben@ben-G5-5590:~$ inxi -Fz
System:
  Host: ben-G5-5590 Kernel: 4.15.0-1079-oem x86_64 bits: 64 
  Desktop: Gnome 3.34.3 Distro: Ubuntu 19.10 (Eoan Ermine) 
Machine:
  Type: Laptop System: Dell product: G5 5590 v: N/A serial: <filter> 
  Mobo: Dell model: 0C32VF v: A01 serial: <filter> UEFI: Dell v: 1.9.0 
  date: 08/06/2019 
Battery:
  ID-1: BAT0 charge: 54.6 Wh condition: 54.6/60.0 Wh (91%) 
CPU:
  Topology: Quad Core model: Intel Core i5-9300H bits: 64 type: MT MCP 
  L2 cache: 8192 KiB 
  Speed: 800 MHz min/max: 800/4100 MHz Core speeds (MHz): 1: 800 2: 800 
  3: 800 4: 800 5: 800 6: 800 7: 800 8: 800 
Graphics:
  Device-1: Intel UHD Graphics 630 driver: i915 v: kernel 
  Device-2: NVIDIA driver: N/A 
  Display: x11 server: X.Org 1.20.5 driver: modesetting,nvidia 
  unloaded: fbdev,nouveau,vesa tty: N/A 
  OpenGL: renderer: Mesa DRI Intel UHD Graphics 630 (Coffeelake 3x8 GT2) 
  v: 4.5 Mesa 19.2.8 
Audio:
  Device-1: Intel Cannon Lake PCH cAVS driver: snd_hda_intel 
  Device-2: NVIDIA driver: snd_hda_intel 
  Sound Server: ALSA v: k4.15.0-1079-oem 
Network:
  Device-1: Intel Wireless-AC 9560 [Jefferson Peak] driver: iwlwifi 
  IF: wlo1 state: up mac: <filter> 
  Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
  driver: N/A 
Drives:
  Local Storage: total: 1.38 TiB used: 406.78 GiB (28.9%) 
  ID-1: /dev/nvme0n1 vendor: SK Hynix model: BC511 NVMe 512GB 
  size: 476.94 GiB 
  ID-2: /dev/sda type: USB vendor: Seagate model: M3 size: 931.51 GiB 
Partition:
  ID-1: / size: 239.31 GiB used: 41.08 GiB (17.2%) fs: ext4 
  dev: /dev/nvme0n1p3 
Sensors:
  System Temperatures: cpu: 58.0 C mobo: N/A 
  Fan Speeds (RPM): N/A 
Info:
  Processes: 321 Uptime: 4h 29m Memory: 7.61 GiB used: 3.13 GiB (41.1%) 
  Shell: bash inxi: 3.0.36 

sudo lshw:

ben@ben-G5-5590:~$ sudo lshw
[sudo] Mot de passe de ben : 
ben-g5-5590                 
    description: Ordinateur Bloc-notes
    produit: G5 5590 (08EA)
    fabricant: Dell Inc.
    numéro de série: FMM1JX2
    bits: 64 bits
    fonctionnalités: smbios-3.2.1 dmi-3.2.1 smp vsyscall32
    configuration : boot=normal chassis=docking family=GSeries sku=08EA uuid=44454C4C-4D00-104D-8031-C6C04F4A5832
  *-core
       description: Carte mère
       produit: 0C32VF
       fabricant: Dell Inc.
       identifiant matériel: 0
       version: A01
       numéro de série: /FMM1JX2/CNPEC009BC00KH/
     *-firmware
          description: BIOS
          fabricant: Dell Inc.
          identifiant matériel: 0
          version: 1.9.0
          date: 08/06/2019
          taille: 64KiB
          capacité: 16MiB
          fonctionnalités: pci pnp upgrade shadowing cdboot bootselect edd int13floppynec int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification netboot uefi
     *-memory
          description: Mémoire Système
          identifiant matériel: 38
          emplacement: Carte mère
          taille: 8GiB
        *-bank:0
             description: SODIMM DDR4 Synchrone 2667 MHz (0,4 ns)
             produit: 4ATF51264HZ-2G6E1
             fabricant: Micron Technology
             identifiant matériel: 0
             numéro de série: 22400A49
             emplacement: DIMM A
             taille: 4GiB
             bits: 64 bits
             horloge: 2667MHz (0.4ns)
        *-bank:1
             description: SODIMM DDR4 Synchrone 2667 MHz (0,4 ns)
             produit: 4ATF51264HZ-2G6E1
             fabricant: Micron Technology
             identifiant matériel: 1
             numéro de série: 22400BA0
             emplacement: DIMM B
             taille: 4GiB
             bits: 64 bits
             horloge: 2667MHz (0.4ns)
     *-cache:0
          description: L1 cache
          identifiant matériel: 41
          emplacement: L1 Cache
          taille: 256KiB
          capacité: 256KiB
          fonctionnalités: synchronous internal write-back unified
          configuration : level=1
     *-cache:1
          description: L2 cache
          identifiant matériel: 42
          emplacement: L2 Cache
          taille: 1MiB
          capacité: 1MiB
          fonctionnalités: synchronous internal write-back unified
          configuration : level=2
     *-cache:2
          description: L3 cache
          identifiant matériel: 43
          emplacement: L3 Cache
          taille: 8MiB
          capacité: 8MiB
          fonctionnalités: synchronous internal write-back unified
          configuration : level=3
     *-cpu
          description: CPU
          produit: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
          fabricant: Intel Corp.
          identifiant matériel: 44
          information bus: cpu@0
          version: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
          numéro de série: To Be Filled By O.E.M.
          emplacement: U3E1
          taille: 4036MHz
          capacité: 4100MHz
          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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d cpufreq
          configuration : cores=4 enabledcores=4 threads=8
     *-pci
          description: Host bridge
          produit: 8th Gen Core 4-core Processor Host Bridge/DRAM Registers [Coffee Lake H]
          fabricant: Intel Corporation
          identifiant matériel: 100
          information bus: pci@0000:00:00.0
          version: 07
          bits: 32 bits
          horloge: 33MHz
          configuration : driver=skl_uncore
          ressources : irq:0
        *-pci:0
             description: PCI bridge
             produit: Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16)
             fabricant: Intel Corporation
             identifiant matériel: 1
             information bus: pci@0000:00:01.0
             version: 07
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pm msi pciexpress normal_decode bus_master cap_list
             configuration : driver=pcieport
             ressources : irq:122 portE/S:4000(taille=4096) mémoire:a3000000-a40fffff portE/S:90000000(taille=301989888)
           *-display NON-RÉCLAMÉ
                description: VGA compatible controller
                produit: NVIDIA Corporation
                fabricant: NVIDIA Corporation
                identifiant matériel: 0
                information bus: pci@0000:01:00.0
                version: a1
                bits: 64 bits
                horloge: 33MHz
                fonctionnalités: pm msi pciexpress vga_controller bus_master cap_list
                configuration : latency=0
                ressources : mémoire:a3000000-a3ffffff mémoire:90000000-9fffffff mémoire:a0000000-a1ffffff portE/S:4000(taille=128) mémoire:a4000000-a407ffff
           *-multimedia
                description: Audio device
                produit: NVIDIA Corporation
                fabricant: NVIDIA Corporation
                identifiant matériel: 0.1
                information bus: pci@0000:01:00.1
                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:17 mémoire:a4080000-a4083fff
        *-display
             description: VGA compatible controller
             produit: UHD Graphics 630 (Mobile)
             fabricant: Intel Corporation
             identifiant matériel: 2
             information bus: pci@0000:00:02.0
             version: 00
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list rom
             configuration : driver=i915 latency=0
             ressources : irq:135 mémoire:a2000000-a2ffffff mémoire:80000000-8fffffff portE/S:5000(taille=64) mémoire:c0000-dffff
        *-generic:0
             description: Signal processing controller
             produit: Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
             fabricant: Intel Corporation
             identifiant matériel: 4
             information bus: pci@0000:00:04.0
             version: 07
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: msi pm cap_list
             configuration : driver=proc_thermal latency=0
             ressources : irq:16 mémoire:a4410000-a4417fff
        *-generic:1 NON-RÉCLAMÉ
             description: System peripheral
             produit: Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
             fabricant: Intel Corporation
             identifiant matériel: 8
             information bus: pci@0000:00:08.0
             version: 00
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: msi pm cap_list
             configuration : latency=0
             ressources : mémoire:a442d000-a442dfff
        *-generic:2
             description: Signal processing controller
             produit: Cannon Lake PCH Thermal Controller
             fabricant: Intel Corporation
             identifiant matériel: 12
             information bus: pci@0000:00:12.0
             version: 10
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi cap_list
             configuration : driver=intel_pch_thermal latency=0
             ressources : irq:16 mémoire:a442c000-a442cfff
        *-usb
             description: USB controller
             produit: Cannon Lake PCH USB 3.1 xHCI Host Controller
             fabricant: Intel Corporation
             identifiant matériel: 14
             information bus: pci@0000:00:14.0
             version: 10
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi xhci bus_master cap_list
             configuration : driver=xhci_hcd latency=0
             ressources : irq:126 mémoire:a4400000-a440ffff
           *-usbhost:0
                produit: xHCI Host Controller
                fabricant: Linux 4.15.0-1079-oem xhci-hcd
                identifiant matériel: 0
                information bus: usb@1
                nom logique: usb1
                version: 4.15
                fonctionnalités: usb-2.00
                configuration : driver=hub slots=16 speed=480Mbit/s
              *-usb:0
                   description: Clavier
                   produit: USB Receiver
                   fabricant: Logitech
                   identifiant matériel: 3
                   information bus: usb@1:3
                   version: 12.10
                   fonctionnalités: usb-2.00
                   configuration : driver=usbhid maxpower=98mA speed=12Mbit/s
              *-usb:1
                   description: Vidéo
                   produit: Integrated_Webcam_HD
                   fabricant: CN0M1RXT8LG0098NF1YPA01
                   identifiant matériel: 5
                   information bus: usb@1:5
                   version: 85.02
                   fonctionnalités: usb-2.01
                   configuration : driver=uvcvideo maxpower=500mA speed=480Mbit/s
              *-usb:2 NON-RÉCLAMÉ
                   description: Périphérique USB générique
                   produit: FingerPrint
                   fabricant: Goodix
                   identifiant matériel: 9
                   information bus: usb@1:9
                   version: 1.00
                   fonctionnalités: usb-2.00
                   configuration : maxpower=100mA speed=12Mbit/s
              *-usb:3
                   description: Interface sans fil Bluetooth
                   fabricant: Intel Corp.
                   identifiant matériel: e
                   information bus: usb@1:e
                   version: 0.02
                   fonctionnalités: bluetooth usb-2.00
                   configuration : driver=btusb maxpower=100mA speed=12Mbit/s
           *-usbhost:1
                produit: xHCI Host Controller
                fabricant: Linux 4.15.0-1079-oem xhci-hcd
                identifiant matériel: 1
                information bus: usb@2
                nom logique: usb2
                version: 4.15
                fonctionnalités: usb-3.10
                configuration : driver=hub slots=8 speed=10000Mbit/s
              *-usb
                   description: Périphérique de stockage de masse
                   produit: M3
                   fabricant: Seagate
                   identifiant matériel: 2
                   information bus: usb@2:2
                   nom logique: scsi1
                   version: 0.00
                   numéro de série: NM121Q03
                   fonctionnalités: usb-3.00 scsi
                   configuration : driver=uas maxpower=144mA speed=5000Mbit/s
                 *-disk
                      description: SCSI Disk
                      produit: M3
                      fabricant: Seagate
                      identifiant matériel: 0.0.0
                      information bus: scsi@1:0.0.0
                      nom logique: /dev/sda
                      version: 9300
                      numéro de série: NM121Q03
                      taille: 931GiB (1TB)
                      fonctionnalités: partitioned partitioned:dos
                      configuration : ansiversion=6 logicalsectorsize=512 sectorsize=4096 signature=44b39cb2
                    *-volume
                         description: Windows NTFS volume
                         identifiant matériel: 1
                         information bus: scsi@1:0.0.0,1
                         nom logique: /dev/sda1
                         nom logique: /media/ben/Maxtor
                         version: 3.1
                         numéro de série: f89e0fdb-5a7b-7d42-afcd-8a2ee9bd0de0
                         taille: 931GiB
                         capacité: 931GiB
                         fonctionnalités: primary bootable ntfs initialized
                         configuration : clustersize=4096 created=2016-07-04 13:37:38 filesystem=ntfs label=Maxtor mount.fstype=fuseblk mount.options=rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 state=mounted
        *-memory NON-RÉCLAMÉ
             description: RAM memory
             produit: Cannon Lake PCH Shared SRAM
             fabricant: Intel Corporation
             identifiant matériel: 14.2
             information bus: pci@0000:00:14.2
             version: 10
             bits: 64 bits
             horloge: 33MHz (30.3ns)
             fonctionnalités: pm cap_list
             configuration : latency=0
             ressources : mémoire:a4422000-a4423fff mémoire:a442b000-a442bfff
        *-network
             description: Interface réseau sans fil
             produit: Wireless-AC 9560 [Jefferson Peak]
             fabricant: Intel Corporation
             identifiant matériel: 14.3
             information bus: pci@0000:00:14.3
             nom logique: wlo1
             version: 10
             numéro de série: 7c:b2:7d:f2:c9:2a
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
             configuration : broadcast=yes driver=iwlwifi driverversion=4.15.0-1079-oem firmware=38.1969028568.0 ip=192.168.1.8 latency=0 link=yes multicast=yes wireless=IEEE 802.11
             ressources : irq:16 mémoire:a441c000-a441ffff
        *-serial:0
             description: Serial bus controller
             produit: Cannon Lake PCH Serial IO I2C Controller #0
             fabricant: Intel Corporation
             identifiant matériel: 15
             information bus: pci@0000:00:15.0
             version: 10
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm bus_master cap_list
             configuration : driver=intel-lpss latency=0
             ressources : irq:16 mémoire:a442a000-a442afff mémoire:a4429000-a4429fff
        *-serial:1
             description: Serial bus controller
             produit: Cannon Lake PCH Serial IO I2C Controller #1
             fabricant: Intel Corporation
             identifiant matériel: 15.1
             information bus: pci@0000:00:15.1
             version: 10
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm bus_master cap_list
             configuration : driver=intel-lpss latency=0
             ressources : irq:17 mémoire:7f800000-7f800fff
        *-communication
             description: Communication controller
             produit: Cannon Lake PCH HECI Controller
             fabricant: Intel Corporation
             identifiant matériel: 16
             information bus: pci@0000:00:16.0
             version: 10
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi bus_master cap_list
             configuration : driver=mei_me latency=0
             ressources : irq:136 mémoire:a4427000-a4427fff
        *-sata
             description: SATA controller
             produit: Cannon Lake Mobile PCH SATA AHCI Controller
             fabricant: Intel Corporation
             identifiant matériel: 17
             information bus: pci@0000:00:17.0
             version: 10
             bits: 32 bits
             horloge: 66MHz
             fonctionnalités: sata msi pm ahci_1.0 bus_master cap_list
             configuration : driver=ahci latency=0
             ressources : irq:134 mémoire:a4420000-a4421fff mémoire:a4426000-a44260ff portE/S:5090(taille=8) portE/S:5080(taille=4) portE/S:5060(taille=32) mémoire:a4425000-a44257ff
        *-pci:1
             description: PCI bridge
             produit: Cannon Lake PCH PCI Express Root Port #9
             fabricant: Intel Corporation
             identifiant matériel: 1d
             information bus: pci@0000:00:1d.0
             version: f0
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration : driver=pcieport
             ressources : irq:123 mémoire:a4300000-a43fffff
           *-storage
                description: Non-Volatile memory controller
                produit: SK hynix
                fabricant: SK hynix
                identifiant matériel: 0
                information bus: pci@0000:02:00.0
                version: 00
                bits: 64 bits
                horloge: 33MHz
                fonctionnalités: storage pm msi msix pciexpress nvm_express bus_master cap_list
                configuration : driver=nvme latency=0
                ressources : irq:16 mémoire:a4300000-a4303fff
        *-pci:2
             description: PCI bridge
             produit: Cannon Lake PCH PCI Express Root Port #14
             fabricant: Intel Corporation
             identifiant matériel: 1d.5
             information bus: pci@0000:00:1d.5
             version: f0
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration : driver=pcieport
             ressources : irq:124 portE/S:3000(taille=4096) mémoire:a4200000-a42fffff
           *-network NON-RÉCLAMÉ
                description: Ethernet controller
                produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
                fabricant: Realtek Semiconductor Co., Ltd.
                identifiant matériel: 0
                information bus: pci@0000:03:00.0
                version: 15
                bits: 64 bits
                horloge: 33MHz
                fonctionnalités: pm msi pciexpress msix bus_master cap_list
                configuration : latency=0
                ressources : portE/S:3000(taille=256) mémoire:a4204000-a4204fff mémoire:a4200000-a4203fff
        *-isa
             description: ISA bridge
             produit: Intel Corporation
             fabricant: Intel Corporation
             identifiant matériel: 1f
             information bus: pci@0000:00:1f.0
             version: 10
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: isa bus_master
             configuration : latency=0
        *-multimedia
             description: Audio device
             produit: Cannon Lake PCH cAVS
             fabricant: Intel Corporation
             identifiant matériel: 1f.3
             information bus: pci@0000:00:1f.3
             version: 10
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi bus_master cap_list
             configuration : driver=snd_hda_intel latency=32
             ressources : irq:147 mémoire:a4418000-a441bfff mémoire:a4100000-a41fffff
        *-serial:2
             description: SMBus
             produit: Cannon Lake PCH SMBus Controller
             fabricant: Intel Corporation
             identifiant matériel: 1f.4
             information bus: pci@0000:00:1f.4
             version: 10
             bits: 64 bits
             horloge: 33MHz
             configuration : driver=i801_smbus latency=0
             ressources : irq:16 mémoire:a4424000-a44240ff portE/S:efa0(taille=32)
        *-serial:3 NON-RÉCLAMÉ
             description: Serial bus controller
             produit: Cannon Lake PCH SPI Controller
             fabricant: Intel Corporation
             identifiant matériel: 1f.5
             information bus: pci@0000:00:1f.5
             version: 10
             bits: 32 bits
             horloge: 33MHz
             configuration : latency=0
             ressources : mémoire:fe010000-fe010fff
     *-pnp00:00
          produit: PnP device PNP0c02
          identifiant matériel: 1
          fonctionnalités: pnp
          configuration : driver=system
     *-pnp00:01
          produit: PnP device PNP0c02
          identifiant matériel: 2
          fonctionnalités: pnp
          configuration : driver=system
     *-pnp00:02
          produit: PnP device PNP0b00
          identifiant matériel: 3
          fonctionnalités: pnp
          configuration : driver=rtc_cmos
     *-pnp00:03
          produit: PnP device INT3f0d
          identifiant matériel: 4
          fonctionnalités: pnp
          configuration : driver=system
     *-pnp00:04
          produit: PnP device PNP0303
          identifiant matériel: 5
          fonctionnalités: pnp
          configuration : driver=i8042 kbd
     *-pnp00:05
          produit: PnP device DLL08ea
          identifiant matériel: 6
          fonctionnalités: pnp
          configuration : driver=i8042 aux
     *-pnp00:06
          produit: PnP device PNP0c02
          identifiant matériel: 7
          fonctionnalités: pnp
          configuration : driver=system
     *-pnp00:07
          produit: PnP device PNP0c02
          identifiant matériel: 8
          fonctionnalités: pnp
          configuration : driver=system
     *-pnp00:08
          produit: PnP device PNP0c02
          identifiant matériel: 9
          fonctionnalités: pnp
          configuration : driver=system
     *-pnp00:09
          produit: PnP device PNP0c02
          identifiant matériel: a
          fonctionnalités: pnp
          configuration : driver=system
  *-battery
       produit: DELL HYWXJ99
       fabricant: BYD
       identifiant matériel: 1
       version: 09/12/2019
       numéro de série: 029B
       emplacement: Sys. Battery Bay
       capacité: 60000mWh
       configuration : voltage=15,2V

la capture d'ecran du BIOS, ma carte est reconnue...:
lffV_JloHeBYfBQelWZnMQMh0R6QFOA2lZ4mLyuIf-c1o23K9a446fOKgIa6mAZO0Pb2qG1aFNyVRRmL1E7f5F_2JATF0wh-DeUHYGRcj4AbShRg-R_0lDXt2D8bRHV2ZBUYkFo51_paAqT4oVjAauKyMH0C4BlJnye9T975SqwTC7RCHrgWIrPCD9rzU7ZyEhs88Elc-8doHlo643Kq-XtKWatvKWHavWKbz89STGM-Oc1m1oIxlbd2L9N3gZFm48DYkHRpTjIFPoQp8AbP_qPBy2b4PeJD5zpxPud4Ecwe3QQy-z8Gmwswc1K5dnOiUzhtw0n-pAn1WHphtKpRBj3zc_hhgafj7G06XlgoweL1KW80JylNkIlV7NJvxig-vX9p8plULe-vBG-sPw8cFEFLNw3IRESGSaAPujcIV8lrlSKficPpj1pX_5hNXPzSMxyb0zrjMPG1_8CYHszCl7Kh1N2Bqg_LpD2MYXa7gAwUDax1HsadPunRrkTOHjvlkNjpaaDZshO0LywElIi9WwzEy6UVgS9Q0JR5bLTeec4iKtZug9lAwWJ692UxeTrU0GGLS8ohwSrEknVkwco38Epw2J3mEDjugjCF_JiyieFnCHjjOrtC0lyAFT4IRLfHxAC6tXhZY-wst3ODHR3XSa6V-IU8OCea4Wa20udMr1-k6zV8xWOGAOJp6o1Qmw=w1197-h673-no

Dernière modification par Ben2Pau (Le 12/04/2020, à 09:54)


Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H

Hors ligne

#5 Le 12/04/2020, à 09:38

Ben2Pau

Re : [résolu] NVIDIA® GeForce® GTX 1650

moko138 a écrit :

La stabilité serait-elle ton ennemie ?

Faut croire que oui, il fallait que je m'occupe en attendant 20.04 LTS...


Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H

Hors ligne

#6 Le 12/04/2020, à 09:50

LukePerp

Re : [résolu] NVIDIA® GeForce® GTX 1650

Tu gagneras du temps je pense en remettant proprement 18.04 car effectivement le gpu nvidia est désactivé. Mais, nous n'avons pas la certitude qu'il était actif sous 18.04 ... ça t'occupera de remettre 18.04 wink


Gamer inside - Ubuntu Mate dernière LTS - Intel i5, 16 Go - Dual boot Windows - Utilisateur de Dapps sur Ethereum

Hors ligne

#7 Le 12/04/2020, à 09:56

Ben2Pau

Re : [résolu] NVIDIA® GeForce® GTX 1650

tres bien merci smile smile

vaut il mieux que je repasse par la 18.04 avant de migrer vers la 20.04 dans 10j ?


Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H

Hors ligne

#8 Le 12/04/2020, à 15:13

Ben2Pau

Re : [résolu] NVIDIA® GeForce® GTX 1650

je suis repassé sous 18.04 LTS, la commande "glxinfo | grep vendor" renvoie bien "NVidia"...
en attendant la 20.04 LTS big_smile
merci à tous


Ubuntu 22.04.4 LTS - Dell G15 5520 - Intel® Core™ i5-12500H

Hors ligne

#9 Le 06/06/2020, à 19:02

Okamimaru

Re : [résolu] NVIDIA® GeForce® GTX 1650

Salut,

Jme permet de up le sujet parce que j'ai quasiment le même problème :
J'ai une NVIDIA GTX GeForce 1650 Ti sur un ordinateur portable iNote N70Z
Jsuis sur Ubuntu 20.04 et les problèmes c'est que dans Nvidia X Server Settings ya plus que le choix de profil et Dans les Pilotes additionels j'ai ça :

Intel Corporate: Inconnu
Ce périphérique ne fonctionne pas

Il faut savoir qu'aujourd'hui Ubuntu ne voulait pas se lancer j'ai du bidouiller légèrement dans le BIOS pour qu'il veuille bien se lancer...

ubuntu@calucifera:~$ lspci -vnn | grep '\''[030[02]\]'
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics [8086:9bc4] (rev 05) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile] [10de:1f95] (rev a1) (prog-if 00 [VGA controller])
ubuntu@calucifera:~$  glxinfo | grep "OpenGL renderer"
OpenGL renderer string: Mesa Intel(R) UHD Graphics (CML GT2)
ubuntu@calucifera:~$ lshw -c video | grep -v ressources: | grep -v horloge: | grep -v bits: | grep -v bus: | grep -v riel: 
ATTENTION : ce programme devrait être lancé en tant que super-utilisateur.
ATTENTION : les informations sont potentiellement incomplètes ou erronées, vous devriez lancer ce programme en tant que super-utilisateur.
  *-display NON-RÉCLAMÉ
       description: VGA compatible controller
       produit: TU117M [GeForce GTX 1650 Ti Mobile]
       fabricant: NVIDIA Corporation
       version: a1
       fonctionnalités: vga_controller cap_list
       configuration : latency=0
       ressources : mémoire:c5000000-c5ffffff mémoire:b0000000-bfffffff mémoire:c0000000-c1ffffff portE/S:6000(taille=128) mémoire:c6000000-c607ffff
  *-display
       description: VGA compatible controller
       produit: UHD Graphics
       fabricant: Intel Corporation
       version: 05
       fonctionnalités: vga_controller bus_master cap_list rom
       configuration : driver=i915 latency=0
       ressources : irq:158 mémoire:c4000000-c4ffffff mémoire:a0000000-afffffff portE/S:7000(taille=64) mémoire:c0000-dffff
ubuntu@calucifera:~$

iNote N70Z / Ubuntu 20.04 / 16 Gio
Intel® Core™ i7-10750H CPU @ 2.60GHz × 12
Mesa Intel® UHD Graphics (CML GT2)

Hors ligne