[Xorg] Installation de Xorg

Xorg, Compiz, KDE / Gnome / Xfce / Fluxbox / e17 / fvwm ... GDM/KDM/XDM...
stephan08
Daikyu
Messages : 93
Inscription : jeu. 19 nov. 2015, 23:18

Re: [Xorg] Installation de Xorg

Message par stephan08 »

Salut,

Du coup, j'ai désinstallé nvidia-340xx et j'en ai profité pour également désinstaller nvidia-340xx-utils.

J'ai installé nvidia par contre lorsque je lance startx, cela ne fonctionne pas. J'obtiens cela:

Code : Tout sélectionner

X.Org X Server 1.19.3
Release Date: 2017-03-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.11-1-ARCH x86_64
Current Operating System: Linux DeepakPc 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fecff3cf-4348-4b1a-be90-d5b66fa6d8cf rw quiet
Build Date: 07 April 2017 05:42:48PM

Current version of pixman: 0.34.0
             Before reporting problems, check http://wiki.x.org
             to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
               (++) from command line, (!!) notice, (II) informational,
               (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 16 22:42:44 2017
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
waiting for X server to shut down (II) Server terminated successfully (0). Closing log file.
Est ce normal? Peut être que oui puisque j'ai tout de même dans les messages précédents Server terminated successfully. ça me paraît tout de même bizarre.

Du coup, je l'ai relancé et j'ai obtenu un écran noir.
Du coup, dans un autre tty, tty2, j'ai fait un ps -aux | grep startx et j'obtiens bien:
*root 685 0.0 0.0 13724 3196 tty1 S+ 23:12 0.00 /bin/sh /usr/bin/startx

Mais en revenant sur le ttyt1, l'écran est toujours noir.
J'ai quand même regardé le contenu de /var/log/Xorg.0.log:

Code : Tout sélectionner

[ 3079.291] (II) NVIDIA(0): Setting mode "NULL"
[ 3079.291] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 3079.291] (II) NVIDIA(0):         may not be running or the "AcpidSocketPath" X
[ 3079.291] (II) NVIDIA(0):         configuration option may not be set correctly. When the
[ 3079.291] (II) NVIDIA(0):         ACPI event daemon is available, the NVIDIA X driver will
[ 3079.291] (II) NVIDIA(0):         try to use it to receive ACPI envent notifications. For
[ 3079.291] (II) NVIDIA(0):         details, please see the "ConnectToAcpid" and
[ 3079.291] (II) NVIDIA(0):         "AcpidSocketPath" X configuration options in Appendix B: X
[ 3079.291] (II) NVIDIA(0):         Config Options in the README.
[ 3080.472] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 3080.472] (II) event4 - (II) Power Button: (II) device is a keyboard
[ 3080.472] (II) event3 - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[ 3080.472] (II) event3 - (II) Sleep Button: (II) device is a keyboard
[ 3080.472] (II) event8 - (II) Intel(R) RealSense(TM) Camera S: (II) is tagged by udev as: Keyboard
[ 3080.472] (II) event8 - (II) Intel(R) RealSense(TM) Camera S: (II) device is a keyboard
[ 3080.472] (II) event9 - (II) Intel(R) RealSense(TM) Camera S: (II) is tagged by udev as: Keyboard
[ 3080.473] (II) event9 - (II) Intel(R) RealSense(TM) Camera S: (II) device is a keyboard
[ 3080.472] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[ 3080.472] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
etc.....
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17225
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Installation de Xorg

Message par benjarobin »

Tu as bien redémarré ?
Par défaut si tu ne configure pas de .xinitrc, tu peux te retrouver avec un écran noir... Mais tu devrais voir un curseur de souris
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
stephan08
Daikyu
Messages : 93
Inscription : jeu. 19 nov. 2015, 23:18

Re: [Xorg] Installation de Xorg

Message par stephan08 »

Salut,

J'ai mis le contenu de /etc/X11/xinit/xinitrc dans ~/.xinitrc
J'ai lancé startx et l'écran était encore noir.

Du coup, j'ai plutôt mis dans ~/.xinitrc, juste ce contenu pour tester:

Code : Tout sélectionner

xterm & sleep 10
ça me met tout de même, l'écran noir. Après ça s'arrête et ça me met:

Code : Tout sélectionner

(Ressource temporairement non disponible)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17225
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Installation de Xorg

Message par benjarobin »

Très bizarre tout cela, je ne comprend pas trop, normalement ta carte est parfaitement supporté par le dernier driver http://www.nvidia.com/download/driverRe ... 8524/en-us
Peux tu donner la sortie de :

Code : Tout sélectionner

uname -a
pacman -Q linux xterm
pacman -Qs "nouveau|nvidia|libgl|lightdm"
lsmod | grep -E "nouveau|nv"
grep -REv "^ *$| *#" /etc/X11/xorg.* /etc/mkinitcpio.conf /etc/modprobe.* /usr/lib/modprobe.* /etc/modules-load.* /usr/lib/modules-load.*
Et le log complet de Xorg /var/log/Xorg.0.log suite au lancement de systemctl start lightdm
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
stephan08
Daikyu
Messages : 93
Inscription : jeu. 19 nov. 2015, 23:18

Re: [Xorg] Installation de Xorg

Message par stephan08 »

Concernant ma carte graphique, oui à priori, ça doit être supporté puisque sur le lien que tu m'as filé, on peut lire ça:
GeForce 900M Series (Notebooks):
GeForce GTX 980, GeForce GTX 980M, GeForce GTX 970M, GeForce GTX 965M, GeForce GTX 960M, GeForce GTX 950M, GeForce 945M, GeForce 940MX, GeForce 930MX, GeForce 920MX, GeForce 940M, GeForce 930M, GeForce 920M, GeForce 910M
J'ai quand même un doute car en parenthèse, c'est écrit Notebooks.

Du coup,

uname -a

me donne:

Code : Tout sélectionner

Linux DeepakPc 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64 GNU/Linux
pacman -Q linux xterm

me donne:

Code : Tout sélectionner

linux 4.10.13-1
xterm 327-1
pacman -Qs "nouveau|nvidia|libgl|lightdm"

me donne:

Code : Tout sélectionner

local/libglvnd 0.2.999+g4ba53457-2
    The GL Vendor-Neutral Dispatch library
local/lightdm 1:1.22.0-1
    A lightweight display manager
local/lightdm-gtk-greeter 1:2.0.2-1
    GTK+ greeter for LightDM
local/mesa 17.0.5-1
    an open-source implementation of the OpenGL specification
local/nvidia 381.22-1
    NVIDIA drivers for linux
local/nvidia-utils 381.22-1
    NVIDIA drivers utilities
lsmod | grep -E "nouveau|nv"

donne

Code : Tout sélectionner

nvidia_drm             45056  0
nvidia_modeset        798720  1 nvidia_drm
nvidia              11476992  1 nvidia_modeset
drm_kms_helper        126976  2 i915,nvidia_drm
drm                   303104  4 i915,nvidia_drm,drm_kms_helper
grep -REv "^ *$| *#" /etc/X11/xorg.* /etc/mkinitcpio.conf /etc/modprobe.* /usr/lib/modprobe.* /etc/modules-load.* /usr/lib/modules-load.*

me donne:

Code : Tout sélectionner

/etc/X11/xorg.conf.d/10-keyboard-layout.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	Identifier	"Keyboard Layout"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	MatchIsKeyboard	"yes"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	Option		"XkbLayout""fr"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:	Option		"XkbVariant""latin9"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:EndSection
/etc/mkinitcpio.conf:MODULES=""
/etc/mkinitcpio.conf:BINARIES=""
/etc/mkinitcpio.conf:FILES=""
/etc/mkinitcpio.conf:HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
/usr/lib/modprobe.d/nvidia.conf:blacklist nouveau
Ensuite, suite au lancement de systemctl start lightdm, j'obtiens l'écran noir.
Voilà, le contenu du fichier de log /var/log/Xorg.0.log, après avoir supprimer son contenu et redémarrer le PC et lancer ligthdm:

Code : Tout sélectionner

[   128.285] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[   128.285] X Protocol Version 11, Revision 0
[   128.285] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[   128.285] Current Operating System: Linux DeepakPc 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
[   128.285] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fecff3cf-4348-4b1a-be90-d5b66fa6d8cf rw quiet
[   128.285] Build Date: 07 April 2017  05:42:48PM
[   128.285]  
[   128.285] Current version of pixman: 0.34.0
[   128.285] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   128.285] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   128.285] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 20 11:09:23 2017
[   128.325] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   128.325] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   128.372] (==) No Layout section.  Using the first Screen section.
[   128.372] (==) No screen section available. Using defaults.
[   128.372] (**) |-->Screen "Default Screen Section" (0)
[   128.372] (**) |   |-->Monitor "<default monitor>"
[   128.386] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   128.386] (==) Automatically adding devices
[   128.386] (==) Automatically enabling devices
[   128.386] (==) Automatically adding GPU devices
[   128.386] (==) Automatically binding GPU devices
[   128.386] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   128.402] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   128.402] 	Entry deleted from font path.
[   128.402] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   128.402] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   128.402] 	Entry deleted from font path.
[   128.402] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   128.402] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[   128.402] (==) ModulePath set to "/usr/lib/xorg/modules"
[   128.402] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   128.414] (II) Loader magic: 0x822d60
[   128.414] (II) Module ABI versions:
[   128.414] 	X.Org ANSI C Emulation: 0.4
[   128.414] 	X.Org Video Driver: 23.0
[   128.414] 	X.Org XInput driver : 24.1
[   128.414] 	X.Org Server Extension : 10.0
[   128.416] (++) using VT number 7

[   128.416] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   128.417] (II) xfree86: Adding drm device (/dev/dri/card1)
[   128.417] (II) xfree86: Adding drm device (/dev/dri/card0)
[   128.428] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   128.428] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[   128.429] (--) PCI: (0:0:2:0) 8086:191b:1025:103b rev 6, Mem @ 0x92000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   128.429] (--) PCI:*(0:1:0:0) 10de:139b:1025:103b rev 162, Mem @ 0x93000000/16777216, 0x50000000/268435456, 0x60000000/33554432, I/O @ 0x00004000/128
[   128.430] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   128.430] (II) LoadModule: "glx"
[   128.448] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[   129.020] (II) Module glx: vendor="NVIDIA Corporation"
[   129.020] 	compiled for 4.0.2, module version = 1.0.0
[   129.020] 	Module class: X.Org Server Extension
[   129.026] (II) NVIDIA GLX Module  381.22  Thu May  4 00:17:15 PDT 2017
[   129.035] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[   129.035] 	loading driver: nvidia
[   129.035] (II) Applying OutputClass "intel" to /dev/dri/card0
[   129.035] 	loading driver: modesetting
[   129.035] (==) Matched nvidia as autoconfigured driver 0
[   129.035] (==) Matched nouveau as autoconfigured driver 1
[   129.035] (==) Matched nv as autoconfigured driver 2
[   129.035] (==) Matched modesetting as autoconfigured driver 3
[   129.035] (==) Matched intel as autoconfigured driver 4
[   129.035] (==) Matched nouveau as autoconfigured driver 5
[   129.035] (==) Matched nv as autoconfigured driver 6
[   129.035] (==) Matched modesetting as autoconfigured driver 7
[   129.035] (==) Matched fbdev as autoconfigured driver 8
[   129.035] (==) Matched vesa as autoconfigured driver 9
[   129.035] (==) Assigned the driver to the xf86ConfigLayout
[   129.035] (II) LoadModule: "nvidia"
[   129.054] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   129.133] (II) Module nvidia: vendor="NVIDIA Corporation"
[   129.133] 	compiled for 4.0.2, module version = 1.0.0
[   129.133] 	Module class: X.Org Video Driver
[   129.143] (II) LoadModule: "nouveau"
[   129.148] (WW) Warning, couldn't open module nouveau
[   129.148] (II) UnloadModule: "nouveau"
[   129.148] (II) Unloading nouveau
[   129.148] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   129.148] (II) LoadModule: "nv"
[   129.149] (WW) Warning, couldn't open module nv
[   129.149] (II) UnloadModule: "nv"
[   129.149] (II) Unloading nv
[   129.149] (EE) Failed to load module "nv" (module does not exist, 0)
[   129.149] (II) LoadModule: "modesetting"
[   129.149] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   129.156] (II) Module modesetting: vendor="X.Org Foundation"
[   129.156] 	compiled for 1.19.3, module version = 1.19.3
[   129.156] 	Module class: X.Org Video Driver
[   129.156] 	ABI class: X.Org Video Driver, version 23.0
[   129.156] (II) LoadModule: "intel"
[   129.157] (WW) Warning, couldn't open module intel
[   129.157] (II) UnloadModule: "intel"
[   129.157] (II) Unloading intel
[   129.157] (EE) Failed to load module "intel" (module does not exist, 0)
[   129.157] (II) LoadModule: "fbdev"
[   129.157] (WW) Warning, couldn't open module fbdev
[   129.157] (II) UnloadModule: "fbdev"
[   129.157] (II) Unloading fbdev
[   129.157] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   129.157] (II) LoadModule: "vesa"
[   129.157] (WW) Warning, couldn't open module vesa
[   129.157] (II) UnloadModule: "vesa"
[   129.157] (II) Unloading vesa
[   129.157] (EE) Failed to load module "vesa" (module does not exist, 0)
[   129.157] (II) NVIDIA dlloader X Driver  381.22  Wed May  3 23:53:41 PDT 2017
[   129.157] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   129.158] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   129.166] (II) Loading sub module "fb"
[   129.166] (II) LoadModule: "fb"
[   129.166] (II) Loading /usr/lib/xorg/modules/libfb.so
[   129.179] (II) Module fb: vendor="X.Org Foundation"
[   129.179] 	compiled for 1.19.3, module version = 1.0.0
[   129.179] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   129.179] (II) Loading sub module "wfb"
[   129.179] (II) LoadModule: "wfb"
[   129.180] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   129.182] (II) Module wfb: vendor="X.Org Foundation"
[   129.182] 	compiled for 1.19.3, module version = 1.0.0
[   129.182] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   129.182] (II) Loading sub module "ramdac"
[   129.182] (II) LoadModule: "ramdac"
[   129.182] (II) Module "ramdac" already built-in
[   129.197] (WW) Falling back to old probe method for modesetting
[   129.242] (II) modeset(G0): using drv /dev/dri/card0
[   129.243] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   129.243] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   129.243] (==) NVIDIA(0): RGB weight 888
[   129.243] (==) NVIDIA(0): Default visual is TrueColor
[   129.243] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   129.244] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   129.244] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   129.244] (**) NVIDIA(0): Enabling 2D acceleration
[   129.523] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960M (GM107-A) at PCI:1:0:0 (GPU-0)
[   129.523] (--) NVIDIA(0): Memory: 4194304 kBytes
[   129.523] (--) NVIDIA(0): VideoBIOS: 82.07.9b.00.1b
[   129.523] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   129.523] (II) NVIDIA(0): Validated MetaModes:
[   129.523] (II) NVIDIA(0):     "NULL"
[   129.523] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   129.523] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   129.523] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   129.523] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   129.523] (==) modeset(G0): RGB weight 888
[   129.523] (==) modeset(G0): Default visual is TrueColor
[   129.523] (II) Loading sub module "glamoregl"
[   129.523] (II) LoadModule: "glamoregl"
[   129.523] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   129.630] (II) Module glamoregl: vendor="X.Org Foundation"
[   129.630] 	compiled for 1.19.3, module version = 1.0.0
[   129.630] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   129.630] (II) glamor: OpenGL accelerated X.org driver based.
[   130.177] (II) glamor: EGL version 1.4 (DRI2):
[   130.351] (II) modeset(G0): glamor initialized
[   130.352] (II) modeset(G0): Output eDP-1-1 has no monitor section
[   130.354] (II) modeset(G0): Output DP-1-1 has no monitor section
[   130.362] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   130.364] (II) modeset(G0): Output DP-1-2 has no monitor section
[   130.530] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[   130.531] (II) modeset(G0): EDID for output eDP-1-1
[   130.531] (II) modeset(G0): Manufacturer: LGD  Model: 469  Serial#: 0
[   130.531] (II) modeset(G0): Year: 2015  Week: 0
[   130.531] (II) modeset(G0): EDID Version: 1.4
[   130.531] (II) modeset(G0): Digital Display Input
[   130.531] (II) modeset(G0): 6 bits per channel
[   130.531] (II) modeset(G0): Digital interface is DisplayPort
[   130.531] (II) modeset(G0): Max Image Size [cm]: horiz.: 38  vert.: 21
[   130.531] (II) modeset(G0): Gamma: 2.20
[   130.531] (II) modeset(G0): No DPMS capabilities specified
[   130.531] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   130.531] (II) modeset(G0): First detailed timing is preferred mode
[   130.531] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   130.531] (II) modeset(G0): redX: 0.637 redY: 0.348   greenX: 0.334 greenY: 0.628
[   130.531] (II) modeset(G0): blueX: 0.154 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
[   130.531] (II) modeset(G0): Manufacturer's mask: 0
[   130.531] (II) modeset(G0): Supported detailed timing:
[   130.531] (II) modeset(G0): clock: 138.7 MHz   Image Size:  382 x 215 mm
[   130.531] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   130.531] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[   130.531] (II) modeset(G0):  LG Display
[   130.531] (II) modeset(G0):  LP173WF4-SPF2
[   130.531] (II) modeset(G0): EDID (in hex):
[   130.531] (II) modeset(G0): 	00ffffffffffff0030e4690400000000
[   130.531] (II) modeset(G0): 	00190104952615780a0bb5a35955a027
[   130.531] (II) modeset(G0): 	0c505400000001010101010101010101
[   130.531] (II) modeset(G0): 	0101010101012e3680a070381f403020
[   130.531] (II) modeset(G0): 	35007ed71000001a0000000000000000
[   130.531] (II) modeset(G0): 	00000000000000000000000000fe004c
[   130.531] (II) modeset(G0): 	4720446973706c61790a2020000000fe
[   130.531] (II) modeset(G0): 	004c503137335746342d5350463200cf
[   130.531] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   130.531] (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[   130.531] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   130.531] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   130.531] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   130.531] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   130.532] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   130.532] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   130.532] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   130.532] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   130.532] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   130.532] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   130.532] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   130.532] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   130.532] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   130.532] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   130.532] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   130.532] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   130.532] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   130.532] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   130.532] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   130.534] (II) modeset(G0): EDID for output DP-1-1
[   130.544] (II) modeset(G0): EDID for output HDMI-1-1
[   130.546] (II) modeset(G0): EDID for output DP-1-2
[   130.710] (II) modeset(G0): EDID for output HDMI-1-2
[   130.710] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   130.710] (==) modeset(G0): DPI set to (96, 96)
[   130.710] (II) Loading sub module "fb"
[   130.710] (II) LoadModule: "fb"
[   130.710] (II) Loading /usr/lib/xorg/modules/libfb.so
[   130.710] (II) Module fb: vendor="X.Org Foundation"
[   130.710] 	compiled for 1.19.3, module version = 1.0.0
[   130.710] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   130.710] (--) Depth 24 pixmap format is 32 bpp
[   130.901] (==) modeset(G0): Backing store enabled
[   130.902] (==) modeset(G0): Silken mouse enabled
[   130.916] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   130.923] (==) modeset(G0): DPMS enabled
[   130.923] (II) modeset(G0): [DRI2] Setup complete
[   130.923] (II) modeset(G0): [DRI2]   DRI driver: i965
[   130.923] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[   130.923] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[   130.923] (II) NVIDIA:     access.
[   130.926] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   130.926] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   130.926] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   130.926] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   130.926] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   130.926] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   130.926] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   130.926] (II) NVIDIA(0):     Config Options in the README.
[   130.973] (II) NVIDIA(0): Setting mode "NULL"
[   130.994] (==) NVIDIA(0): Disabling shared memory pixmaps
[   130.994] (==) NVIDIA(0): Backing store enabled
[   130.994] (==) NVIDIA(0): Silken mouse enabled
[   130.994] (==) NVIDIA(0): DPMS enabled
[   131.004] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[   131.004] (II) Loading sub module "dri2"
[   131.004] (II) LoadModule: "dri2"
[   131.004] (II) Module "dri2" already built-in
[   131.004] (II) NVIDIA(0): [DRI2] Setup complete
[   131.004] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   131.004] (--) RandR disabled
[   131.011] (II) Initializing extension GLX
[   131.011] (II) Indirect GLX disabled.
[   131.313] (II) modeset(G0): Damage tracking initialized
[   131.828] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   131.828] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   131.828] (**) Power Button: Applying InputClass "Keyboard Layout"
[   131.828] (II) LoadModule: "libinput"
[   131.828] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   131.866] (II) Module libinput: vendor="X.Org Foundation"
[   131.866] 	compiled for 1.19.3, module version = 0.25.1
[   131.866] 	Module class: X.Org XInput Driver
[   131.866] 	ABI class: X.Org XInput driver, version 24.1
[   131.866] (II) Using input driver 'libinput' for 'Power Button'
[   131.866] (**) Power Button: always reports core events
[   131.866] (**) Option "Device" "/dev/input/event4"
[   131.866] (**) Option "_source" "server/udev"
[   131.866] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   131.866] (II) event4  - (II) Power Button: (II) device is a keyboard
[   131.867] (II) event4  - (II) Power Button: (II) device removed
[   131.890] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[   131.890] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   131.890] (**) Option "xkb_layout" "fr"
[   131.890] (**) Option "xkb_variant" "latin9"
[   131.939] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   131.939] (II) event4  - (II) Power Button: (II) device is a keyboard
[   131.939] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[   131.939] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   131.939] (**) Video Bus: Applying InputClass "Keyboard Layout"
[   131.939] (II) Using input driver 'libinput' for 'Video Bus'
[   131.939] (**) Video Bus: always reports core events
[   131.939] (**) Option "Device" "/dev/input/event9"
[   131.939] (**) Option "_source" "server/udev"
[   131.940] (II) event9  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   131.940] (II) event9  - (II) Video Bus: (II) device is a keyboard
[   131.940] (II) event9  - (II) Video Bus: (II) device removed
[   131.957] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event9"
[   131.957] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   131.957] (**) Option "xkb_layout" "fr"
[   131.957] (**) Option "xkb_variant" "latin9"
[   131.958] (II) event9  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   131.958] (II) event9  - (II) Video Bus: (II) device is a keyboard
[   131.958] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[   131.958] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   131.958] (**) Video Bus: Applying InputClass "Keyboard Layout"
[   131.958] (II) Using input driver 'libinput' for 'Video Bus'
[   131.958] (**) Video Bus: always reports core events
[   131.958] (**) Option "Device" "/dev/input/event8"
[   131.958] (**) Option "_source" "server/udev"
[   131.959] (II) event8  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   131.959] (II) event8  - (II) Video Bus: (II) device is a keyboard
[   131.959] (II) event8  - (II) Video Bus: (II) device removed
[   131.977] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input8/event8"
[   131.977] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   131.977] (**) Option "xkb_layout" "fr"
[   131.977] (**) Option "xkb_variant" "latin9"
[   131.978] (II) event8  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   131.978] (II) event8  - (II) Video Bus: (II) device is a keyboard
[   131.978] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   131.978] (II) No input driver specified, ignoring this device.
[   131.978] (II) This device may have been added with another device file.
[   131.979] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   131.979] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   131.979] (**) Sleep Button: Applying InputClass "Keyboard Layout"
[   131.979] (II) Using input driver 'libinput' for 'Sleep Button'
[   131.979] (**) Sleep Button: always reports core events
[   131.979] (**) Option "Device" "/dev/input/event3"
[   131.979] (**) Option "_source" "server/udev"
[   131.979] (II) event3  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[   131.979] (II) event3  - (II) Sleep Button: (II) device is a keyboard
[   131.979] (II) event3  - (II) Sleep Button: (II) device removed
[   131.997] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
[   131.997] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   131.997] (**) Option "xkb_layout" "fr"
[   131.997] (**) Option "xkb_variant" "latin9"
[   131.998] (II) event3  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[   131.998] (II) event3  - (II) Sleep Button: (II) device is a keyboard
[   131.999] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event1)
[   131.999] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "libinput pointer catchall"
[   131.999] (II) Using input driver 'libinput' for 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)'
[   131.999] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): always reports core events
[   131.999] (**) Option "Device" "/dev/input/event1"
[   131.999] (**) Option "_source" "server/udev"
[   132.054] (II) event1  - (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (II) is tagged by udev as: Mouse
[   132.054] (II) event1  - (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (II) device is a pointer
[   132.054] (II) event1  - (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (II) device removed
[   132.090] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:045E:0053.0001/input/input1/event1"
[   132.090] (II) XINPUT: Adding extended input device "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 10)
[   132.090] (**) Option "AccelerationScheme" "none"
[   132.090] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) selected scheme none/0
[   132.090] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[   132.090] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[   132.147] (II) event1  - (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (II) is tagged by udev as: Mouse
[   132.147] (II) event1  - (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (II) device is a pointer
[   132.148] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[   132.148] (II) No input driver specified, ignoring this device.
[   132.148] (II) This device may have been added with another device file.
[   132.149] (II) config/udev: Adding input device Intel(R) RealSense(TM) Camera S (/dev/input/event10)
[   132.149] (**) Intel(R) RealSense(TM) Camera S: Applying InputClass "libinput keyboard catchall"
[   132.149] (**) Intel(R) RealSense(TM) Camera S: Applying InputClass "Keyboard Layout"
[   132.149] (II) Using input driver 'libinput' for 'Intel(R) RealSense(TM) Camera S'
[   132.149] (**) Intel(R) RealSense(TM) Camera S: always reports core events
[   132.149] (**) Option "Device" "/dev/input/event10"
[   132.149] (**) Option "_source" "server/udev"
[   132.150] (II) event10 - (II) Intel(R) RealSense(TM) Camera S: (II) is tagged by udev as: Keyboard
[   132.150] (II) event10 - (II) Intel(R) RealSense(TM) Camera S: (II) device is a keyboard
[   132.150] (II) event10 - (II) Intel(R) RealSense(TM) Camera S: (II) device removed
[   132.217] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/input/input10/event10"
[   132.217] (II) XINPUT: Adding extended input device "Intel(R) RealSense(TM) Camera S" (type: KEYBOARD, id 11)
[   132.217] (**) Option "xkb_layout" "fr"
[   132.217] (**) Option "xkb_variant" "latin9"
[   132.218] (II) event10 - (II) Intel(R) RealSense(TM) Camera S: (II) is tagged by udev as: Keyboard
[   132.218] (II) event10 - (II) Intel(R) RealSense(TM) Camera S: (II) device is a keyboard
[   132.218] (II) config/udev: Adding input device Intel(R) RealSense(TM) Camera S (/dev/input/event11)
[   132.218] (**) Intel(R) RealSense(TM) Camera S: Applying InputClass "libinput keyboard catchall"
[   132.218] (**) Intel(R) RealSense(TM) Camera S: Applying InputClass "Keyboard Layout"
[   132.218] (II) Using input driver 'libinput' for 'Intel(R) RealSense(TM) Camera S'
[   132.219] (**) Intel(R) RealSense(TM) Camera S: always reports core events
[   132.219] (**) Option "Device" "/dev/input/event11"
[   132.219] (**) Option "_source" "server/udev"
[   132.219] (II) event11 - (II) Intel(R) RealSense(TM) Camera S: (II) is tagged by udev as: Keyboard
[   132.219] (II) event11 - (II) Intel(R) RealSense(TM) Camera S: (II) device is a keyboard
[   132.219] (II) event11 - (II) Intel(R) RealSense(TM) Camera S: (II) device removed
[   132.257] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.2/input/input11/event11"
[   132.257] (II) XINPUT: Adding extended input device "Intel(R) RealSense(TM) Camera S" (type: KEYBOARD, id 12)
[   132.257] (**) Option "xkb_layout" "fr"
[   132.257] (**) Option "xkb_variant" "latin9"
[   132.258] (II) event11 - (II) Intel(R) RealSense(TM) Camera S: (II) is tagged by udev as: Keyboard
[   132.258] (II) event11 - (II) Intel(R) RealSense(TM) Camera S: (II) device is a keyboard
[   132.259] (II) config/udev: Adding input device SYN1B7F:00 06CB:7406 Touchpad (/dev/input/event12)
[   132.259] (**) SYN1B7F:00 06CB:7406 Touchpad: Applying InputClass "libinput touchpad catchall"
[   132.259] (II) Using input driver 'libinput' for 'SYN1B7F:00 06CB:7406 Touchpad'
[   132.259] (**) SYN1B7F:00 06CB:7406 Touchpad: always reports core events
[   132.259] (**) Option "Device" "/dev/input/event12"
[   132.259] (**) Option "_source" "server/udev"
[   132.364] (II) event12 - (II) SYN1B7F:00 06CB:7406 Touchpad: (II) is tagged by udev as: Touchpad
[   132.364] (II) event12 - (II) SYN1B7F:00 06CB:7406 Touchpad: (II) device is a touchpad
[   132.364] (II) event12 - (II) SYN1B7F:00 06CB:7406 Touchpad: (II) device removed
[   132.400] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYN1B7F:00/0018:06CB:7406.0002/input/input13/event12"
[   132.400] (II) XINPUT: Adding extended input device "SYN1B7F:00 06CB:7406 Touchpad" (type: TOUCHPAD, id 13)
[   132.400] (**) Option "AccelerationScheme" "none"
[   132.400] (**) SYN1B7F:00 06CB:7406 Touchpad: (accel) selected scheme none/0
[   132.400] (**) SYN1B7F:00 06CB:7406 Touchpad: (accel) acceleration factor: 2.000
[   132.400] (**) SYN1B7F:00 06CB:7406 Touchpad: (accel) acceleration threshold: 4
[   132.401] (II) event12 - (II) SYN1B7F:00 06CB:7406 Touchpad: (II) is tagged by udev as: Touchpad
[   132.401] (II) event12 - (II) SYN1B7F:00 06CB:7406 Touchpad: (II) device is a touchpad
[   132.402] (II) config/udev: Adding input device SYN1B7F:00 06CB:7406 Touchpad (/dev/input/mouse1)
[   132.402] (II) No input driver specified, ignoring this device.
[   132.402] (II) This device may have been added with another device file.
[   132.402] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
[   132.402] (II) No input driver specified, ignoring this device.
[   132.402] (II) This device may have been added with another device file.
[   132.403] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[   132.403] (II) No input driver specified, ignoring this device.
[   132.403] (II) This device may have been added with another device file.
[   132.403] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[   132.403] (II) No input driver specified, ignoring this device.
[   132.403] (II) This device may have been added with another device file.
[   132.404] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event16)
[   132.404] (II) No input driver specified, ignoring this device.
[   132.404] (II) This device may have been added with another device file.
[   132.404] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event17)
[   132.404] (II) No input driver specified, ignoring this device.
[   132.404] (II) This device may have been added with another device file.
[   132.405] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event18)
[   132.405] (II) No input driver specified, ignoring this device.
[   132.405] (II) This device may have been added with another device file.
[   132.405] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   132.405] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   132.405] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Layout"
[   132.405] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   132.405] (**) AT Translated Set 2 keyboard: always reports core events
[   132.405] (**) Option "Device" "/dev/input/event0"
[   132.405] (**) Option "_source" "server/udev"
[   132.406] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[   132.406] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[   132.406] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[   132.440] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   132.440] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   132.440] (**) Option "xkb_layout" "fr"
[   132.440] (**) Option "xkb_variant" "latin9"
[   132.440] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[   132.440] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[   132.441] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   132.441] (II) No input driver specified, ignoring this device.
[   132.441] (II) This device may have been added with another device file.
[   132.441] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event6)
[   132.441] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   132.441] (**) Acer WMI hotkeys: Applying InputClass "Keyboard Layout"
[   132.441] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[   132.441] (**) Acer WMI hotkeys: always reports core events
[   132.441] (**) Option "Device" "/dev/input/event6"
[   132.441] (**) Option "_source" "server/udev"
[   132.441] (II) event6  - (II) Acer WMI hotkeys: (II) is tagged by udev as: Keyboard
[   132.441] (II) event6  - (II) Acer WMI hotkeys: (II) device is a keyboard
[   132.441] (II) event6  - (II) Acer WMI hotkeys: (II) device removed
[   132.470] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[   132.470] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 15)
[   132.470] (**) Option "xkb_layout" "fr"
[   132.470] (**) Option "xkb_variant" "latin9"
[   132.470] (II) event6  - (II) Acer WMI hotkeys: (II) is tagged by udev as: Keyboard
[   132.470] (II) event6  - (II) Acer WMI hotkeys: (II) device is a keyboard
[   132.471] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event7)
[   132.471] (II) No input driver specified, ignoring this device.
[   132.471] (II) This device may have been added with another device file.
[   132.471] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
[   132.471] (II) No input driver specified, ignoring this device.
[   132.471] (II) This device may have been added with another device file.
[   141.915] (II) event4  - (II) Power Button: (II) device removed
[   141.930] (II) event9  - (II) Video Bus: (II) device removed
[   141.950] (II) event8  - (II) Video Bus: (II) device removed
[   141.970] (II) event3  - (II) Sleep Button: (II) device removed
[   141.990] (II) event1  - (II) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (II) device removed
[   142.030] (II) event10 - (II) Intel(R) RealSense(TM) Camera S: (II) device removed
[   142.070] (II) event11 - (II) Intel(R) RealSense(TM) Camera S: (II) device removed
[   142.110] (II) event12 - (II) SYN1B7F:00 06CB:7406 Touchpad: (II) device removed
[   142.150] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[   142.190] (II) event6  - (II) Acer WMI hotkeys: (II) device removed
stephan08
Daikyu
Messages : 93
Inscription : jeu. 19 nov. 2015, 23:18

Re: [Xorg] Installation de Xorg

Message par stephan08 »

Bonjour,
Du coup, j'avais oublié de dire que je n'ai pas non plus le curseur de la souris. Si vous avez une idée, n'hésitez pas. Je vais également encore un peu investiguer de mon côté. SInon, éventuellement, je désinstallerai le paquet nvidia, car sans ce paquet ça marchait mieux. Et éventuellement, j'installerai ce paquet tout à la fin.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17225
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Installation de Xorg

Message par benjarobin »

Désolé je t'avais "oublié". C'est normal que cela ne fonctionne pas, tu as un PC portable avec la technologie optimus. Un peu de lecture Bumblebee.
La question que tu te dois te poser (et répondre ici) : Quelle carte graphique veux tu utiliser ? Intel ou Nvidia ?
Si tu ne comptes pas jouer, je te conseil de juste couper l'alimentation de la carte nvidia via bbswitch et d'utiliser la carte Nvidia.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
stephan08
Daikyu
Messages : 93
Inscription : jeu. 19 nov. 2015, 23:18

Re: [Xorg] Installation de Xorg

Message par stephan08 »

Etant donnée que si je joue je jouerai plutôt sous Windows, je pense plutôt que je couperai le carte nvidia via bbswitch.
Du coup, je me pose une question si je coupe nvidia via bbswith, ça me le coupera sous Windows également non?

Sinon, j'ai une autre question, j'ai une mise à jour Windows qui s'est faite récemment et fait que lorsque je démarre le PC ça boot directement sur Windows. Du coup, GRUB a du être écrasé, je pense. Je vais regarder. Du coup, à chaque fois qu'il y aura une mise à jour Windows, faudra t'il que je reconfigure GRUB?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17225
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Installation de Xorg

Message par benjarobin »

Non, cela ne la coupe absolument pas sous Windows. Ce n'est qu'un interrupteur "logiciel" sans "mémoire".
Si tu as bien fait une installation EFI tu ne devrais jamais perdre grub...

Donc si tu veux garder uniquement la carte intel, installe juste les drivers intel, supprime le reste.
Rajoute un fichier de configuration pour blacklister nouveau comme nvidia
Et configure pour que bbswitch coupe la carte nvidia au démarrage du PC
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre