Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 11/07/2018, à 22:51

ystalio

X Error of failed request, MSI GL72 6QF GTX960M

Bonjour !

Après avoir compilé un projet c++ via cmake et qui utilise OpenGL (glbinding, glfw) et eigen, l'erreur suivante intervient lors du lancement de l'éxecutable :

GLX: Failed to create context: BadValue (integer parameter out of range for operation)

Ayant déjà eu des soucis avec ma carte graphique sous ubuntu (https://forum.ubuntu-fr.org/viewtopic.php?id=2016738), je me suis dit que le soucis pourrait bien venir de là...
La solution a mon problème pourrait être d'installer Optimus (https://forum.ubuntu-fr.org/viewtopic.php?id=1230851)
mais... je voudrais d'abord être sûr que ça n'est pas autre chose avant de me lancer dans cette installation.

J'ai retrouvé l'erreur badvalue en tapant glxinfo :

glxinfo
name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  76
  Current serial number in output stream:  77

le fichier Xorg.0.log :

[    21.332] 
X.Org X Server 1.19.5
Release Date: 2017-10-12
[    21.332] X Protocol Version 11, Revision 0
[    21.332] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
[    21.332] Current Operating System: Linux ystalio-GL72-6QF 4.13.0-36-generic #40~16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 2018 x86_64
[    21.332] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-36-generic.efi.signed root=UUID=0f956e25-dee4-4ead-91f1-3cd7eed73628 ro quiet splash vt.handoff=7
[    21.332] Build Date: 24 November 2017  09:44:25AM
[    21.332] xorg-server 2:1.19.5-0ubuntu2~16.04.1 (For technical support please see http://www.ubuntu.com/support) 
[    21.332] Current version of pixman: 0.33.6
[    21.332] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.332] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.332] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  9 19:18:49 2018
[    21.405] (==) Using config file: "/etc/X11/xorg.conf"
[    21.405] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.430] (==) ServerLayout "layout"
[    21.430] (**) |-->Screen "nvidia" (0)
[    21.430] (**) |   |-->Monitor "<default monitor>"
[    21.430] (**) |   |-->Device "nvidia"
[    21.430] (**) |   |-->GPUDevice "nvidia"
[    21.430] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[    21.430] (**) |-->Inactive Device "intel"
[    21.430] (==) Automatically adding devices
[    21.430] (==) Automatically enabling devices
[    21.430] (==) Automatically adding GPU devices
[    21.430] (==) Automatically binding GPU devices
[    21.430] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.430] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    21.430] 	Entry deleted from font path.
[    21.430] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    21.430] 	Entry deleted from font path.
[    21.430] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    21.430] 	Entry deleted from font path.
[    21.430] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    21.430] 	Entry deleted from font path.
[    21.430] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    21.430] 	Entry deleted from font path.
[    21.430] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    21.430] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    21.430] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.430] (II) Loader magic: 0x56192add3e00
[    21.430] (II) Module ABI versions:
[    21.430] 	X.Org ANSI C Emulation: 0.4
[    21.430] 	X.Org Video Driver: 23.0
[    21.430] 	X.Org XInput driver : 24.1
[    21.430] 	X.Org Server Extension : 10.0
[    21.431] (++) using VT number 7

[    21.431] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    21.431] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.431] (II) xfree86: Adding drm device (/dev/dri/card1)
[    21.442] (--) PCI:*(0:0:2:0) 8086:191b:1462:115b rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    21.442] (--) PCI: (0:1:0:0) 10de:139b:1462:115b rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    21.442] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[    21.442] (II) "glx" will be loaded by default.
[    21.442] (II) LoadModule: "glx"
[    21.442] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[    22.592] (II) Module glx: vendor="NVIDIA Corporation"
[    22.592] 	compiled for 4.0.2, module version = 1.0.0
[    22.592] 	Module class: X.Org Server Extension
[    22.592] (II) NVIDIA GLX Module  384.111  Tue Dec 19 22:51:13 PST 2017
[    22.592] (II) LoadModule: "nvidia"
[    22.593] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    22.593] (II) Module nvidia: vendor="NVIDIA Corporation"
[    22.593] 	compiled for 4.0.2, module version = 1.0.0
[    22.593] 	Module class: X.Org Video Driver
[    22.593] (II) LoadModule: "modesetting"
[    22.593] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    22.593] (II) Module modesetting: vendor="X.Org Foundation"
[    22.593] 	compiled for 1.19.5, module version = 1.19.5
[    22.593] 	Module class: X.Org Video Driver
[    22.593] 	ABI class: X.Org Video Driver, version 23.0
[    22.593] (II) NVIDIA dlloader X Driver  384.111  Tue Dec 19 22:25:34 PST 2017
[    22.593] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    22.593] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    22.593] (II) Loading sub module "fb"
[    22.593] (II) LoadModule: "fb"
[    22.643] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.643] (II) Module fb: vendor="X.Org Foundation"
[    22.643] 	compiled for 1.19.5, module version = 1.0.0
[    22.643] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.643] (II) Loading sub module "wfb"
[    22.643] (II) LoadModule: "wfb"
[    22.654] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    22.654] (II) Module wfb: vendor="X.Org Foundation"
[    22.654] 	compiled for 1.19.5, module version = 1.0.0
[    22.654] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.654] (II) Loading sub module "ramdac"
[    22.654] (II) LoadModule: "ramdac"
[    22.654] (II) Module "ramdac" already built-in
[    22.657] (II) modeset(G0): using drv /dev/dri/card1
[    22.657] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[    22.657] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    22.657] (==) NVIDIA(0): RGB weight 888
[    22.657] (==) NVIDIA(0): Default visual is TrueColor
[    22.657] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.657] (**) NVIDIA(0): Option "ConstrainCursor" "off"
[    22.657] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "on"
[    22.657] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
[    22.657] (**) NVIDIA(0): Enabling 2D acceleration
[    22.991] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960M (GM107-A) at PCI:1:0:0 (GPU-0)
[    22.992] (--) NVIDIA(0): Memory: 2097152 kBytes
[    22.992] (--) NVIDIA(0): VideoBIOS: 82.07.94.00.1c
[    22.992] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    22.992] (II) NVIDIA(0): Validated MetaModes:
[    22.992] (II) NVIDIA(0):     "NULL"
[    22.992] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    22.992] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    22.992] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    22.992] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    22.992] (**) modeset(G0): Option "AccelMethod" "None"
[    22.992] (==) modeset(G0): RGB weight 888
[    22.992] (==) modeset(G0): Default visual is TrueColor
[    22.992] (**) modeset(G0): glamor disabled
[    22.992] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[    22.992] (II) modeset(G0): Double-buffered shadow updates: off
[    22.993] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    22.995] (II) modeset(G0): Output DP-1-1 has no monitor section
[    23.004] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    23.014] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[    23.015] (II) modeset(G0): EDID for output eDP-1-1
[    23.015] (II) modeset(G0): Manufacturer: CMN  Model: 1735  Serial#: 0
[    23.015] (II) modeset(G0): Year: 2014  Week: 39
[    23.015] (II) modeset(G0): EDID Version: 1.4
[    23.015] (II) modeset(G0): Digital Display Input
[    23.015] (II) modeset(G0): 6 bits per channel
[    23.015] (II) modeset(G0): Digital interface is DisplayPort
[    23.015] (II) modeset(G0): Max Image Size [cm]: horiz.: 38  vert.: 22
[    23.015] (II) modeset(G0): Gamma: 2.20
[    23.015] (II) modeset(G0): No DPMS capabilities specified
[    23.015] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[    23.015] (II) modeset(G0): First detailed timing is preferred mode
[    23.015] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    23.015] (II) modeset(G0): redX: 0.640 redY: 0.333   greenX: 0.313 greenY: 0.613
[    23.015] (II) modeset(G0): blueX: 0.154 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    23.015] (II) modeset(G0): Manufacturer's mask: 0
[    23.015] (II) modeset(G0): Supported detailed timing:
[    23.015] (II) modeset(G0): clock: 140.0 MHz   Image Size:  382 x 215 mm
[    23.015] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2102 h_border: 0
[    23.015] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1110 v_border: 0
[    23.015] (II) modeset(G0):  N173HGE-E11
[    23.015] (II) modeset(G0):  CMN
[    23.015] (II) modeset(G0):  N173HGE-E11
[    23.015] (II) modeset(G0): EDID (in hex):
[    23.015] (II) modeset(G0): 	00ffffffffffff000dae351700000000
[    23.015] (II) modeset(G0): 	271801049526167802d495a355509d27
[    23.015] (II) modeset(G0): 	0f505400000001010101010101010101
[    23.015] (II) modeset(G0): 	010101010101b03680b670381e403020
[    23.016] (II) modeset(G0): 	35007ed710000018000000fe004e3137
[    23.016] (II) modeset(G0): 	334847452d4531310a20000000fe0043
[    23.016] (II) modeset(G0): 	4d4e0a202020202020202020000000fe
[    23.016] (II) modeset(G0): 	004e3137334847452d4531310a20009c
[    23.016] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    23.016] (II) modeset(G0): Modeline "1920x1080"x60.0  140.00  1920 1968 2000 2102  1080 1083 1088 1110 -hsync -vsync (66.6 kHz eP)
[    23.016] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    23.016] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    23.016] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    23.016] (II) modeset(G0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    23.016] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    23.016] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    23.016] (II) modeset(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    23.016] (II) modeset(G0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    23.016] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    23.016] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    23.016] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    23.016] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    23.016] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    23.016] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    23.016] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    23.016] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    23.016] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    23.016] (II) modeset(G0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    23.016] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    23.016] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    23.016] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    23.016] (II) modeset(G0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    23.016] (II) modeset(G0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    23.016] (II) modeset(G0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    23.016] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    23.016] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    23.016] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    23.016] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    23.018] (II) modeset(G0): EDID for output DP-1-1
[    23.026] (II) modeset(G0): EDID for output HDMI-1-1
[    23.038] (II) modeset(G0): EDID for output HDMI-1-2
[    23.038] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    23.038] (==) modeset(G0): DPI set to (96, 96)
[    23.038] (II) Loading sub module "fb"
[    23.038] (II) LoadModule: "fb"
[    23.038] (II) Loading /usr/lib/xorg/modules/libfb.so
[    23.038] (II) Module fb: vendor="X.Org Foundation"
[    23.038] 	compiled for 1.19.5, module version = 1.0.0
[    23.038] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.038] (II) Loading sub module "shadow"
[    23.038] (II) LoadModule: "shadow"
[    23.038] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    23.038] (II) Module shadow: vendor="X.Org Foundation"
[    23.038] 	compiled for 1.19.5, module version = 1.1.0
[    23.038] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.038] (--) Depth 24 pixmap format is 32 bpp
[    23.177] (==) modeset(G0): Backing store enabled
[    23.177] (==) modeset(G0): Silken mouse enabled
[    23.177] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    23.309] (==) modeset(G0): DPMS enabled
[    23.309] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    23.309] (WW) modeset(G0): Option "IgnoreDisplayDevices" is not used
[    23.309] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    23.309] (II) NVIDIA:     access.
[    23.325] (II) NVIDIA(0): Setting mode "NULL"
[    23.328] (==) NVIDIA(0): Disabling shared memory pixmaps
[    23.328] (==) NVIDIA(0): Backing store enabled
[    23.328] (==) NVIDIA(0): Silken mouse enabled
[    23.328] (==) NVIDIA(0): DPMS enabled
[    23.328] (II) Loading sub module "dri2"
[    23.328] (II) LoadModule: "dri2"
[    23.328] (II) Module "dri2" already built-in
[    23.328] (II) NVIDIA(0): [DRI2] Setup complete
[    23.328] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    23.328] (--) RandR disabled
[    23.576] (II) SELinux: Disabled on system
[    23.576] (II) Initializing extension GLX
[    23.576] (II) Indirect GLX disabled.
[    23.844] (II) modeset(G0): Damage tracking initialized
[    24.169] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    24.169] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.169] (II) LoadModule: "evdev"
[    24.169] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.204] (II) Module evdev: vendor="X.Org Foundation"
[    24.204] 	compiled for 1.19.3, module version = 2.10.5
[    24.204] 	Module class: X.Org XInput Driver
[    24.204] 	ABI class: X.Org XInput driver, version 24.1
[    24.204] (II) Using input driver 'evdev' for 'Power Button'
[    24.204] (**) Power Button: always reports core events
[    24.204] (**) evdev: Power Button: Device: "/dev/input/event3"
[    24.204] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.204] (--) evdev: Power Button: Found keys
[    24.204] (II) evdev: Power Button: Configuring as keyboard
[    24.204] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    24.204] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.204] (**) Option "xkb_rules" "evdev"
[    24.204] (**) Option "xkb_model" "pc105"
[    24.204] (**) Option "xkb_layout" "fr"
[    24.204] (**) Option "xkb_variant" "nodeadkeys"
[    24.215] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    24.215] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.215] (II) Using input driver 'evdev' for 'Video Bus'
[    24.215] (**) Video Bus: always reports core events
[    24.215] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    24.215] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    24.215] (--) evdev: Video Bus: Found keys
[    24.215] (II) evdev: Video Bus: Configuring as keyboard
[    24.215] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event5"
[    24.215] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    24.215] (**) Option "xkb_rules" "evdev"
[    24.215] (**) Option "xkb_model" "pc105"
[    24.215] (**) Option "xkb_layout" "fr"
[    24.215] (**) Option "xkb_variant" "nodeadkeys"
[    24.215] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    24.215] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.215] (II) Using input driver 'evdev' for 'Video Bus'
[    24.215] (**) Video Bus: always reports core events
[    24.215] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    24.215] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    24.215] (--) evdev: Video Bus: Found keys
[    24.215] (II) evdev: Video Bus: Configuring as keyboard
[    24.215] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input8/event6"
[    24.215] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    24.215] (**) Option "xkb_rules" "evdev"
[    24.215] (**) Option "xkb_model" "pc105"
[    24.215] (**) Option "xkb_layout" "fr"
[    24.215] (**) Option "xkb_variant" "nodeadkeys"
[    24.216] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    24.216] (II) No input driver specified, ignoring this device.
[    24.216] (II) This device may have been added with another device file.
[    24.216] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    24.216] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.216] (II) Using input driver 'evdev' for 'Power Button'
[    24.216] (**) Power Button: always reports core events
[    24.216] (**) evdev: Power Button: Device: "/dev/input/event2"
[    24.216] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.216] (--) evdev: Power Button: Found keys
[    24.216] (II) evdev: Power Button: Configuring as keyboard
[    24.216] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    24.216] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    24.216] (**) Option "xkb_rules" "evdev"
[    24.216] (**) Option "xkb_model" "pc105"
[    24.216] (**) Option "xkb_layout" "fr"
[    24.216] (**) Option "xkb_variant" "nodeadkeys"
[    24.216] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    24.216] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    24.216] (II) Using input driver 'evdev' for 'Sleep Button'
[    24.216] (**) Sleep Button: always reports core events
[    24.216] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[    24.216] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    24.216] (--) evdev: Sleep Button: Found keys
[    24.216] (II) evdev: Sleep Button: Configuring as keyboard
[    24.216] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    24.216] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    24.216] (**) Option "xkb_rules" "evdev"
[    24.216] (**) Option "xkb_model" "pc105"
[    24.216] (**) Option "xkb_layout" "fr"
[    24.216] (**) Option "xkb_variant" "nodeadkeys"
[    24.217] (II) config/udev: Adding input device Razer Razer DeathAdder Chroma (/dev/input/event7)
[    24.217] (**) Razer Razer DeathAdder Chroma: Applying InputClass "evdev pointer catchall"
[    24.217] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder Chroma'
[    24.217] (**) Razer Razer DeathAdder Chroma: always reports core events
[    24.217] (**) evdev: Razer Razer DeathAdder Chroma: Device: "/dev/input/event7"
[    24.276] (--) evdev: Razer Razer DeathAdder Chroma: Vendor 0x1532 Product 0x43
[    24.276] (--) evdev: Razer Razer DeathAdder Chroma: Found 9 mouse buttons
[    24.276] (--) evdev: Razer Razer DeathAdder Chroma: Found scroll wheel(s)
[    24.276] (--) evdev: Razer Razer DeathAdder Chroma: Found relative axes
[    24.276] (--) evdev: Razer Razer DeathAdder Chroma: Found x and y relative axes
[    24.276] (II) evdev: Razer Razer DeathAdder Chroma: Configuring as mouse
[    24.276] (II) evdev: Razer Razer DeathAdder Chroma: Adding scrollwheel support
[    24.276] (**) evdev: Razer Razer DeathAdder Chroma: YAxisMapping: buttons 4 and 5
[    24.276] (**) evdev: Razer Razer DeathAdder Chroma: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1532:0043.0001/input/input9/event7"
[    24.276] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Chroma" (type: MOUSE, id 11)
[    24.276] (II) evdev: Razer Razer DeathAdder Chroma: initialized for relative axes.
[    24.276] (**) Razer Razer DeathAdder Chroma: (accel) keeping acceleration scheme 1
[    24.276] (**) Razer Razer DeathAdder Chroma: (accel) acceleration profile 0
[    24.276] (**) Razer Razer DeathAdder Chroma: (accel) acceleration factor: 2.000
[    24.276] (**) Razer Razer DeathAdder Chroma: (accel) acceleration threshold: 4
[    24.276] (II) config/udev: Adding input device Razer Razer DeathAdder Chroma (/dev/input/mouse0)
[    24.276] (II) No input driver specified, ignoring this device.
[    24.276] (II) This device may have been added with another device file.
[    24.277] (II) config/udev: Adding input device Razer Razer DeathAdder Chroma (/dev/input/event8)
[    24.277] (**) Razer Razer DeathAdder Chroma: Applying InputClass "evdev keyboard catchall"
[    24.277] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder Chroma'
[    24.277] (**) Razer Razer DeathAdder Chroma: always reports core events
[    24.277] (**) evdev: Razer Razer DeathAdder Chroma: Device: "/dev/input/event8"
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Vendor 0x1532 Product 0x43
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Found 1 mouse buttons
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Found scroll wheel(s)
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Found relative axes
[    24.277] (II) evdev: Razer Razer DeathAdder Chroma: Forcing relative x/y axes to exist.
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Found absolute axes
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Found absolute multitouch axes
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Fake MT device detected
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Found keys
[    24.277] (II) evdev: Razer Razer DeathAdder Chroma: Configuring as mouse
[    24.277] (II) evdev: Razer Razer DeathAdder Chroma: Configuring as keyboard
[    24.277] (II) evdev: Razer Razer DeathAdder Chroma: Adding scrollwheel support
[    24.277] (**) evdev: Razer Razer DeathAdder Chroma: YAxisMapping: buttons 4 and 5
[    24.277] (**) evdev: Razer Razer DeathAdder Chroma: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.277] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0043.0002/input/input10/event8"
[    24.277] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Chroma" (type: KEYBOARD, id 12)
[    24.277] (**) Option "xkb_rules" "evdev"
[    24.277] (**) Option "xkb_model" "pc105"
[    24.277] (**) Option "xkb_layout" "fr"
[    24.277] (**) Option "xkb_variant" "nodeadkeys"
[    24.277] (II) evdev: Razer Razer DeathAdder Chroma: initialized for relative axes.
[    24.277] (WW) evdev: Razer Razer DeathAdder Chroma: ignoring absolute axes.
[    24.277] (**) Razer Razer DeathAdder Chroma: (accel) keeping acceleration scheme 1
[    24.277] (**) Razer Razer DeathAdder Chroma: (accel) acceleration profile 0
[    24.277] (**) Razer Razer DeathAdder Chroma: (accel) acceleration factor: 2.000
[    24.277] (**) Razer Razer DeathAdder Chroma: (accel) acceleration threshold: 4
[    24.277] (II) config/udev: Adding input device Razer Razer DeathAdder Chroma (/dev/input/event9)
[    24.277] (**) Razer Razer DeathAdder Chroma: Applying InputClass "evdev keyboard catchall"
[    24.277] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder Chroma'
[    24.277] (**) Razer Razer DeathAdder Chroma: always reports core events
[    24.277] (**) evdev: Razer Razer DeathAdder Chroma: Device: "/dev/input/event9"
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Vendor 0x1532 Product 0x43
[    24.277] (--) evdev: Razer Razer DeathAdder Chroma: Found keys
[    24.277] (II) evdev: Razer Razer DeathAdder Chroma: Configuring as keyboard
[    24.277] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:1532:0043.0003/input/input11/event9"
[    24.277] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Chroma" (type: KEYBOARD, id 13)
[    24.277] (**) Option "xkb_rules" "evdev"
[    24.277] (**) Option "xkb_model" "pc105"
[    24.277] (**) Option "xkb_layout" "fr"
[    24.277] (**) Option "xkb_variant" "nodeadkeys"
[    24.278] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[    24.278] (II) No input driver specified, ignoring this device.
[    24.278] (II) This device may have been added with another device file.
[    24.278] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[    24.278] (II) No input driver specified, ignoring this device.
[    24.278] (II) This device may have been added with another device file.
[    24.278] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    24.278] (II) No input driver specified, ignoring this device.
[    24.278] (II) This device may have been added with another device file.
[    24.278] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[    24.278] (II) No input driver specified, ignoring this device.
[    24.278] (II) This device may have been added with another device file.
[    24.278] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[    24.278] (II) No input driver specified, ignoring this device.
[    24.278] (II) This device may have been added with another device file.
[    24.279] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[    24.279] (II) No input driver specified, ignoring this device.
[    24.279] (II) This device may have been added with another device file.
[    24.279] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[    24.279] (II) No input driver specified, ignoring this device.
[    24.279] (II) This device may have been added with another device file.
[    24.279] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    24.279] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    24.279] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    24.279] (**) AT Translated Set 2 keyboard: always reports core events
[    24.279] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    24.279] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    24.279] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    24.279] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    24.279] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    24.279] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    24.279] (**) Option "xkb_rules" "evdev"
[    24.279] (**) Option "xkb_model" "pc105"
[    24.279] (**) Option "xkb_layout" "fr"
[    24.279] (**) Option "xkb_variant" "nodeadkeys"
[    24.279] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[    24.279] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    24.279] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[    24.279] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    24.279] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    24.279] (II) LoadModule: "synaptics"
[    24.280] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    24.280] (II) Module synaptics: vendor="X.Org Foundation"
[    24.280] 	compiled for 1.19.3, module version = 1.9.0
[    24.280] 	Module class: X.Org XInput Driver
[    24.280] 	ABI class: X.Org XInput driver, version 24.1
[    24.280] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    24.280] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    24.280] (**) Option "Device" "/dev/input/event10"
[    24.316] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[    24.316] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5706 (res 44)
[    24.316] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4800 (res 65)
[    24.316] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    24.316] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    24.316] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    24.316] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    24.316] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    24.316] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    24.348] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event10"
[    24.348] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    24.348] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    24.348] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    24.348] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
[    24.348] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    24.348] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    24.348] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    24.348] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    24.348] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    24.348] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    24.348] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    24.349] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event11)
[    24.349] (**) MSI WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    24.349] (II) Using input driver 'evdev' for 'MSI WMI hotkeys'
[    24.349] (**) MSI WMI hotkeys: always reports core events
[    24.349] (**) evdev: MSI WMI hotkeys: Device: "/dev/input/event11"
[    24.349] (--) evdev: MSI WMI hotkeys: Vendor 0 Product 0
[    24.349] (--) evdev: MSI WMI hotkeys: Found keys
[    24.349] (II) evdev: MSI WMI hotkeys: Configuring as keyboard
[    24.349] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event11"
[    24.349] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[    24.349] (**) Option "xkb_rules" "evdev"
[    24.349] (**) Option "xkb_model" "pc105"
[    24.349] (**) Option "xkb_layout" "fr"
[    24.349] (**) Option "xkb_variant" "nodeadkeys"
[    24.692] randr: falling back to unsynchronized pixmap sharing
[ 18015.611] (II) NVIDIA(0): Setting mode "NULL"
[ 18015.781] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 31057.657] (II) NVIDIA(0): Setting mode "NULL"
[ 31059.057] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found

le fichier xorg.conf :

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "None"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

mes cartes graphiques :

lspci -vnn | egrep 'VGA|3D'
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06) (prog-if 00 [VGA controller])
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 960M] [10de:139b] (rev a2)

Merci d'avance pour votre aide !

Dernière modification par ystalio (Le 11/07/2018, à 22:52)

Hors ligne