Sur arch fraichement installé en suivant la procédure d'installation de base du wiki : https://wiki.archlinux.fr/Installation
J'assiste au plantage du serveur X avec comme message : Oh no! Something has gone wrong [Log Out]
Voici les étapes de mon install à partir de la section "etc" du wiki précédemment cité :
-Installation de Xorg (pacman -Syu xorg-server xorg-xinit xorg-server-utils)
-Installation de gnome (pacman -Syu gnome)
-Installation du pilote nouveau (pacman -S xf86-video-nouveau)
startx=> 1er plantage d'X
-Désinstallation du pilote nouveau en suivant la procédure du wiki :
-Installation du pilote propriétaire nvidia correspondant à ma carte graphique (GT540M) en suivant la procédure du wiki : https://wiki.archlinux.fr/NVIDIA#Nvidia (pacman -S nvidia nvidia-utils nvidia-libgl)Attention: Si vous aviez auparavant installé les pilotes libres nouveau:
Éditer les fichiers optionnellement modifiés pour activer KMS : supprimer nouveau dans /etc/mkinitcpio.conf et recréer l'initramfs à l'aide de mkinitcpio
Supprimer toute configuration personnalisée relative à nouveau pour Xorg (/etc/X11/xorg.conf.d/20-nouveau.conf par exemple)
(optionnel) Désinstaller les paquets liés à nouveau, à moins que vous ne vouliez basculer entre nouveau et nvidia: xf86-video-nouveau, nouveau-dri.
=>startx plantage
J'ai trouvé un dossier xorg.conf.d vide
Voici Xorg.0.log:
http://hastebin.com/uwaworebah.coffee
Code : Tout sélectionner
[ 537.107]
X.Org X Server 1.18.1
Release Date: 2016-02-08
[ 537.109] X Protocol Version 11, Revision 0
[ 537.110] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 537.111] Current Operating System: Linux Arch-Cyp 4.4.1-2-ARCH #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016 x86_64
[ 537.111] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8bed315e-01f8-42b4-b0b5-e0ab0c26dba5 rw quiet
[ 537.113] Build Date: 11 February 2016 09:57:03AM
[ 537.114]
[ 537.115] Current version of pixman: 0.34.0
[ 537.117] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 537.117] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 537.121] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 26 12:30:03 2016
[ 537.122] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 537.122] (==) No Layout section. Using the first Screen section.
[ 537.122] (==) No screen section available. Using defaults.
[ 537.122] (**) |-->Screen "Default Screen Section" (0)
[ 537.122] (**) | |-->Monitor "<default monitor>"
[ 537.122] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 537.122] (==) Automatically adding devices
[ 537.122] (==) Automatically enabling devices
[ 537.122] (==) Automatically adding GPU devices
[ 537.122] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 537.122] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 537.122] Entry deleted from font path.
[ 537.122] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 537.122] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 537.122] Entry deleted from font path.
[ 537.122] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 537.122] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/
[ 537.122] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 537.122] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 537.122] (II) Loader magic: 0x81ad60
[ 537.122] (II) Module ABI versions:
[ 537.122] X.Org ANSI C Emulation: 0.4
[ 537.122] X.Org Video Driver: 20.0
[ 537.122] X.Org XInput driver : 22.1
[ 537.122] X.Org Server Extension : 9.0
[ 537.123] (++) using VT number 1
[ 537.123] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 537.126] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 537.127] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 537.128] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[ 537.128] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 537.128] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[ 537.130] (--) PCI:*(0:0:2:0) 8086:0116:1043:1662 rev 9, Mem @ 0xdd400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64
[ 537.130] (--) PCI: (0:1:0:0) 10de:0df4:1043:1662 rev 161, Mem @ 0xdc000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[ 537.130] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 537.130] (II) LoadModule: "glx"
[ 537.130] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 537.135] (II) Module glx: vendor="NVIDIA Corporation"
[ 537.135] compiled for 4.0.2, module version = 1.0.0
[ 537.135] Module class: X.Org Server Extension
[ 537.135] (II) NVIDIA GLX Module 361.28 Wed Feb 3 15:10:57 PST 2016
[ 537.135] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 537.135] loading driver: nvidia
[ 537.135] (==) Matched intel as autoconfigured driver 0
[ 537.135] (==) Matched nvidia as autoconfigured driver 1
[ 537.135] (==) Matched nouveau as autoconfigured driver 2
[ 537.135] (==) Matched nv as autoconfigured driver 3
[ 537.135] (==) Matched intel as autoconfigured driver 4
[ 537.135] (==) Matched modesetting as autoconfigured driver 5
[ 537.135] (==) Matched fbdev as autoconfigured driver 6
[ 537.135] (==) Matched vesa as autoconfigured driver 7
[ 537.135] (==) Assigned the driver to the xf86ConfigLayout
[ 537.135] (II) LoadModule: "intel"
[ 537.135] (WW) Warning, couldn't open module intel
[ 537.135] (II) UnloadModule: "intel"
[ 537.135] (II) Unloading intel
[ 537.135] (EE) Failed to load module "intel" (module does not exist, 0)
[ 537.135] (II) LoadModule: "nvidia"
[ 537.135] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 537.136] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 537.136] compiled for 4.0.2, module version = 1.0.0
[ 537.136] Module class: X.Org Video Driver
[ 537.136] (II) LoadModule: "nouveau"
[ 537.136] (WW) Warning, couldn't open module nouveau
[ 537.136] (II) UnloadModule: "nouveau"
[ 537.136] (II) Unloading nouveau
[ 537.136] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 537.136] (II) LoadModule: "nv"
[ 537.136] (WW) Warning, couldn't open module nv
[ 537.136] (II) UnloadModule: "nv"
[ 537.136] (II) Unloading nv
[ 537.136] (EE) Failed to load module "nv" (module does not exist, 0)
[ 537.136] (II) LoadModule: "modesetting"
[ 537.136] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 537.137] (II) Module modesetting: vendor="X.Org Foundation"
[ 537.137] compiled for 1.18.1, module version = 1.18.1
[ 537.137] Module class: X.Org Video Driver
[ 537.137] ABI class: X.Org Video Driver, version 20.0
[ 537.137] (II) LoadModule: "fbdev"
[ 537.137] (WW) Warning, couldn't open module fbdev
[ 537.137] (II) UnloadModule: "fbdev"
[ 537.137] (II) Unloading fbdev
[ 537.137] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 537.137] (II) LoadModule: "vesa"
[ 537.137] (WW) Warning, couldn't open module vesa
[ 537.137] (II) UnloadModule: "vesa"
[ 537.137] (II) Unloading vesa
[ 537.137] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 537.137] (II) NVIDIA dlloader X Driver 361.28 Wed Feb 3 14:48:10 PST 2016
[ 537.137] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 537.137] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 537.137] (II) modeset(0): using drv /dev/dri/card0
[ 537.137] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 537.137] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 537.137] (==) modeset(0): RGB weight 888
[ 537.137] (==) modeset(0): Default visual is TrueColor
[ 537.137] (II) Loading sub module "glamoregl"
[ 537.137] (II) LoadModule: "glamoregl"
[ 537.137] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 537.143] (II) Module glamoregl: vendor="X.Org Foundation"
[ 537.143] compiled for 1.18.1, module version = 1.0.0
[ 537.143] ABI class: X.Org ANSI C Emulation, version 0.4
[ 537.143] (II) glamor: OpenGL accelerated X.org driver based.
[ 537.155] (EE) modeset(0): eglInitialize() failed
[ 537.155] (EE) modeset(0): glamor initialization failed
[ 537.155] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 537.155] (II) modeset(0): Output LVDS-1 has no monitor section
[ 537.156] (II) modeset(0): Output VGA-1 has no monitor section
[ 537.182] (II) modeset(0): Output HDMI-1 has no monitor section
[ 537.206] (II) modeset(0): Output DP-1 has no monitor section
[ 537.206] (II) modeset(0): EDID for output LVDS-1
[ 537.206] (II) modeset(0): Printing probed modes for output LVDS-1
[ 537.206] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz P)
[ 537.207] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 537.207] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 537.207] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 537.207] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 537.207] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 537.207] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 537.207] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 537.207] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 537.207] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 537.207] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 537.207] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 537.207] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 537.207] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 537.207] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 537.207] (II) modeset(0): EDID for output VGA-1
[ 537.233] (II) modeset(0): EDID for output HDMI-1
[ 537.233] (II) modeset(0): Manufacturer: IVM Model: 6113 Serial#: 3426
[ 537.233] (II) modeset(0): Year: 2014 Week: 46
[ 537.233] (II) modeset(0): EDID Version: 1.3
[ 537.233] (II) modeset(0): Digital Display Input
[ 537.233] (II) modeset(0): Max Image Size [cm]: horiz.: 53 vert.: 30
[ 537.233] (II) modeset(0): Gamma: 2.20
[ 537.233] (II) modeset(0): DPMS capabilities: Off
[ 537.233] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 537.233] (II) modeset(0): First detailed timing is preferred mode
[ 537.233] (II) modeset(0): redX: 0.645 redY: 0.332 greenX: 0.315 greenY: 0.619
[ 537.233] (II) modeset(0): blueX: 0.151 blueY: 0.065 whiteX: 0.313 whiteY: 0.329
[ 537.233] (II) modeset(0): Supported established timings:
[ 537.233] (II) modeset(0): 640x480@60Hz
[ 537.233] (II) modeset(0): 640x480@67Hz
[ 537.233] (II) modeset(0): 800x600@56Hz
[ 537.233] (II) modeset(0): 800x600@60Hz
[ 537.233] (II) modeset(0): 1024x768@60Hz
[ 537.233] (II) modeset(0): Manufacturer's mask: 0
[ 537.233] (II) modeset(0): Supported standard timings:
[ 537.233] (II) modeset(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
[ 537.233] (II) modeset(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 537.233] (II) modeset(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 537.233] (II) modeset(0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 537.233] (II) modeset(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 537.233] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 537.233] (II) modeset(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 537.233] (II) modeset(0): Supported detailed timing:
[ 537.233] (II) modeset(0): clock: 148.5 MHz Image Size: 531 x 299 mm
[ 537.234] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 537.234] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 537.234] (II) modeset(0): Serial No: 1130744623426
[ 537.234] (II) modeset(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 537.234] (II) modeset(0): Monitor name: PLE2483H
[ 537.234] (II) modeset(0): Supported detailed timing:
[ 537.234] (II) modeset(0): clock: 148.5 MHz Image Size: 531 x 299 mm
[ 537.234] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 537.234] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 537.234] (II) modeset(0): Supported detailed timing:
[ 537.234] (II) modeset(0): clock: 74.2 MHz Image Size: 531 x 299 mm
[ 537.234] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 537.234] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 537.234] (II) modeset(0): Supported detailed timing:
[ 537.234] (II) modeset(0): clock: 74.2 MHz Image Size: 531 x 299 mm
[ 537.234] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 537.234] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 537.234] (II) modeset(0): Supported detailed timing:
[ 537.234] (II) modeset(0): clock: 27.0 MHz Image Size: 531 x 299 mm
[ 537.234] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 537.234] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 537.234] (II) modeset(0): Supported detailed timing:
[ 537.234] (II) modeset(0): clock: 148.5 MHz Image Size: 531 x 299 mm
[ 537.234] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 537.234] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 537.234] (II) modeset(0): Number of EDID sections to follow: 1
[ 537.234] (II) modeset(0): EDID (in hex):
[ 537.234] (II) modeset(0): 00ffffffffffff0026cd1361620d0000
[ 537.234] (II) modeset(0): 2e18010380351e782a0ef5a555509e26
[ 537.234] (II) modeset(0): 105054330800710081408180a940b300
[ 537.234] (II) modeset(0): 9500d1c00101023a801871382d40582c
[ 537.234] (II) modeset(0): 4500132b2100001e000000ff00313133
[ 537.234] (II) modeset(0): 30373434363233343236000000fd0037
[ 537.234] (II) modeset(0): 4c1e5311000a202020202020000000fc
[ 537.234] (II) modeset(0): 00504c4532343833480a202020200163
[ 537.234] (II) modeset(0): 020322f14f9005040302011112131406
[ 537.234] (II) modeset(0): 0715161f230907018301000065030c00
[ 537.234] (II) modeset(0): 1000023a801871382d40582c4500132b
[ 537.234] (II) modeset(0): 2100001f011d80d0721c1620102c2580
[ 537.234] (II) modeset(0): 132b2100009e011d00bc52d01e20b828
[ 537.234] (II) modeset(0): 5540132b2100001e8c0ad09020403120
[ 537.234] (II) modeset(0): 0c405500132b21000018023a80d07238
[ 537.234] (II) modeset(0): 2d40102c4580132b2100001e000000d0
[ 537.234] (II) modeset(0): Printing probed modes for output HDMI-1
[ 537.234] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 537.235] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 537.235] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 537.235] (II) modeset(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 537.235] (II) modeset(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 537.235] (II) modeset(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 537.235] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 537.235] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 537.235] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 537.235] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 537.235] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 537.235] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 537.235] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 537.235] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 537.235] (II) modeset(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 537.235] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 537.235] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 537.235] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 537.235] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 537.235] (II) modeset(0): Modeline "720x576i"x50.0 13.50 720 732 795 864 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 537.235] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 537.235] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 537.235] (II) modeset(0): Modeline "720x480i"x60.0 13.51 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[ 537.235] (II) modeset(0): Modeline "720x480i"x59.9 13.50 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 537.235] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 537.235] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 537.235] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 537.260] (II) modeset(0): EDID for output DP-1
[ 537.260] (II) modeset(0): Output LVDS-1 connected
[ 537.260] (II) modeset(0): Output VGA-1 disconnected
[ 537.260] (II) modeset(0): Output HDMI-1 connected
[ 537.260] (II) modeset(0): Output DP-1 disconnected
[ 537.260] (II) modeset(0): Using spanning desktop for initial modes
[ 537.260] (II) modeset(0): Output LVDS-1 using initial mode 1024x768 +0+0
[ 537.260] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +1024+0
[ 537.260] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 537.260] (==) modeset(0): DPI set to (96, 96)
[ 537.260] (II) Loading sub module "fb"
[ 537.260] (II) LoadModule: "fb"
[ 537.260] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 537.260] (II) Module fb: vendor="X.Org Foundation"
[ 537.260] compiled for 1.18.1, module version = 1.0.0
[ 537.260] ABI class: X.Org ANSI C Emulation, version 0.4
[ 537.260] (II) Loading sub module "shadow"
[ 537.260] (II) LoadModule: "shadow"
[ 537.260] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 537.260] (II) Module shadow: vendor="X.Org Foundation"
[ 537.260] compiled for 1.18.1, module version = 1.1.0
[ 537.260] ABI class: X.Org ANSI C Emulation, version 0.4
[ 537.260] (II) UnloadModule: "nvidia"
[ 537.260] (II) Unloading nvidia
[ 537.260] (==) Depth 24 pixmap format is 32 bpp
[ 537.260] (==) modeset(0): Backing store enabled
[ 537.260] (==) modeset(0): Silken mouse enabled
[ 537.260] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 537.309] (==) modeset(0): DPMS enabled
[ 537.342] (--) RandR disabled
[ 537.350] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 537.351] (II) modeset(0): Damage tracking initialized
[ 537.351] (II) modeset(0): Setting screen physical size to 778 x 285
[ 537.443] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 537.443] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 537.443] (II) LoadModule: "libinput"
[ 537.443] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 537.444] (II) Module libinput: vendor="X.Org Foundation"
[ 537.444] compiled for 1.18.0, module version = 0.16.0
[ 537.444] Module class: X.Org XInput Driver
[ 537.444] ABI class: X.Org XInput driver, version 22.1
[ 537.446] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 16 paused 0
[ 537.446] (II) Using input driver 'libinput' for 'Power Button'
[ 537.446] (**) Power Button: always reports core events
[ 537.446] (**) Option "Device" "/dev/input/event4"
[ 537.446] (**) Option "_source" "server/udev"
[ 537.447] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 537.447] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 537.447] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event4"
[ 537.447] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 537.448] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 537.448] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 537.449] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 537.449] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 537.450] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 19 paused 0
[ 537.450] (II) Using input driver 'libinput' for 'Video Bus'
[ 537.450] (**) Video Bus: always reports core events
[ 537.450] (**) Option "Device" "/dev/input/event9"
[ 537.450] (**) Option "_source" "server/udev"
[ 537.451] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[ 537.451] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[ 537.451] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event9"
[ 537.451] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 537.452] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[ 537.452] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[ 537.452] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 537.452] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 537.454] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 20 paused 0
[ 537.454] (II) Using input driver 'libinput' for 'Video Bus'
[ 537.454] (**) Video Bus: always reports core events
[ 537.454] (**) Option "Device" "/dev/input/event8"
[ 537.454] (**) Option "_source" "server/udev"
[ 537.454] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[ 537.454] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[ 537.454] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input18/event8"
[ 537.454] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 537.455] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[ 537.455] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[ 537.456] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 537.456] (II) No input driver specified, ignoring this device.
[ 537.456] (II) This device may have been added with another device file.
[ 537.457] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 537.457] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 537.458] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0
[ 537.458] (II) Using input driver 'libinput' for 'Sleep Button'
[ 537.458] (**) Sleep Button: always reports core events
[ 537.458] (**) Option "Device" "/dev/input/event3"
[ 537.458] (**) Option "_source" "server/udev"
[ 537.458] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[ 537.458] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[ 537.458] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event3"
[ 537.459] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 537.459] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[ 537.459] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[ 537.461] (II) config/udev: Adding input device ASUS USB2.0 WebCam (/dev/input/event6)
[ 537.461] (**) ASUS USB2.0 WebCam: Applying InputClass "libinput keyboard catchall"
[ 537.462] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 22 paused 0
[ 537.462] (II) Using input driver 'libinput' for 'ASUS USB2.0 WebCam'
[ 537.462] (**) ASUS USB2.0 WebCam: always reports core events
[ 537.462] (**) Option "Device" "/dev/input/event6"
[ 537.462] (**) Option "_source" "server/udev"
[ 537.463] (II) input device 'ASUS USB2.0 WebCam', /dev/input/event6 is tagged by udev as: Keyboard
[ 537.463] (II) input device 'ASUS USB2.0 WebCam', /dev/input/event6 is a keyboard
[ 537.463] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input11/event6"
[ 537.463] (II) XINPUT: Adding extended input device "ASUS USB2.0 WebCam" (type: KEYBOARD, id 10)
[ 537.464] (II) input device 'ASUS USB2.0 WebCam', /dev/input/event6 is tagged by udev as: Keyboard
[ 537.464] (II) input device 'ASUS USB2.0 WebCam', /dev/input/event6 is a keyboard
[ 537.464] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 537.464] (II) No input driver specified, ignoring this device.
[ 537.464] (II) This device may have been added with another device file.
[ 537.465] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 537.465] (II) No input driver specified, ignoring this device.
[ 537.465] (II) This device may have been added with another device file.
[ 537.465] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 537.465] (II) No input driver specified, ignoring this device.
[ 537.465] (II) This device may have been added with another device file.
[ 537.466] (II) config/udev: Adding input device LITE-ON Technology USB NetVista Full Width Keyboard. (/dev/input/event1)
[ 537.466] (**) LITE-ON Technology USB NetVista Full Width Keyboard.: Applying InputClass "libinput keyboard catchall"
[ 537.468] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[ 537.468] (II) Using input driver 'libinput' for 'LITE-ON Technology USB NetVista Full Width Keyboard.'
[ 537.468] (**) LITE-ON Technology USB NetVista Full Width Keyboard.: always reports core events
[ 537.468] (**) Option "Device" "/dev/input/event1"
[ 537.468] (**) Option "_source" "server/udev"
[ 537.468] (II) input device 'LITE-ON Technology USB NetVista Full Width Keyboard.', /dev/input/event1 is tagged by udev as: Keyboard
[ 537.468] (II) input device 'LITE-ON Technology USB NetVista Full Width Keyboard.', /dev/input/event1 is a keyboard
[ 537.468] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:04B3:3025.0001/input/input5/event1"
[ 537.468] (II) XINPUT: Adding extended input device "LITE-ON Technology USB NetVista Full Width Keyboard." (type: KEYBOARD, id 11)
[ 537.469] (II) input device 'LITE-ON Technology USB NetVista Full Width Keyboard.', /dev/input/event1 is tagged by udev as: Keyboard
[ 537.469] (II) input device 'LITE-ON Technology USB NetVista Full Width Keyboard.', /dev/input/event1 is a keyboard
[ 537.470] (II) config/udev: Adding input device Logitech M325 (/dev/input/event10)
[ 537.470] (**) Logitech M325: Applying InputClass "libinput pointer catchall"
[ 537.472] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 24 paused 0
[ 537.472] (II) Using input driver 'libinput' for 'Logitech M325'
[ 537.472] (**) Logitech M325: always reports core events
[ 537.472] (**) Option "Device" "/dev/input/event10"
[ 537.472] (**) Option "_source" "server/udev"
[ 537.472] (II) input device 'Logitech M325', /dev/input/event10 is tagged by udev as: Mouse
[ 537.472] (II) Device 'Logitech M325' set to 600 DPI
[ 537.472] (II) input device 'Logitech M325', /dev/input/event10 is a pointer caps
[ 537.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.2/0003:046D:C52B.0004/0003:046D:400A.0005/input/input21/event10"
[ 537.473] (II) XINPUT: Adding extended input device "Logitech M325" (type: MOUSE, id 12)
[ 537.473] (**) Option "AccelerationScheme" "none"
[ 537.473] (**) Logitech M325: (accel) selected scheme none/0
[ 537.473] (**) Logitech M325: (accel) acceleration factor: 2.000
[ 537.473] (**) Logitech M325: (accel) acceleration threshold: 4
[ 537.474] (II) input device 'Logitech M325', /dev/input/event10 is tagged by udev as: Mouse
[ 537.474] (II) Device 'Logitech M325' set to 600 DPI
[ 537.474] (II) input device 'Logitech M325', /dev/input/event10 is a pointer caps
[ 537.474] (II) config/udev: Adding input device Logitech M325 (/dev/input/mouse0)
[ 537.474] (II) No input driver specified, ignoring this device.
[ 537.474] (II) This device may have been added with another device file.
[ 537.475] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[ 537.475] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 537.476] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 25 paused 0
[ 537.476] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 537.476] (**) Asus WMI hotkeys: always reports core events
[ 537.476] (**) Option "Device" "/dev/input/event7"
[ 537.476] (**) Option "_source" "server/udev"
[ 537.477] (II) input device 'Asus WMI hotkeys', /dev/input/event7 is tagged by udev as: Keyboard
[ 537.477] (II) input device 'Asus WMI hotkeys', /dev/input/event7 is a keyboard
[ 537.477] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event7"
[ 537.477] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[ 537.478] (II) input device 'Asus WMI hotkeys', /dev/input/event7 is tagged by udev as: Keyboard
[ 537.478] (II) input device 'Asus WMI hotkeys', /dev/input/event7 is a keyboard
[ 537.478] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 537.478] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 537.479] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[ 537.479] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 537.479] (**) AT Translated Set 2 keyboard: always reports core events
[ 537.479] (**) Option "Device" "/dev/input/event0"
[ 537.479] (**) Option "_source" "server/udev"
[ 537.480] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 537.480] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 537.480] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 537.480] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 537.481] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 537.481] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 537.481] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event14)
[ 537.481] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 537.481] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchscreen catchall"
[ 537.483] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 27 paused 0
[ 537.483] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 537.483] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 537.483] (**) Option "Device" "/dev/input/event14"
[ 537.483] (**) Option "_source" "server/udev"
[ 537.483] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event14 is tagged by udev as: Touchpad Touchscreen
[ 537.483] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event14 is a touchpad
[ 537.483] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input14/event14"
[ 537.483] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
[ 537.484] (**) Option "AccelerationScheme" "none"
[ 537.484] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 537.484] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 537.484] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 537.484] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event14 is tagged by udev as: Touchpad Touchscreen
[ 537.484] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event14 is a touchpad
[ 537.485] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 537.485] (II) No input driver specified, ignoring this device.
[ 537.485] (II) This device may have been added with another device file.
[ 537.485] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 537.485] (II) No input driver specified, ignoring this device.
[ 537.485] (II) This device may have been added with another device file.
[ 550.761] (**) Option "fd" "16"
[ 550.761] (**) Option "fd" "19"
[ 550.761] (**) Option "fd" "20"
[ 550.762] (**) Option "fd" "21"
[ 550.762] (**) Option "fd" "22"
[ 550.762] (**) Option "fd" "23"
[ 550.762] (**) Option "fd" "24"
[ 550.762] (**) Option "fd" "25"
[ 550.762] (**) Option "fd" "26"
[ 550.762] (**) Option "fd" "27"
[ 550.763] (II) UnloadModule: "libinput"
[ 550.763] (II) systemd-logind: releasing fd for 13:78
[ 550.796] (II) UnloadModule: "libinput"
[ 550.796] (II) systemd-logind: releasing fd for 13:64
[ 550.823] (II) UnloadModule: "libinput"
[ 550.823] (II) systemd-logind: releasing fd for 13:71
[ 550.836] (II) UnloadModule: "libinput"
[ 550.836] (II) systemd-logind: releasing fd for 13:74
[ 550.863] (II) UnloadModule: "libinput"
[ 550.863] (II) systemd-logind: releasing fd for 13:65
[ 550.890] (II) UnloadModule: "libinput"
[ 550.890] (II) systemd-logind: releasing fd for 13:70
[ 550.916] (II) UnloadModule: "libinput"
[ 550.916] (II) systemd-logind: releasing fd for 13:67
[ 550.930] (II) UnloadModule: "libinput"
[ 550.930] (II) systemd-logind: releasing fd for 13:72
[ 550.943] (II) UnloadModule: "libinput"
[ 550.943] (II) systemd-logind: releasing fd for 13:73
[ 550.957] (II) UnloadModule: "libinput"
[ 550.957] (II) systemd-logind: releasing fd for 13:68
[ 550.986] (II) Server terminated successfully (0). Closing log file.