[Vulkan] avec optimus, semble ne pas fonctionner, ni avec intel, ni avec Nvidia (Résolu)

Questions et astuces concernant l'installation et la configuration d'archlinux
Avatar de l’utilisateur
PowaBanga
archer de cavalerie
Messages : 175
Inscription : mar. 12 sept. 2017, 21:15

[Vulkan] avec optimus, semble ne pas fonctionner, ni avec intel, ni avec Nvidia (Résolu)

Message par PowaBanga »

Salut à tous,
Aujourd'hui je cale méchamment sur vulkan. j'ai suivit la wiki, installé les paquets correspondant, et là ou la wiki dit que vulkaninfo devrait me répondre un truc senssé, ce qu'il me répond me semble loin du compte

Code : Tout sélectionner

lspci | grep -e 3D -e VGA 
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)

Code : Tout sélectionner

vulkaninfo
ERROR: [Loader Message] Code 0 : /usr/lib32/amdvlk32.so: wrong ELF class: ELFCLASS32
ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.2.172/vulkaninfo/vulkaninfo.h:668:vkCreateInstance failed with ERROR_OUT_OF_HOST_MEMORY
Erreur de segmentation (core dumped)
prime-run vulkaninfo
ERROR: [Loader Message] Code 0 : /usr/lib32/amdvlk32.so: wrong ELF class: ELFCLASS32
ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.2.172/vulkaninfo/vulkaninfo.h:668:vkCreateInstance failed with ERROR_OUT_OF_HOST_MEMORY
$@"

Code : Tout sélectionner

pacman -Qsq vulkan ; pacman -Qsq nvidia  ; pacman -Qsq intel
amdvlk
dxvk-bin
lib32-amdvlk
lib32-nvidia-utils
lib32-vkd3d
lib32-vulkan-icd-loader
nvidia-utils
spirv-tools
vkd3d
vulkan-extra-layers
vulkan-extra-tools
vulkan-headers
vulkan-html-docs
vulkan-icd-loader
vulkan-intel
vulkan-tools
vulkan-validation-layers
egl-wayland
lib32-libvdpau
lib32-nvidia-utils
libvdpau
libxnvctrl
nvidia-lts
nvidia-prime
nvidia-settings
nvidia-utils
libmfx
libva-intel-driver
openimagedenoise
tbb
vulkan-intel
whois
xf86-video-intel
Edit: La sortie triée :

Code : Tout sélectionner

amdvlk
dxvk-bin
egl-wayland
lib32-amdvlk
lib32-libvdpau
lib32-nvidia-utils
lib32-vkd3d
lib32-vulkan-icd-loader
libmfx
libva-intel-driver
libvdpau
libxnvctrl
nvidia-lts
nvidia-prime
nvidia-settings
nvidia-utils
openimagedenoise
spirv-tools
tbb
vkd3d
vulkan-extra-layers
vulkan-extra-tools
vulkan-headers
vulkan-html-docs
vulkan-icd-loader
vulkan-intel
vulkan-intel
vulkan-tools
vulkan-validation-layers
whois
xf86-video-intel
Dernière modification par PowaBanga le mer. 14 avr. 2021, 09:39, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Vulkan] avec optimus, semble ne pas fonctionner, ni avec intel, ni avec Nvidia

Message par benjarobin »

Bonjour,
Déjà désinstalle amdvlk et lib32-amdvlk.
Tu utilises quelle carte graphique actuellement, la intel ou la Nvidia ? Log de Xorg ?
Tu utilises quel kernel linux ? uname -a
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
PowaBanga
archer de cavalerie
Messages : 175
Inscription : mar. 12 sept. 2017, 21:15

Re: [Vulkan] avec optimus, semble ne pas fonctionner, ni avec intel, ni avec Nvidia

Message par PowaBanga »

Actuellement j'utilise la carte intel normalement, et je n'utilise la carte nvidia que via "prime-run"

Code : Tout sélectionner

glxinfo|egrep "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 620 (KBL GT2)
prime-run glxinfo|egrep "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce MX150/PCIe/SSE2

Code : Tout sélectionner

uname -a
Linux ArchiHPPavillion 5.10.27-1-lts #1 SMP Tue, 30 Mar 2021 13:22:29 +0000 x86_64 GNU/Linux
je viens de désinstaller lib32-amdvlk...

Code : Tout sélectionner

root@ArchiHPPavillion /]$ cat /var/log/Xorg.0.log
[     4.264] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     4.264] Build Operating System: Linux Arch Linux
[     4.264] Current Operating System: Linux ArchiHPPavillion 5.10.27-1-lts #1 SMP Tue, 30 Mar 2021 13:22:29 +0000 x86_64
[     4.264] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=c980ba51-6ea5-45e9-92be-2bf8839bf580 rw loglevel=3 quiet
[     4.264] Build Date: 14 December 2020  12:10:29PM
[     4.264]  
[     4.264] Current version of pixman: 0.40.0
[     4.264] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.264] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.264] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  8 12:40:11 2021
[     4.266] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.266] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.267] (==) No Layout section.  Using the first Screen section.
[     4.267] (==) No screen section available. Using defaults.
[     4.267] (**) |-->Screen "Default Screen Section" (0)
[     4.267] (**) |   |-->Monitor "<default monitor>"
[     4.267] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.267] (==) Automatically adding devices
[     4.267] (==) Automatically enabling devices
[     4.267] (==) Automatically adding GPU devices
[     4.267] (==) Automatically binding GPU devices
[     4.267] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.268] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.268] 	Entry deleted from font path.
[     4.268] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     4.268] 	Entry deleted from font path.
[     4.268] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     4.268] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.268] 	Entry deleted from font path.
[     4.269] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1".
[     4.269] 	Entry deleted from font path.
[     4.269] 	(Run 'mkfontdir' on "/usr/share/fonts/Type1").
[     4.269] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     4.269] 	Entry deleted from font path.
[     4.269] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     4.269] 	Entry deleted from font path.
[     4.269] (==) FontPath set to:
	
[     4.269] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.269] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.269] (II) Module ABI versions:
[     4.269] 	X.Org ANSI C Emulation: 0.4
[     4.269] 	X.Org Video Driver: 24.1
[     4.269] 	X.Org XInput driver : 24.1
[     4.269] 	X.Org Server Extension : 10.0
[     4.269] (++) using VT number 7

[     4.269] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.270] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.282] (II) xfree86: Adding drm device (/dev/dri/card1)
[     4.283] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     4.284] (--) PCI:*(0@0:2:0) 8086:5917:103c:84ba rev 7, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[     4.284] (--) PCI: (1@0:0:0) 10de:1d10:103c:84ba rev 161, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00005000/128
[     4.284] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.285] (II) LoadModule: "glx"
[     4.285] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.292] (II) Module glx: vendor="X.Org Foundation"
[     4.292] 	compiled for 1.20.10, module version = 1.0.0
[     4.292] 	ABI class: X.Org Server Extension, version 10.0
[     4.292] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[     4.292] 	loading driver: nvidia
[     4.292] (==) Matched intel as autoconfigured driver 0
[     4.292] (==) Matched nvidia as autoconfigured driver 1
[     4.292] (==) Matched nouveau as autoconfigured driver 2
[     4.292] (==) Matched nv as autoconfigured driver 3
[     4.292] (==) Matched modesetting as autoconfigured driver 4
[     4.292] (==) Matched fbdev as autoconfigured driver 5
[     4.292] (==) Matched vesa as autoconfigured driver 6
[     4.292] (==) Assigned the driver to the xf86ConfigLayout
[     4.292] (II) LoadModule: "intel"
[     4.292] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     4.294] (II) Module intel: vendor="X.Org Foundation"
[     4.294] 	compiled for 1.20.10, module version = 2.99.917
[     4.294] 	Module class: X.Org Video Driver
[     4.294] 	ABI class: X.Org Video Driver, version 24.1
[     4.294] (II) LoadModule: "nvidia"
[     4.294] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     4.298] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.298] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.298] 	Module class: X.Org Video Driver
[     4.298] (II) LoadModule: "nouveau"
[     4.299] (WW) Warning, couldn't open module nouveau
[     4.299] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     4.299] (II) LoadModule: "nv"
[     4.299] (WW) Warning, couldn't open module nv
[     4.299] (EE) Failed to load module "nv" (module does not exist, 0)
[     4.299] (II) LoadModule: "modesetting"
[     4.299] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.301] (II) Module modesetting: vendor="X.Org Foundation"
[     4.301] 	compiled for 1.20.10, module version = 1.20.10
[     4.301] 	Module class: X.Org Video Driver
[     4.301] 	ABI class: X.Org Video Driver, version 24.1
[     4.301] (II) LoadModule: "fbdev"
[     4.302] (WW) Warning, couldn't open module fbdev
[     4.302] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.302] (II) LoadModule: "vesa"
[     4.302] (WW) Warning, couldn't open module vesa
[     4.302] (EE) Failed to load module "vesa" (module does not exist, 0)
[     4.302] (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
[     4.302] (II) intel: Driver for Intel(R) HD Graphics
[     4.302] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     4.302] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     4.302] (II) NVIDIA dlloader X Driver  460.67  Thu Mar 11 00:09:07 UTC 2021
[     4.302] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.302] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.329] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
[     4.329] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[     4.331] (WW) Falling back to old probe method for modesetting
[     4.332] (II) Loading sub module "fb"
[     4.332] (II) LoadModule: "fb"
[     4.332] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.333] (II) Module fb: vendor="X.Org Foundation"
[     4.334] 	compiled for 1.20.10, module version = 1.0.0
[     4.334] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.334] (II) Loading sub module "wfb"
[     4.334] (II) LoadModule: "wfb"
[     4.334] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     4.335] (II) Module wfb: vendor="X.Org Foundation"
[     4.335] 	compiled for 1.20.10, module version = 1.0.0
[     4.336] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.336] (II) Loading sub module "ramdac"
[     4.336] (II) LoadModule: "ramdac"
[     4.336] (II) Module "ramdac" already built-in
[     4.483] (--) intel(0): gen9 engineering sample
[     4.483] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[     4.483] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.483] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     4.483] (==) intel(0): RGB weight 888
[     4.483] (==) intel(0): Default visual is TrueColor
[     4.485] (II) intel(0): Output eDP1 has no monitor section
[     4.486] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     4.486] (II) intel(0): Enabled output eDP1
[     4.486] (II) intel(0): Output HDMI1 has no monitor section
[     4.487] (II) intel(0): Enabled output HDMI1
[     4.487] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     4.487] (II) intel(0): Output VIRTUAL1 has no monitor section
[     4.487] (II) intel(0): Enabled output VIRTUAL1
[     4.487] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[     4.488] (==) intel(0): TearFree enabled
[     4.488] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.488] (==) intel(0): DPI set to (96, 96)
[     4.488] (II) Loading sub module "dri3"
[     4.488] (II) LoadModule: "dri3"
[     4.488] (II) Module "dri3" already built-in
[     4.488] (II) Loading sub module "dri2"
[     4.488] (II) LoadModule: "dri2"
[     4.488] (II) Module "dri2" already built-in
[     4.488] (II) Loading sub module "present"
[     4.488] (II) LoadModule: "present"
[     4.488] (II) Module "present" already built-in
[     4.488] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[     4.488] (==) NVIDIA(G0): RGB weight 888
[     4.488] (==) NVIDIA(G0): Default visual is TrueColor
[     4.488] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[     4.488] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     4.488] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[     4.489] (**) NVIDIA(G0): Enabling 2D acceleration
[     4.489] (II) Loading sub module "glxserver_nvidia"
[     4.489] (II) LoadModule: "glxserver_nvidia"
[     4.489] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     4.524] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     4.524] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.524] 	Module class: X.Org Server Extension
[     4.524] (II) NVIDIA GLX Module  460.67  Thu Mar 11 00:06:44 UTC 2021
[     4.525] (II) NVIDIA: The X server supports PRIME Render Offload.
[     5.557] (II) NVIDIA(G0): NVIDIA GPU GeForce MX150 (GP108-A) at PCI:1:0:0 (GPU-0)
[     5.557] (--) NVIDIA(G0): Memory: 4194304 kBytes
[     5.557] (--) NVIDIA(G0): VideoBIOS: 86.08.27.00.07
[     5.557] (II) NVIDIA(G0): Detected PCI Express Link width: 4X
[     5.557] (II) NVIDIA(G0): Validated MetaModes:
[     5.557] (II) NVIDIA(G0):     "NULL"
[     5.557] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     5.557] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[     5.557] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[     5.557] (II) UnloadModule: "modesetting"
[     5.557] (II) Unloading modesetting
[     5.559] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[     5.559] (==) intel(0): Backing store enabled
[     5.559] (==) intel(0): Silken mouse disabled
[     5.559] (II) intel(0): HW Cursor enabled
[     5.559] (==) intel(0): DPMS enabled
[     5.559] (==) intel(0): Display hotplug detection enabled
[     5.560] (II) intel(0): [DRI2] Setup complete
[     5.560] (II) intel(0): [DRI2]   DRI driver: i965
[     5.560] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     5.560] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     5.560] (II) intel(0): hardware support for Present enabled
[     5.560] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[     5.560] (II) NVIDIA:     access.
[     5.564] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     5.564] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     5.564] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     5.564] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     5.564] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     5.564] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     5.564] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     5.564] (II) NVIDIA(G0):     Config Options in the README.
[     5.579] (II) NVIDIA(G0): Setting mode "NULL"
[     5.582] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     5.582] (==) NVIDIA(G0): Backing store enabled
[     5.582] (==) NVIDIA(G0): Silken mouse disabled
[     5.582] (==) NVIDIA(G0): DPMS enabled
[     5.582] (II) Loading sub module "dri2"
[     5.582] (II) LoadModule: "dri2"
[     5.582] (II) Module "dri2" already built-in
[     5.582] (II) NVIDIA(G0): [DRI2] Setup complete
[     5.582] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     5.582] (II) Initializing extension Generic Event Extension
[     5.583] (II) Initializing extension SHAPE
[     5.583] (II) Initializing extension MIT-SHM
[     5.583] (II) Initializing extension XInputExtension
[     5.583] (II) Initializing extension XTEST
[     5.583] (II) Initializing extension BIG-REQUESTS
[     5.583] (II) Initializing extension SYNC
[     5.583] (II) Initializing extension XKEYBOARD
[     5.583] (II) Initializing extension XC-MISC
[     5.583] (II) Initializing extension SECURITY
[     5.583] (II) Initializing extension XFIXES
[     5.583] (II) Initializing extension RENDER
[     5.584] (II) Initializing extension RANDR
[     5.584] (II) Initializing extension COMPOSITE
[     5.584] (II) Initializing extension DAMAGE
[     5.584] (II) Initializing extension MIT-SCREEN-SAVER
[     5.584] (II) Initializing extension DOUBLE-BUFFER
[     5.584] (II) Initializing extension RECORD
[     5.584] (II) Initializing extension DPMS
[     5.584] (II) Initializing extension Present
[     5.584] (II) Initializing extension DRI3
[     5.584] (II) Initializing extension X-Resource
[     5.584] (II) Initializing extension XVideo
[     5.584] (II) Initializing extension XVideo-MotionCompensation
[     5.584] (II) Initializing extension GLX
[     5.584] (II) Initializing extension GLX
[     5.584] (II) Indirect GLX disabled.
[     5.606] (II) AIGLX: Loaded and initialized i965
[     5.606] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.606] (II) Initializing extension XFree86-VidModeExtension
[     5.606] (II) Initializing extension XFree86-DGA
[     5.607] (II) Initializing extension XFree86-DRI
[     5.607] (II) Initializing extension DRI2
[     5.607] (II) Initializing extension NV-GLX
[     5.607] (II) Initializing extension NV-CONTROL
[     5.610] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.613] (II) intel(0): Setting screen physical size to 508 x 285
[     5.643] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.643] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.643] (**) Power Button: Applying InputClass "system-keyboard"
[     5.643] (II) LoadModule: "libinput"
[     5.643] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.645] (II) Module libinput: vendor="X.Org Foundation"
[     5.645] 	compiled for 1.20.10, module version = 1.0.0
[     5.645] 	Module class: X.Org XInput Driver
[     5.645] 	ABI class: X.Org XInput driver, version 24.1
[     5.645] (II) Using input driver 'libinput' for 'Power Button'
[     5.645] (**) Power Button: always reports core events
[     5.645] (**) Option "Device" "/dev/input/event2"
[     5.645] (**) Option "_source" "server/udev"
[     5.648] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.648] (II) event2  - Power Button: device is a keyboard
[     5.648] (II) event2  - Power Button: device removed
[     5.710] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.710] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.710] (**) Option "xkb_layout" "be"
[     5.710] (**) Option "xkb_variant" "oss"
[     5.733] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.733] (II) event2  - Power Button: device is a keyboard
[     5.733] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     5.733] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.733] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.733] (II) Using input driver 'libinput' for 'Video Bus'
[     5.733] (**) Video Bus: always reports core events
[     5.733] (**) Option "Device" "/dev/input/event7"
[     5.733] (**) Option "_source" "server/udev"
[     5.734] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     5.734] (II) event7  - Video Bus: device is a keyboard
[     5.734] (II) event7  - Video Bus: device removed
[     5.820] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
[     5.820] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.820] (**) Option "xkb_layout" "be"
[     5.820] (**) Option "xkb_variant" "oss"
[     5.823] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     5.823] (II) event7  - Video Bus: device is a keyboard
[     5.825] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     5.825] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.825] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.825] (II) Using input driver 'libinput' for 'Video Bus'
[     5.825] (**) Video Bus: always reports core events
[     5.825] (**) Option "Device" "/dev/input/event8"
[     5.825] (**) Option "_source" "server/udev"
[     5.827] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     5.827] (II) event8  - Video Bus: device is a keyboard
[     5.828] (II) event8  - Video Bus: device removed
[     5.930] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3a/LNXVIDEO:01/input/input10/event8"
[     5.930] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     5.930] (**) Option "xkb_layout" "be"
[     5.930] (**) Option "xkb_variant" "oss"
[     5.933] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     5.933] (II) event8  - Video Bus: device is a keyboard
[     5.935] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.935] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.935] (**) Power Button: Applying InputClass "system-keyboard"
[     5.935] (II) Using input driver 'libinput' for 'Power Button'
[     5.935] (**) Power Button: always reports core events
[     5.935] (**) Option "Device" "/dev/input/event1"
[     5.935] (**) Option "_source" "server/udev"
[     5.937] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.937] (II) event1  - Power Button: device is a keyboard
[     5.937] (II) event1  - Power Button: device removed
[     5.980] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     5.980] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     5.980] (**) Option "xkb_layout" "be"
[     5.980] (**) Option "xkb_variant" "oss"
[     5.982] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.982] (II) event1  - Power Button: device is a keyboard
[     5.984] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     5.984] (II) No input driver specified, ignoring this device.
[     5.984] (II) This device may have been added with another device file.
[     5.986] (II) config/udev: Adding input device HP Wide Vision HD Camera: HP Wi (/dev/input/event9)
[     5.986] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "libinput keyboard catchall"
[     5.986] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "system-keyboard"
[     5.986] (II) Using input driver 'libinput' for 'HP Wide Vision HD Camera: HP Wi'
[     5.987] (**) HP Wide Vision HD Camera: HP Wi: always reports core events
[     5.987] (**) Option "Device" "/dev/input/event9"
[     5.987] (**) Option "_source" "server/udev"
[     5.990] (II) event9  - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[     5.990] (II) event9  - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[     5.990] (II) event9  - HP Wide Vision HD Camera: HP Wi: device removed
[     6.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input11/event9"
[     6.110] (II) XINPUT: Adding extended input device "HP Wide Vision HD Camera: HP Wi" (type: KEYBOARD, id 10)
[     6.110] (**) Option "xkb_layout" "be"
[     6.110] (**) Option "xkb_variant" "oss"
[     6.114] (II) event9  - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[     6.114] (II) event9  - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[     6.116] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[     6.116] (II) No input driver specified, ignoring this device.
[     6.116] (II) This device may have been added with another device file.
[     6.117] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[     6.117] (II) No input driver specified, ignoring this device.
[     6.117] (II) This device may have been added with another device file.
[     6.118] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[     6.118] (II) No input driver specified, ignoring this device.
[     6.118] (II) This device may have been added with another device file.
[     6.119] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[     6.119] (II) No input driver specified, ignoring this device.
[     6.119] (II) This device may have been added with another device file.
[     6.120] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[     6.120] (II) No input driver specified, ignoring this device.
[     6.120] (II) This device may have been added with another device file.
[     6.121] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[     6.121] (II) No input driver specified, ignoring this device.
[     6.121] (II) This device may have been added with another device file.
[     6.122] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[     6.122] (II) No input driver specified, ignoring this device.
[     6.122] (II) This device may have been added with another device file.
[     6.124] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     6.124] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.124] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     6.124] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.124] (**) AT Translated Set 2 keyboard: always reports core events
[     6.124] (**) Option "Device" "/dev/input/event3"
[     6.124] (**) Option "_source" "server/udev"
[     6.126] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.126] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.128] (II) event3  - AT Translated Set 2 keyboard: device removed
[     6.230] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     6.230] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[     6.230] (**) Option "xkb_layout" "be"
[     6.230] (**) Option "xkb_variant" "oss"
[     6.233] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.233] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.236] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[     6.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     6.236] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     6.236] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.236] (**) Option "Device" "/dev/input/event11"
[     6.236] (**) Option "_source" "server/udev"
[     6.238] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     6.239] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     6.242] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     6.242] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[     6.411] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event11"
[     6.411] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[     6.414] (**) Option "AccelerationScheme" "none"
[     6.414] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     6.414] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     6.414] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     6.416] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     6.416] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     6.417] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     6.417] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     6.417] (II) No input driver specified, ignoring this device.
[     6.417] (II) This device may have been added with another device file.
[     6.417] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5)
[     6.417] (II) No input driver specified, ignoring this device.
[     6.417] (II) This device may have been added with another device file.
[     6.417] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[     6.417] (II) No input driver specified, ignoring this device.
[     6.417] (II) This device may have been added with another device file.
[     6.418] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     6.418] (II) No input driver specified, ignoring this device.
[     6.418] (II) This device may have been added with another device file.
[     6.419] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event10)
[     6.419] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.419] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[     6.419] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[     6.419] (**) HP WMI hotkeys: always reports core events
[     6.419] (**) Option "Device" "/dev/input/event10"
[     6.419] (**) Option "_source" "server/udev"
[     6.420] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[     6.420] (II) event10 - HP WMI hotkeys: device is a keyboard
[     6.420] (II) event10 - HP WMI hotkeys: device removed
[     6.560] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event10"
[     6.560] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[     6.560] (**) Option "xkb_layout" "be"
[     6.560] (**) Option "xkb_variant" "oss"
[     6.561] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[     6.561] (II) event10 - HP WMI hotkeys: device is a keyboard
[     6.561] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event4)
[     6.561] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.561] (**) HP Wireless hotkeys: Applying InputClass "system-keyboard"
[     6.561] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[     6.561] (**) HP Wireless hotkeys: always reports core events
[     6.561] (**) Option "Device" "/dev/input/event4"
[     6.561] (**) Option "_source" "server/udev"
[     6.562] (II) event4  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[     6.562] (II) event4  - HP Wireless hotkeys: device is a keyboard
[     6.562] (II) event4  - HP Wireless hotkeys: device removed
[     6.690] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event4"
[     6.690] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 14)
[     6.690] (**) Option "xkb_layout" "be"
[     6.690] (**) Option "xkb_variant" "oss"
[     6.691] (II) event4  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[     6.691] (II) event4  - HP Wireless hotkeys: device is a keyboard
[     6.742] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[     6.742] (II) No input driver specified, ignoring this device.
[     6.742] (II) This device may have been added with another device file.
[     6.743] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[     6.743] (II) No input driver specified, ignoring this device.
[     6.743] (II) This device may have been added with another device file.
[     6.744] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[     6.744] (II) No input driver specified, ignoring this device.
[     6.744] (II) This device may have been added with another device file.
[     6.745] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[     6.745] (II) No input driver specified, ignoring this device.
[     6.745] (II) This device may have been added with another device file.
[     6.745] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[     6.745] (II) No input driver specified, ignoring this device.
[     6.745] (II) This device may have been added with another device file.
[     6.745] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[     6.746] (II) No input driver specified, ignoring this device.
[     6.746] (II) This device may have been added with another device file.
[     6.746] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[     6.746] (II) No input driver specified, ignoring this device.
[     6.746] (II) This device may have been added with another device file.
[     6.746] (II) config/udev: removing device SynPS/2 Synaptics TouchPad
[     6.746] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[     6.890] (II) UnloadModule: "libinput"
[     6.891] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[     6.891] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     6.891] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     6.891] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.891] (**) Option "Device" "/dev/input/event11"
[     6.891] (**) Option "_source" "server/udev"
[     6.893] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     6.894] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     6.898] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     6.898] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[     7.021] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event11"
[     7.021] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[     7.026] (**) Option "AccelerationScheme" "none"
[     7.026] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     7.026] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     7.026] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     7.029] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     7.032] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     7.037] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     7.040] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     7.040] (II) No input driver specified, ignoring this device.
[     7.040] (II) This device may have been added with another device file.
[     7.560] (II) intel(0): EDID vendor "AUO", prod id 16445
[     7.560] (II) intel(0): Printing DDC gathered Modelines:
[     7.560] (II) intel(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[     7.560] (II) intel(0): Modeline "1920x1080"x0.0   94.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (44.7 kHz e)
[    40.818] (II) config/udev: Adding input device M585/M590 Mouse (/dev/input/mouse1)
[    40.819] (II) No input driver specified, ignoring this device.
[    40.819] (II) This device may have been added with another device file.
[    40.973] (II) config/udev: Adding input device M585/M590 Keyboard (/dev/input/event19)
[    40.973] (**) M585/M590 Keyboard: Applying InputClass "libinput keyboard catchall"
[    40.973] (**) M585/M590 Keyboard: Applying InputClass "system-keyboard"
[    40.973] (II) Using input driver 'libinput' for 'M585/M590 Keyboard'
[    40.973] (**) M585/M590 Keyboard: always reports core events
[    40.973] (**) Option "Device" "/dev/input/event19"
[    40.973] (**) Option "_source" "server/udev"
[    40.973] (II) event19 - M585/M590 Keyboard: is tagged by udev as: Keyboard
[    40.973] (II) event19 - M585/M590 Keyboard: device is a keyboard
[    40.974] (II) event19 - M585/M590 Keyboard: device removed
[    41.020] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B01B.0001/input/input20/event19"
[    41.020] (II) XINPUT: Adding extended input device "M585/M590 Keyboard" (type: KEYBOARD, id 15)
[    41.020] (**) Option "xkb_layout" "be"
[    41.020] (**) Option "xkb_variant" "oss"
[    41.021] (II) event19 - M585/M590 Keyboard: is tagged by udev as: Keyboard
[    41.021] (II) event19 - M585/M590 Keyboard: device is a keyboard
[    41.022] (II) config/udev: Adding input device M585/M590 Mouse (/dev/input/event20)
[    41.022] (**) M585/M590 Mouse: Applying InputClass "libinput pointer catchall"
[    41.022] (II) Using input driver 'libinput' for 'M585/M590 Mouse'
[    41.022] (**) M585/M590 Mouse: always reports core events
[    41.022] (**) Option "Device" "/dev/input/event20"
[    41.022] (**) Option "_source" "server/udev"
[    41.023] (II) event20 - M585/M590 Mouse: is tagged by udev as: Mouse
[    41.023] (II) event20 - M585/M590 Mouse: device is a pointer
[    41.140] (II) event20 - M585/M590 Mouse: device removed
[    41.280] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B01B.0001/input/input21/event20"
[    41.280] (II) XINPUT: Adding extended input device "M585/M590 Mouse" (type: MOUSE, id 16)
[    41.282] (**) Option "AccelerationScheme" "none"
[    41.284] (**) M585/M590 Mouse: (accel) selected scheme none/0
[    41.284] (**) M585/M590 Mouse: (accel) acceleration factor: 2.000
[    41.284] (**) M585/M590 Mouse: (accel) acceleration threshold: 4
[    41.286] (II) event20 - M585/M590 Mouse: is tagged by udev as: Mouse
[    41.286] (II) event20 - M585/M590 Mouse: device is a pointer
[    65.674] (EE) event20 - M585/M590 Mouse: client bug: event processing lagging behind by 23ms, your system is too slow
[    65.674] (EE) client bug: timer event20 debounce short: scheduled expiry is in the past (-11ms), your system is too slow
[   236.147] (EE) client bug: timer event20 debounce short: scheduled expiry is in the past (-8ms), your system is too slow
Je suppose que le le log Xorg.8.org est spécifique à ma carte nvidia...

Code : Tout sélectionner

cat /var/log/Xorg.8.log
[  1499.492] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[  1499.492] Build Operating System: Linux Arch Linux
[  1499.492] Current Operating System: Linux ArchiHPPavillion 5.10.27-1-lts #1 SMP Tue, 30 Mar 2021 13:22:29 +0000 x86_64
[  1499.492] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=c980ba51-6ea5-45e9-92be-2bf8839bf580 rw loglevel=3 quiet
[  1499.492] Build Date: 14 December 2020  12:10:29PM
[  1499.492]  
[  1499.492] Current version of pixman: 0.40.0
[  1499.492] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1499.492] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1499.492] (==) Log file: "/var/log/Xorg.8.log", Time: Wed Apr  7 13:15:27 2021
[  1499.493] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[  1499.493] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[  1499.493] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1499.493] (==) ServerLayout "Layout0"
[  1499.493] (==) No screen section available. Using defaults.
[  1499.493] (**) |-->Screen "Default Screen Section" (0)
[  1499.493] (**) |   |-->Monitor "<default monitor>"
[  1499.493] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1499.493] (**) |   |-->Device "DiscreteNvidia"
[  1499.493] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1499.493] (**) Option "AutoAddDevices" "false"
[  1499.493] (**) Option "AutoAddGPU" "false"
[  1499.493] (**) Not automatically adding devices
[  1499.493] (==) Automatically enabling devices
[  1499.493] (**) Not automatically adding GPU devices
[  1499.493] (==) Automatically binding GPU devices
[  1499.493] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1499.493] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1499.493] 	Entry deleted from font path.
[  1499.493] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[  1499.493] 	Entry deleted from font path.
[  1499.493] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[  1499.493] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1499.493] 	Entry deleted from font path.
[  1499.493] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1".
[  1499.493] 	Entry deleted from font path.
[  1499.493] 	(Run 'mkfontdir' on "/usr/share/fonts/Type1").
[  1499.493] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1499.493] 	Entry deleted from font path.
[  1499.493] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1499.493] 	Entry deleted from font path.
[  1499.493] (==) FontPath set to:
	
[  1499.493] (++) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  1499.493] (==) |-->Input Device "<default pointer>"
[  1499.493] (==) |-->Input Device "<default keyboard>"
[  1499.493] (==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
[  1499.493] (==) The core keyboard device wasn't specified explicitly in the layout.
	Using the default keyboard configuration.
[  1499.493] (II) Module ABI versions:
[  1499.493] 	X.Org ANSI C Emulation: 0.4
[  1499.493] 	X.Org Video Driver: 24.1
[  1499.493] 	X.Org XInput driver : 24.1
[  1499.493] 	X.Org Server Extension : 10.0
[  1499.494] (--) using VT number 7

[  1499.494] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1499.494] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1499.494] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[  1499.496] (--) PCI:*(1@0:0:0) 10de:1d10:103c:84ba rev 161, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00005000/128
[  1499.496] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1499.496] (II) LoadModule: "glx"
[  1499.496] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1499.497] (II) Module glx: vendor="X.Org Foundation"
[  1499.497] 	compiled for 1.20.10, module version = 1.0.0
[  1499.497] 	ABI class: X.Org Server Extension, version 10.0
[  1499.497] (II) LoadModule: "nvidia"
[  1499.497] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1499.498] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1499.498] 	compiled for 1.6.99.901, module version = 1.0.0
[  1499.498] 	Module class: X.Org Video Driver
[  1499.498] (II) LoadModule: "mouse"
[  1499.498] (WW) Warning, couldn't open module mouse
[  1499.498] (EE) Failed to load module "mouse" (module does not exist, 0)
[  1499.498] (II) LoadModule: "kbd"
[  1499.498] (WW) Warning, couldn't open module kbd
[  1499.498] (EE) Failed to load module "kbd" (module does not exist, 0)
[  1499.498] (II) NVIDIA dlloader X Driver  460.67  Thu Mar 11 00:09:07 UTC 2021
[  1499.498] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1499.498] (II) Loading sub module "fb"
[  1499.498] (II) LoadModule: "fb"
[  1499.498] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1499.498] (II) Module fb: vendor="X.Org Foundation"
[  1499.498] 	compiled for 1.20.10, module version = 1.0.0
[  1499.498] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1499.498] (II) Loading sub module "wfb"
[  1499.498] (II) LoadModule: "wfb"
[  1499.498] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1499.498] (II) Module wfb: vendor="X.Org Foundation"
[  1499.498] 	compiled for 1.20.10, module version = 1.0.0
[  1499.499] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1499.499] (II) Loading sub module "ramdac"
[  1499.499] (II) LoadModule: "ramdac"
[  1499.499] (II) Module "ramdac" already built-in
[  1499.499] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1499.499] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  1499.499] (==) NVIDIA(0): RGB weight 888
[  1499.499] (==) NVIDIA(0): Default visual is TrueColor
[  1499.499] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1499.499] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[  1499.499] (**) NVIDIA(0): Option "UseEDID" "false"
[  1499.499] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[  1499.499] (**) NVIDIA(0): Enabling 2D acceleration
[  1499.499] (**) NVIDIA(0): Ignoring EDIDs
[  1499.499] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[  1499.499] (**) NVIDIA(0):     mode
[  1499.499] (II) Loading sub module "glxserver_nvidia"
[  1499.499] (II) LoadModule: "glxserver_nvidia"
[  1499.499] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  1499.506] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1499.506] 	compiled for 1.6.99.901, module version = 1.0.0
[  1499.506] 	Module class: X.Org Server Extension
[  1499.506] (II) NVIDIA GLX Module  460.67  Thu Mar 11 00:06:44 UTC 2021
[  1499.506] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1499.690] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[  1499.690] (WW) NVIDIA:     used.
[  1499.690] (II) NVIDIA(0): NVIDIA GPU GeForce MX150 (GP108-A) at PCI:1:0:0 (GPU-0)
[  1499.690] (--) NVIDIA(0): Memory: 4194304 kBytes
[  1499.690] (--) NVIDIA(0): VideoBIOS: 86.08.27.00.07
[  1499.690] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[  1499.690] (II) NVIDIA(0): Validated MetaModes:
[  1499.690] (II) NVIDIA(0):     "NULL"
[  1499.690] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  1499.690] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  1499.690] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  1499.691] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[  1499.691] (II) NVIDIA:     access.
[  1499.694] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1499.694] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1499.694] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1499.694] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1499.694] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1499.694] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1499.694] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1499.694] (II) NVIDIA(0):     Config Options in the README.
[  1499.714] (II) NVIDIA(0): Setting mode "NULL"
[  1499.717] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1499.717] (==) NVIDIA(0): Backing store enabled
[  1499.717] (==) NVIDIA(0): Silken mouse disabled
[  1499.717] (==) NVIDIA(0): DPMS enabled
[  1499.717] (WW) NVIDIA(0): Option "NoLogo" is not used
[  1499.717] (II) Loading sub module "dri2"
[  1499.717] (II) LoadModule: "dri2"
[  1499.717] (II) Module "dri2" already built-in
[  1499.717] (II) NVIDIA(0): [DRI2] Setup complete
[  1499.717] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1499.717] (II) Initializing extension Generic Event Extension
[  1499.717] (II) Initializing extension SHAPE
[  1499.717] (II) Initializing extension MIT-SHM
[  1499.717] (II) Initializing extension XInputExtension
[  1499.717] (II) Initializing extension XTEST
[  1499.717] (II) Initializing extension BIG-REQUESTS
[  1499.717] (II) Initializing extension SYNC
[  1499.717] (II) Initializing extension XKEYBOARD
[  1499.718] (II) Initializing extension XC-MISC
[  1499.718] (II) Initializing extension SECURITY
[  1499.718] (II) Initializing extension XFIXES
[  1499.718] (II) Initializing extension RENDER
[  1499.718] (II) Initializing extension RANDR
[  1499.718] (II) Initializing extension COMPOSITE
[  1499.718] (II) Initializing extension DAMAGE
[  1499.718] (II) Initializing extension MIT-SCREEN-SAVER
[  1499.718] (II) Initializing extension DOUBLE-BUFFER
[  1499.718] (II) Initializing extension RECORD
[  1499.718] (II) Initializing extension DPMS
[  1499.718] (II) Initializing extension Present
[  1499.718] (II) Initializing extension DRI3
[  1499.718] (II) Initializing extension X-Resource
[  1499.719] (II) Initializing extension XVideo
[  1499.719] (II) Initializing extension XVideo-MotionCompensation
[  1499.719] (II) Initializing extension GLX
[  1499.719] (II) Initializing extension GLX
[  1499.719] (II) Indirect GLX disabled.
[  1499.719] (II) GLX: Another vendor is already registered for screen 0
[  1499.719] (II) Initializing extension XFree86-VidModeExtension
[  1499.719] (II) Initializing extension XFree86-DGA
[  1499.719] (II) Initializing extension XFree86-DRI
[  1499.719] (II) Initializing extension DRI2
[  1499.719] (II) Initializing extension NV-GLX
[  1499.719] (II) Initializing extension NV-CONTROL
[  1499.737] (II) LoadModule: "mouse"
[  1499.737] (WW) Warning, couldn't open module mouse
[  1499.737] (EE) Failed to load module "mouse" (module does not exist, 0)
[  1499.737] (EE) No input driver matching `mouse'
[  1499.737] (II) Falling back to input driver `libinput'
[  1499.737] (II) LoadModule: "libinput"
[  1499.737] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1499.738] (II) Module libinput: vendor="X.Org Foundation"
[  1499.738] 	compiled for 1.20.10, module version = 1.0.0
[  1499.738] 	Module class: X.Org XInput Driver
[  1499.738] 	ABI class: X.Org XInput driver, version 24.1
[  1499.738] (II) Using input driver 'libinput' for '<default pointer>'
[  1499.738] (**) Option "CorePointer" "on"
[  1499.738] (**) <default pointer>: always reports core events
[  1499.738] (EE) PreInit returned 2 for "<default pointer>"
[  1499.738] (II) UnloadModule: "libinput"
[  1499.738] (II) LoadModule: "kbd"
[  1499.738] (WW) Warning, couldn't open module kbd
[  1499.738] (EE) Failed to load module "kbd" (module does not exist, 0)
[  1499.738] (EE) No input driver matching `kbd'
[  1499.738] (II) Falling back to input driver `libinput'
[  1499.738] (II) Using input driver 'libinput' for '<default keyboard>'
[  1499.738] (**) Option "CoreKeyboard" "on"
[  1499.738] (**) <default keyboard>: always reports core events
[  1499.738] (EE) PreInit returned 2 for "<default keyboard>"
[  1499.738] (II) UnloadModule: "libinput"
[  1499.746] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1499.746] (II) AutoAddDevices is off - not adding device.
[  1499.747] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  1499.747] (II) AutoAddDevices is off - not adding device.
[  1499.747] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[  1499.747] (II) AutoAddDevices is off - not adding device.
[  1499.747] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1499.747] (II) AutoAddDevices is off - not adding device.
[  1499.748] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1499.748] (II) AutoAddDevices is off - not adding device.
[  1499.748] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1499.748] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1499.748] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[  1499.748] (II) config/udev: Adding input device HP Wide Vision HD Camera: HP Wi (/dev/input/event9)
[  1499.748] (II) AutoAddDevices is off - not adding device.
[  1499.748] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[  1499.748] (II) AutoAddDevices is off - not adding device.
[  1499.749] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[  1499.749] (II) AutoAddDevices is off - not adding device.
[  1499.749] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[  1499.749] (II) AutoAddDevices is off - not adding device.
[  1499.749] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[  1499.749] (II) AutoAddDevices is off - not adding device.
[  1499.749] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[  1499.749] (II) AutoAddDevices is off - not adding device.
[  1499.750] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[  1499.750] (II) AutoAddDevices is off - not adding device.
[  1499.750] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[  1499.750] (II) AutoAddDevices is off - not adding device.
[  1499.750] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  1499.750] (II) AutoAddDevices is off - not adding device.
[  1499.751] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event18)
[  1499.751] (II) AutoAddDevices is off - not adding device.
[  1499.751] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1499.751] (II) AutoAddDevices is off - not adding device.
[  1499.751] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5)
[  1499.751] (II) AutoAddDevices is off - not adding device.
[  1499.752] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[  1499.752] (II) AutoAddDevices is off - not adding device.
[  1499.752] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  1499.752] (II) AutoAddDevices is off - not adding device.
[  1499.753] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event10)
[  1499.753] (II) AutoAddDevices is off - not adding device.
[  1499.754] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event4)
[  1499.754] (II) AutoAddDevices is off - not adding device.
[  1499.754] (II) config/udev: Adding input device M585/M590 Keyboard (/dev/input/event19)
[  1499.754] (II) AutoAddDevices is off - not adding device.
[  1499.754] (II) config/udev: Adding input device M585/M590 Mouse (/dev/input/event20)
[  1499.754] (II) AutoAddDevices is off - not adding device.
[  1499.755] (II) config/udev: Adding input device M585/M590 Mouse (/dev/input/mouse1)
[  1499.755] (II) AutoAddDevices is off - not adding device.
[  1499.921] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1499.921] (II) Server terminated successfully (0). Closing log file.
Avatar de l’utilisateur
PowaBanga
archer de cavalerie
Messages : 175
Inscription : mar. 12 sept. 2017, 21:15

Re: [Vulkan] avec optimus, semble ne pas fonctionner, ni avec intel, ni avec Nvidia

Message par PowaBanga »

ok, il fallait aussi supprimer amdvlk, et ceci a aidé aussi :

Code : Tout sélectionner

export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json:/usr/share/vulkan/icd.d/nv_vulkan_wrapper.json
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Vulkan] avec optimus, semble ne pas fonctionner, ni avec intel, ni avec Nvidia (Résolu)

Message par benjarobin »

J'avais bien indiqué de désinstaller amdvlk...
VK_ICD_FILENAMES n'est nécessaire que si tu as installé des vulkan driver qui ne sont pas pour ta machine.
Donc VK_ICD_FILENAMES devrait être inutile, si tu en as toujours besoin, c'est que tu as toujours installé trop de vulkan driver
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre