[nvidia] écran noir après mise à jour (résolu)

Reconnaissance et configuration du matériel / kernel linux
Répondre
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

[nvidia] écran noir après mise à jour (résolu)

Message par draffin »

Bonjour,

Je viens d'effectuer une mise-à-jour du système après 5 semaines d'absence. Je redémarre et bim! écran noir…
Je récupère un mode console en faisant ctrl+alt+F2.
Je pense que le système est correctement lancé mais que la configuration du serveur x (ou du pilote) n'est pas bonne (genre mauvaise résolution).

Ma carte graphique Nvidia GeForce GT 710
Mon pilote : nvidia-470xx (version 470.182.03-02), mis à jour à partir de aur juste après la mise à jour du noyau

Je ne me souviens plus comment on fait pour partager un fichier log en mode console…

Merci par avance pour votre aide !

Denis
Dernière modification par draffin le lun. 15 mai 2023, 07:54, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] écran noir après mise à jour

Message par benjarobin »

Bonjour,
Peux tu donner les sorties suivantes (il suffit de tout rediriger vers un fichier puis de nous partager ce fichier texte) :

Code : Tout sélectionner

pacman -Qs nvidia
uname -a
pacman -Q linux linux-headers linux-lts linux-lts-headers
grep -Pvr "^ *#|^ *$" /etc/mkinitcpio.conf /etc/X11/xorg.conf* /etc/fstab /etc/modprobe* /usr/lib/modprobe* /etc/modules-load* /usr/lib/modules-load*
sudo blkid
cat /var/log/Xorg.0.log
lsmod | grep -E "nvidia|nouveau"
modinfo nvidia | head -5
Pour l'envoi du fichier texte voir https://wiki.archlinux.org/title/List_o ... n_services, par exemple

Code : Tout sélectionner

curl -F 'file=@-' 0x0.st < file
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

pacman -Qs nvidia

Code : Tout sélectionner

local/egl-wayland 2:1.1.11-4
    EGLStream-based Wayland external platform
local/lib32-nvidia-470xx-utils 470.182.03-1
    NVIDIA drivers utilities (32-bit)
local/libvdpau 1.5-1
    Nvidia VDPAU library
local/libxnvctrl-470xx 470.182.03-1
    NVIDIA NV-CONTROL X extension
local/nvidia-470xx-dkms 470.182.03-2
    NVIDIA drivers - module sources
local/nvidia-470xx-settings 470.182.03-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-470xx-utils 470.182.03-2
    NVIDIA drivers utilities
uname -a

Code : Tout sélectionner

Linux dauphin 6.3.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Wed, 10 May 2023 08:54:47 +0000 x86_64 GNU/Linux
pacman -Q linux linux-headers linux-lts linux-lts-headers

Code : Tout sélectionner

linux 6.3.1.arch2-1
linux-headers 6.3.1.arch2-1
grep -Pvr "^ *#|^ *$" /etc/mkinitcpio.conf /etc/X11/xorg.conf* /etc/fstab /etc/modprobe* /usr/lib/modprobe* /etc/modules-load* /usr/lib/modules-load*

Code : Tout sélectionner

/etc/mkinitcpio.conf:MODULES=""
/etc/mkinitcpio.conf:BINARIES=""
/etc/mkinitcpio.conf:FILES="/etc/modprobe.d/modprobe.conf"
/etc/mkinitcpio.conf:HOOKS="base udev autodetect block filesystems"
/etc/mkinitcpio.conf:HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
/etc/X11/xorg.conf:Section "ServerLayout"
/etc/X11/xorg.conf:    Identifier     "Layout0"
/etc/X11/xorg.conf:    Screen      0  "Screen0" 0 0
/etc/X11/xorg.conf:    InputDevice    "Keyboard0" "CoreKeyboard"
/etc/X11/xorg.conf:    InputDevice    "Mouse0" "CorePointer"
/etc/X11/xorg.conf:    Option         "Xinerama" "0"
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf:Section "Files"
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf:Section "InputDevice"
/etc/X11/xorg.conf:    Identifier     "Mouse0"
/etc/X11/xorg.conf:    Driver         "mouse"
/etc/X11/xorg.conf:    Option         "Protocol" "auto"
/etc/X11/xorg.conf:    Option         "Device" "/dev/psaux"
/etc/X11/xorg.conf:    Option         "Emulate3Buttons" "no"
/etc/X11/xorg.conf:    Option         "ZAxisMapping" "4 5"
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf:Section "InputDevice"
/etc/X11/xorg.conf:    Identifier     "Keyboard0"
/etc/X11/xorg.conf:    Driver         "kbd"
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf:Section "Monitor"
/etc/X11/xorg.conf:    Identifier     "Monitor0"
/etc/X11/xorg.conf:    VendorName     "Unknown"
/etc/X11/xorg.conf:    ModelName      "Acer V196HQL"
/etc/X11/xorg.conf:    HorizSync       31.0 - 83.0
/etc/X11/xorg.conf:    VertRefresh     56.0 - 76.0
/etc/X11/xorg.conf:    Option 	   "PreferredMode" "1366x768"	
/etc/X11/xorg.conf:    Option         "DPMS"
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf:Section "Device"
/etc/X11/xorg.conf:    Identifier     "Device0"
/etc/X11/xorg.conf:    Driver         "nvidia"
/etc/X11/xorg.conf:    VendorName     "NVIDIA Corporation"
/etc/X11/xorg.conf:    BoardName      "GeForce GT 710"
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf:Section "Screen"
/etc/X11/xorg.conf:    Identifier     "Screen0"
/etc/X11/xorg.conf:    Device         "Device0"
/etc/X11/xorg.conf:    Monitor        "Monitor0"
/etc/X11/xorg.conf:    DefaultDepth    24
/etc/X11/xorg.conf:    Option         "Stereo" "0"
/etc/X11/xorg.conf:    Option         "nvidiaXineramaInfoOrder" "CRT-0"
/etc/X11/xorg.conf:    Option         "metamodes" "VGA-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
/etc/X11/xorg.conf:    Option         "SLI" "Off"
/etc/X11/xorg.conf:    Option         "MultiGPU" "Off"
/etc/X11/xorg.conf:    Option         "BaseMosaic" "off"
/etc/X11/xorg.conf:    SubSection     "Display"
/etc/X11/xorg.conf:	Modes "1366x768"
/etc/X11/xorg.conf:        Depth       24
/etc/X11/xorg.conf:    EndSubSection
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf.backup:Section "ServerLayout"
/etc/X11/xorg.conf.backup:    Identifier     "Layout0"
/etc/X11/xorg.conf.backup:    Screen      0  "Screen0" 0 0
/etc/X11/xorg.conf.backup:    InputDevice    "Keyboard0" "CoreKeyboard"
/etc/X11/xorg.conf.backup:    InputDevice    "Mouse0" "CorePointer"
/etc/X11/xorg.conf.backup:    Option         "Xinerama" "0"
/etc/X11/xorg.conf.backup:EndSection
/etc/X11/xorg.conf.backup:Section "Files"
/etc/X11/xorg.conf.backup:EndSection
/etc/X11/xorg.conf.backup:Section "InputDevice"
/etc/X11/xorg.conf.backup:    Identifier     "Mouse0"
/etc/X11/xorg.conf.backup:    Driver         "mouse"
/etc/X11/xorg.conf.backup:    Option         "Protocol" "auto"
/etc/X11/xorg.conf.backup:    Option         "Device" "/dev/psaux"
/etc/X11/xorg.conf.backup:    Option         "Emulate3Buttons" "no"
/etc/X11/xorg.conf.backup:    Option         "ZAxisMapping" "4 5"
/etc/X11/xorg.conf.backup:EndSection
/etc/X11/xorg.conf.backup:Section "InputDevice"
/etc/X11/xorg.conf.backup:    Identifier     "Keyboard0"
/etc/X11/xorg.conf.backup:    Driver         "kbd"
/etc/X11/xorg.conf.backup:EndSection
/etc/X11/xorg.conf.backup:Section "Monitor"
/etc/X11/xorg.conf.backup:    Identifier     "Monitor0"
/etc/X11/xorg.conf.backup:    VendorName     "Unknown"
/etc/X11/xorg.conf.backup:    ModelName      "Acer V196HQL"
/etc/X11/xorg.conf.backup:    HorizSync       31.0 - 83.0
/etc/X11/xorg.conf.backup:    VertRefresh     56.0 - 76.0
/etc/X11/xorg.conf.backup:    Option         "DPMS"
/etc/X11/xorg.conf.backup:EndSection
/etc/X11/xorg.conf.backup:Section "Device"
/etc/X11/xorg.conf.backup:    Identifier     "Device0"
/etc/X11/xorg.conf.backup:    Driver         "nvidia"
/etc/X11/xorg.conf.backup:    VendorName     "NVIDIA Corporation"
/etc/X11/xorg.conf.backup:    BoardName      "GeForce GT 710"
/etc/X11/xorg.conf.backup:EndSection
/etc/X11/xorg.conf.backup:Section "Screen"
/etc/X11/xorg.conf.backup:    Identifier     "Screen0"
/etc/X11/xorg.conf.backup:    Device         "Device0"
/etc/X11/xorg.conf.backup:    Monitor        "Monitor0"
/etc/X11/xorg.conf.backup:    DefaultDepth    24
/etc/X11/xorg.conf.backup:    Option         "Stereo" "0"
/etc/X11/xorg.conf.backup:    Option         "nvidiaXineramaInfoOrder" "CRT-0"
/etc/X11/xorg.conf.backup:    Option         "metamodes" "VGA-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
/etc/X11/xorg.conf.backup:    Option         "SLI" "Off"
/etc/X11/xorg.conf.backup:    Option         "MultiGPU" "Off"
/etc/X11/xorg.conf.backup:    Option         "BaseMosaic" "off"
/etc/X11/xorg.conf.backup:    SubSection     "Display"
/etc/X11/xorg.conf.backup:        Depth       24
/etc/X11/xorg.conf.backup:    EndSubSection
/etc/X11/xorg.conf.backup:EndSection
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	Identifier	"Keyboard Layout"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	MatchIsKeyboard "yes"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	MatchDevicePath	"/dev/input/event*"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	Option		"XkbLayout"	"fr"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	Option		"XkbVariant"	"bepo"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:EndSection
/etc/fstab:UUID=e2fabdf7-17df-43c5-9b6d-f3cabf13ecd4	/         	ext4      	defaults,noatime,discard	0 1
/etc/fstab:UUID=a0fc9be1-f23e-4987-8a93-3c1d4adaadc3	/home     	ext4      	defaults,noatime,discard	0 2
/etc/fstab:UUID=20aac41b-1a29-43bb-bb8c-fb6f49e81a37	none      	swap      	defaults  	0 0
/etc/fstab:/dev/sda1					/trucs		ext4		defaults	0 0
/etc/fstab:/dev/sdc1					/trucs3		btrfs		defaults	0 0	
/etc/modprobe.d/modprobe.conf:alias net-pf-10 off
/usr/lib/modprobe.d/nvidia-470xx-utils.conf:blacklist nouveau
/usr/lib/modprobe.d/nvdimm-security.conf:install libnvdimm /usr/bin/ndctl load-keys ; /sbin/modprobe --ignore-install libnvdimm $CMDLINE_OPTS
/usr/lib/modprobe.d/systemd.conf:options bonding max_bonds=0
/usr/lib/modprobe.d/systemd.conf:options dummy numdummies=0
/usr/lib/modprobe.d/README:Files in this directory contain configuration for modprobe, a program to load
/usr/lib/modprobe.d/README:kernel modules.
/usr/lib/modprobe.d/README:See man:modprobe.d(5) for explanation of the configuration file format, and
/usr/lib/modprobe.d/README:man:modprobe(8) for a description of the program itself.
/usr/lib/modprobe.d/README:Use 'systemd-analyze cat-config modprobe.d' to display the effective config.
/usr/lib/modprobe.d/bluetooth-usb.conf:options btusb reset=1
/usr/lib/modules-load.d/cdrecord.conf:sg
/usr/lib/modules-load.d/nvidia-470xx-utils.conf:nvidia-uvm
/usr/lib/modules-load.d/bluez.conf:crypto_user

sudo blkid

Code : Tout sélectionner

/dev/sdb2: UUID="20aac41b-1a29-43bb-bb8c-fb6f49e81a37" TYPE="swap" PARTUUID="812b830e-02"
/dev/sdb3: UUID="a0fc9be1-f23e-4987-8a93-3c1d4adaadc3" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="812b830e-03"
/dev/sdb1: UUID="e2fabdf7-17df-43c5-9b6d-f3cabf13ecd4" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="812b830e-01"
/dev/sdc1: LABEL="trucs3" UUID="cb269bc5-1540-4670-a589-0ae44cece922" UUID_SUB="fe7e885b-0ba9-4986-8a35-d7210602211a" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="71661bb2-01"
/dev/sda1: UUID="687766d1-57c8-48dd-9ca1-c7ba97b98313" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="458d594f-01"
cat /var/log/Xorg.0.log

Code : Tout sélectionner

[     4.701] (--) Log file renamed from "/var/log/Xorg.pid-479.log" to "/var/log/Xorg.0.log"
[     4.709] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[     4.709] Current Operating System: Linux dauphin 6.3.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Wed, 10 May 2023 08:54:47 +0000 x86_64
[     4.709] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdb1 rw initrd=../initramfs-linux.img
[     4.709]  
[     4.709] Current version of pixman: 0.42.2
[     4.709] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.709] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.709] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 14 18:25:37 2023
[     4.719] (==) Using config file: "/etc/X11/xorg.conf"
[     4.719] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.719] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.723] (==) ServerLayout "Layout0"
[     4.723] (**) |-->Screen "Screen0" (0)
[     4.723] (**) |   |-->Monitor "Monitor0"
[     4.724] (**) |   |-->Device "Device0"
[     4.724] (**) |-->Input Device "Keyboard0"
[     4.724] (**) |-->Input Device "Mouse0"
[     4.724] (**) Option "Xinerama" "0"
[     4.724] (==) Automatically adding devices
[     4.724] (==) Automatically enabling devices
[     4.724] (==) Automatically adding GPU devices
[     4.724] (==) Automatically binding GPU devices
[     4.724] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.731] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     4.731] 	Entry deleted from font path.
[     4.731] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     4.731] 	Entry deleted from font path.
[     4.731] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[     4.731] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.731] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     4.731] (WW) Disabling Keyboard0
[     4.731] (WW) Disabling Mouse0
[     4.731] (II) Module ABI versions:
[     4.731] 	X.Org ANSI C Emulation: 0.4
[     4.731] 	X.Org Video Driver: 25.2
[     4.731] 	X.Org XInput driver : 24.4
[     4.731] 	X.Org Server Extension : 10.0
[     4.734] (++) using VT number 1

[     4.734] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.735] (II) xfree86: Adding drm device (/dev/dri/card1)
[     4.735] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     4.735] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.735] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.736] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     4.737] (--) PCI: (0@0:2:0) 8086:0102:8086:200d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     4.737] (--) PCI:*(1@0:0:0) 10de:128b:1043:85e7 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     4.737] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.737] (II) LoadModule: "glx"
[     4.740] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.760] (II) Module glx: vendor="X.Org Foundation"
[     4.760] 	compiled for 1.21.1.8, module version = 1.0.0
[     4.760] 	ABI class: X.Org Server Extension, version 10.0
[     4.760] (II) LoadModule: "nvidia"
[     4.761] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     4.774] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.774] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.774] 	Module class: X.Org Video Driver
[     4.775] (II) NVIDIA dlloader X Driver  470.182.03  Fri Feb 24 03:24:48 UTC 2023
[     4.775] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.778] (II) Loading sub module "fb"
[     4.778] (II) LoadModule: "fb"
[     4.778] (II) Module "fb" already built-in
[     4.778] (II) Loading sub module "wfb"
[     4.778] (II) LoadModule: "wfb"
[     4.779] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     4.780] (II) Module wfb: vendor="X.Org Foundation"
[     4.780] 	compiled for 1.21.1.8, module version = 1.0.0
[     4.780] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.780] (II) Loading sub module "ramdac"
[     4.780] (II) LoadModule: "ramdac"
[     4.780] (II) Module "ramdac" already built-in
[     4.782] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     4.782] (==) NVIDIA(0): RGB weight 888
[     4.782] (==) NVIDIA(0): Default visual is TrueColor
[     4.782] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.782] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     4.782] (**) NVIDIA(0): Option "Stereo" "0"
[     4.782] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "CRT-0"
[     4.782] (**) NVIDIA(0): Option "SLI" "Off"
[     4.782] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     4.782] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     4.782] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     4.782] (**) NVIDIA(0): Stereo disabled by request
[     4.782] (**) NVIDIA(0): NVIDIA SLI disabled.
[     4.782] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     4.782] (**) NVIDIA(0): Option "MetaModes" "VGA-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[     4.782] (**) NVIDIA(0): Enabling 2D acceleration
[     4.782] (II) Loading sub module "glxserver_nvidia"
[     4.782] (II) LoadModule: "glxserver_nvidia"
[     4.782] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     4.877] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     4.877] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.877] 	Module class: X.Org Server Extension
[     4.877] (II) NVIDIA GLX Module  470.182.03  Fri Feb 24 03:21:43 UTC 2023
[     4.887] (II) NVIDIA: The X server supports PRIME Render Offload.
[     5.540] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     5.540] (--) NVIDIA(0):     CRT-0
[     5.540] (--) NVIDIA(0):     DFP-0 (boot)
[     5.540] (--) NVIDIA(0):     DFP-1
[     5.540] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 710 (GK208) at PCI:1:0:0 (GPU-0)
[     5.540] (--) NVIDIA(0): Memory: 2097152 kBytes
[     5.540] (--) NVIDIA(0): VideoBIOS: 80.28.b8.00.05
[     5.541] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[     5.541] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     5.541] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     5.541] (--) NVIDIA(GPU-0): 
[     5.541] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     5.541] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     5.541] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     5.541] (--) NVIDIA(GPU-0): 
[     5.542] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     5.542] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     5.542] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     5.542] (--) NVIDIA(GPU-0): 
[     5.542] (WW) NVIDIA(0): No valid modes for
[     5.542] (WW) NVIDIA(0):     "VGA-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}";
[     5.542] (WW) NVIDIA(0):     removing.
[     5.542] (WW) NVIDIA(0): 
[     5.542] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[     5.542] (WW) NVIDIA(0):     "nvidia-auto-select".
[     5.542] (WW) NVIDIA(0): 
[     5.542] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[     5.542] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[     5.542] (II) NVIDIA(0): Validated MetaModes:
[     5.542] (II) NVIDIA(0):     "NULL"
[     5.542] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     5.542] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[     5.542] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     5.542] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[     5.542] (II) NVIDIA:     access.
[     5.544] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     5.544] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     5.544] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     5.544] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     5.544] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     5.544] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     5.544] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     5.544] (II) NVIDIA(0):     Config Options in the README.
[     5.565] (II) NVIDIA(0): Setting mode "NULL"
[     5.605] (==) NVIDIA(0): Disabling shared memory pixmaps
[     5.605] (==) NVIDIA(0): Backing store enabled
[     5.605] (==) NVIDIA(0): Silken mouse enabled
[     5.605] (**) NVIDIA(0): DPMS enabled
[     5.605] (WW) NVIDIA(0): Option "PreferredMode" is not used
[     5.605] (II) Loading sub module "dri2"
[     5.605] (II) LoadModule: "dri2"
[     5.605] (II) Module "dri2" already built-in
[     5.605] (II) NVIDIA(0): [DRI2] Setup complete
[     5.605] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     5.605] (II) Initializing extension Generic Event Extension
[     5.606] (II) Initializing extension SHAPE
[     5.606] (II) Initializing extension MIT-SHM
[     5.606] (II) Initializing extension XInputExtension
[     5.606] (II) Initializing extension XTEST
[     5.606] (II) Initializing extension BIG-REQUESTS
[     5.606] (II) Initializing extension SYNC
[     5.606] (II) Initializing extension XKEYBOARD
[     5.606] (II) Initializing extension XC-MISC
[     5.606] (II) Initializing extension SECURITY
[     5.606] (II) Initializing extension XFIXES
[     5.606] (II) Initializing extension RENDER
[     5.607] (II) Initializing extension RANDR
[     5.607] (II) Initializing extension COMPOSITE
[     5.607] (II) Initializing extension DAMAGE
[     5.607] (II) Initializing extension MIT-SCREEN-SAVER
[     5.607] (II) Initializing extension DOUBLE-BUFFER
[     5.607] (II) Initializing extension RECORD
[     5.607] (II) Initializing extension DPMS
[     5.607] (II) Initializing extension Present
[     5.607] (II) Initializing extension DRI3
[     5.607] (II) Initializing extension X-Resource
[     5.607] (II) Initializing extension XVideo
[     5.608] (II) Initializing extension XVideo-MotionCompensation
[     5.608] (II) Initializing extension GLX
[     5.608] (II) Initializing extension GLX
[     5.608] (II) Indirect GLX disabled.
[     5.608] (II) GLX: Another vendor is already registered for screen 0
[     5.608] (II) Initializing extension XFree86-VidModeExtension
[     5.608] (II) Initializing extension XFree86-DGA
[     5.608] (II) Initializing extension XFree86-DRI
[     5.608] (II) Initializing extension DRI2
[     5.608] (II) Initializing extension NV-GLX
[     5.608] (II) Initializing extension NV-CONTROL
[     5.692] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.692] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.692] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.692] (**) Power Button: Applying InputClass "Keyboard Layout"
[     5.692] (II) LoadModule: "libinput"
[     5.692] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.698] (II) Module libinput: vendor="X.Org Foundation"
[     5.698] 	compiled for 1.21.1.8, module version = 1.3.0
[     5.698] 	Module class: X.Org XInput Driver
[     5.698] 	ABI class: X.Org XInput driver, version 24.4
[     5.698] (II) Using input driver 'libinput' for 'Power Button'
[     5.698] (**) Power Button: always reports core events
[     5.698] (**) Option "Device" "/dev/input/event1"
[     5.706] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.706] (II) event1  - Power Button: device is a keyboard
[     5.707] (II) event1  - Power Button: device removed
[     5.730] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.730] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.730] (**) Option "xkb_layout" "fr"
[     5.730] (**) Option "xkb_variant" "bepo"
[     5.749] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.749] (II) event1  - Power Button: device is a keyboard
[     5.750] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.750] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.750] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.750] (**) Power Button: Applying InputClass "Keyboard Layout"
[     5.750] (II) Using input driver 'libinput' for 'Power Button'
[     5.750] (**) Power Button: always reports core events
[     5.750] (**) Option "Device" "/dev/input/event0"
[     5.751] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.751] (II) event0  - Power Button: device is a keyboard
[     5.751] (II) event0  - Power Button: device removed
[     5.793] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     5.793] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.793] (**) Option "xkb_layout" "fr"
[     5.793] (**) Option "xkb_variant" "bepo"
[     5.794] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.794] (II) event0  - Power Button: device is a keyboard
[     5.795] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[     5.795] (II) No input driver specified, ignoring this device.
[     5.795] (II) This device may have been added with another device file.
[     5.796] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[     5.796] (II) No input driver specified, ignoring this device.
[     5.796] (II) This device may have been added with another device file.
[     5.796] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[     5.796] (II) No input driver specified, ignoring this device.
[     5.796] (II) This device may have been added with another device file.
[     5.797] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[     5.797] (II) No input driver specified, ignoring this device.
[     5.797] (II) This device may have been added with another device file.
[     5.799] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event2)
[     5.799] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[     5.799] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.799] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "Keyboard Layout"
[     5.799] (II) Using input driver 'libinput' for 'CHICONY HP Basic USB Keyboard'
[     5.799] (**) CHICONY HP Basic USB Keyboard: always reports core events
[     5.799] (**) Option "Device" "/dev/input/event2"
[     5.801] (II) event2  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[     5.801] (II) event2  - CHICONY HP Basic USB Keyboard: device is a keyboard
[     5.801] (II) event2  - CHICONY HP Basic USB Keyboard: device removed
[     5.836] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:03F0:0024.0001/input/input2/event2"
[     5.836] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 8)
[     5.836] (**) Option "xkb_layout" "fr"
[     5.836] (**) Option "xkb_variant" "bepo"
[     5.839] (II) event2  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[     5.839] (II) event2  - CHICONY HP Basic USB Keyboard: device is a keyboard
[     5.840] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[     5.840] (II) No input driver specified, ignoring this device.
[     5.840] (II) This device may have been added with another device file.
[     5.840] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[     5.840] (II) No input driver specified, ignoring this device.
[     5.840] (II) This device may have been added with another device file.
[     5.841] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[     5.841] (II) No input driver specified, ignoring this device.
[     5.841] (II) This device may have been added with another device file.
[     5.841] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[     5.841] (II) No input driver specified, ignoring this device.
[     5.841] (II) This device may have been added with another device file.
[     5.842] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[     5.842] (II) No input driver specified, ignoring this device.
[     5.842] (II) This device may have been added with another device file.
[     5.843] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event3)
[     5.843] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[     5.843] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[     5.843] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Wireless Mouse'
[     5.843] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[     5.843] (**) Option "Device" "/dev/input/event3"
[     5.902] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[     5.902] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[     5.902] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device removed
[     5.936] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.936] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.936] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.936] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:062A:4102.0002/input/input3/event3"
[     5.936] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 9)
[     5.937] (**) Option "AccelerationScheme" "none"
[     5.937] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) selected scheme none/0
[     5.937] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[     5.937] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[     5.995] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[     5.995] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[     5.997] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[     5.997] (II) No input driver specified, ignoring this device.
[     5.997] (II) This device may have been added with another device file.
[     5.999] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event4)
[     5.999] (II) No input driver specified, ignoring this device.
[     5.999] (II) This device may have been added with another device file.
[     5.999] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     5.999] (II) No input driver specified, ignoring this device.
[     5.999] (II) This device may have been added with another device file.
[     8.320] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     8.320] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     8.320] (--) NVIDIA(GPU-0): 
[     8.320] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.320] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     8.320] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     8.320] (--) NVIDIA(GPU-0): 
[     8.320] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     8.320] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     8.320] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     8.320] (--) NVIDIA(GPU-0): 
[     9.206] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     9.206] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     9.206] (--) NVIDIA(GPU-0): 
[     9.206] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     9.206] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     9.206] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     9.206] (--) NVIDIA(GPU-0): 
[     9.206] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     9.206] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     9.206] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     9.206] (--) NVIDIA(GPU-0): 
[    27.765] (II) event1  - Power Button: device removed
[    27.776] (II) event0  - Power Button: device removed
[    27.793] (II) event2  - CHICONY HP Basic USB Keyboard: device removed
[    27.806] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device removed
lsmod

Code : Tout sélectionner

Module                  Size  Used by
snd_seq_dummy          16384  0
snd_seq               106496  1 snd_seq_dummy
snd_seq_device         16384  1 snd_seq
snd_hda_codec_realtek   196608  1
intel_rapl_msr         20480  0
snd_hda_codec_generic   114688  1 snd_hda_codec_realtek
intel_rapl_common      36864  1 intel_rapl_msr
ledtrig_audio          16384  1 snd_hda_codec_generic
x86_pkg_temp_thermal    20480  0
intel_powerclamp       16384  0
nvidia_drm             77824  16
coretemp               20480  0
nvidia_modeset       1511424  32 nvidia_drm
kvm_intel             458752  0
i915                 3837952  1
snd_hda_codec_hdmi     94208  1
snd_hda_intel          65536  3
kvm                  1327104  1 kvm_intel
snd_intel_dspcfg       36864  1 snd_hda_intel
snd_intel_sdw_acpi     20480  1 snd_intel_dspcfg
irqbypass              16384  1 kvm
rtl8188ee             147456  0
crct10dif_pclmul       16384  1
snd_hda_codec         217088  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
crc32_pclmul           16384  0
polyval_clmulni        16384  0
rtl_pci                45056  1 rtl8188ee
polyval_generic        16384  1 polyval_clmulni
gf128mul               16384  1 polyval_generic
rtlwifi               155648  2 rtl_pci,rtl8188ee
snd_hda_core          139264  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
ghash_clmulni_intel    16384  0
sha512_ssse3           49152  0
drm_buddy              20480  1 i915
snd_hwdep              20480  1 snd_hda_codec
aesni_intel           401408  0
i2c_algo_bit           20480  1 i915
crypto_simd            16384  1 aesni_intel
at24                   28672  0
btrfs                2052096  1
mac80211             1503232  3 rtl_pci,rtl8188ee,rtlwifi
nvidia_uvm           2744320  0
snd_pcm               200704  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
cryptd                 32768  2 crypto_simd,ghash_clmulni_intel
iTCO_wdt               16384  0
blake2b_generic        24576  0
ttm                   102400  1 i915
ppdev                  24576  0
mei_hdcp               28672  0
i2c_i801               45056  0
snd_timer              53248  2 snd_seq,snd_pcm
mei_pxp                20480  0
intel_pmc_bxt          16384  1 iTCO_wdt
libarc4                16384  1 mac80211
rapl                   20480  0
xor                    24576  1 btrfs
drm_display_helper    208896  1 i915
gpio_ich               16384  0
cfg80211             1286144  2 rtlwifi,mac80211
iTCO_vendor_support    16384  1 iTCO_wdt
mei_me                 61440  2
intel_cstate           24576  0
snd                   151552  16 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm
raid6_pq              122880  1 btrfs
cec                    86016  2 drm_display_helper,i915
video                  77824  2 i915,nvidia_modeset
parport_pc             77824  0
libcrc32c              16384  1 btrfs
intel_uncore          258048  0
pcspkr                 16384  0
i2c_smbus              20480  1 i2c_i801
lpc_ich                28672  0
soundcore              16384  1 snd
intel_gtt              28672  1 i915
rfkill                 40960  4 rtlwifi,cfg80211
wmi                    45056  1 video
mei                   192512  5 mei_hdcp,mei_pxp,mei_me
mousedev               24576  0
e1000e                372736  0
parport                81920  2 parport_pc,ppdev
joydev                 28672  0
nvidia              40673280  1423 nvidia_uvm,nvidia_modeset
mac_hid                16384  0
sg                     49152  0
crypto_user            20480  0
fuse                  204800  3
loop                   40960  0
dm_mod                225280  0
bpf_preload            24576  0
ip_tables              40960  0
x_tables               61440  1 ip_tables
ext4                 1163264  3
uas                    36864  0
usb_storage            86016  1 uas
crc32c_generic         16384  0
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                  217088  1 ext4
usbhid                 77824  0
sr_mod                 28672  0
crc32c_intel           24576  5
cdrom                  86016  1 sr_mod

Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] écran noir après mise à jour

Message par benjarobin »

Bonjour,
Tu as dû utiliser nvidia-settings ou nvidia-xconfig un jour, supprime ce fichier /etc/X11/xorg.conf qui est complètement invalide.
Je te recommande de créer à la place ce fichier :

Code : Tout sélectionner

Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    Option "ConnectToAcpid" "0"
    #Option "TripleBuffer" "true"
EndSection

Section "Screen"
    Identifier     "metaScreen"
    Device         "Card0"
    DefaultDepth    24
    #Option "metamodes" "DFP-0: nvidia-auto-select"    
EndSection
Puis redémarre / relance ton interface graphique et donne nous le nouveau log de Xorg

Mais je suis assez inquiet, il ne voit pas d'écran branché. Es tu sûr que le cable de l'écran est parfaitement branché (c'est quoi comme câble : HDMI, DVI, VGA, ?)
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

Ok

J'ai toujours un écran noir au démarrage

Mon nouveau Xorg.0.log :

Code : Tout sélectionner

[     4.653] (--) Log file renamed from "/var/log/Xorg.pid-477.log" to "/var/log/Xorg.0.log"
[     4.660] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[     4.660] Current Operating System: Linux dauphin 6.3.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Wed, 10 May 2023 08:54:47 +0000 x86_64
[     4.660] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdb1 rw initrd=../initramfs-linux.img
[     4.660]  
[     4.660] Current version of pixman: 0.42.2
[     4.660] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.660] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.660] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 14 19:22:03 2023
[     4.669] (==) Using config file: "/etc/X11/xorg.conf"
[     4.669] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.669] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.675] (==) No Layout section.  Using the first Screen section.
[     4.675] (**) |-->Screen "metaScreen" (0)
[     4.675] (**) |   |-->Monitor "<default monitor>"
[     4.676] (**) |   |-->Device "Card0"
[     4.676] (==) No monitor specified for screen "metaScreen".
	Using a default monitor configuration.
[     4.676] (==) Automatically adding devices
[     4.676] (==) Automatically enabling devices
[     4.676] (==) Automatically adding GPU devices
[     4.676] (==) Automatically binding GPU devices
[     4.676] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.685] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     4.685] 	Entry deleted from font path.
[     4.685] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     4.685] 	Entry deleted from font path.
[     4.685] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[     4.685] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.685] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.685] (II) Module ABI versions:
[     4.685] 	X.Org ANSI C Emulation: 0.4
[     4.685] 	X.Org Video Driver: 25.2
[     4.685] 	X.Org XInput driver : 24.4
[     4.685] 	X.Org Server Extension : 10.0
[     4.688] (++) using VT number 1

[     4.688] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.689] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.689] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     4.689] (II) xfree86: Adding drm device (/dev/dri/card1)
[     4.689] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     4.690] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     4.692] (--) PCI: (0@0:2:0) 8086:0102:8086:200d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     4.692] (--) PCI:*(1@0:0:0) 10de:128b:1043:85e7 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     4.692] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.692] (II) LoadModule: "glx"
[     4.694] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.708] (II) Module glx: vendor="X.Org Foundation"
[     4.708] 	compiled for 1.21.1.8, module version = 1.0.0
[     4.708] 	ABI class: X.Org Server Extension, version 10.0
[     4.708] (II) LoadModule: "nvidia"
[     4.710] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     4.721] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.721] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.721] 	Module class: X.Org Video Driver
[     4.722] (II) NVIDIA dlloader X Driver  470.182.03  Fri Feb 24 03:24:48 UTC 2023
[     4.722] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.726] (II) Loading sub module "fb"
[     4.726] (II) LoadModule: "fb"
[     4.726] (II) Module "fb" already built-in
[     4.726] (II) Loading sub module "wfb"
[     4.726] (II) LoadModule: "wfb"
[     4.727] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     4.729] (II) Module wfb: vendor="X.Org Foundation"
[     4.729] 	compiled for 1.21.1.8, module version = 1.0.0
[     4.729] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.729] (II) Loading sub module "ramdac"
[     4.729] (II) LoadModule: "ramdac"
[     4.729] (II) Module "ramdac" already built-in
[     4.730] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"metaScreen" for depth/fbbpp 24/32
[     4.730] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     4.730] (==) NVIDIA(0): RGB weight 888
[     4.730] (==) NVIDIA(0): Default visual is TrueColor
[     4.730] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.730] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     4.730] (**) NVIDIA(0): Option "ConnectToAcpid" "0"
[     4.730] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     4.731] (**) NVIDIA(0): Enabling 2D acceleration
[     4.731] (II) Loading sub module "glxserver_nvidia"
[     4.731] (II) LoadModule: "glxserver_nvidia"
[     4.731] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     4.827] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     4.827] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.827] 	Module class: X.Org Server Extension
[     4.827] (II) NVIDIA GLX Module  470.182.03  Fri Feb 24 03:21:43 UTC 2023
[     4.828] (II) NVIDIA: The X server supports PRIME Render Offload.
[     5.474] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     5.474] (--) NVIDIA(0):     CRT-0
[     5.474] (--) NVIDIA(0):     DFP-0 (boot)
[     5.474] (--) NVIDIA(0):     DFP-1
[     5.475] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 710 (GK208) at PCI:1:0:0 (GPU-0)
[     5.475] (--) NVIDIA(0): Memory: 2097152 kBytes
[     5.475] (--) NVIDIA(0): VideoBIOS: 80.28.b8.00.05
[     5.475] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[     5.476] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     5.476] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     5.476] (--) NVIDIA(GPU-0): 
[     5.476] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     5.476] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     5.476] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     5.476] (--) NVIDIA(GPU-0): 
[     5.476] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     5.476] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     5.476] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     5.476] (--) NVIDIA(GPU-0): 
[     5.476] (==) NVIDIA(0): 
[     5.476] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     5.476] (==) NVIDIA(0):     will be used as the requested mode.
[     5.476] (==) NVIDIA(0): 
[     5.476] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[     5.476] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[     5.476] (II) NVIDIA(0): Validated MetaModes:
[     5.476] (II) NVIDIA(0):     "NULL"
[     5.476] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     5.476] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[     5.476] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     5.476] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[     5.476] (II) NVIDIA:     access.
[     5.499] (II) NVIDIA(0): Setting mode "NULL"
[     5.539] (==) NVIDIA(0): Disabling shared memory pixmaps
[     5.539] (==) NVIDIA(0): Backing store enabled
[     5.539] (==) NVIDIA(0): Silken mouse enabled
[     5.539] (==) NVIDIA(0): DPMS enabled
[     5.539] (II) Loading sub module "dri2"
[     5.539] (II) LoadModule: "dri2"
[     5.539] (II) Module "dri2" already built-in
[     5.539] (II) NVIDIA(0): [DRI2] Setup complete
[     5.539] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     5.539] (II) Initializing extension Generic Event Extension
[     5.539] (II) Initializing extension SHAPE
[     5.539] (II) Initializing extension MIT-SHM
[     5.540] (II) Initializing extension XInputExtension
[     5.540] (II) Initializing extension XTEST
[     5.540] (II) Initializing extension BIG-REQUESTS
[     5.540] (II) Initializing extension SYNC
[     5.540] (II) Initializing extension XKEYBOARD
[     5.540] (II) Initializing extension XC-MISC
[     5.540] (II) Initializing extension SECURITY
[     5.540] (II) Initializing extension XFIXES
[     5.540] (II) Initializing extension RENDER
[     5.540] (II) Initializing extension RANDR
[     5.541] (II) Initializing extension COMPOSITE
[     5.541] (II) Initializing extension DAMAGE
[     5.541] (II) Initializing extension MIT-SCREEN-SAVER
[     5.541] (II) Initializing extension DOUBLE-BUFFER
[     5.541] (II) Initializing extension RECORD
[     5.541] (II) Initializing extension DPMS
[     5.541] (II) Initializing extension Present
[     5.541] (II) Initializing extension DRI3
[     5.541] (II) Initializing extension X-Resource
[     5.541] (II) Initializing extension XVideo
[     5.541] (II) Initializing extension XVideo-MotionCompensation
[     5.541] (II) Initializing extension GLX
[     5.541] (II) Initializing extension GLX
[     5.541] (II) Indirect GLX disabled.
[     5.542] (II) GLX: Another vendor is already registered for screen 0
[     5.542] (II) Initializing extension XFree86-VidModeExtension
[     5.542] (II) Initializing extension XFree86-DGA
[     5.542] (II) Initializing extension XFree86-DRI
[     5.542] (II) Initializing extension DRI2
[     5.542] (II) Initializing extension NV-GLX
[     5.542] (II) Initializing extension NV-CONTROL
[     5.626] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.626] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.626] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.626] (**) Power Button: Applying InputClass "Keyboard Layout"
[     5.626] (II) LoadModule: "libinput"
[     5.626] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.632] (II) Module libinput: vendor="X.Org Foundation"
[     5.632] 	compiled for 1.21.1.8, module version = 1.3.0
[     5.632] 	Module class: X.Org XInput Driver
[     5.632] 	ABI class: X.Org XInput driver, version 24.4
[     5.632] (II) Using input driver 'libinput' for 'Power Button'
[     5.632] (**) Power Button: always reports core events
[     5.632] (**) Option "Device" "/dev/input/event1"
[     5.641] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.641] (II) event1  - Power Button: device is a keyboard
[     5.641] (II) event1  - Power Button: device removed
[     5.663] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.663] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.663] (**) Option "xkb_layout" "fr"
[     5.663] (**) Option "xkb_variant" "bepo"
[     5.682] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.682] (II) event1  - Power Button: device is a keyboard
[     5.682] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.682] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.682] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.682] (**) Power Button: Applying InputClass "Keyboard Layout"
[     5.682] (II) Using input driver 'libinput' for 'Power Button'
[     5.682] (**) Power Button: always reports core events
[     5.682] (**) Option "Device" "/dev/input/event0"
[     5.683] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.683] (II) event0  - Power Button: device is a keyboard
[     5.683] (II) event0  - Power Button: device removed
[     5.703] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     5.703] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.703] (**) Option "xkb_layout" "fr"
[     5.703] (**) Option "xkb_variant" "bepo"
[     5.704] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.704] (II) event0  - Power Button: device is a keyboard
[     5.705] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[     5.705] (II) No input driver specified, ignoring this device.
[     5.705] (II) This device may have been added with another device file.
[     5.705] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[     5.705] (II) No input driver specified, ignoring this device.
[     5.705] (II) This device may have been added with another device file.
[     5.705] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[     5.705] (II) No input driver specified, ignoring this device.
[     5.705] (II) This device may have been added with another device file.
[     5.706] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[     5.706] (II) No input driver specified, ignoring this device.
[     5.706] (II) This device may have been added with another device file.
[     5.707] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event2)
[     5.707] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[     5.707] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.707] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "Keyboard Layout"
[     5.707] (II) Using input driver 'libinput' for 'CHICONY HP Basic USB Keyboard'
[     5.707] (**) CHICONY HP Basic USB Keyboard: always reports core events
[     5.707] (**) Option "Device" "/dev/input/event2"
[     5.708] (II) event2  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[     5.708] (II) event2  - CHICONY HP Basic USB Keyboard: device is a keyboard
[     5.708] (II) event2  - CHICONY HP Basic USB Keyboard: device removed
[     5.723] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:03F0:0024.0001/input/input2/event2"
[     5.723] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 8)
[     5.723] (**) Option "xkb_layout" "fr"
[     5.723] (**) Option "xkb_variant" "bepo"
[     5.724] (II) event2  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[     5.725] (II) event2  - CHICONY HP Basic USB Keyboard: device is a keyboard
[     5.725] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[     5.725] (II) No input driver specified, ignoring this device.
[     5.725] (II) This device may have been added with another device file.
[     5.725] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[     5.725] (II) No input driver specified, ignoring this device.
[     5.726] (II) This device may have been added with another device file.
[     5.726] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[     5.726] (II) No input driver specified, ignoring this device.
[     5.726] (II) This device may have been added with another device file.
[     5.726] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[     5.726] (II) No input driver specified, ignoring this device.
[     5.726] (II) This device may have been added with another device file.
[     5.727] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[     5.727] (II) No input driver specified, ignoring this device.
[     5.727] (II) This device may have been added with another device file.
[     5.727] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event3)
[     5.727] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[     5.727] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[     5.727] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Wireless Mouse'
[     5.727] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[     5.727] (**) Option "Device" "/dev/input/event3"
[     5.785] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[     5.785] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[     5.786] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device removed
[     5.816] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.816] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.816] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.816] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:062A:4102.0002/input/input3/event3"
[     5.816] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 9)
[     5.817] (**) Option "AccelerationScheme" "none"
[     5.817] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) selected scheme none/0
[     5.817] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[     5.817] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[     5.875] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[     5.875] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[     5.877] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[     5.877] (II) No input driver specified, ignoring this device.
[     5.877] (II) This device may have been added with another device file.
[     5.879] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event4)
[     5.879] (II) No input driver specified, ignoring this device.
[     5.879] (II) This device may have been added with another device file.
[     5.879] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     5.879] (II) No input driver specified, ignoring this device.
[     5.879] (II) This device may have been added with another device file.
[     8.210] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     8.210] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     8.210] (--) NVIDIA(GPU-0): 
[     8.210] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.210] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     8.210] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     8.210] (--) NVIDIA(GPU-0): 
[     8.210] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     8.210] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     8.210] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     8.210] (--) NVIDIA(GPU-0): 
[     9.719] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     9.719] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     9.719] (--) NVIDIA(GPU-0): 
[     9.719] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     9.719] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     9.719] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     9.719] (--) NVIDIA(GPU-0): 
[     9.719] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     9.719] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     9.719] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     9.719] (--) NVIDIA(GPU-0): 
[    26.005] (II) event1  - Power Button: device removed
[    26.023] (II) event0  - Power Button: device removed
[    26.037] (II) event2  - CHICONY HP Basic USB Keyboard: device removed
[    26.053] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device removed

draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

Et, oui, mon câble écran est bien branché (avec un câble dvi-hdmi)

Là, j'utilise l'écran pour interragir avec le mode console

Et tout marchait bien avant la mise-à-jour de ce matin…
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] écran noir après mise à jour

Message par benjarobin »

Là comme cela je ne peux que te recommander d'installer linux lts, les headers associés, rajouter l'entrée qui va bien dans ton chargeur de démarrage pour voir si cela résout ton problème
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] écran noir après mise à jour

Message par benjarobin »

Hum, je n'avais pas fait attention, mais c'est un PC portable avec la technologie optimus... C'est quoi ta configuration à ce propos ? Tu ne devrais pas être sur la carte intel ?
Car par défaut avec une telle configuration si c'est bien un PC portable, alors cela ne peut pas fonctionner ainsi.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

Alors, j'ai installé linux-lts (avec les headers).
Un peu au hasard, j'ai lancé un grub-mkconfig et j'ai redémarré
Et, miracle, ça remarche !

Sauf que ...
Un petit uname -a me montre que je ne suis pas sur le noyau lts

Bizarre, non ?
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

benjarobin a écrit : dim. 14 mai 2023, 19:46 Hum, je n'avais pas fait attention, mais c'est un PC portable avec la technologie optimus... C'est quoi ta configuration à ce propos ? Tu ne devrais pas être sur la carte intel ?
Car par défaut avec une telle configuration si c'est bien un PC portable, alors cela ne peut pas fonctionner ainsi.
Alors, en fait, j'ai récupéré le dd de mon ancien portable et je l'ai mis dans une tour. Curieusement, tout a fonctionné du premier coup, sans réinstallation du système. Et depuis, je n'ai presque rien modifié, c'est pour ça qu'on trouve encore des traces de mon ancienne config portable dedans.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] écran noir après mise à jour

Message par benjarobin »

Alors comment dire, j'ai tellement de questions.
- Déjà peux tu donner le log de Xorg quand cela fonctionne.
- Pourquoi on voit la carte intel alors que c'est une tour, elle devrait se désactiver...
- Quand tu as démarré, dans le menu de Grub, qu'est ce que tu as choisi comme entrée (linux ou linux-lts) ?
- Je me rappel qu'il était nécessaire de réinstaller Grub si on re-générait une nouvelle config de Grub suite à une incompatibilité / évolution. Manifestement cela fonctionne toujours, tu n'as pas cassé le boot...
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

benjarobin a écrit : dim. 14 mai 2023, 20:08 Alors comment dire, j'ai tellement de questions.
- Déjà peux tu donner le log de Xorg quand cela fonctionne.

Code : Tout sélectionner

[     5.395] (--) Log file renamed from "/var/log/Xorg.pid-483.log" to "/var/log/Xorg.0.log"
[     5.401] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[     5.401] Current Operating System: Linux dauphin 6.3.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Wed, 10 May 2023 08:54:47 +0000 x86_64
[     5.401] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdb1 rw initrd=../initramfs-linux.img
[     5.401]  
[     5.401] Current version of pixman: 0.42.2
[     5.401] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.401] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.401] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 14 19:55:41 2023
[     5.407] (==) Using config file: "/etc/X11/xorg.conf"
[     5.407] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.407] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.415] (==) No Layout section.  Using the first Screen section.
[     5.415] (**) |-->Screen "metaScreen" (0)
[     5.415] (**) |   |-->Monitor "<default monitor>"
[     5.415] (**) |   |-->Device "Card0"
[     5.415] (==) No monitor specified for screen "metaScreen".
	Using a default monitor configuration.
[     5.415] (==) Automatically adding devices
[     5.415] (==) Automatically enabling devices
[     5.415] (==) Automatically adding GPU devices
[     5.415] (==) Automatically binding GPU devices
[     5.415] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.426] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.426] 	Entry deleted from font path.
[     5.426] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.426] 	Entry deleted from font path.
[     5.426] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[     5.426] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.426] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.426] (II) Module ABI versions:
[     5.426] 	X.Org ANSI C Emulation: 0.4
[     5.426] 	X.Org Video Driver: 25.2
[     5.426] 	X.Org XInput driver : 24.4
[     5.426] 	X.Org Server Extension : 10.0
[     5.427] (++) using VT number 1

[     5.427] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.428] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.428] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     5.428] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.428] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     5.430] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     5.431] (--) PCI: (0@0:2:0) 8086:0102:8086:200d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     5.431] (--) PCI:*(1@0:0:0) 10de:128b:1043:85e7 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     5.431] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.431] (II) LoadModule: "glx"
[     5.433] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.452] (II) Module glx: vendor="X.Org Foundation"
[     5.452] 	compiled for 1.21.1.8, module version = 1.0.0
[     5.452] 	ABI class: X.Org Server Extension, version 10.0
[     5.452] (II) LoadModule: "nvidia"
[     5.454] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     5.465] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.465] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.465] 	Module class: X.Org Video Driver
[     5.466] (II) NVIDIA dlloader X Driver  470.182.03  Fri Feb 24 03:24:48 UTC 2023
[     5.466] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.469] (II) Loading sub module "fb"
[     5.469] (II) LoadModule: "fb"
[     5.469] (II) Module "fb" already built-in
[     5.469] (II) Loading sub module "wfb"
[     5.469] (II) LoadModule: "wfb"
[     5.471] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.474] (II) Module wfb: vendor="X.Org Foundation"
[     5.474] 	compiled for 1.21.1.8, module version = 1.0.0
[     5.474] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.474] (II) Loading sub module "ramdac"
[     5.474] (II) LoadModule: "ramdac"
[     5.474] (II) Module "ramdac" already built-in
[     5.475] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"metaScreen" for depth/fbbpp 24/32
[     5.475] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     5.475] (==) NVIDIA(0): RGB weight 888
[     5.475] (==) NVIDIA(0): Default visual is TrueColor
[     5.475] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.475] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     5.475] (**) NVIDIA(0): Option "ConnectToAcpid" "0"
[     5.475] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     5.475] (**) NVIDIA(0): Enabling 2D acceleration
[     5.475] (II) Loading sub module "glxserver_nvidia"
[     5.475] (II) LoadModule: "glxserver_nvidia"
[     5.475] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     5.573] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     5.573] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.573] 	Module class: X.Org Server Extension
[     5.573] (II) NVIDIA GLX Module  470.182.03  Fri Feb 24 03:21:43 UTC 2023
[     5.574] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.285] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.285] (--) NVIDIA(0):     CRT-0
[     6.285] (--) NVIDIA(0):     DFP-0 (boot)
[     6.285] (--) NVIDIA(0):     DFP-1
[     6.286] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 710 (GK208) at PCI:1:0:0 (GPU-0)
[     6.286] (--) NVIDIA(0): Memory: 2097152 kBytes
[     6.286] (--) NVIDIA(0): VideoBIOS: 80.28.b8.00.05
[     6.286] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[     6.287] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     6.287] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     6.287] (--) NVIDIA(GPU-0): 
[     6.330] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[     6.330] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[     6.330] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[     6.330] (--) NVIDIA(GPU-0): 
[     6.330] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     6.330] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     6.330] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     6.330] (--) NVIDIA(GPU-0): 
[     6.334] (==) NVIDIA(0): 
[     6.334] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     6.334] (==) NVIDIA(0):     will be used as the requested mode.
[     6.334] (==) NVIDIA(0): 
[     6.334] (II) NVIDIA(0): Validated MetaModes:
[     6.334] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[     6.334] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     6.338] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[     6.338] (--) NVIDIA(0):     option
[     6.339] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[     6.339] (II) NVIDIA:     access.
[     6.362] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[     6.417] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.417] (==) NVIDIA(0): Backing store enabled
[     6.417] (==) NVIDIA(0): Silken mouse enabled
[     6.418] (==) NVIDIA(0): DPMS enabled
[     6.418] (II) Loading sub module "dri2"
[     6.418] (II) LoadModule: "dri2"
[     6.418] (II) Module "dri2" already built-in
[     6.418] (II) NVIDIA(0): [DRI2] Setup complete
[     6.418] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.418] (II) Initializing extension Generic Event Extension
[     6.418] (II) Initializing extension SHAPE
[     6.418] (II) Initializing extension MIT-SHM
[     6.418] (II) Initializing extension XInputExtension
[     6.418] (II) Initializing extension XTEST
[     6.418] (II) Initializing extension BIG-REQUESTS
[     6.418] (II) Initializing extension SYNC
[     6.419] (II) Initializing extension XKEYBOARD
[     6.419] (II) Initializing extension XC-MISC
[     6.419] (II) Initializing extension SECURITY
[     6.419] (II) Initializing extension XFIXES
[     6.419] (II) Initializing extension RENDER
[     6.419] (II) Initializing extension RANDR
[     6.419] (II) Initializing extension COMPOSITE
[     6.419] (II) Initializing extension DAMAGE
[     6.419] (II) Initializing extension MIT-SCREEN-SAVER
[     6.419] (II) Initializing extension DOUBLE-BUFFER
[     6.419] (II) Initializing extension RECORD
[     6.420] (II) Initializing extension DPMS
[     6.420] (II) Initializing extension Present
[     6.420] (II) Initializing extension DRI3
[     6.420] (II) Initializing extension X-Resource
[     6.420] (II) Initializing extension XVideo
[     6.420] (II) Initializing extension XVideo-MotionCompensation
[     6.420] (II) Initializing extension GLX
[     6.420] (II) Initializing extension GLX
[     6.420] (II) Indirect GLX disabled.
[     6.420] (II) GLX: Another vendor is already registered for screen 0
[     6.420] (II) Initializing extension XFree86-VidModeExtension
[     6.420] (II) Initializing extension XFree86-DGA
[     6.420] (II) Initializing extension XFree86-DRI
[     6.420] (II) Initializing extension DRI2
[     6.420] (II) Initializing extension NV-GLX
[     6.420] (II) Initializing extension NV-CONTROL
[     6.420] (II) Initializing extension XINERAMA
[     6.503] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.503] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.503] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.503] (**) Power Button: Applying InputClass "Keyboard Layout"
[     6.503] (II) LoadModule: "libinput"
[     6.503] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.509] (II) Module libinput: vendor="X.Org Foundation"
[     6.509] 	compiled for 1.21.1.8, module version = 1.3.0
[     6.509] 	Module class: X.Org XInput Driver
[     6.509] 	ABI class: X.Org XInput driver, version 24.4
[     6.509] (II) Using input driver 'libinput' for 'Power Button'
[     6.509] (**) Power Button: always reports core events
[     6.509] (**) Option "Device" "/dev/input/event1"
[     6.518] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.518] (II) event1  - Power Button: device is a keyboard
[     6.518] (II) event1  - Power Button: device removed
[     6.540] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     6.540] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.540] (**) Option "xkb_layout" "fr"
[     6.540] (**) Option "xkb_variant" "bepo"
[     6.562] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.563] (II) event1  - Power Button: device is a keyboard
[     6.563] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.563] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.563] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.563] (**) Power Button: Applying InputClass "Keyboard Layout"
[     6.563] (II) Using input driver 'libinput' for 'Power Button'
[     6.563] (**) Power Button: always reports core events
[     6.563] (**) Option "Device" "/dev/input/event0"
[     6.565] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.565] (II) event0  - Power Button: device is a keyboard
[     6.565] (II) event0  - Power Button: device removed
[     6.613] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.613] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     6.613] (**) Option "xkb_layout" "fr"
[     6.613] (**) Option "xkb_variant" "bepo"
[     6.614] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.614] (II) event0  - Power Button: device is a keyboard
[     6.615] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[     6.615] (II) No input driver specified, ignoring this device.
[     6.615] (II) This device may have been added with another device file.
[     6.616] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[     6.616] (II) No input driver specified, ignoring this device.
[     6.616] (II) This device may have been added with another device file.
[     6.616] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[     6.616] (II) No input driver specified, ignoring this device.
[     6.617] (II) This device may have been added with another device file.
[     6.617] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[     6.617] (II) No input driver specified, ignoring this device.
[     6.617] (II) This device may have been added with another device file.
[     6.619] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event2)
[     6.619] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.619] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.619] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "Keyboard Layout"
[     6.619] (II) Using input driver 'libinput' for 'CHICONY HP Basic USB Keyboard'
[     6.619] (**) CHICONY HP Basic USB Keyboard: always reports core events
[     6.619] (**) Option "Device" "/dev/input/event2"
[     6.621] (II) event2  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[     6.621] (II) event2  - CHICONY HP Basic USB Keyboard: device is a keyboard
[     6.621] (II) event2  - CHICONY HP Basic USB Keyboard: device removed
[     6.660] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:03F0:0024.0001/input/input2/event2"
[     6.660] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 8)
[     6.660] (**) Option "xkb_layout" "fr"
[     6.660] (**) Option "xkb_variant" "bepo"
[     6.662] (II) event2  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[     6.662] (II) event2  - CHICONY HP Basic USB Keyboard: device is a keyboard
[     6.663] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[     6.663] (II) No input driver specified, ignoring this device.
[     6.663] (II) This device may have been added with another device file.
[     6.664] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[     6.664] (II) No input driver specified, ignoring this device.
[     6.664] (II) This device may have been added with another device file.
[     6.664] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[     6.664] (II) No input driver specified, ignoring this device.
[     6.664] (II) This device may have been added with another device file.
[     6.665] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[     6.665] (II) No input driver specified, ignoring this device.
[     6.665] (II) This device may have been added with another device file.
[     6.665] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[     6.665] (II) No input driver specified, ignoring this device.
[     6.665] (II) This device may have been added with another device file.
[     6.666] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event3)
[     6.666] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[     6.666] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[     6.666] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Wireless Mouse'
[     6.666] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[     6.666] (**) Option "Device" "/dev/input/event3"
[     6.725] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[     6.725] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[     6.726] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device removed
[     6.763] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.763] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.763] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.763] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:062A:4102.0002/input/input3/event3"
[     6.763] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 9)
[     6.763] (**) Option "AccelerationScheme" "none"
[     6.763] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) selected scheme none/0
[     6.763] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[     6.763] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[     6.822] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[     6.822] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[     6.824] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[     6.824] (II) No input driver specified, ignoring this device.
[     6.824] (II) This device may have been added with another device file.
[     6.825] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event4)
[     6.825] (II) No input driver specified, ignoring this device.
[     6.825] (II) This device may have been added with another device file.
[     6.826] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     6.826] (II) No input driver specified, ignoring this device.
[     6.826] (II) This device may have been added with another device file.
[     9.200] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     9.200] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     9.200] (--) NVIDIA(GPU-0): 
[     9.244] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[     9.244] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[     9.244] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[     9.244] (--) NVIDIA(GPU-0): 
[     9.244] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     9.244] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     9.244] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     9.244] (--) NVIDIA(GPU-0): 
[     9.880] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     9.880] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     9.880] (--) NVIDIA(GPU-0): 
[     9.924] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[     9.924] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[     9.924] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[     9.924] (--) NVIDIA(GPU-0): 
[     9.924] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     9.924] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     9.924] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     9.924] (--) NVIDIA(GPU-0): 
[  1071.503] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  1071.503] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  1071.503] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  1071.503] (--) NVIDIA(GPU-0): 
[  1071.546] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  1071.546] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  1071.546] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  1071.546] (--) NVIDIA(GPU-0): 
[  2946.241] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  2946.241] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  2946.241] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  2946.241] (--) NVIDIA(GPU-0): 
[  2946.285] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  2946.285] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  2946.285] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  2946.285] (--) NVIDIA(GPU-0): 
benjarobin a écrit : dim. 14 mai 2023, 20:08 - Pourquoi on voit la carte intel alors que c'est une tour, elle devrait se désactiver...
Bonne question. Le chipset graphique de la carte-mère, c'est du intel. C'est juste que je l'utilise pas parce qu'il n'avait pas de sortie hdmi.
benjarobin a écrit : dim. 14 mai 2023, 20:08 - Quand tu as démarré, dans le menu de Grub, qu'est ce que tu as choisi comme entrée (linux ou linux-lts) ?
Juste linux. Linux-lts n'apparait pas.
benjarobin a écrit : dim. 14 mai 2023, 20:08 - Je me rappel qu'il était nécessaire de réinstaller Grub si on re-générait une nouvelle config de Grub suite à une incompatibilité / évolution. Manifestement cela fonctionne toujours, tu n'as pas cassé le boot...
J'ai presque peur de redémarrer mon pc du coup... Ça a l'air miraculeux qu'il fonctionne comme ça :?
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

Là, on voit bien apparaitre l'écran dans Xorg.0.log
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] écran noir après mise à jour

Message par benjarobin »

C'est fun ton histoire. Pour Grub, si celui-ci à fonctionné une fois, il fonctionnera toujours. Je ne sais pas quoi te dire, le problème c'est corrigé tout seul...
Par contre ce n'est pas normal que linux-lts n'apparaisse pas... Qu'est ce que tu as fait avec grub-mkconfig ? Peux tu donner le contenu de ton grub.cfg actuel ?
Au fait, utiliser root=/dev/sdb1 est une très mauvaise pratique.
Je suppose que c'est un boot legacy/MBR et non EFI ?
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

benjarobin a écrit : dim. 14 mai 2023, 20:58 C'est fun ton histoire. Pour Grub, si celui-ci à fonctionné une fois, il fonctionnera toujours. Je ne sais pas quoi te dire, le problème c'est corrigé tout seul...
Par contre ce n'est pas normal que linux-lts n'apparaisse pas... Qu'est ce que tu as fait avec grub-mkconfig ? Peux tu donner le contenu de ton grub.cfg actuel ?
Cet accident me fait faire quelques découvertes :)
Par exemple que mon chargeur de démarrage n'est pas grub mais ... syslinux !
Je voyais régulièrement passer des mises à jour de grub alors j'ai cru que je l'utilisais encore. Mais non.
benjarobin a écrit : dim. 14 mai 2023, 20:58Au fait, utiliser root=/dev/sdb1 est une très mauvaise pratique.
À quoi fais-tu référence ? Dans quel fichier vois-tu apparaître ça ?
benjarobin a écrit : dim. 14 mai 2023, 20:58Je suppose que c'est un boot legacy/MBR et non EFI ?
Oui, c'est une vieille carte-mère.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] écran noir après mise à jour

Message par benjarobin »

Je fais référence à la ligne de commande kernel, cherche dans les messages que tu as postés ici, tu verras de quoi je parles. Ligne de commande spécifié dans la configuration du chargeur de démarrage (qui est apparemment Syslinux, je me disais aussi que Grub n'utilisait pas cette syntaxe par défaut pour la ligne de commande kernel)
Il est préférable d'utiliser des UUID. Donc ajoute l'entrée pour linux-lts avec la notation en UUID, et si cela démarre sans problème, tu pourras modifier la configuration de ton entrée courante.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

Ok, je vois le problème.
J'essaie de faire ça demain.

Merci infiniment pour ton aide !

(C'est fou, mais j'ai la sensation que lorsque j'ai installé mon premier archlinux (en 2012 je crois), c'était déjà toi qui m'avais aidé...)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] écran noir après mise à jour

Message par benjarobin »

Ce n'est pas qu'une sensation :transpi: Cela ne me rajeunit pas :D :ancetre2: (bon je ne suis pas si vieux que cela :transpi:)
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 160
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] écran noir après mise à jour

Message par draffin »

Bon ben voilà, j'ai renommé avec les UUID les entrées de syslinux et de mon fstab.
Et puis j'en ai profité pour désinstaller grub :)

Allez, je mets la mention "résolu".

Encore merci pour ton aide et bonne semaine !
Répondre