[GNOME] Freeze lors de clique sur "paramètres" (Résolu)

Xorg, Compiz, KDE / Gnome / Xfce / Fluxbox / e17 / fvwm ... GDM/KDM/XDM...
Nevenoe
newbie
Messages : 9
Inscription : mer. 06 juin 2018, 20:13

[GNOME] Freeze lors de clique sur "paramètres" (Résolu)

Message par Nevenoe »

Bonjour! :D

Je viens d'installer archlinux. (4.16.13-2-ARCH)
Après quelques configurations concernant la wifi et les users, j'ai décidé d'installer une GUI à savoir GNOME.

J'ai commencé par installer xorg-xinit, xorg-server et xorg-apps.
J'ai créé un fichier .xinitrc dans mon ~/ en le copiant de /etc/X11/xinit/xinitrc. J'ai modifié le fichier .xinitrc en commentant les lignes allant de tvm jusqu'à la fin ( comme indiqué dans la documentation officielle Archlinux: https://wiki.archlinux.fr/Startx ou https://wiki.archlinux.org/index.php/Xinit ). Et à la fin de ce fichier, j'ai ajouté ceci: exec gnome-session.

Pour l'instant, je ne souhaite pas utiliser GDM car je veux avoir mon terminal dès le début.
Donc après la modification de ce fichier et après connexion par tty, j'ai lancé la commande startx.

GNOME se lance à priori correctement après un temps que je trouve long ( 1 minutes, est ce normal avec un SSD ? :| ). Mais lorsque que je clique sur "paramètres" ou l'application "cheese" par exemple, le curseur de la souris devient une roue de chargement et... Tout Freeze ! Obligé d'éteindre le PC par le bouton... :cry:

J'avoue être quelque peu perdu ayant peu de connaissances autour de Linux... :copain:
J'ai lu pas mal de messages sur les forums notamment sur celui-ci mais rien ne semble coller à mon problème. :(
Si quelqu'un à une idée d'où chercher ou de ce qu'il ce passe, je suis preneur!
Dernière modification par Nevenoe le mer. 13 juin 2018, 08:14, modifié 1 fois.
JuanicoV
Daikyu
Messages : 69
Inscription : mar. 07 nov. 2017, 20:59
Localisation : Espagne-Valencia

Re: [GNOME] Freeze lors de clique sur "paramètres"

Message par JuanicoV »

Bonjour
GNOME se lance à priori correctement après un temps que je trouve long ( 1 minutes, est ce normal avec un SSD ? :| )
1mm c'est pas normal, sur mon vieux bousin ça prend 7s-10s (depuis un startx aussi avec SSD)

Peux-tu nous donner ton .xinitrc , le log Xorg et celui de systemd

Code : Tout sélectionner

journalctl -b -1
si c'est le boot n-1 qui a planté
HP Pavillon - AMD Phenom 9600 - 6Go - SSD
Nvidia GT 520
Dual boot : Archlinux Gnome -Ubuntu Mate
Nevenoe
newbie
Messages : 9
Inscription : mer. 06 juin 2018, 20:13

Re: [GNOME] Freeze lors de clique sur "paramètres"

Message par Nevenoe »

Salut JuanicoV!

Merci de ta réponse!

Alors voici mon fichier .xinitrc:

Code : Tout sélectionner

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodemap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then




    xrdb -merge $sysresources
fi

if [ -f $sysmodmap]; then
    xmodmap $sysmodmap
fi

if [ -f $useresources ]; then




    xrdb -merge "$userresources"
fi

if [ -f $usermodmap ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
    for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
        [ -x "$f" ] && . "$f"
    done
    unset f
fi

# twm &
# xclock -geometry 50x50-1+1 &
# xterm -geometry 80x50+494+51 &
# xterm -geometry 80x20+494-0 &
# exec xterm -geometry 80x66+0+0 -name login
exec gnome-session

Voici le log /var/log/Xorg.0.log apres le startx

Code : Tout sélectionner

[   986.882] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   986.886] 
X.Org X Server 1.20.0
X Protocol Version 11, Revision 0
[   986.890] Build Operating System: Linux Arch Linux
[   986.890] Current Operating System: Linux AdrienLaptop 4.16.13-2-ARCH #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018 x86_64
[   986.890] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a47dd5ac-c21a-447c-99d6-a69064545db6 rw quiet
[   986.891] Build Date: 25 May 2018  10:26:33PM
[   986.892]  
[   986.892] Current version of pixman: 0.34.0
[   986.894] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   986.894] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   986.896] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun  7 19:42:08 2018
[   986.899] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   986.900] (==) No Layout section.  Using the first Screen section.
[   986.900] (==) No screen section available. Using defaults.
[   986.900] (**) |-->Screen "Default Screen Section" (0)
[   986.900] (**) |   |-->Monitor "<default monitor>"
[   986.900] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   986.900] (==) Automatically adding devices
[   986.900] (==) Automatically enabling devices
[   986.900] (==) Automatically adding GPU devices
[   986.900] (==) Automatically binding GPU devices
[   986.900] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   986.902] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   986.902] 	Entry deleted from font path.
[   986.902] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   986.902] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   986.902] 	Entry deleted from font path.
[   986.902] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   986.902] 	Entry deleted from font path.
[   986.902] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   986.902] 	Entry deleted from font path.
[   986.904] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   986.904] (==) ModulePath set to "/usr/lib/xorg/modules"
[   986.904] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   986.904] (II) Module ABI versions:
[   986.904] 	X.Org ANSI C Emulation: 0.4
[   986.904] 	X.Org Video Driver: 24.0
[   986.904] 	X.Org XInput driver : 24.1
[   986.904] 	X.Org Server Extension : 10.0
[   986.905] (++) using VT number 1

[   986.906] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   986.907] (II) xfree86: Adding drm device (/dev/dri/card1)
[   986.907] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[   986.907] (II) xfree86: Adding drm device (/dev/dri/card0)
[   986.908] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   986.909] (--) PCI:*(0@0:2:0) 8086:591b:103c:8259 rev 4, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   986.909] (--) PCI: (1@0:0:0) 10de:1c8d:103c:8259 rev 161, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   986.909] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   986.909] (II) LoadModule: "glx"
[   986.912] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   986.916] (II) Module glx: vendor="X.Org Foundation"
[   986.916] 	compiled for 1.20.0, module version = 1.0.0
[   986.916] 	ABI class: X.Org Server Extension, version 10.0
[   986.916] (==) Matched intel as autoconfigured driver 0
[   986.916] (==) Matched nouveau as autoconfigured driver 1
[   986.916] (==) Matched nv as autoconfigured driver 2
[   986.916] (==) Matched modesetting as autoconfigured driver 3
[   986.916] (==) Matched fbdev as autoconfigured driver 4
[   986.916] (==) Matched vesa as autoconfigured driver 5
[   986.916] (==) Assigned the driver to the xf86ConfigLayout
[   986.917] (II) LoadModule: "intel"
[   986.917] (WW) Warning, couldn't open module intel
[   986.917] (EE) Failed to load module "intel" (module does not exist, 0)
[   986.917] (II) LoadModule: "nouveau"
[   986.917] (WW) Warning, couldn't open module nouveau
[   986.917] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   986.917] (II) LoadModule: "nv"
[   986.917] (WW) Warning, couldn't open module nv
[   986.917] (EE) Failed to load module "nv" (module does not exist, 0)
[   986.917] (II) LoadModule: "modesetting"
[   986.917] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   986.919] (II) Module modesetting: vendor="X.Org Foundation"
[   986.919] 	compiled for 1.20.0, module version = 1.20.0
[   986.919] 	Module class: X.Org Video Driver
[   986.919] 	ABI class: X.Org Video Driver, version 24.0
[   986.919] (II) LoadModule: "fbdev"
[   986.920] (WW) Warning, couldn't open module fbdev
[   986.920] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   986.920] (II) LoadModule: "vesa"
[   986.920] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   986.920] (II) Module vesa: vendor="X.Org Foundation"
[   986.921] 	compiled for 1.20.0, module version = 2.4.0
[   986.921] 	Module class: X.Org Video Driver
[   986.921] 	ABI class: X.Org Video Driver, version 24.0
[   986.921] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   986.921] (II) VESA: driver for VESA chipsets: vesa
[   986.921] (II) modeset(0): using drv /dev/dri/card0
[   986.921] (II) modeset(G0): using drv /dev/dri/card1
[   986.921] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   986.921] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   986.921] (==) modeset(0): RGB weight 888
[   986.921] (==) modeset(0): Default visual is TrueColor
[   986.921] (II) Loading sub module "glamoregl"
[   986.921] (II) LoadModule: "glamoregl"
[   986.921] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   986.931] (II) Module glamoregl: vendor="X.Org Foundation"
[   986.931] 	compiled for 1.20.0, module version = 1.0.1
[   986.931] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   986.992] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) 
[   986.992] (II) modeset(0): glamor initialized
[   986.993] (II) modeset(0): Output eDP-1 has no monitor section
[   987.186] (II) modeset(0): Output HDMI-1 has no monitor section
[   987.188] (II) modeset(0): EDID for output eDP-1
[   987.188] (II) modeset(0): Manufacturer: AUO  Model: 41ed  Serial#: 0
[   987.188] (II) modeset(0): Year: 2015  Week: 0
[   987.188] (II) modeset(0): EDID Version: 1.4
[   987.188] (II) modeset(0): Digital Display Input
[   987.188] (II) modeset(0): 6 bits per channel
[   987.188] (II) modeset(0): Digital interface is DisplayPort
[   987.188] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   987.188] (II) modeset(0): Gamma: 2.20
[   987.188] (II) modeset(0): No DPMS capabilities specified
[   987.188] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   987.188] (II) modeset(0): First detailed timing is preferred mode
[   987.188] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   987.188] (II) modeset(0): redX: 0.582 redY: 0.346   greenX: 0.351 greenY: 0.576
[   987.188] (II) modeset(0): blueX: 0.162 blueY: 0.145   whiteX: 0.327 whiteY: 0.354
[   987.188] (II) modeset(0): Manufacturer's mask: 0
[   987.188] (II) modeset(0): Supported detailed timing:
[   987.188] (II) modeset(0): clock: 141.0 MHz   Image Size:  344 x 193 mm
[   987.188] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[   987.188] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1118 v_border: 0
[   987.188] (II) modeset(0): Supported detailed timing:
[   987.188] (II) modeset(0): clock: 94.0 MHz   Image Size:  344 x 193 mm
[   987.188] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[   987.188] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1118 v_border: 0
[   987.188] (II) modeset(0): Unknown vendor-specific block 2
[   987.188] (II) modeset(0): EDID (in hex):
[   987.188] (II) modeset(0): 	00ffffffffffff0006afed4100000000
[   987.188] (II) modeset(0): 	0019010495221378022e8e9558599329
[   987.188] (II) modeset(0): 	25535a00000001010101010101010101
[   987.188] (II) modeset(0): 	010101010101143780b4703826406c30
[   987.188] (II) modeset(0): 	aa0058c110000018b82480b470382640
[   987.188] (II) modeset(0): 	6c30aa0058c110000018000000000000
[   987.188] (II) modeset(0): 	00000000000000000000000000000002
[   987.188] (II) modeset(0): 	001048ff0f3c6e1e14216e2020200035
[   987.188] (II) modeset(0): Printing probed modes for output eDP-1
[   987.188] (II) modeset(0): Modeline "1920x1080"x60.1  141.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (67.1 kHz eP)
[   987.188] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   987.188] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   987.188] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   987.188] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   987.188] (II) modeset(0): Modeline "1920x1080"x40.0   94.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (44.8 kHz e)
[   987.188] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   987.188] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   987.188] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   987.188] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   987.188] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   987.188] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   987.188] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   987.188] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   987.188] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   987.188] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   987.188] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   987.188] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   987.188] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   987.188] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   987.188] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   987.188] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   987.188] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   987.189] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   987.189] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   987.189] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   987.189] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   987.189] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   987.189] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   987.189] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   987.189] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   987.189] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   987.189] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   987.189] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   987.189] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   987.189] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   987.189] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   987.189] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   987.189] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   987.189] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   987.189] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   987.189] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   987.189] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   987.189] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   987.189] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   987.189] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   987.189] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   987.189] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   987.189] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   987.189] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   987.189] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   987.189] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   987.189] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   987.189] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   987.189] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   987.189] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   987.189] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   987.189] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   987.189] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   987.189] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   987.189] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   987.189] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   987.189] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   987.189] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   987.189] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   987.189] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   987.189] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   987.189] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   987.189] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   987.189] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   987.189] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   987.189] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   987.189] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   987.189] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   987.189] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   987.189] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   987.189] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   987.189] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   987.189] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   987.189] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   987.189] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   987.189] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   987.189] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   987.380] (II) modeset(0): EDID for output HDMI-1
[   987.380] (II) modeset(0): Output eDP-1 connected
[   987.380] (II) modeset(0): Output HDMI-1 disconnected
[   987.380] (II) modeset(0): Using exact sizes for initial modes
[   987.380] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   987.380] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   987.380] (==) modeset(0): DPI set to (96, 96)
[   987.380] (II) Loading sub module "fb"
[   987.380] (II) LoadModule: "fb"
[   987.380] (II) Loading /usr/lib/xorg/modules/libfb.so
[   987.387] (II) Module fb: vendor="X.Org Foundation"
[   987.387] 	compiled for 1.20.0, module version = 1.0.0
[   987.387] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   987.387] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   987.387] (==) modeset(G0): RGB weight 888
[   987.387] (==) modeset(G0): Default visual is TrueColor
[   987.387] (II) Loading sub module "glamoregl"
[   987.388] (II) LoadModule: "glamoregl"
[   987.388] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   987.388] (II) Module glamoregl: vendor="X.Org Foundation"
[   987.388] 	compiled for 1.20.0, module version = 1.0.1
[   987.388] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1005.633] (II) modeset(G0): glamor X acceleration enabled on llvmpipe (LLVM 6.0, 256 bits)
[  1005.633] (II) modeset(G0): glamor initialized
[  1005.687] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[  1005.744] (II) modeset(G0): EDID for output HDMI-1-2
[  1005.744] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  1005.744] (==) modeset(G0): DPI set to (96, 96)
[  1005.744] (II) Loading sub module "fb"
[  1005.744] (II) LoadModule: "fb"
[  1005.744] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1005.744] (II) Module fb: vendor="X.Org Foundation"
[  1005.744] 	compiled for 1.20.0, module version = 1.0.0
[  1005.744] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1005.744] (II) UnloadModule: "vesa"
[  1005.744] (II) Unloading vesa
[  1017.781] (==) modeset(G0): Backing store enabled
[  1017.781] (==) modeset(G0): Silken mouse disabled
[  1017.782] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[  1017.782] (==) modeset(G0): DPMS enabled
[  1017.782] (II) modeset(G0): [DRI2] Setup complete
[  1017.782] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[  1017.782] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[  1017.835] (==) modeset(0): Backing store enabled
[  1017.835] (==) modeset(0): Silken mouse disabled
[  1017.879] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1017.879] (==) modeset(0): DPMS enabled
[  1017.879] (II) modeset(0): [DRI2] Setup complete
[  1017.879] (II) modeset(0): [DRI2]   DRI driver: i965
[  1017.879] (II) modeset(0): [DRI2]   VDPAU driver: i965
[  1017.879] (II) Initializing extension Generic Event Extension
[  1017.879] (II) Initializing extension SHAPE
[  1017.879] (II) Initializing extension MIT-SHM
[  1017.879] (II) Initializing extension XInputExtension
[  1017.879] (II) Initializing extension XTEST
[  1017.879] (II) Initializing extension BIG-REQUESTS
[  1017.879] (II) Initializing extension SYNC
[  1017.879] (II) Initializing extension XKEYBOARD
[  1017.879] (II) Initializing extension XC-MISC
[  1017.879] (II) Initializing extension SECURITY
[  1017.879] (II) Initializing extension XFIXES
[  1017.879] (II) Initializing extension RENDER
[  1017.879] (II) Initializing extension RANDR
[  1017.879] (II) Initializing extension COMPOSITE
[  1017.879] (II) Initializing extension DAMAGE
[  1017.879] (II) Initializing extension MIT-SCREEN-SAVER
[  1017.879] (II) Initializing extension DOUBLE-BUFFER
[  1017.879] (II) Initializing extension RECORD
[  1017.879] (II) Initializing extension DPMS
[  1017.879] (II) Initializing extension Present
[  1017.879] (II) Initializing extension DRI3
[  1017.879] (II) Initializing extension X-Resource
[  1017.879] (II) Initializing extension XVideo
[  1017.879] (II) Initializing extension XVideo-MotionCompensation
[  1017.879] (II) Initializing extension GLX
[  1017.882] (II) AIGLX: Loaded and initialized i965
[  1017.882] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1017.882] (II) Initializing extension XFree86-VidModeExtension
[  1017.882] (II) Initializing extension XFree86-DGA
[  1017.882] (II) Initializing extension XFree86-DRI
[  1017.882] (II) Initializing extension DRI2
[  1017.883] (II) modeset(G0): Damage tracking initialized
[  1017.893] (II) modeset(0): Damage tracking initialized
[  1017.893] (II) modeset(0): Setting screen physical size to 508 x 285
[  1018.301] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1018.301] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1018.301] (II) LoadModule: "libinput"
[  1018.301] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1018.305] (II) Module libinput: vendor="X.Org Foundation"
[  1018.305] 	compiled for 1.19.6, module version = 0.27.1
[  1018.305] 	Module class: X.Org XInput Driver
[  1018.305] 	ABI class: X.Org XInput driver, version 24.1
[  1018.305] (II) Using input driver 'libinput' for 'Power Button'
[  1018.306] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 21 paused 0
[  1018.306] (**) Power Button: always reports core events
[  1018.306] (**) Option "Device" "/dev/input/event2"
[  1018.306] (**) Option "_source" "server/udev"
[  1018.307] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1018.307] (II) event2  - Power Button: device is a keyboard
[  1018.307] (II) event2  - Power Button: device removed
[  1018.307] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1018.307] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1018.308] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1018.308] (II) event2  - Power Button: device is a keyboard
[  1018.309] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[  1018.309] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1018.309] (II) Using input driver 'libinput' for 'Video Bus'
[  1018.310] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 24 paused 0
[  1018.310] (**) Video Bus: always reports core events
[  1018.310] (**) Option "Device" "/dev/input/event10"
[  1018.310] (**) Option "_source" "server/udev"
[  1018.311] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[  1018.311] (II) event10 - Video Bus: device is a keyboard
[  1018.311] (II) event10 - Video Bus: device removed
[  1018.311] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event10"
[  1018.311] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1018.312] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[  1018.312] (II) event10 - Video Bus: device is a keyboard
[  1018.312] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[  1018.312] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1018.312] (II) Using input driver 'libinput' for 'Video Bus'
[  1018.313] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 25 paused 0
[  1018.313] (**) Video Bus: always reports core events
[  1018.314] (**) Option "Device" "/dev/input/event9"
[  1018.314] (**) Option "_source" "server/udev"
[  1018.314] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  1018.314] (II) event9  - Video Bus: device is a keyboard
[  1018.314] (II) event9  - Video Bus: device removed
[  1018.314] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input11/event9"
[  1018.314] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1018.315] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  1018.315] (II) event9  - Video Bus: device is a keyboard
[  1018.316] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1018.316] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1018.316] (II) Using input driver 'libinput' for 'Power Button'
[  1018.317] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0
[  1018.317] (**) Power Button: always reports core events
[  1018.317] (**) Option "Device" "/dev/input/event1"
[  1018.317] (**) Option "_source" "server/udev"
[  1018.318] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1018.318] (II) event1  - Power Button: device is a keyboard
[  1018.318] (II) event1  - Power Button: device removed
[  1018.318] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1018.318] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[  1018.318] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1018.318] (II) event1  - Power Button: device is a keyboard
[  1018.319] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1018.319] (II) No input driver specified, ignoring this device.
[  1018.319] (II) This device may have been added with another device file.
[  1018.321] (II) config/udev: Adding input device HP Wide Vision HD: HP Wide Visi (/dev/input/event8)
[  1018.321] (**) HP Wide Vision HD: HP Wide Visi: Applying InputClass "libinput keyboard catchall"
[  1018.321] (II) Using input driver 'libinput' for 'HP Wide Vision HD: HP Wide Visi'
[  1018.322] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 27 paused 0
[  1018.322] (**) HP Wide Vision HD: HP Wide Visi: always reports core events
[  1018.322] (**) Option "Device" "/dev/input/event8"
[  1018.322] (**) Option "_source" "server/udev"
[  1018.322] (II) event8  - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[  1018.323] (II) event8  - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[  1018.323] (II) event8  - HP Wide Vision HD: HP Wide Visi: device removed
[  1018.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input10/event8"
[  1018.323] (II) XINPUT: Adding extended input device "HP Wide Vision HD: HP Wide Visi" (type: KEYBOARD, id 10)
[  1018.324] (II) event8  - HP Wide Vision HD: HP Wide Visi: is tagged by udev as: Keyboard
[  1018.324] (II) event8  - HP Wide Vision HD: HP Wide Visi: device is a keyboard
[  1018.324] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[  1018.324] (II) No input driver specified, ignoring this device.
[  1018.324] (II) This device may have been added with another device file.
[  1018.325] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[  1018.325] (II) No input driver specified, ignoring this device.
[  1018.325] (II) This device may have been added with another device file.
[  1018.325] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[  1018.325] (II) No input driver specified, ignoring this device.
[  1018.325] (II) This device may have been added with another device file.
[  1018.326] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[  1018.326] (II) No input driver specified, ignoring this device.
[  1018.326] (II) This device may have been added with another device file.
[  1018.326] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[  1018.326] (II) No input driver specified, ignoring this device.
[  1018.326] (II) This device may have been added with another device file.
[  1018.327] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[  1018.327] (II) No input driver specified, ignoring this device.
[  1018.327] (II) This device may have been added with another device file.
[  1018.327] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[  1018.327] (II) No input driver specified, ignoring this device.
[  1018.327] (II) This device may have been added with another device file.
[  1018.328] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  1018.328] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1018.328] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1018.329] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[  1018.329] (**) AT Translated Set 2 keyboard: always reports core events
[  1018.329] (**) Option "Device" "/dev/input/event3"
[  1018.329] (**) Option "_source" "server/udev"
[  1018.329] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1018.329] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1018.329] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1018.329] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  1018.329] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[  1018.330] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1018.330] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1018.331] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[  1018.331] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1018.331] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  1018.331] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 29 paused 0
[  1018.332] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1018.332] (**) Option "Device" "/dev/input/event11"
[  1018.332] (**) Option "_source" "server/udev"
[  1018.332] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1018.332] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1018.332] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[  1018.332] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event11"
[  1018.332] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[  1018.332] (**) Option "AccelerationScheme" "none"
[  1018.332] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  1018.332] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1018.332] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1018.333] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1018.333] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1018.333] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1018.333] (II) No input driver specified, ignoring this device.
[  1018.333] (II) This device may have been added with another device file.
[  1018.334] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5)
[  1018.334] (II) No input driver specified, ignoring this device.
[  1018.334] (II) This device may have been added with another device file.
[  1018.334] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[  1018.334] (II) No input driver specified, ignoring this device.
[  1018.334] (II) This device may have been added with another device file.
[  1018.334] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  1018.334] (II) No input driver specified, ignoring this device.
[  1018.334] (II) This device may have been added with another device file.
[  1018.335] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event4)
[  1018.335] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[  1018.335] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[  1018.335] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[  1018.335] (**) HP Wireless hotkeys: always reports core events
[  1018.335] (**) Option "Device" "/dev/input/event4"
[  1018.335] (**) Option "_source" "server/udev"
[  1018.336] (II) event4  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[  1018.336] (II) event4  - HP Wireless hotkeys: device is a keyboard
[  1018.336] (II) event4  - HP Wireless hotkeys: device removed
[  1018.336] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event4"
[  1018.336] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 13)
[  1018.336] (II) event4  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[  1018.336] (II) event4  - HP Wireless hotkeys: device is a keyboard
[  1018.337] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[  1018.337] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1018.337] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[  1018.337] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[  1018.337] (**) HP WMI hotkeys: always reports core events
[  1018.337] (**) Option "Device" "/dev/input/event7"
[  1018.337] (**) Option "_source" "server/udev"
[  1018.338] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  1018.338] (II) event7  - HP WMI hotkeys: device is a keyboard
[  1018.338] (II) event7  - HP WMI hotkeys: device removed
[  1018.338] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event7"
[  1018.338] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
[  1018.338] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  1018.338] (II) event7  - HP WMI hotkeys: device is a keyboard
[  1018.834] (II) modeset(0): EDID vendor "AUO", prod id 16877
[  1018.834] (II) modeset(0): Printing DDC gathered Modelines:
[  1018.834] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (67.1 kHz eP)
[  1018.834] (II) modeset(0): Modeline "1920x1080"x0.0   94.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (44.8 kHz e)
[  1019.027] (II) modeset(0): EDID vendor "AUO", prod id 16877
[  1019.027] (II) modeset(0): Printing DDC gathered Modelines:
[  1019.027] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (67.1 kHz eP)
[  1019.027] (II) modeset(0): Modeline "1920x1080"x0.0   94.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (44.8 kHz e)
On voit que xorg n'arrive pas à charger nouveau (qui est le driver de ma GPU NVIDIA c'est ça?). Ça pourrait être lié ?

En ce qui concerne le journalctl, je n'ai que les logs d'hier avec ta commande et pas ceux d'aujourd'hui donc pas ceux apres le startx...
Pour info il s'agit de la version 3.28.2 de GNOME.
JuanicoV
Daikyu
Messages : 69
Inscription : mar. 07 nov. 2017, 20:59
Localisation : Espagne-Valencia

Re: [GNOME] Freeze lors de clique sur "paramètres"

Message par JuanicoV »

il semblerait que tu n'aies pas installé les drivers pour ta carte, regarde le wiki pour voir celui qui convient a ta carte nvidia
HP Pavillon - AMD Phenom 9600 - 6Go - SSD
Nvidia GT 520
Dual boot : Archlinux Gnome -Ubuntu Mate
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [GNOME] Freeze lors de clique sur "paramètres"

Message par benjarobin »

C'est une carte nvidia avec technologie optimus, donc par défaut tu es sur la carte intel.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Nevenoe
newbie
Messages : 9
Inscription : mer. 06 juin 2018, 20:13

Re: [GNOME] Freeze lors de clique sur "paramètres"

Message par Nevenoe »

Aaaaaah mais je suis un boulet !! :bravo:
Bon... Merci hein :lol:
Je vais l'installer de ce pas et observer l'amélioration :D
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [GNOME] Freeze lors de clique sur "paramètres"

Message par benjarobin »

Ou pas... C'est la carte Intel qui est utilisé, pour utiliser la carte NVIDIA il faut suivre le wiki sur la technologie Optimus, mais c'est pas vraiment simple...
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Nevenoe
newbie
Messages : 9
Inscription : mer. 06 juin 2018, 20:13

Re: [GNOME] Freeze lors de clique sur "paramètres"

Message par Nevenoe »

OK... Je viens de voir le wiki. J'ai installé Bumblebee, nvidia et nouveau. Je ne sais pas si il faut que je prenne nvidia ou nouveau.
Je tente de lancer la commande optirun glxgears ou optirun glxspheres64, et ça plante avec l'erreur suivante:

Code : Tout sélectionner

[root@AdrienLaptop xorg.conf.d]# optirun glxspheres64
[ 2244.096015] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)

[ 2244.096107] [ERROR]Aborting because fallback start is disabled.
La commande glxgears fonctionne cependant, mais je suppose que c'est le chipset intel qui est utilisé.

Je comprends bien l'erreur et je suppose qu'il y a un endroit ou je dois configurer un truc du genre: "mon driver va avec ma carte nvidia dédiée et j'utilise la carte nvidia".
Mais je ne comprends pas où...


Du coup, après lecture de certains forums, j'ai modifié le fichier /etc/mkinitcpio.conf en changeant MODULE=() par MODULE="nouveau" . J'ai aussi créé un fichier de conf /etc/X11/xinit.conf.d/20-nouveau.conf puis j'ai fait mkinitcpio -p linux pour régénérer la ramdisk. J'ai ensuite redémarrer la machine et au moment de faire la commande startx: ça plante! Une belle (EE) Fatal server error: (EE) no screens found(EE). J'ai donc remis le fichier avec MODULE=() puis regénérer les ramdisk: pas de changement... J'ai ensuite supprimé le fichier de conf 20-nouveau.conf puis regénérer les ramdisk: gnome se lance ! et ne freeze apparemment plus lors de clique sur les paramètres ou d'autres applications...

Dernières infos: startx ne prend plus un temps monstre à lancer Gnome, optirun glxspheres64 et optirun glxgears se lance sans problème.

Bon, on sent bien que je ne comprends pas tout ce que j'ai fait... Si quelqu'un peut m'expliquer la logique de ce qu'il c'est passé ? :D Parce que du coup je ne suis pas sur de quel driver est utilisé, si c'est bien ma carte graphique Nvidia qui est utilisée et que Gnome est installé correctement.
Répondre