Mageia 7 et activation de kms pour le driver propriétaire nvidia

vouf Membre non connecté
-
- Voir le profil du membre vouf
- Inscrit le : 16/08/2008
- Groupes :
Je veux lancer une expérimentation vis à vis du driver propriétaire nvidia avec le kernel 5. Je souhaiterai activer kms, le Kernel mode setting avec le driver propriétaire nvidia, à ne pas confondre avec [url=Dynamic Kernel Module Support]DKMS, le Dynamic Kernel Module Support[/url]. Le premier permet d'améliorer l'affichage des le boot, le second active la compilation automatique de composant à charger au démarrage en cas de mise à jour de noyau (virtualbox, drivers nvidia, AMD, etc..) Cela permettrait entre autre d'avoir un boot plus joli. A noter que ce mode fonctionne nativement avec les drivers libres intel, amdgpu et nouveau.
Actuellement, quand on installe le driver propriétaire nvidia, est ajouté au niveau des options du boot du noyau nokmsboot. On force donc la non activation de ce mode qui est disponible depuis la version 364.12. . C'est d'ailleurs documenté ici dans la documentation nvidia.
Bref, je veux lancer la discussion et partager nos tests respectifs. Cela va nous obliger à rentrer dans les entrailles de la bête pour les plus expérimentés et dans le fonctionnement de mageia. L'idée est de bien comprendre la mécanique mis en oeuvre.
Selon la documentation, pour activer drm kms :
Citation :
Le support de KMS DRM de NVIDIA est toujours considéré comme expérimental. Il est désactivé par défaut, mais peut être activé sur des noyaux appropriés avec le paramètre de module de noyau 'modeset'. Par exemple,
modprobe -r nvidia-drm; modprobe nvidia-drm modeset = 1
modprobe -r nvidia-drm; modprobe nvidia-drm modeset = 1
Sur le wiki d'archilinux on a :
Citation :
nvidia 364.16 ajoute la prise en charge du paramètre de mode noyau DRM (Direct Rendering Manager). Pour activer cette fonctionnalité, ajoutez le paramètre de noyau nvidia-drm.modeset = 1, puis ajoutez nvidia, nvidia_modeset, nvidia_uvm et nvidia_drm aux initramfs conformément à Mkinitcpio # MODULES.
N'oubliez pas de lancer mkinitcpio chaque fois qu'il y a une mise à jour du pilote nvidia. Voir #Pacman hook pour automatiser ces étapes.
N'oubliez pas de lancer mkinitcpio chaque fois qu'il y a une mise à jour du pilote nvidia. Voir #Pacman hook pour automatiser ces étapes.
A creuser dans les prochains jours, mais je suppose, que pour commencer, il faut oter nokmsboot et ajouter dans les paramètres du noyau. Après, il doit avoir des machins complémentaires à faire au niveau du initramfs....
Mageia 9 64 bits Plasma - Asus Prime Z690-P D4 -Intel Core i5 12600 K- 32 Go Kingston Fury Renegade DDR4-3600 Mhz- Gigabyte Nvidia RTX 3060 - Go-M2 Samsung Evo 970 1Tb-SSD 512 Gb Samsung Evo 960 -SSD 512 Gb Crucial M5

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
Car j'ai le processeur qui est une carte graphique intel, la carte vidéo qui est une Nvidia, et elle meme à des pilotes libres nommés Nouveau et des pilotes propriétaires.
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

vouf Membre non connecté
-
- Voir le profil du membre vouf
- Inscrit le : 16/08/2008
- Groupes :
J'irai voir dans /var/log/Xorg.0.log et regarder les modules chargés avec la commande lsmod. J'irai jeter un oeil au niveau /etc/X11/xorg.conf pour voir quel driver est chargé.
Mageia 9 64 bits Plasma - Asus Prime Z690-P D4 -Intel Core i5 12600 K- 32 Go Kingston Fury Renegade DDR4-3600 Mhz- Gigabyte Nvidia RTX 3060 - Go-M2 Samsung Evo 970 1Tb-SSD 512 Gb Samsung Evo 960 -SSD 512 Gb Crucial M5

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
Caché :
$ cat /var/log/Xorg.0.log | xclip -i
[ 10.315] (--) Log file renamed from "/var/log/Xorg.pid-4941.log" to "/var/log/Xorg.0.log"
[ 10.315]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 10.315] Build Operating System: rabbit 4.14.104-server-2.mga6
[ 10.315] Current Operating System: Linux jabztop 5.0.1-desktop-1.mga7 #1 SMP Sun Mar 10 09:47:49 UTC 2019 x86_64
[ 10.315] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.1-desktop-1.mga7 root=UUID=2cbc79ae-8fa3-4a9d-a30d-1971e35a51fc ro splash quiet noiswmd audit=0
[ 10.315] Build Date: 08 March 2019 09:10:11AM
[ 10.315] Build ID: x11-server 1.20.4-2.mga7
[ 10.315] Current version of pixman: 0.38.0
[ 10.315] Before reporting problems, check https://bugs.mageia.org
to make sure that you have the latest version.
[ 10.315] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.315] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 12 21:07:44 2019
[ 10.317] (==) Using config file: "/etc/X11/xorg.conf"
[ 10.317] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10.317] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10.319] (==) ServerLayout "layout1"
[ 10.319] (**) |-->Screen "screen1" (0)
[ 10.319] (**) | |-->Monitor "monitor1"
[ 10.319] (**) | |-->Device "device1"
[ 10.319] (**) Option "DontZap" "False"
[ 10.319] (**) Option "AllowMouseOpenFail"
[ 10.319] (==) Automatically adding devices
[ 10.319] (==) Automatically enabling devices
[ 10.319] (==) Automatically adding GPU devices
[ 10.319] (==) Automatically binding GPU devices
[ 10.319] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10.319] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[ 10.319] (**) ModulePath set to "/usr/lib64/xorg/extra-modules,/usr/lib64/xorg/modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 10.319] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 10.319] (II) Loader magic: 0x617d40
[ 10.319] (II) Module ABI versions:
[ 10.319] X.Org ANSI C Emulation: 0.4
[ 10.319] X.Org Video Driver: 24.0
[ 10.319] X.Org XInput driver : 24.1
[ 10.319] X.Org Server Extension : 10.0
[ 10.319] (++) using VT number 1
[ 10.319] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 10.320] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 10.320] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10.327] (--) PCI:*(0@0:2:0) 8086:0416:1043:17bd rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 10.327] (--) PCI: (1@0:0:0) 10de:139a:1043:17bd rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 10.327] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10.327] (II) "glx" will be loaded by default.
[ 10.327] (II) LoadModule: "v4l"
[ 10.328] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[ 10.328] (II) Module v4l: vendor="X.Org Foundation"
[ 10.328] compiled for 1.20.1, module version = 0.1.1
[ 10.328] ABI class: X.Org Video Driver, version 24.0
[ 10.328] (II) LoadModule: "glx"
[ 10.328] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 10.329] (II) Module glx: vendor="X.Org Foundation"
[ 10.329] compiled for 1.20.4, module version = 1.0.0
[ 10.329] ABI class: X.Org Server Extension, version 10.0
[ 10.329] (II) LoadModule: "intel"
[ 10.329] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 10.331] (II) Module intel: vendor="X.Org Foundation"
[ 10.331] compiled for 1.20.4, module version = 2.99.917
[ 10.331] Module class: X.Org Video Driver
[ 10.331] ABI class: X.Org Video Driver, version 24.0
[ 10.331] (II) v4l driver for Video4Linux overlay mode (V4L2)
[ 10.331] (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
[ 10.331] (II) intel: Driver for Intel(R) HD Graphics
[ 10.331] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 10.331] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 10.331] (WW) Falling back to old probe method for v4l
[ 10.331] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20181204
[ 10.344] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[ 10.344] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 10.344] (II) intel(0): Creating default Display subsection in Screen section
"screen1" for depth/fbbpp 24/32
[ 10.344] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 10.344] (==) intel(0): RGB weight 888
[ 10.344] (==) intel(0): Default visual is TrueColor
[ 10.345] (II) intel(0): Output eDP1 using monitor section monitor1
[ 10.345] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 10.345] (II) intel(0): Enabled output eDP1
[ 10.345] (II) intel(0): Output DP1 has no monitor section
[ 10.345] (II) intel(0): Enabled output DP1
[ 10.345] (II) intel(0): Output HDMI1 has no monitor section
[ 10.345] (II) intel(0): Enabled output HDMI1
[ 10.345] (II) intel(0): Output HDMI2 has no monitor section
[ 10.345] (II) intel(0): Enabled output HDMI2
[ 10.345] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 10.345] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 10.345] (II) intel(0): Enabled output VIRTUAL1
[ 10.345] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 10.345] (==) intel(0): TearFree disabled
[ 10.345] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10.345] (==) intel(0): DPI set to (96, 96)
[ 10.345] (II) Loading sub module "dri3"
[ 10.345] (II) LoadModule: "dri3"
[ 10.345] (II) Module "dri3" already built-in
[ 10.345] (II) Loading sub module "dri2"
[ 10.345] (II) LoadModule: "dri2"
[ 10.345] (II) Module "dri2" already built-in
[ 10.345] (II) Loading sub module "present"
[ 10.345] (II) LoadModule: "present"
[ 10.345] (II) Module "present" already built-in
[ 10.347] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 10.347] (==) intel(0): Backing store enabled
[ 10.347] (==) intel(0): Silken mouse enabled
[ 10.347] (II) intel(0): HW Cursor enabled
[ 10.347] (**) intel(0): DPMS enabled
[ 10.347] (==) intel(0): Display hotplug detection enabled
[ 10.403] (EE) v4l: /dev/video0: no overlay support
[ 10.405] (EE) v4l: /dev/video1: no overlay support
[ 10.405] (II) intel(0): [DRI2] Setup complete
[ 10.405] (II) intel(0): [DRI2] DRI driver: i965
[ 10.405] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 10.405] (II) intel(0): direct rendering: DRI2 enabled
[ 10.405] (II) intel(0): hardware support for Present enabled
[ 10.405] (II) Initializing extension Generic Event Extension
[ 10.405] (II) Initializing extension SHAPE
[ 10.405] (II) Initializing extension MIT-SHM
[ 10.405] (II) Initializing extension XInputExtension
[ 10.405] (II) Initializing extension XTEST
[ 10.405] (II) Initializing extension BIG-REQUESTS
[ 10.405] (II) Initializing extension SYNC
[ 10.405] (II) Initializing extension XKEYBOARD
[ 10.405] (II) Initializing extension XC-MISC
[ 10.405] (II) Initializing extension XFIXES
[ 10.405] (II) Initializing extension RENDER
[ 10.405] (II) Initializing extension RANDR
[ 10.405] (II) Initializing extension COMPOSITE
[ 10.405] (II) Initializing extension DAMAGE
[ 10.405] (II) Initializing extension MIT-SCREEN-SAVER
[ 10.405] (II) Initializing extension DOUBLE-BUFFER
[ 10.405] (II) Initializing extension RECORD
[ 10.405] (II) Initializing extension DPMS
[ 10.405] (II) Initializing extension Present
[ 10.405] (II) Initializing extension DRI3
[ 10.405] (II) Initializing extension X-Resource
[ 10.405] (II) Initializing extension XVideo
[ 10.405] (II) Initializing extension XVideo-MotionCompensation
[ 10.405] (II) Initializing extension GLX
[ 10.424] (II) AIGLX: Loaded and initialized i965
[ 10.424] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 10.424] (II) Initializing extension XFree86-VidModeExtension
[ 10.424] (II) Initializing extension XFree86-DGA
[ 10.424] (II) Initializing extension XFree86-DRI
[ 10.424] (II) Initializing extension DRI2
[ 10.426] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 10.442] (II) intel(0): Setting screen physical size to 508 x 285
[ 10.482] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 10.482] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.482] (**) Power Button: Applying InputClass "system-keyboard"
[ 10.482] (II) LoadModule: "libinput"
[ 10.482] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 10.483] (II) Module libinput: vendor="X.Org Foundation"
[ 10.483] compiled for 1.20.3, module version = 0.28.2
[ 10.483] Module class: X.Org XInput Driver
[ 10.483] ABI class: X.Org XInput driver, version 24.1
[ 10.483] (II) Using input driver 'libinput' for 'Power Button'
[ 10.483] (**) Power Button: always reports core events
[ 10.483] (**) Option "Device" "/dev/input/event3"
[ 10.483] (**) Option "_source" "server/udev"
[ 10.492] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 10.492] (II) event3 - Power Button: device is a keyboard
[ 10.492] (II) event3 - Power Button: device removed
[ 10.501] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[ 10.501] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10.501] (**) Option "xkb_model" "pc105"
[ 10.501] (**) Option "xkb_layout" "fr"
[ 10.501] (**) Option "xkb_options" "compose:rwin"
[ 10.514] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 10.514] (II) event3 - Power Button: device is a keyboard
[ 10.514] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[ 10.514] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 10.514] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[ 10.514] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 10.514] (**) Asus Wireless Radio Control: always reports core events
[ 10.514] (**) Option "Device" "/dev/input/event6"
[ 10.514] (**) Option "_source" "server/udev"
[ 10.514] (II) event6 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 10.514] (II) event6 - Asus Wireless Radio Control: device is a keyboard
[ 10.515] (II) event6 - Asus Wireless Radio Control: device removed
[ 10.534] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input10/event6"
[ 10.534] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[ 10.534] (**) Option "xkb_model" "pc105"
[ 10.534] (**) Option "xkb_layout" "fr"
[ 10.534] (**) Option "xkb_options" "compose:rwin"
[ 10.534] (II) event6 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 10.534] (II) event6 - Asus Wireless Radio Control: device is a keyboard
[ 10.534] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 10.534] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 10.534] (**) Video Bus: Applying InputClass "system-keyboard"
[ 10.534] (II) Using input driver 'libinput' for 'Video Bus'
[ 10.534] (**) Video Bus: always reports core events
[ 10.534] (**) Option "Device" "/dev/input/event5"
[ 10.534] (**) Option "_source" "server/udev"
[ 10.535] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 10.535] (II) event5 - Video Bus: device is a keyboard
[ 10.535] (II) event5 - Video Bus: device removed
[ 10.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event5"
[ 10.548] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 10.548] (**) Option "xkb_model" "pc105"
[ 10.548] (**) Option "xkb_layout" "fr"
[ 10.548] (**) Option "xkb_options" "compose:rwin"
[ 10.548] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 10.548] (II) event5 - Video Bus: device is a keyboard
[ 10.549] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 10.549] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 10.549] (**) Video Bus: Applying InputClass "system-keyboard"
[ 10.549] (II) Using input driver 'libinput' for 'Video Bus'
[ 10.549] (**) Video Bus: always reports core events
[ 10.549] (**) Option "Device" "/dev/input/event4"
[ 10.549] (**) Option "_source" "server/udev"
[ 10.549] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 10.549] (II) event4 - Video Bus: device is a keyboard
[ 10.549] (II) event4 - Video Bus: device removed
[ 10.556] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4e/LNXVIDEO:00/input/input8/event4"
[ 10.556] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 10.556] (**) Option "xkb_model" "pc105"
[ 10.556] (**) Option "xkb_layout" "fr"
[ 10.556] (**) Option "xkb_options" "compose:rwin"
[ 10.557] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 10.557] (II) event4 - Video Bus: device is a keyboard
[ 10.557] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 10.557] (II) No input driver specified, ignoring this device.
[ 10.557] (II) This device may have been added with another device file.
[ 10.557] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 10.557] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 10.557] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 10.557] (II) Using input driver 'libinput' for 'Sleep Button'
[ 10.557] (**) Sleep Button: always reports core events
[ 10.557] (**) Option "Device" "/dev/input/event2"
[ 10.558] (**) Option "_source" "server/udev"
[ 10.558] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 10.558] (II) event2 - Sleep Button: device is a keyboard
[ 10.558] (II) event2 - Sleep Button: device removed
[ 10.566] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
[ 10.566] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 10.566] (**) Option "xkb_model" "pc105"
[ 10.566] (**) Option "xkb_layout" "fr"
[ 10.566] (**) Option "xkb_options" "compose:rwin"
[ 10.566] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 10.566] (II) event2 - Sleep Button: device is a keyboard
[ 10.567] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[ 10.567] (II) No input driver specified, ignoring this device.
[ 10.567] (II) This device may have been added with another device file.
[ 10.567] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event9)
[ 10.567] (II) No input driver specified, ignoring this device.
[ 10.567] (II) This device may have been added with another device file.
[ 10.567] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event10)
[ 10.567] (II) No input driver specified, ignoring this device.
[ 10.567] (II) This device may have been added with another device file.
[ 10.568] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event11)
[ 10.568] (II) No input driver specified, ignoring this device.
[ 10.568] (II) This device may have been added with another device file.
[ 10.568] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event12)
[ 10.568] (II) No input driver specified, ignoring this device.
[ 10.568] (II) This device may have been added with another device file.
[ 10.568] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event14)
[ 10.568] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[ 10.568] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[ 10.568] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[ 10.568] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[ 10.568] (**) Option "Device" "/dev/input/event14"
[ 10.568] (**) Option "_source" "server/udev"
[ 10.569] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[ 10.569] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[ 10.569] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[ 10.589] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input22/event14"
[ 10.589] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 11)
[ 10.589] (**) Option "xkb_model" "pc105"
[ 10.589] (**) Option "xkb_layout" "fr"
[ 10.589] (**) Option "xkb_options" "compose:rwin"
[ 10.590] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[ 10.590] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[ 10.590] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 10.590] (II) No input driver specified, ignoring this device.
[ 10.590] (II) This device may have been added with another device file.
[ 10.590] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event15)
[ 10.590] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[ 10.590] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[ 10.590] (**) Logitech USB Receiver: always reports core events
[ 10.590] (**) Option "Device" "/dev/input/event15"
[ 10.590] (**) Option "_source" "server/udev"
[ 10.642] (II) event15 - Logitech USB Receiver: is tagged by udev as: Mouse
[ 10.642] (II) event15 - Logitech USB Receiver: device set to 1000 DPI
[ 10.642] (II) event15 - Logitech USB Receiver: device is a pointer
[ 10.642] (II) event15 - Logitech USB Receiver: device removed
[ 10.662] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:046D:C52F.0001/input/input23/event15"
[ 10.662] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
[ 10.662] (**) Option "AccelerationScheme" "none"
[ 10.662] (**) Logitech USB Receiver: (accel) selected scheme none/0
[ 10.662] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 10.662] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 10.714] (II) event15 - Logitech USB Receiver: is tagged by udev as: Mouse
[ 10.714] (II) event15 - Logitech USB Receiver: device set to 1000 DPI
[ 10.714] (II) event15 - Logitech USB Receiver: device is a pointer
[ 10.715] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 10.715] (II) No input driver specified, ignoring this device.
[ 10.715] (II) This device may have been added with another device file.
[ 10.715] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event16)
[ 10.715] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.715] (**) Logitech USB Receiver Consumer Control: Applying InputClass "system-keyboard"
[ 10.715] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[ 10.715] (**) Logitech USB Receiver Consumer Control: always reports core events
[ 10.715] (**) Option "Device" "/dev/input/event16"
[ 10.715] (**) Option "_source" "server/udev"
[ 10.716] (II) event16 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[ 10.716] (II) event16 - Logitech USB Receiver Consumer Control: device is a keyboard
[ 10.716] (II) event16 - Logitech USB Receiver Consumer Control: device removed
[ 10.726] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[ 10.726] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:046D:C52F.0002/input/input24/event16"
[ 10.726] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 13)
[ 10.726] (**) Option "AccelerationScheme" "none"
[ 10.726] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[ 10.726] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 10.726] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[ 10.727] (II) event16 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[ 10.727] (II) event16 - Logitech USB Receiver Consumer Control: device is a keyboard
[ 10.727] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[ 10.727] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 10.727] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[ 10.727] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 10.727] (**) Asus WMI hotkeys: always reports core events
[ 10.727] (**) Option "Device" "/dev/input/event7"
[ 10.727] (**) Option "_source" "server/udev"
[ 10.727] (II) event7 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 10.727] (II) event7 - Asus WMI hotkeys: device is a keyboard
[ 10.727] (II) event7 - Asus WMI hotkeys: device removed
[ 10.742] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event7"
[ 10.742] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[ 10.742] (**) Option "xkb_model" "pc105"
[ 10.742] (**) Option "xkb_layout" "fr"
[ 10.742] (**) Option "xkb_options" "compose:rwin"
[ 10.742] (II) event7 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 10.742] (II) event7 - Asus WMI hotkeys: device is a keyboard
[ 10.743] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 10.743] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 10.743] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 10.743] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 10.743] (**) AT Translated Set 2 keyboard: always reports core events
[ 10.743] (**) Option "Device" "/dev/input/event0"
[ 10.743] (**) Option "_source" "server/udev"
[ 10.743] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 10.743] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 10.744] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 10.754] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 10.754] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 10.754] (**) Option "xkb_model" "pc105"
[ 10.754] (**) Option "xkb_layout" "fr"
[ 10.754] (**) Option "xkb_options" "compose:rwin"
[ 10.754] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 10.754] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 10.755] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event17)
[ 10.755] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 10.755] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 10.755] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 10.755] (**) Option "Device" "/dev/input/event17"
[ 10.755] (**) Option "_source" "server/udev"
[ 10.756] (II) event17 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 10.756] (II) event17 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 10.756] (II) event17 - ETPS/2 Elantech Touchpad: device removed
[ 10.782] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input21/event17"
[ 10.782] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 16)
[ 10.782] (**) Option "AccelerationScheme" "none"
[ 10.782] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 10.782] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 10.782] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 10.783] (II) event17 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 10.784] (II) event17 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 10.784] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 10.784] (II) No input driver specified, ignoring this device.
[ 10.784] (II) This device may have been added with another device file.
[ 10.792] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.792] (**) Logitech USB Receiver Consumer Control: Applying InputClass "system-keyboard"
[ 10.792] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[ 10.792] (**) Logitech USB Receiver Consumer Control: always reports core events
[ 10.792] (**) Option "Device" "/dev/input/event16"
[ 10.792] (**) Option "_source" "_driver/libinput"
[ 10.792] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[ 10.792] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:046D:C52F.0002/input/input24/event16"
[ 10.792] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 17)
[ 10.792] (**) Option "xkb_model" "pc105"
[ 10.792] (**) Option "xkb_layout" "fr"
[ 10.792] (**) Option "xkb_options" "compose:rwin"
[ 10.794] (EE) Failed to open authorization file "/var/run/sddm/{72f48538-3edd-4ebe-811e-ecdac3b55136}": No such file or directory
[ 12.348] (II) intel(0): EDID vendor "LGD", prod id 1132
[ 12.348] (II) intel(0): Printing DDC gathered Modelines:
[ 12.348] (II) intel(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[ 19.121] (II) event17 - ETPS/2 Elantech Touchpad: device removed
[ 10.315] (--) Log file renamed from "/var/log/Xorg.pid-4941.log" to "/var/log/Xorg.0.log"
[ 10.315]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 10.315] Build Operating System: rabbit 4.14.104-server-2.mga6
[ 10.315] Current Operating System: Linux jabztop 5.0.1-desktop-1.mga7 #1 SMP Sun Mar 10 09:47:49 UTC 2019 x86_64
[ 10.315] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.1-desktop-1.mga7 root=UUID=2cbc79ae-8fa3-4a9d-a30d-1971e35a51fc ro splash quiet noiswmd audit=0
[ 10.315] Build Date: 08 March 2019 09:10:11AM
[ 10.315] Build ID: x11-server 1.20.4-2.mga7
[ 10.315] Current version of pixman: 0.38.0
[ 10.315] Before reporting problems, check https://bugs.mageia.org
to make sure that you have the latest version.
[ 10.315] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.315] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 12 21:07:44 2019
[ 10.317] (==) Using config file: "/etc/X11/xorg.conf"
[ 10.317] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10.317] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10.319] (==) ServerLayout "layout1"
[ 10.319] (**) |-->Screen "screen1" (0)
[ 10.319] (**) | |-->Monitor "monitor1"
[ 10.319] (**) | |-->Device "device1"
[ 10.319] (**) Option "DontZap" "False"
[ 10.319] (**) Option "AllowMouseOpenFail"
[ 10.319] (==) Automatically adding devices
[ 10.319] (==) Automatically enabling devices
[ 10.319] (==) Automatically adding GPU devices
[ 10.319] (==) Automatically binding GPU devices
[ 10.319] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10.319] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[ 10.319] (**) ModulePath set to "/usr/lib64/xorg/extra-modules,/usr/lib64/xorg/modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 10.319] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 10.319] (II) Loader magic: 0x617d40
[ 10.319] (II) Module ABI versions:
[ 10.319] X.Org ANSI C Emulation: 0.4
[ 10.319] X.Org Video Driver: 24.0
[ 10.319] X.Org XInput driver : 24.1
[ 10.319] X.Org Server Extension : 10.0
[ 10.319] (++) using VT number 1
[ 10.319] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 10.320] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 10.320] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10.327] (--) PCI:*(0@0:2:0) 8086:0416:1043:17bd rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 10.327] (--) PCI: (1@0:0:0) 10de:139a:1043:17bd rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 10.327] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10.327] (II) "glx" will be loaded by default.
[ 10.327] (II) LoadModule: "v4l"
[ 10.328] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[ 10.328] (II) Module v4l: vendor="X.Org Foundation"
[ 10.328] compiled for 1.20.1, module version = 0.1.1
[ 10.328] ABI class: X.Org Video Driver, version 24.0
[ 10.328] (II) LoadModule: "glx"
[ 10.328] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 10.329] (II) Module glx: vendor="X.Org Foundation"
[ 10.329] compiled for 1.20.4, module version = 1.0.0
[ 10.329] ABI class: X.Org Server Extension, version 10.0
[ 10.329] (II) LoadModule: "intel"
[ 10.329] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 10.331] (II) Module intel: vendor="X.Org Foundation"
[ 10.331] compiled for 1.20.4, module version = 2.99.917
[ 10.331] Module class: X.Org Video Driver
[ 10.331] ABI class: X.Org Video Driver, version 24.0
[ 10.331] (II) v4l driver for Video4Linux overlay mode (V4L2)
[ 10.331] (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
[ 10.331] (II) intel: Driver for Intel(R) HD Graphics
[ 10.331] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 10.331] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 10.331] (WW) Falling back to old probe method for v4l
[ 10.331] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20181204
[ 10.344] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[ 10.344] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 10.344] (II) intel(0): Creating default Display subsection in Screen section
"screen1" for depth/fbbpp 24/32
[ 10.344] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 10.344] (==) intel(0): RGB weight 888
[ 10.344] (==) intel(0): Default visual is TrueColor
[ 10.345] (II) intel(0): Output eDP1 using monitor section monitor1
[ 10.345] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 10.345] (II) intel(0): Enabled output eDP1
[ 10.345] (II) intel(0): Output DP1 has no monitor section
[ 10.345] (II) intel(0): Enabled output DP1
[ 10.345] (II) intel(0): Output HDMI1 has no monitor section
[ 10.345] (II) intel(0): Enabled output HDMI1
[ 10.345] (II) intel(0): Output HDMI2 has no monitor section
[ 10.345] (II) intel(0): Enabled output HDMI2
[ 10.345] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 10.345] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 10.345] (II) intel(0): Enabled output VIRTUAL1
[ 10.345] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 10.345] (==) intel(0): TearFree disabled
[ 10.345] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10.345] (==) intel(0): DPI set to (96, 96)
[ 10.345] (II) Loading sub module "dri3"
[ 10.345] (II) LoadModule: "dri3"
[ 10.345] (II) Module "dri3" already built-in
[ 10.345] (II) Loading sub module "dri2"
[ 10.345] (II) LoadModule: "dri2"
[ 10.345] (II) Module "dri2" already built-in
[ 10.345] (II) Loading sub module "present"
[ 10.345] (II) LoadModule: "present"
[ 10.345] (II) Module "present" already built-in
[ 10.347] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 10.347] (==) intel(0): Backing store enabled
[ 10.347] (==) intel(0): Silken mouse enabled
[ 10.347] (II) intel(0): HW Cursor enabled
[ 10.347] (**) intel(0): DPMS enabled
[ 10.347] (==) intel(0): Display hotplug detection enabled
[ 10.403] (EE) v4l: /dev/video0: no overlay support
[ 10.405] (EE) v4l: /dev/video1: no overlay support
[ 10.405] (II) intel(0): [DRI2] Setup complete
[ 10.405] (II) intel(0): [DRI2] DRI driver: i965
[ 10.405] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 10.405] (II) intel(0): direct rendering: DRI2 enabled
[ 10.405] (II) intel(0): hardware support for Present enabled
[ 10.405] (II) Initializing extension Generic Event Extension
[ 10.405] (II) Initializing extension SHAPE
[ 10.405] (II) Initializing extension MIT-SHM
[ 10.405] (II) Initializing extension XInputExtension
[ 10.405] (II) Initializing extension XTEST
[ 10.405] (II) Initializing extension BIG-REQUESTS
[ 10.405] (II) Initializing extension SYNC
[ 10.405] (II) Initializing extension XKEYBOARD
[ 10.405] (II) Initializing extension XC-MISC
[ 10.405] (II) Initializing extension XFIXES
[ 10.405] (II) Initializing extension RENDER
[ 10.405] (II) Initializing extension RANDR
[ 10.405] (II) Initializing extension COMPOSITE
[ 10.405] (II) Initializing extension DAMAGE
[ 10.405] (II) Initializing extension MIT-SCREEN-SAVER
[ 10.405] (II) Initializing extension DOUBLE-BUFFER
[ 10.405] (II) Initializing extension RECORD
[ 10.405] (II) Initializing extension DPMS
[ 10.405] (II) Initializing extension Present
[ 10.405] (II) Initializing extension DRI3
[ 10.405] (II) Initializing extension X-Resource
[ 10.405] (II) Initializing extension XVideo
[ 10.405] (II) Initializing extension XVideo-MotionCompensation
[ 10.405] (II) Initializing extension GLX
[ 10.424] (II) AIGLX: Loaded and initialized i965
[ 10.424] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 10.424] (II) Initializing extension XFree86-VidModeExtension
[ 10.424] (II) Initializing extension XFree86-DGA
[ 10.424] (II) Initializing extension XFree86-DRI
[ 10.424] (II) Initializing extension DRI2
[ 10.426] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 10.442] (II) intel(0): Setting screen physical size to 508 x 285
[ 10.482] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 10.482] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.482] (**) Power Button: Applying InputClass "system-keyboard"
[ 10.482] (II) LoadModule: "libinput"
[ 10.482] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 10.483] (II) Module libinput: vendor="X.Org Foundation"
[ 10.483] compiled for 1.20.3, module version = 0.28.2
[ 10.483] Module class: X.Org XInput Driver
[ 10.483] ABI class: X.Org XInput driver, version 24.1
[ 10.483] (II) Using input driver 'libinput' for 'Power Button'
[ 10.483] (**) Power Button: always reports core events
[ 10.483] (**) Option "Device" "/dev/input/event3"
[ 10.483] (**) Option "_source" "server/udev"
[ 10.492] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 10.492] (II) event3 - Power Button: device is a keyboard
[ 10.492] (II) event3 - Power Button: device removed
[ 10.501] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[ 10.501] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10.501] (**) Option "xkb_model" "pc105"
[ 10.501] (**) Option "xkb_layout" "fr"
[ 10.501] (**) Option "xkb_options" "compose:rwin"
[ 10.514] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 10.514] (II) event3 - Power Button: device is a keyboard
[ 10.514] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[ 10.514] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 10.514] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[ 10.514] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 10.514] (**) Asus Wireless Radio Control: always reports core events
[ 10.514] (**) Option "Device" "/dev/input/event6"
[ 10.514] (**) Option "_source" "server/udev"
[ 10.514] (II) event6 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 10.514] (II) event6 - Asus Wireless Radio Control: device is a keyboard
[ 10.515] (II) event6 - Asus Wireless Radio Control: device removed
[ 10.534] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input10/event6"
[ 10.534] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[ 10.534] (**) Option "xkb_model" "pc105"
[ 10.534] (**) Option "xkb_layout" "fr"
[ 10.534] (**) Option "xkb_options" "compose:rwin"
[ 10.534] (II) event6 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 10.534] (II) event6 - Asus Wireless Radio Control: device is a keyboard
[ 10.534] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 10.534] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 10.534] (**) Video Bus: Applying InputClass "system-keyboard"
[ 10.534] (II) Using input driver 'libinput' for 'Video Bus'
[ 10.534] (**) Video Bus: always reports core events
[ 10.534] (**) Option "Device" "/dev/input/event5"
[ 10.534] (**) Option "_source" "server/udev"
[ 10.535] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 10.535] (II) event5 - Video Bus: device is a keyboard
[ 10.535] (II) event5 - Video Bus: device removed
[ 10.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event5"
[ 10.548] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 10.548] (**) Option "xkb_model" "pc105"
[ 10.548] (**) Option "xkb_layout" "fr"
[ 10.548] (**) Option "xkb_options" "compose:rwin"
[ 10.548] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 10.548] (II) event5 - Video Bus: device is a keyboard
[ 10.549] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 10.549] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 10.549] (**) Video Bus: Applying InputClass "system-keyboard"
[ 10.549] (II) Using input driver 'libinput' for 'Video Bus'
[ 10.549] (**) Video Bus: always reports core events
[ 10.549] (**) Option "Device" "/dev/input/event4"
[ 10.549] (**) Option "_source" "server/udev"
[ 10.549] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 10.549] (II) event4 - Video Bus: device is a keyboard
[ 10.549] (II) event4 - Video Bus: device removed
[ 10.556] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4e/LNXVIDEO:00/input/input8/event4"
[ 10.556] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 10.556] (**) Option "xkb_model" "pc105"
[ 10.556] (**) Option "xkb_layout" "fr"
[ 10.556] (**) Option "xkb_options" "compose:rwin"
[ 10.557] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 10.557] (II) event4 - Video Bus: device is a keyboard
[ 10.557] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 10.557] (II) No input driver specified, ignoring this device.
[ 10.557] (II) This device may have been added with another device file.
[ 10.557] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 10.557] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 10.557] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 10.557] (II) Using input driver 'libinput' for 'Sleep Button'
[ 10.557] (**) Sleep Button: always reports core events
[ 10.557] (**) Option "Device" "/dev/input/event2"
[ 10.558] (**) Option "_source" "server/udev"
[ 10.558] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 10.558] (II) event2 - Sleep Button: device is a keyboard
[ 10.558] (II) event2 - Sleep Button: device removed
[ 10.566] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
[ 10.566] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 10.566] (**) Option "xkb_model" "pc105"
[ 10.566] (**) Option "xkb_layout" "fr"
[ 10.566] (**) Option "xkb_options" "compose:rwin"
[ 10.566] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 10.566] (II) event2 - Sleep Button: device is a keyboard
[ 10.567] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[ 10.567] (II) No input driver specified, ignoring this device.
[ 10.567] (II) This device may have been added with another device file.
[ 10.567] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event9)
[ 10.567] (II) No input driver specified, ignoring this device.
[ 10.567] (II) This device may have been added with another device file.
[ 10.567] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event10)
[ 10.567] (II) No input driver specified, ignoring this device.
[ 10.567] (II) This device may have been added with another device file.
[ 10.568] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event11)
[ 10.568] (II) No input driver specified, ignoring this device.
[ 10.568] (II) This device may have been added with another device file.
[ 10.568] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event12)
[ 10.568] (II) No input driver specified, ignoring this device.
[ 10.568] (II) This device may have been added with another device file.
[ 10.568] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event14)
[ 10.568] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[ 10.568] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[ 10.568] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[ 10.568] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[ 10.568] (**) Option "Device" "/dev/input/event14"
[ 10.568] (**) Option "_source" "server/udev"
[ 10.569] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[ 10.569] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[ 10.569] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[ 10.589] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input22/event14"
[ 10.589] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 11)
[ 10.589] (**) Option "xkb_model" "pc105"
[ 10.589] (**) Option "xkb_layout" "fr"
[ 10.589] (**) Option "xkb_options" "compose:rwin"
[ 10.590] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[ 10.590] (II) event14 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[ 10.590] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 10.590] (II) No input driver specified, ignoring this device.
[ 10.590] (II) This device may have been added with another device file.
[ 10.590] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event15)
[ 10.590] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[ 10.590] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[ 10.590] (**) Logitech USB Receiver: always reports core events
[ 10.590] (**) Option "Device" "/dev/input/event15"
[ 10.590] (**) Option "_source" "server/udev"
[ 10.642] (II) event15 - Logitech USB Receiver: is tagged by udev as: Mouse
[ 10.642] (II) event15 - Logitech USB Receiver: device set to 1000 DPI
[ 10.642] (II) event15 - Logitech USB Receiver: device is a pointer
[ 10.642] (II) event15 - Logitech USB Receiver: device removed
[ 10.662] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:046D:C52F.0001/input/input23/event15"
[ 10.662] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
[ 10.662] (**) Option "AccelerationScheme" "none"
[ 10.662] (**) Logitech USB Receiver: (accel) selected scheme none/0
[ 10.662] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 10.662] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 10.714] (II) event15 - Logitech USB Receiver: is tagged by udev as: Mouse
[ 10.714] (II) event15 - Logitech USB Receiver: device set to 1000 DPI
[ 10.714] (II) event15 - Logitech USB Receiver: device is a pointer
[ 10.715] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 10.715] (II) No input driver specified, ignoring this device.
[ 10.715] (II) This device may have been added with another device file.
[ 10.715] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event16)
[ 10.715] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.715] (**) Logitech USB Receiver Consumer Control: Applying InputClass "system-keyboard"
[ 10.715] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[ 10.715] (**) Logitech USB Receiver Consumer Control: always reports core events
[ 10.715] (**) Option "Device" "/dev/input/event16"
[ 10.715] (**) Option "_source" "server/udev"
[ 10.716] (II) event16 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[ 10.716] (II) event16 - Logitech USB Receiver Consumer Control: device is a keyboard
[ 10.716] (II) event16 - Logitech USB Receiver Consumer Control: device removed
[ 10.726] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[ 10.726] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:046D:C52F.0002/input/input24/event16"
[ 10.726] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 13)
[ 10.726] (**) Option "AccelerationScheme" "none"
[ 10.726] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[ 10.726] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 10.726] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[ 10.727] (II) event16 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[ 10.727] (II) event16 - Logitech USB Receiver Consumer Control: device is a keyboard
[ 10.727] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[ 10.727] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 10.727] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[ 10.727] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 10.727] (**) Asus WMI hotkeys: always reports core events
[ 10.727] (**) Option "Device" "/dev/input/event7"
[ 10.727] (**) Option "_source" "server/udev"
[ 10.727] (II) event7 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 10.727] (II) event7 - Asus WMI hotkeys: device is a keyboard
[ 10.727] (II) event7 - Asus WMI hotkeys: device removed
[ 10.742] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event7"
[ 10.742] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[ 10.742] (**) Option "xkb_model" "pc105"
[ 10.742] (**) Option "xkb_layout" "fr"
[ 10.742] (**) Option "xkb_options" "compose:rwin"
[ 10.742] (II) event7 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 10.742] (II) event7 - Asus WMI hotkeys: device is a keyboard
[ 10.743] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 10.743] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 10.743] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 10.743] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 10.743] (**) AT Translated Set 2 keyboard: always reports core events
[ 10.743] (**) Option "Device" "/dev/input/event0"
[ 10.743] (**) Option "_source" "server/udev"
[ 10.743] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 10.743] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 10.744] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 10.754] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 10.754] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 10.754] (**) Option "xkb_model" "pc105"
[ 10.754] (**) Option "xkb_layout" "fr"
[ 10.754] (**) Option "xkb_options" "compose:rwin"
[ 10.754] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 10.754] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 10.755] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event17)
[ 10.755] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 10.755] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 10.755] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 10.755] (**) Option "Device" "/dev/input/event17"
[ 10.755] (**) Option "_source" "server/udev"
[ 10.756] (II) event17 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 10.756] (II) event17 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 10.756] (II) event17 - ETPS/2 Elantech Touchpad: device removed
[ 10.782] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input21/event17"
[ 10.782] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 16)
[ 10.782] (**) Option "AccelerationScheme" "none"
[ 10.782] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 10.782] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 10.782] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 10.783] (II) event17 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 10.784] (II) event17 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 10.784] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 10.784] (II) No input driver specified, ignoring this device.
[ 10.784] (II) This device may have been added with another device file.
[ 10.792] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.792] (**) Logitech USB Receiver Consumer Control: Applying InputClass "system-keyboard"
[ 10.792] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[ 10.792] (**) Logitech USB Receiver Consumer Control: always reports core events
[ 10.792] (**) Option "Device" "/dev/input/event16"
[ 10.792] (**) Option "_source" "_driver/libinput"
[ 10.792] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[ 10.792] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:046D:C52F.0002/input/input24/event16"
[ 10.792] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 17)
[ 10.792] (**) Option "xkb_model" "pc105"
[ 10.792] (**) Option "xkb_layout" "fr"
[ 10.792] (**) Option "xkb_options" "compose:rwin"
[ 10.794] (EE) Failed to open authorization file "/var/run/sddm/{72f48538-3edd-4ebe-811e-ecdac3b55136}": No such file or directory
[ 12.348] (II) intel(0): EDID vendor "LGD", prod id 1132
[ 12.348] (II) intel(0): Printing DDC gathered Modelines:
[ 12.348] (II) intel(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[ 19.121] (II) event17 - ETPS/2 Elantech Touchpad: device removed
j'utilise uniquement le coprocesseur graphique d'intel, même si, d'après lsmod
Caché :
#lsmod | xclip -i
Module Size Used by
ccm 20480 3
rfcomm 86016 2
ip6t_REJECT 16384 4
nf_reject_ipv6 20480 1 ip6t_REJECT
xt_comment 16384 20
ip6table_mangle 16384 1
ip6table_nat 16384 0
nf_nat_ipv6 16384 1 ip6table_nat
ip6table_raw 16384 1
nf_log_ipv6 16384 6
ip6table_filter 16384 1
ip6_tables 36864 24 ip6table_filter,ip6table_raw,ip6table_nat,ip6table_mangle
xt_recent 24576 2
ipt_IFWLOG 16384 19
ipt_psd 61440 1
xt_set 16384 2
ip_set_hash_ip 40960 2
ip_set 53248 2 ip_set_hash_ip,xt_set
ipt_REJECT 16384 4
nf_reject_ipv4 16384 1 ipt_REJECT
xt_multiport 20480 10
xt_conntrack 16384 31
xt_hashlimit 20480 12
xt_addrtype 16384 13
xt_mark 16384 2
iptable_mangle 16384 1
iptable_nat 16384 0
nf_nat_ipv4 16384 1 iptable_nat
xt_CT 16384 36
xt_tcpudp 20480 59
iptable_raw 16384 1
nfnetlink_log 20480 0
xt_NFLOG 16384 0
nf_log_ipv4 16384 6
nf_log_common 16384 2 nf_log_ipv4,nf_log_ipv6
xt_LOG 20480 12
nf_nat_tftp 16384 0
nf_nat_snmp_basic 20480 0
nf_conntrack_snmp 16384 3 nf_nat_snmp_basic
nf_nat_sip 20480 0
nf_nat_pptp 20480 0
nf_nat_irc 20480 0
nf_nat_h323 24576 0
nf_nat_ftp 20480 0
nf_nat_amanda 16384 0
ts_kmp 16384 5
nf_conntrack_amanda 16384 5 nf_nat_amanda
nf_nat 40960 9 nf_nat_irc,nf_nat_ftp,nf_nat_ipv6,nf_nat_ipv4,nf_nat_tftp,nf_nat_amanda,nf_nat_pptp,nf_nat_h323,nf_nat_sip
nf_conntrack_sane 20480 4
nf_conntrack_tftp 20480 5 nf_nat_tftp
nf_conntrack_sip 36864 5 nf_nat_sip
nf_conntrack_pptp 20480 3 nf_nat_pptp
nf_conntrack_proto_gre 20480 1 nf_conntrack_pptp
nf_conntrack_netlink 53248 0
nfnetlink 16384 3 nf_conntrack_netlink,ip_set,nfnetlink_log
nf_conntrack_netbios_ns 16384 2
nf_conntrack_broadcast 16384 2 nf_conntrack_netbios_ns,nf_conntrack_snmp
nf_conntrack_irc 20480 3 nf_nat_irc
nf_conntrack_h323 77824 9 nf_nat_h323
nf_conntrack_ftp 24576 5 nf_nat_ftp
nf_conntrack 151552 26 xt_conntrack,nf_nat_irc,nf_nat,nf_conntrack_tftp,nf_nat_ftp,nf_conntrack_pptp,nf_nat_ipv6,nf_conntrack_netbios_ns,nf_conntrack_sane,nf_nat_ipv4,nf_nat_tftp,nf_nat_amanda,nf_conntrack_sip,nf_conntrack_h323,nf_nat_pptp,nf_conntrack_broadcast,nf_conntrack_irc,nf_conntrack_amanda,nf_conntrack_netlink,nf_conntrack_proto_gre,nf_conntrack_ftp,xt_CT,nf_nat_h323,nf_conntrack_snmp,nf_nat_snmp_basic,nf_nat_sip
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
iptable_filter 16384 1
af_packet 45056 4
bnep 28672 2
vboxnetadp 28672 0
vboxnetflt 32768 0
vboxdrv 491520 2 vboxnetadp,vboxnetflt
msr 16384 0
nls_utf8 16384 1
nls_cp437 20480 1
vfat 20480 1
fat 86016 1 vfat
arc4 16384 2
joydev 28672 0
intel_rapl 28672 0
x86_pkg_temp_thermal 20480 0
intel_powerclamp 20480 0
coretemp 20480 0
hid_generic 16384 0
kvm_intel 274432 0
kvm 737280 1 kvm_intel
btusb 57344 0
iTCO_wdt 16384 0
gpio_ich 16384 0
iTCO_vendor_support 16384 1 iTCO_wdt
btbcm 16384 1 btusb
btrtl 20480 1 btusb
btintel 28672 1 btusb
bluetooth 610304 31 btrtl,btintel,btbcm,bnep,btusb,rfcomm
uvcvideo 114688 0
irqbypass 16384 1 kvm
videobuf2_vmalloc 20480 1 uvcvideo
videobuf2_memops 20480 1 videobuf2_vmalloc
videobuf2_v4l2 28672 1 uvcvideo
crc32_pclmul 16384 0
videobuf2_common 57344 2 videobuf2_v4l2,uvcvideo
crc32c_intel 24576 1
videodev 221184 3 videobuf2_v4l2,uvcvideo,videobuf2_common
usbhid 61440 0
ghash_clmulni_intel 16384 0
ecdh_generic 24576 1 bluetooth
media 57344 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
hid 143360 3 usbhid,hid_generic
iwlmvm 352256 0
aesni_intel 372736 2
mac80211 827392 1 iwlmvm
aes_x86_64 20480 1 aesni_intel
crypto_simd 16384 1 aesni_intel
cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel
glue_helper 16384 1 aesni_intel
intel_cstate 16384 0
intel_uncore 135168 0
intel_rapl_perf 16384 0
iwlwifi 274432 1 iwlmvm
thermal 20480 0
snd_hda_codec_realtek 122880 1
psmouse 172032 0
snd_hda_codec_generic 90112 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 61440 1
ledtrig_audio 16384 2 snd_hda_codec_generic,snd_hda_codec_realtek
input_leds 16384 0
asus_nb_wmi 28672 0
asus_wmi 32768 1 asus_nb_wmi
snd_hda_intel 45056 6
sparse_keymap 16384 1 asus_wmi
cfg80211 786432 3 iwlmvm,iwlwifi,mac80211
snd_hda_codec 155648 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
battery 20480 0
asus_wireless 20480 0
i2c_i801 36864 0
ac 16384 0
snd_hda_core 98304 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 143360 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
r8169 90112 0
lpc_ich 28672 0
realtek 20480 0
snd_timer 40960 1 snd_pcm
libphy 86016 3 r8169,realtek
snd 102400 20 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm
rtsx_pci_ms 24576 0
mei_me 45056 0
memstick 20480 1 rtsx_pci_ms
rfkill 28672 9 asus_wmi,bluetooth,cfg80211
soundcore 16384 1 snd
mei 118784 1 mei_me
ie31200_edac 16384 0
vboxsf 36864 0
vboxguest 45056 1 vboxsf
cuse 16384 3
fuse 122880 8 cuse
sch_fq_codel 20480 6
evdev 24576 30
nvram 16384 0
loop 36864 0
dm_crypt 40960 0
dm_mod 147456 1 dm_crypt
efivarfs 16384 1
ip_tables 32768 5 iptable_filter,iptable_raw,iptable_nat,iptable_mangle
x_tables 49152 24 ipt_psd,ip6table_filter,xt_conntrack,ip6table_raw,iptable_filter,xt_LOG,xt_multiport,xt_NFLOG,xt_tcpudp,xt_hashlimit,xt_addrtype,xt_recent,xt_comment,xt_set,ip6_tables,ipt_REJECT,ipt_IFWLOG,xt_CT,iptable_raw,ip_tables,ip6table_mangle,ip6t_REJECT,iptable_mangle,xt_mark
ipv6 528384 227 nf_nat_ipv6,nf_reject_ipv6,ip6table_mangle
crc_ccitt 16384 1 ipv6
autofs4 53248 2
nouveau 2195456 0
rtsx_pci_sdmmc 32768 0
mmc_core 176128 1 rtsx_pci_sdmmc
sr_mod 28672 0
ehci_pci 20480 0
rtsx_pci 77824 2 rtsx_pci_sdmmc,rtsx_pci_ms
ehci_hcd 98304 1 ehci_pci
serio_raw 20480 0
usbcore 294912 5 ehci_pci,usbhid,uvcvideo,ehci_hcd,btusb
ttm 114688 1 nouveau
usb_common 16384 1 usbcore
i915 1794048 22
i2c_algo_bit 16384 2 i915,nouveau
drm_kms_helper 196608 2 i915,nouveau
mxm_wmi 16384 1 nouveau
video 49152 3 asus_wmi,i915,nouveau
wmi 32768 3 asus_wmi,mxm_wmi,nouveau
button 16384 1 nouveau
drm 475136 25 drm_kms_helper,i915,ttm,nouveau
Module Size Used by
ccm 20480 3
rfcomm 86016 2
ip6t_REJECT 16384 4
nf_reject_ipv6 20480 1 ip6t_REJECT
xt_comment 16384 20
ip6table_mangle 16384 1
ip6table_nat 16384 0
nf_nat_ipv6 16384 1 ip6table_nat
ip6table_raw 16384 1
nf_log_ipv6 16384 6
ip6table_filter 16384 1
ip6_tables 36864 24 ip6table_filter,ip6table_raw,ip6table_nat,ip6table_mangle
xt_recent 24576 2
ipt_IFWLOG 16384 19
ipt_psd 61440 1
xt_set 16384 2
ip_set_hash_ip 40960 2
ip_set 53248 2 ip_set_hash_ip,xt_set
ipt_REJECT 16384 4
nf_reject_ipv4 16384 1 ipt_REJECT
xt_multiport 20480 10
xt_conntrack 16384 31
xt_hashlimit 20480 12
xt_addrtype 16384 13
xt_mark 16384 2
iptable_mangle 16384 1
iptable_nat 16384 0
nf_nat_ipv4 16384 1 iptable_nat
xt_CT 16384 36
xt_tcpudp 20480 59
iptable_raw 16384 1
nfnetlink_log 20480 0
xt_NFLOG 16384 0
nf_log_ipv4 16384 6
nf_log_common 16384 2 nf_log_ipv4,nf_log_ipv6
xt_LOG 20480 12
nf_nat_tftp 16384 0
nf_nat_snmp_basic 20480 0
nf_conntrack_snmp 16384 3 nf_nat_snmp_basic
nf_nat_sip 20480 0
nf_nat_pptp 20480 0
nf_nat_irc 20480 0
nf_nat_h323 24576 0
nf_nat_ftp 20480 0
nf_nat_amanda 16384 0
ts_kmp 16384 5
nf_conntrack_amanda 16384 5 nf_nat_amanda
nf_nat 40960 9 nf_nat_irc,nf_nat_ftp,nf_nat_ipv6,nf_nat_ipv4,nf_nat_tftp,nf_nat_amanda,nf_nat_pptp,nf_nat_h323,nf_nat_sip
nf_conntrack_sane 20480 4
nf_conntrack_tftp 20480 5 nf_nat_tftp
nf_conntrack_sip 36864 5 nf_nat_sip
nf_conntrack_pptp 20480 3 nf_nat_pptp
nf_conntrack_proto_gre 20480 1 nf_conntrack_pptp
nf_conntrack_netlink 53248 0
nfnetlink 16384 3 nf_conntrack_netlink,ip_set,nfnetlink_log
nf_conntrack_netbios_ns 16384 2
nf_conntrack_broadcast 16384 2 nf_conntrack_netbios_ns,nf_conntrack_snmp
nf_conntrack_irc 20480 3 nf_nat_irc
nf_conntrack_h323 77824 9 nf_nat_h323
nf_conntrack_ftp 24576 5 nf_nat_ftp
nf_conntrack 151552 26 xt_conntrack,nf_nat_irc,nf_nat,nf_conntrack_tftp,nf_nat_ftp,nf_conntrack_pptp,nf_nat_ipv6,nf_conntrack_netbios_ns,nf_conntrack_sane,nf_nat_ipv4,nf_nat_tftp,nf_nat_amanda,nf_conntrack_sip,nf_conntrack_h323,nf_nat_pptp,nf_conntrack_broadcast,nf_conntrack_irc,nf_conntrack_amanda,nf_conntrack_netlink,nf_conntrack_proto_gre,nf_conntrack_ftp,xt_CT,nf_nat_h323,nf_conntrack_snmp,nf_nat_snmp_basic,nf_nat_sip
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
iptable_filter 16384 1
af_packet 45056 4
bnep 28672 2
vboxnetadp 28672 0
vboxnetflt 32768 0
vboxdrv 491520 2 vboxnetadp,vboxnetflt
msr 16384 0
nls_utf8 16384 1
nls_cp437 20480 1
vfat 20480 1
fat 86016 1 vfat
arc4 16384 2
joydev 28672 0
intel_rapl 28672 0
x86_pkg_temp_thermal 20480 0
intel_powerclamp 20480 0
coretemp 20480 0
hid_generic 16384 0
kvm_intel 274432 0
kvm 737280 1 kvm_intel
btusb 57344 0
iTCO_wdt 16384 0
gpio_ich 16384 0
iTCO_vendor_support 16384 1 iTCO_wdt
btbcm 16384 1 btusb
btrtl 20480 1 btusb
btintel 28672 1 btusb
bluetooth 610304 31 btrtl,btintel,btbcm,bnep,btusb,rfcomm
uvcvideo 114688 0
irqbypass 16384 1 kvm
videobuf2_vmalloc 20480 1 uvcvideo
videobuf2_memops 20480 1 videobuf2_vmalloc
videobuf2_v4l2 28672 1 uvcvideo
crc32_pclmul 16384 0
videobuf2_common 57344 2 videobuf2_v4l2,uvcvideo
crc32c_intel 24576 1
videodev 221184 3 videobuf2_v4l2,uvcvideo,videobuf2_common
usbhid 61440 0
ghash_clmulni_intel 16384 0
ecdh_generic 24576 1 bluetooth
media 57344 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
hid 143360 3 usbhid,hid_generic
iwlmvm 352256 0
aesni_intel 372736 2
mac80211 827392 1 iwlmvm
aes_x86_64 20480 1 aesni_intel
crypto_simd 16384 1 aesni_intel
cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel
glue_helper 16384 1 aesni_intel
intel_cstate 16384 0
intel_uncore 135168 0
intel_rapl_perf 16384 0
iwlwifi 274432 1 iwlmvm
thermal 20480 0
snd_hda_codec_realtek 122880 1
psmouse 172032 0
snd_hda_codec_generic 90112 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 61440 1
ledtrig_audio 16384 2 snd_hda_codec_generic,snd_hda_codec_realtek
input_leds 16384 0
asus_nb_wmi 28672 0
asus_wmi 32768 1 asus_nb_wmi
snd_hda_intel 45056 6
sparse_keymap 16384 1 asus_wmi
cfg80211 786432 3 iwlmvm,iwlwifi,mac80211
snd_hda_codec 155648 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
battery 20480 0
asus_wireless 20480 0
i2c_i801 36864 0
ac 16384 0
snd_hda_core 98304 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 143360 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
r8169 90112 0
lpc_ich 28672 0
realtek 20480 0
snd_timer 40960 1 snd_pcm
libphy 86016 3 r8169,realtek
snd 102400 20 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm
rtsx_pci_ms 24576 0
mei_me 45056 0
memstick 20480 1 rtsx_pci_ms
rfkill 28672 9 asus_wmi,bluetooth,cfg80211
soundcore 16384 1 snd
mei 118784 1 mei_me
ie31200_edac 16384 0
vboxsf 36864 0
vboxguest 45056 1 vboxsf
cuse 16384 3
fuse 122880 8 cuse
sch_fq_codel 20480 6
evdev 24576 30
nvram 16384 0
loop 36864 0
dm_crypt 40960 0
dm_mod 147456 1 dm_crypt
efivarfs 16384 1
ip_tables 32768 5 iptable_filter,iptable_raw,iptable_nat,iptable_mangle
x_tables 49152 24 ipt_psd,ip6table_filter,xt_conntrack,ip6table_raw,iptable_filter,xt_LOG,xt_multiport,xt_NFLOG,xt_tcpudp,xt_hashlimit,xt_addrtype,xt_recent,xt_comment,xt_set,ip6_tables,ipt_REJECT,ipt_IFWLOG,xt_CT,iptable_raw,ip_tables,ip6table_mangle,ip6t_REJECT,iptable_mangle,xt_mark
ipv6 528384 227 nf_nat_ipv6,nf_reject_ipv6,ip6table_mangle
crc_ccitt 16384 1 ipv6
autofs4 53248 2
nouveau 2195456 0
rtsx_pci_sdmmc 32768 0
mmc_core 176128 1 rtsx_pci_sdmmc
sr_mod 28672 0
ehci_pci 20480 0
rtsx_pci 77824 2 rtsx_pci_sdmmc,rtsx_pci_ms
ehci_hcd 98304 1 ehci_pci
serio_raw 20480 0
usbcore 294912 5 ehci_pci,usbhid,uvcvideo,ehci_hcd,btusb
ttm 114688 1 nouveau
usb_common 16384 1 usbcore
i915 1794048 22
i2c_algo_bit 16384 2 i915,nouveau
drm_kms_helper 196608 2 i915,nouveau
mxm_wmi 16384 1 nouveau
video 49152 3 asus_wmi,i915,nouveau
wmi 32768 3 asus_wmi,mxm_wmi,nouveau
button 16384 1 nouveau
drm 475136 25 drm_kms_helper,i915,ttm,nouveau
le pilote libre nouveau de Xorg est chargé ?
Bien sûr, on peut voir que les options données au noyau au démarrage (d'après # journalctl -b 0 | grep -i boot_image ) est sans nokmsboot :
Caché :
# journalctl -b 0 | xclip -i
mars 12 21:07:37 jabztop kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.1-desktop-1.mga7 root=UUID=2cb[...]51fc ro splash quiet noiswmd audit=0
mars 12 21:07:37 jabztop kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.1-desktop-1.mga7 root=UUID=2cb[...]51fc ro splash quiet noiswmd audit=0
car les pilotes propriétaires ne sont pas installés ?
Édité par Jybz Le 13/03/2019 à 09h08
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

Visiteur
Visiteur
Ce que je crois avoir compris, sans absolument aucune garantie.
Il y a quelques années on démarrait en pilote VESA (norme collective des constructeurs pour faire fonctionner la plupart des écrans) mais bien sûr la définition (1024x768 par ex.) était fixe car la plus généralisée, et, lors de la sortie des écrans à grande déf. ça devenait rikiki, ou déformé si on élargissait à l'écran complet.
Donc, "on" a pris, au niveau du kernel, la décision d'incorporer les principaux drivers graphiques (libres ?) à ce kernel, afin d'avoir dès le boot, une définition (1920x1080 par ex.) fixe => dès que l'écran est reconnu.
A ce que je crois, c'est le KMS qui permet le chargement de ces drivers graphiques dans le kernel...
Dès l'apparition du grub, la définition d'écran est donc normalement réglée à sa juste définition prévue par le constructeur écran.
Ne me demandez pas s'il y a des questions de licence ou si des distribs rivées au "libre" font néanmoins des entorses là-dessus (Intel par ex.), je ne sais pas, toujours est-il que "Nouveau" et "amdgpu" sont, eux, libres, à coup sûr.
Après le lancement du kernel (avec ces drivers incorporés), si une config est implémentée d'un driver proprio, celui-ci prend le relais (voir DKMS plus loin) avant même la fin du boot complet, et on garde aussi, la même définition, bien sûr.
Là, j'ai une interrogation, c'est, si ce démarrage lorsqu'il est fait la première fois s'enregistre bien dans un fichier "initrd" au niveau du kernel ...que "grub" et le chargement de nouveaux kernels (+ un ou deux autres éléments) peuvent venir modifier... (?) Je crois que oui.
Donc, d'après moi, si on ajoute l'option "nokmsboot" les drivers rapportés par kms initialement, ne se chargent pas (ou restent inactifs) et on reste en VESA (ce VESA qui a bien évolué entre autre, et pourrait lui aussi, pomper les infos dans le "initrd" pour avoir l'air moins désuet).
Pour lancer alors, un driver proprio, il faut avoir installé le DKMS. Celui-ci -comme son nom l'indique (Dynamic) est capable "à la volée" d'installer des drivers (pas que graphiques, ex = mon driver WIFI ou autres) et implémente ces drivers (Nvidia proprio par ex.) qui prennent le relais du VESA.
J'aimerais bien avoir confirmation de tout ça -ou de la réalité, encore mieux- pour être moins idiot...
Pour ce que veut faire Vouf, il est donc quasi certain qu'il y a un moyen d'insérer directement le proprio dans le kernel (par le KMS), mais je pense que ça ne peut pas se faire au niveau des distribs qui ont tant d'écrans à servir et aussi des raisons déontologiques (licences "libre" + respect du travail des devs de drivers libres). C'est donc à chacun de procéder à cette manip.
Merci
(Amateurs éclairés prière d'apporter les rectifs.)

vouf Membre non connecté
-
- Voir le profil du membre vouf
- Inscrit le : 16/08/2008
- Groupes :
jybz, oui tu utilises les drivers libres intel et nouveau. Pas de driver propriétaire dans ta config actuellement. J'ai l'impression que tu as un système optimus. C'est un portable ou un pC fixe. Si c'est un PC fixe, tu peux désactiver au niveau du bios la carte graphique intégrée au processeur et n'utiliser que ta carte nvidia.
Nulix, je partage cette analyse. En tout cas j'ai cassé mon grub en jouant aux apprentis sorciers. j'ai :
- enlevé nokmsboot
- ajouter l'option au niveau du kernel "rd.driver.blacklist=nouveau" pour désactiver nouveau au boot
- Ajouter l'option du boot "nvidia-drm.modeset=1"
Bref, ça n'a pas démarré et ça a brisé le grub. J'ai cherché sur le net, mais la documentation est obscure.. A creuser, mais pas simple à comprendre toute cette mécanique.
Mageia 9 64 bits Plasma - Asus Prime Z690-P D4 -Intel Core i5 12600 K- 32 Go Kingston Fury Renegade DDR4-3600 Mhz- Gigabyte Nvidia RTX 3060 - Go-M2 Samsung Evo 970 1Tb-SSD 512 Gb Samsung Evo 960 -SSD 512 Gb Crucial M5

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
vouf :
jybz, oui tu utilises les drivers libres intel et nouveau. Pas de driver propriétaire dans ta config actuellement. J'ai l'impression que tu as un système optimus. C'est un portable ou un pC fixe. Si c'est un PC fixe, tu peux désactiver au niveau du bios la carte graphique intégrée au processeur et n'utiliser que ta carte nvidia.
Merci ! J'utilise un pc portable, donc j'essaie de garder une durée de vie de la batterie supérieur à 20 minutes

Comment as tu vu que j'utilisais Optimus ? (je ne trouve pas le mot dans les résultats des commandes.)
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

marc-andré Membre non connecté
-
- Voir le profil du membre marc-andré
- Inscrit le : 29/09/2015
- Groupes :
je suis cette conversation avec intérêt bien que j'ai du mal à vous suivre, mais c'est instructif;
à vrai dire, je ne me suis jamais préoccupé de ces choses là, car ça marche;
le "nokmsboot" est dans les options de démarrage depuis toujours me semble-t-il (depuis mageia5);
question pilote, j'ai été voir le paquet installé dans le ccm : il s'agit de
"dkms-nvidia340.107-5.mga7.nonfree" ;
d'après ce que dit vouf, c'est à partir de la version 362 que ça change;
je crois donc ne pas être concerné avec mon vieux pilote 340;
en tout cas, ça marche bien depuis 2015 et mageai5 ainsi avec ce pilote!
HP ProDesk ;
Mageia8 Gnome
Liberté et sécurité sont les arguments classiques pour LINUX. En prime il y a aussi la dignité et la confiance ressentie depuis que je suis sous Mageia
Mageia8 Gnome
Liberté et sécurité sont les arguments classiques pour LINUX. En prime il y a aussi la dignité et la confiance ressentie depuis que je suis sous Mageia

vouf Membre non connecté
-
- Voir le profil du membre vouf
- Inscrit le : 16/08/2008
- Groupes :
Je l'ai déduis du fait que deux cartes ont été détectées. Je savais que la technologie optimius associe une carte nvidia pour avoir de la puissance graphique et une carte intel pour avoir de l'autonomie en cas d'usage classique.
Citation :
Optimus s'adresse aux netbooks et ordinateurs portables dont le processeur possède un circuit graphique de faible puissance et auquel est adjoint soit un circuit graphique, soit une carte graphique, dont la consommation diminue l'autonomie de l'ordinateur. Un bon compromis entre autonomie et performances graphiques consiste à choisir au vol celle des deux solutions graphiques le plus appropriée pour chaque application.
Officialisée en février 20101, cette technologie succède au Hybrid-SLI qui consistait à passer du processeur graphique intégré à la carte graphique dédiée et inversement, dans le même but.
L'amélioration notable qu'apporte Optimus dans le monde des processeurs graphiques mobiles est que la transition entre le processeur graphique intégré et GPU se fait de manière totalement transparente pour l'utilisateur. Sous Windows Vista, l'Hybrid-SLI devait être géré de façon manuelle.
Cette technologie est devenue un argument de vente pour les netbooks milieu et haut de gamme qui en bénéficient, bien qu'en octobre 2012 les distributions Linux ne la gèrent pas en natif (il faut dans leur cas installer Bumblebee).
Avec l'arrivée d'AMD dans le secteur des netbooks, une solution concurrente basée sur le même principe est disponible (AMD Enduro (en))
Officialisée en février 20101, cette technologie succède au Hybrid-SLI qui consistait à passer du processeur graphique intégré à la carte graphique dédiée et inversement, dans le même but.
L'amélioration notable qu'apporte Optimus dans le monde des processeurs graphiques mobiles est que la transition entre le processeur graphique intégré et GPU se fait de manière totalement transparente pour l'utilisateur. Sous Windows Vista, l'Hybrid-SLI devait être géré de façon manuelle.
Cette technologie est devenue un argument de vente pour les netbooks milieu et haut de gamme qui en bénéficient, bien qu'en octobre 2012 les distributions Linux ne la gèrent pas en natif (il faut dans leur cas installer Bumblebee).
Avec l'arrivée d'AMD dans le secteur des netbooks, une solution concurrente basée sur le même principe est disponible (AMD Enduro (en))
Pour mageia 7, il est écrit au niveau du wiki
Citation :
Ordinateurs portables avec Optimus
Les propriétaires d’ordinateurs portables NVIDIA Optimus (processeur graphique Intel intégré et GPU NVIDIA discret) disposent maintenant de trois façons de bénéficier de la puissance de leur GPU discret :
Les pilotes libres Nouveau prennent en charge GPU Prime, ce qui peut être utilisé via la variable d’environnement DRI_PRIME=1 (sauf si le pilote NVIDIA propriétaire est exploité par mageia-prime entre autres). Reportez-vous à la documentation de Nouveau pour voir comment configurer Xorg pour utiliser NVIDIA Prime avec DRI3.
Comme dans Mageia 6, le paquet Bumblebee peut être utilisé pour relier le moniteur au GPU NVIDIA, permettant d’accéder à sa puissance de traitement, mais avec une charge additionnelle.
Un nouvel outil expérimental nommé mageia-prime peut être utilisé pour configurer NVIDIA Prime pris en charge par les noyaux Linux récents et les serveurs Xorg. Il permet de passer complètement à l’utilisation du GPU NVIDIA sans la charge de Bumblebee, et est particulièrement adapté pour être utilisé avec CUDA.
Dans les trois cas, lors de la configuration des pilotes graphiques, il suffit de configurer la carte Intel (au moins dans la plupart des configurations Optimus), car elle est généralement la seule connectée physiquement à un moniteur.
Les propriétaires d’ordinateurs portables NVIDIA Optimus (processeur graphique Intel intégré et GPU NVIDIA discret) disposent maintenant de trois façons de bénéficier de la puissance de leur GPU discret :
Les pilotes libres Nouveau prennent en charge GPU Prime, ce qui peut être utilisé via la variable d’environnement DRI_PRIME=1 (sauf si le pilote NVIDIA propriétaire est exploité par mageia-prime entre autres). Reportez-vous à la documentation de Nouveau pour voir comment configurer Xorg pour utiliser NVIDIA Prime avec DRI3.
Comme dans Mageia 6, le paquet Bumblebee peut être utilisé pour relier le moniteur au GPU NVIDIA, permettant d’accéder à sa puissance de traitement, mais avec une charge additionnelle.
Un nouvel outil expérimental nommé mageia-prime peut être utilisé pour configurer NVIDIA Prime pris en charge par les noyaux Linux récents et les serveurs Xorg. Il permet de passer complètement à l’utilisation du GPU NVIDIA sans la charge de Bumblebee, et est particulièrement adapté pour être utilisé avec CUDA.
Dans les trois cas, lors de la configuration des pilotes graphiques, il suffit de configurer la carte Intel (au moins dans la plupart des configurations Optimus), car elle est généralement la seule connectée physiquement à un moniteur.
Mageia 9 64 bits Plasma - Asus Prime Z690-P D4 -Intel Core i5 12600 K- 32 Go Kingston Fury Renegade DDR4-3600 Mhz- Gigabyte Nvidia RTX 3060 - Go-M2 Samsung Evo 970 1Tb-SSD 512 Gb Samsung Evo 960 -SSD 512 Gb Crucial M5
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie