[Carte graphique] Plus d'affichage graphique après changement de GPU [Résolu]

Reconnaissance et configuration du matériel / kernel linux
FDZ
Daikyu
Messages : 83
Inscription : dim. 08 sept. 2013, 15:52

[Carte graphique] Plus d'affichage graphique après changement de GPU [Résolu]

Message par FDZ »

Bonjour,
Je viens de changer de CM, la puce CGU intégrée est maintenant INTEL au lieu de NVIDIA précédemment. Je n'arrive plus depuis à activer l'affichage graphique. J'ai accès à la console et au réseau. J'ai chargé le pilote intel et configuré les fichiers de xorg.conf.d en conséquence. Pourtant, rien n'y fait. J'ai aussi blacklisté les modules NVIDIA.
Que pouvez vous me conseiller SVP ?
Dernière modification par FDZ le ven. 24 juil. 2015, 18:27, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17626
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Carte graphique] Plus d'affichage graphique après changement de GPU

Message par benjarobin »

Si je résume bien, tu n'arrives juste pas à lancer Xorg ? Ton écran est directement branché sur la carte mère et tu ne possèdes plus de carte graphique dédié ?
Peux tu donne la sortie de

Code : Tout sélectionner

grep -REv "^ *$|^ *#" /etc/modprobe* /usr/lib/modprobe* /etc/modules-load* /usr/lib/modules-load* /etc/mkinitcpio.conf /etc/X11/xorg*
pacman -Qsq "(nvidia|nouveau|intel|xf86|libgl)"
cat /proc/cmdline
Ainsi que le log de Xorg
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
FDZ
Daikyu
Messages : 83
Inscription : dim. 08 sept. 2013, 15:52

Re: [Carte graphique] Plus d'affichage graphique après changement de GPU

Message par FDZ »

Merci de cette réponse rapide.
Le fichier log est sans intérêt : il date de la carte précédente. Je ne comprend d'ailleurs pas pourquoi.
J'avais chargé les pilotes intel avec

Code : Tout sélectionner

pacman -S xf86-video-intel
.
Voici quand même les réponses demandées :

Code : Tout sélectionner

# grep -REv "^ *$|^ *#" /etc/modprobe* /usr/lib/modprobe* /etc/modules-load* /usr/lib/modules-load* /etc/mkinitcpio.conf /etc/X11/xorg*
/etc/modprobe.d/modprobe.conf:blacklist nv
/etc/modprobe.d/modprobe.conf:blacklist nvidia
/etc/modprobe.d/modprobe.conf:blacklist nouveau
/etc/modprobe.d/blacklist-8192cu-dkms.conf:blacklist rtlwifi
/etc/modprobe.d/blacklist-8192cu-dkms.conf:blacklist rtl8192c_common
/etc/modprobe.d/blacklist-8192cu-dkms.conf:blacklist rtl8192cu
/usr/lib/modprobe.d/bluetooth-usb.conf:options btusb reset=1
/usr/lib/modprobe.d/usb-load-ehci-first.conf:softdep ohci_hcd pre: ehci_hcd
/usr/lib/modprobe.d/usb-load-ehci-first.conf:softdep uhci_hcd pre: ehci_hcd
/usr/lib/modprobe.d/nvidia.conf:blacklist nouveau
/etc/mkinitcpio.conf:MODULES="pata_amd ahci libahci xhci-hcd ehci-hcd ohci-hcd ext3 ext4 vfat intel_agp i915"
/etc/mkinitcpio.conf:BINARIES=""
/etc/mkinitcpio.conf:FILES=""
/etc/mkinitcpio.conf:HOOKS="base udev autodetect plymouth modconf block filesystems keyboard fsck"
/etc/X11/xorg.conf.d/10-monitor.conf:Section "Monitor"
/etc/X11/xorg.conf.d/10-monitor.conf:    Identifier     "Monitor0"
/etc/X11/xorg.conf.d/10-monitor.conf:    Modeline       "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
/etc/X11/xorg.conf.d/10-monitor.conf:    Option         "PreferredMode"  "1440x900_60.00"
/etc/X11/xorg.conf.d/10-monitor.conf:EndSection
/etc/X11/xorg.conf.d/20-intel.conf:Section "Device"
/etc/X11/xorg.conf.d/20-intel.conf:   Identifier  "Intel Graphics"
/etc/X11/xorg.conf.d/20-intel.conf:   Driver      "intel"
/etc/X11/xorg.conf.d/20-intel.conf:   Option      "AccelMethod"  "sna"
/etc/X11/xorg.conf.d/20-intel.conf:   Option      "TearFree" "true"
/etc/X11/xorg.conf.d/20-intel.conf: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" "latin9" # accès aux caractères spéciaux plus logique avec "Alt Gr" (ex : « » avec "Alt Gr" w x)
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:EndSection
/etc/X11/xorg.conf.old/20-nouveau.conf:Section "ServerLayout"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Identifier     "Layout0"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Screen      0  "Screen0" 0 0
/etc/X11/xorg.conf.old/20-nouveau.conf:    InputDevice    "Keyboard0" "CoreKeyboard"
/etc/X11/xorg.conf.old/20-nouveau.conf:    InputDevice    "Mouse0" "CorePointer"
/etc/X11/xorg.conf.old/20-nouveau.conf:EndSection
/etc/X11/xorg.conf.old/20-nouveau.conf:Section "Files"
/etc/X11/xorg.conf.old/20-nouveau.conf:EndSection
/etc/X11/xorg.conf.old/20-nouveau.conf:Section "InputDevice"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Identifier     "Mouse0"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Driver         "mouse"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Option         "Protocol" "auto"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Option         "Device" "/dev/psaux"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Option         "Emulate3Buttons" "no"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Option         "ZAxisMapping" "4 5"
/etc/X11/xorg.conf.old/20-nouveau.conf:EndSection
/etc/X11/xorg.conf.old/20-nouveau.conf:Section "Device"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Identifier     "Device0"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Driver         "nouveau"
/etc/X11/xorg.conf.old/20-nouveau.conf:    VendorName     "NVIDIA Corporation"
/etc/X11/xorg.conf.old/20-nouveau.conf:    BusID          "PCI:0:16:0"
/etc/X11/xorg.conf.old/20-nouveau.conf:EndSection
/etc/X11/xorg.conf.old/20-nouveau.conf:Section "Screen"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Identifier     "Screen0"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Device         "Device0"
/etc/X11/xorg.conf.old/20-nouveau.conf:    Monitor        "Monitor0"
/etc/X11/xorg.conf.old/20-nouveau.conf:    DefaultDepth    24
/etc/X11/xorg.conf.old/20-nouveau.conf:    SubSection     "Display"
/etc/X11/xorg.conf.old/20-nouveau.conf:        Depth       24
/etc/X11/xorg.conf.old/20-nouveau.conf:    EndSubSection
/etc/X11/xorg.conf.old/20-nouveau.conf:EndSection
/etc/X11/xorg.conf.old/10-keyboard.conf:Section "InputDevice"
/etc/X11/xorg.conf.old/10-keyboard.conf:    Identifier     "Keyboard0"
/etc/X11/xorg.conf.old/10-keyboard.conf:    Driver         "kbd"
/etc/X11/xorg.conf.old/10-keyboard.conf:    Option         "XkbdLayout"	"fr"
/etc/X11/xorg.conf.old/10-keyboard.conf:    Option	   "XkbVariant" "latin9"
/etc/X11/xorg.conf.old/10-keyboard.conf:EndSection
/etc/X11/xorg.conf.old/10-monitor.conf:Section "Monitor"
/etc/X11/xorg.conf.old/10-monitor.conf:    Identifier     "Monitor0"
/etc/X11/xorg.conf.old/10-monitor.conf:    VendorName     "Unknown"
/etc/X11/xorg.conf.old/10-monitor.conf:    ModelName      "Unknown"
/etc/X11/xorg.conf.old/10-monitor.conf:    HorizSync       28.0 - 33.0
/etc/X11/xorg.conf.old/10-monitor.conf:    VertRefresh     43.0 - 72.0
/etc/X11/xorg.conf.old/10-monitor.conf:    Modeline	    "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
/etc/X11/xorg.conf.old/10-monitor.conf:    Option         "DPMS"
/etc/X11/xorg.conf.old/10-monitor.conf:    Option         "PreferredMode"  "1440x900_60.00"
/etc/X11/xorg.conf.old/10-monitor.conf:EndSection
et

Code : Tout sélectionner

# pacman -Qsq "(nvidia|nouveau|intel|xf86|libgl)"
libglade
libvdpau
libxxf86dga
libxxf86vm
mesa
nvidia-304xx
nvidia-304xx-libgl
nvidia-304xx-utils
xf86-input-evdev
xf86-video-intel
xf86dgaproto
xf86vidmodeproto

Code : Tout sélectionner

# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.19.0-23-generic root=UUID=167b350b-03df-44b6-ace3-7a78f299ac66 ro persistent acpi=off irqpoll quiet splash vt.handoff=7
(J'accède actuellement à ma session Arch en chroot à partir d'une session ubuntu, c'est quand même plus pratique pour les copier-coller)
Il y a peut-être lieu de purger les modules nvidia ?
Je rappelle que mon écran est toujours branché directement sur la CM, l'ancienne avait une puce graphique nvidia et l'actuelle une puce intel.
Il y a bien un module intel installé, mais il semble correspondre à l'audio et non au graphique :

Code : Tout sélectionner

# lsmod | grep intel
snd_hda_intel          36864  3
snd_hda_controller     32768  1 snd_hda_intel
snd_hda_codec         143360  4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_pcm               106496  4 snd_usb_audio,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd                    90112  20 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
Pourtant j'ai bien installé le module graphique intel.
La date du fichier Xorg.0.log m'intrigue : j'ai pourtant accédé à Arch (en mode console, mais parce que l'affichage graphique ne s'est pas activé) et je pensais qu'il aurait du s'incrémenter, or il est daté du 14 juillet, et à cd moment j'avais encore l'ancienne configuration.
A défaut, j'ai un fichier $USER/.local/share/xorg/Xorg.0.log :

Code : Tout sélectionner

cat ~/.local/share/xorg/Xorg.0.log
[   665.694] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[   665.694] X Protocol Version 11, Revision 0
[   665.694] Build Operating System: Linux 4.0.4-2-ARCH x86_64 
[   665.694] Current Operating System: Linux Arch 4.1.2-2-ARCH #1 SMP PREEMPT Wed Jul 15 08:30:32 UTC 2015 x86_64
[   665.694] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=39291c36-2c0e-4b32-98ff-e2a160373e90 rw quiet splash net.ifnames=0
[   665.694] Build Date: 17 July 2015  05:38:19PM
[   665.694]  
[   665.694] Current version of pixman: 0.32.6
[   665.694] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   665.694] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   665.695] (==) Log file: "/home/francis/.local/share/xorg/Xorg.0.log", Time: Fri Jul 24 10:45:01 2015
[   665.695] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   665.695] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   665.695] (==) No Layout section.  Using the first Screen section.
[   665.695] (==) No screen section available. Using defaults.
[   665.695] (**) |-->Screen "Default Screen Section" (0)
[   665.695] (**) |   |-->Monitor "<default monitor>"
[   665.695] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   665.695] (**) |   |-->Device "Intel Graphics"
[   665.695] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   665.695] (==) Automatically adding devices
[   665.695] (==) Automatically enabling devices
[   665.695] (==) Automatically adding GPU devices
[   665.695] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   665.695] 	Entry deleted from font path.
[   665.695] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   665.695] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   665.695] 	Entry deleted from font path.
[   665.695] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   665.695] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[   665.696] (==) ModulePath set to "/usr/lib/xorg/modules"
[   665.696] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   665.696] (II) Loader magic: 0x817d60
[   665.696] (II) Module ABI versions:
[   665.696] 	X.Org ANSI C Emulation: 0.4
[   665.696] 	X.Org Video Driver: 19.0
[   665.696] 	X.Org XInput driver : 21.1
[   665.696] 	X.Org Server Extension : 9.0
[   665.699] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[   665.700] (II) xfree86: Adding drm device (/dev/dri/card0)
[   665.701] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[   665.702] (--) PCI:*(0:0:2:0) 8086:2e32:1458:d000 rev 3, Mem @ 0xfd800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/8
[   665.702] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   665.702] (II) LoadModule: "glx"
[   665.703] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   665.720] (II) Module glx: vendor="NVIDIA Corporation"
[   665.720] 	compiled for 4.0.2, module version = 1.0.0
[   665.720] 	Module class: X.Org Server Extension
[   665.720] (II) NVIDIA GLX Module  304.125  Mon Dec  1 20:22:48 PST 2014
[   665.720] (II) LoadModule: "intel"
[   665.720] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   665.721] (II) Module intel: vendor="X.Org Foundation"
[   665.721] 	compiled for 1.17.2, module version = 2.99.917
[   665.721] 	Module class: X.Org Video Driver
[   665.721] 	ABI class: X.Org Video Driver, version 19.0
[   665.721] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   665.721] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   665.721] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   665.721] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   665.721] (++) using VT number 1

[   665.721] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   665.722] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150327
[   665.722] (II) intel(0): SNA compiled from 2.99.917-381-g5772556
[   665.722] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   665.722] (--) intel(0): Integrated Graphics Chipset: Intel(R) G41
[   665.722] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3; using a maximum of 2 threads
[   665.722] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   665.722] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   665.722] (==) intel(0): RGB weight 888
[   665.722] (==) intel(0): Default visual is TrueColor
[   665.722] (**) intel(0): Option "AccelMethod" "sna"
[   665.722] (**) intel(0): Option "TearFree" "true"
[   665.723] (II) intel(0): Output VGA1 has no monitor section
[   665.723] (II) intel(0): Enabled output VGA1
[   665.723] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   665.723] (II) intel(0): Output VIRTUAL1 has no monitor section
[   665.723] (II) intel(0): Enabled output VIRTUAL1
[   665.723] (--) intel(0): Output VGA1 using initial mode 1680x1050 on pipe 0
[   665.723] (**) intel(0): TearFree enabled
[   665.723] (==) intel(0): DPI set to (96, 96)
[   665.723] (II) Loading sub module "dri2"
[   665.723] (II) LoadModule: "dri2"
[   665.723] (II) Module "dri2" already built-in
[   665.723] (II) Loading sub module "present"
[   665.723] (II) LoadModule: "present"
[   665.723] (II) Module "present" already built-in
[   665.723] (==) Depth 24 pixmap format is 32 bpp
[   665.724] (II) intel(0): SNA initialized with Eaglelake (gen4.5) backend
[   665.724] (==) intel(0): Backing store enabled
[   665.724] (==) intel(0): Silken mouse enabled
[   665.724] (II) intel(0): HW Cursor enabled
[   665.724] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   665.724] (==) intel(0): DPMS enabled
[   665.724] (==) intel(0): Display hotplug detection enabled
[   665.724] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   665.724] (II) intel(0): [DRI2] Setup complete
[   665.724] (II) intel(0): [DRI2]   DRI driver: i965
[   665.724] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   665.724] (II) intel(0): direct rendering: DRI2 enabled
[   665.724] (II) intel(0): hardware support for Present enabled
[   665.724] (--) RandR disabled
[   665.736] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[   665.748] (II) intel(0): switch to mode 1680x1050@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[   665.748] (II) intel(0): Setting screen physical size to 444 x 277
[   665.808] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   665.808] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   665.808] (**) Power Button: Applying InputClass "Keyboard Layout"
[   665.808] (II) LoadModule: "evdev"
[   665.808] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   665.809] (II) Module evdev: vendor="X.Org Foundation"
[   665.809] 	compiled for 1.17.1, module version = 2.9.2
[   665.809] 	Module class: X.Org XInput Driver
[   665.809] 	ABI class: X.Org XInput driver, version 21.0
[   665.810] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 13 paused 0
[   665.810] (II) Using input driver 'evdev' for 'Power Button'
[   665.810] (**) Power Button: always reports core events
[   665.810] (**) evdev: Power Button: Device: "/dev/input/event1"
[   665.810] (--) evdev: Power Button: Vendor 0 Product 0x1
[   665.810] (--) evdev: Power Button: Found keys
[   665.810] (II) evdev: Power Button: Configuring as keyboard
[   665.810] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   665.810] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   665.810] (**) Option "xkb_rules" "evdev"
[   665.810] (**) Option "xkb_model" "pc104"
[   665.810] (**) Option "xkb_layout" "fr"
[   665.810] (**) Option "xkb_variant" "latin9"
[   665.844] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   665.844] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   665.844] (**) Power Button: Applying InputClass "Keyboard Layout"
[   665.845] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 14 paused 0
[   665.845] (II) Using input driver 'evdev' for 'Power Button'
[   665.845] (**) Power Button: always reports core events
[   665.845] (**) evdev: Power Button: Device: "/dev/input/event0"
[   665.845] (--) evdev: Power Button: Vendor 0 Product 0x1
[   665.845] (--) evdev: Power Button: Found keys
[   665.845] (II) evdev: Power Button: Configuring as keyboard
[   665.845] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   665.845] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   665.845] (**) Option "xkb_rules" "evdev"
[   665.845] (**) Option "xkb_model" "pc104"
[   665.845] (**) Option "xkb_layout" "fr"
[   665.845] (**) Option "xkb_variant" "latin9"
[   665.847] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
[   665.847] (II) No input driver specified, ignoring this device.
[   665.847] (II) This device may have been added with another device file.
[   665.847] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event4)
[   665.847] (II) No input driver specified, ignoring this device.
[   665.847] (II) This device may have been added with another device file.
[   665.848] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event5)
[   665.848] (II) No input driver specified, ignoring this device.
[   665.848] (II) This device may have been added with another device file.
[   665.848] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
[   665.849] (II) No input driver specified, ignoring this device.
[   665.849] (II) This device may have been added with another device file.
[   665.849] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event7)
[   665.849] (II) No input driver specified, ignoring this device.
[   665.849] (II) This device may have been added with another device file.
[   665.850] (II) config/udev: Adding input device UVC Camera (046d:09a4) (/dev/input/event8)
[   665.850] (**) UVC Camera (046d:09a4): Applying InputClass "evdev keyboard catchall"
[   665.850] (**) UVC Camera (046d:09a4): Applying InputClass "Keyboard Layout"
[   665.851] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 15 paused 0
[   665.851] (II) Using input driver 'evdev' for 'UVC Camera (046d:09a4)'
[   665.851] (**) UVC Camera (046d:09a4): always reports core events
[   665.851] (**) evdev: UVC Camera (046d:09a4): Device: "/dev/input/event8"
[   665.851] (--) evdev: UVC Camera (046d:09a4): Vendor 0x46d Product 0x9a4
[   665.851] (--) evdev: UVC Camera (046d:09a4): Found keys
[   665.851] (II) evdev: UVC Camera (046d:09a4): Configuring as keyboard
[   665.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb5/5-5/5-5:1.0/input/input9/event8"
[   665.851] (II) XINPUT: Adding extended input device "UVC Camera (046d:09a4)" (type: KEYBOARD, id 8)
[   665.851] (**) Option "xkb_rules" "evdev"
[   665.851] (**) Option "xkb_model" "pc104"
[   665.851] (**) Option "xkb_layout" "fr"
[   665.851] (**) Option "xkb_variant" "latin9"
[   665.852] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[   665.852] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   665.852] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Layout"
[   665.853] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 0
[   665.853] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   665.853] (**) AT Translated Set 2 keyboard: always reports core events
[   665.853] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[   665.853] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   665.853] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   665.853] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   665.853] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[   665.853] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[   665.853] (**) Option "xkb_rules" "evdev"
[   665.853] (**) Option "xkb_model" "pc104"
[   665.853] (**) Option "xkb_layout" "fr"
[   665.853] (**) Option "xkb_variant" "latin9"
[   665.854] (II) config/udev: Adding input device PS/2 Logitech Mouse (/dev/input/event10)
[   665.854] (**) PS/2 Logitech Mouse: Applying InputClass "evdev pointer catchall"
[   665.855] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 17 paused 0
[   665.855] (II) Using input driver 'evdev' for 'PS/2 Logitech Mouse'
[   665.855] (**) PS/2 Logitech Mouse: always reports core events
[   665.855] (**) evdev: PS/2 Logitech Mouse: Device: "/dev/input/event10"
[   665.855] (--) evdev: PS/2 Logitech Mouse: Vendor 0x2 Product 0x1
[   665.855] (--) evdev: PS/2 Logitech Mouse: Found 3 mouse buttons
[   665.855] (--) evdev: PS/2 Logitech Mouse: Found relative axes
[   665.855] (--) evdev: PS/2 Logitech Mouse: Found x and y relative axes
[   665.855] (II) evdev: PS/2 Logitech Mouse: Configuring as mouse
[   665.855] (**) evdev: PS/2 Logitech Mouse: YAxisMapping: buttons 4 and 5
[   665.856] (**) evdev: PS/2 Logitech Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   665.856] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event10"
[   665.856] (II) XINPUT: Adding extended input device "PS/2 Logitech Mouse" (type: MOUSE, id 10)
[   665.856] (II) evdev: PS/2 Logitech Mouse: initialized for relative axes.
[   665.856] (**) PS/2 Logitech Mouse: (accel) keeping acceleration scheme 1
[   665.856] (**) PS/2 Logitech Mouse: (accel) acceleration profile 0
[   665.856] (**) PS/2 Logitech Mouse: (accel) acceleration factor: 2.000
[   665.856] (**) PS/2 Logitech Mouse: (accel) acceleration threshold: 4
[   665.857] (II) config/udev: Adding input device PS/2 Logitech Mouse (/dev/input/mouse0)
[   665.857] (II) No input driver specified, ignoring this device.
[   665.857] (II) This device may have been added with another device file.
[   665.857] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[   665.857] (II) No input driver specified, ignoring this device.
[   665.857] (II) This device may have been added with another device file.
[   682.977] (II) evdev: PS/2 Logitech Mouse: Close
[   682.977] (II) UnloadModule: "evdev"
[   682.977] (II) systemd-logind: releasing fd for 13:74
[   683.020] (II) evdev: AT Translated Set 2 keyboard: Close
[   683.020] (II) UnloadModule: "evdev"
[   683.020] (II) systemd-logind: releasing fd for 13:66
[   683.050] (II) evdev: UVC Camera (046d:09a4): Close
[   683.050] (II) UnloadModule: "evdev"
[   683.050] (II) systemd-logind: releasing fd for 13:72
[   683.116] (II) evdev: Power Button: Close
[   683.116] (II) UnloadModule: "evdev"
[   683.116] (II) systemd-logind: releasing fd for 13:64
[   683.144] (II) evdev: Power Button: Close
[   683.144] (II) UnloadModule: "evdev"
[   683.144] (II) systemd-logind: releasing fd for 13:65
[   683.190] (II) Server terminated successfully (0). Closing log file.
Ce fichier est daté de ce matin (10h45)

[Edit]
Je viens de remarquer dans le fichier log la ligne

Code : Tout sélectionner

[   665.736] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
C'est grave, docteur ?
(les modules nvidia, nouveau et nv sont blacklistés)
[/Edit]
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17626
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Carte graphique] Plus d'affichage graphique après changement de GPU

Message par benjarobin »

Cela ne va en effet pas du tout. Tu dois supprimer les paquets nvidia-304xx nvidia-304xx-libgl nvidia-304xx-utils
Et installer le paquet : mesa-libgl.
Donc en gros fait ceci, la partie lib32-mesa-libgl est optionnelle :

Code : Tout sélectionner

pacman -S lib32-mesa-libgl mesa-libgl
Normalement nvidia-304xx-libgl est supprimé lors de l'installation de mesa-libgl

Code : Tout sélectionner

pacman -R nvidia-304xx-utils nvidia-304xx
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
FDZ
Daikyu
Messages : 83
Inscription : dim. 08 sept. 2013, 15:52

Re: [Carte graphique] Plus d'affichage graphique après changement de GPU

Message par FDZ »

Merci !
La purge n'a pas très bien répondu et lib32-mesa-libgl n'a pas voulu s'installer, mais avec simplement mesa-libgl, ça marche ! (j'écris depuis ma session Arch) :bravo:
Réponse rapide et efficace : benjarobin, t'es un as !
Répondre