seulement chromium s'arrête au 1080p (il ouvre le 1440 sur le disque dur, donc il sait lire ce format).
seulement chromium n'a pas de tearing (déchirement)
Firefox et chrome ont du tearing (déchirement)
# nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "Intel"
Option "AccelMethod" "uxa"
EndSection
Avec cette config
Les logiciels de lecture vidéo fonctionnent parfaitement bien (VLC OK, Mv-player OK, mais Dragon Player, Lecteur vidéo débian TEARING, sur internet seul chromium convient, seul à lire sans "tearing" (déchirement d'image) les vidéo y compris celles ouvertes sur disque dur, mais est limité à 1080p sur youtube
Pas de bruit d'appel de courant sur l'alim
Si je veux regarder du plus que 1080p en me servant de firefox ou chrome pour regarder sur youtube, il me faut ça
# nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "Intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
EndSection
ça ne marche pas si bien: il y a parfois des lags (un toutes les 10 à 20 secondes),
Mais là, les lecteurs vidéos VLC MV-PLAYER et autres ont des lags la moitié du temps et 5 fois par seconde, n'arrêtent pas de trébucher sur la lecture, çette configuration n'est bien que pour lire du streaming sur internet avec Chrome et firefox et manipuler les cartes de google map.
Fait curieux les lecteurs vidéos VLC MV-PLAYER sont fluides si pas redimensionné en plein écran, et en plein écran n'ont presque plus de lags si on manipule sans cesse la souris pour qu'elle reste affichée sur l'écran, des que je lâche la souris, c'est du 15 images par seconde la moitié du temps.
60Hz la lecture saute moins, mais si je manipule la souris, j'ai des coupure d'image brefs (le temps d'une ou deux frames) avec affichage de noir complet (sur Mv-Player).
Les lags sont associé à un bruit d'origine piezo-électrique du à des appels de courant brutaux sur l'alim (c'est l'alim qui fait "un bruit de disque dur")
Avec ça
# nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "Intel"
Option "AccelMethod" "sna"
EndSection
C'est assez fluide, les lags sont absents, mais l'image est systématiquement déchiré, plus proprement certe, mais tout le temps et pour tous pareils (alors que dans les 2 configurations précédentes, Firefox et chrome se comportent tres différemment de VLC et Mv-Player)
Est ce judicieux/risqué d'essayer cela?
# nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "Intel"
Option "AccelMethod" "glamor"
EndSection
/var/lib/gdm3/.local/share/xorg/Xorg.0.log > /home/jean/Xorg.0.log.txt
il ya plein de glamor là dedans, ça pourrais le gérer?
[ 6.245] (II) Loading sub module "glamoregl"
[ 6.245] (II) LoadModule: "glamoregl"
[ 6.245] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 6.250] (II) Module glamoregl: vendor="X.Org Foundation"
[ 6.250] compiled for 1.19.2, module version = 1.0.0
[ 6.250] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.251] (II) glamor: OpenGL accelerated X.org driver based.
[ 6.358] (II) glamor: EGL version 1.4 (DRI2):
[ 6.399] (II) modeset(0): glamor initialized
[ 6.170] (--) Log file renamed from "/var/lib/gdm3/.local/share/xorg/Xorg.pid-655.log" to "/var/lib/gdm3/.local/share/xorg/Xorg.0.log"
[ 6.176]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 6.176] X Protocol Version 11, Revision 0
[ 6.176] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[ 6.176] Current Operating System: Linux cilaos-centre-du-monde 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64
[ 6.176] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=0c350407-892c-4191-9ca6-65382f382246 ro quiet
[ 6.176] Build Date: 16 October 2017 08:19:45AM
[ 6.176] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[ 6.176] Current version of pixman: 0.34.0
[ 6.176] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.176] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.176] (==) Log file: "/var/lib/gdm3/.local/share/xorg/Xorg.0.log", Time: Mon Oct 8 09:09:01 2018
[ 6.177] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.178] (==) No Layout section. Using the first Screen section.
[ 6.178] (==) No screen section available. Using defaults.
[ 6.178] (**) |-->Screen "Default Screen Section" (0)
[ 6.178] (**) | |-->Monitor "<default monitor>"
[ 6.180] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 6.180] (==) Automatically adding devices
[ 6.180] (==) Automatically enabling devices
[ 6.180] (==) Automatically adding GPU devices
[ 6.180] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.202] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 6.202] Entry deleted from font path.
[ 6.220] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 6.220] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.220] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.220] (II) Loader magic: 0x55a0fdd01e00
[ 6.220] (II) Module ABI versions:
[ 6.220] X.Org ANSI C Emulation: 0.4
[ 6.220] X.Org Video Driver: 23.0
[ 6.220] X.Org XInput driver : 24.1
[ 6.220] X.Org Server Extension : 10.0
[ 6.221] (++) using VT number 1
[ 6.222] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[ 6.223] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.223] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 6.224] (--) PCI:*(0:0:2:0) 8086:1912:8086:1912 rev 6, Mem @ 0xc0000000/16777216, 0xb0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 6.224] (II) LoadModule: "glx"
[ 6.224] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6.240] (II) Module glx: vendor="X.Org Foundation"
[ 6.240] compiled for 1.19.2, module version = 1.0.0
[ 6.240] ABI class: X.Org Server Extension, version 10.0
[ 6.240] (==) Matched modesetting as autoconfigured driver 0
[ 6.240] (==) Matched fbdev as autoconfigured driver 1
[ 6.240] (==) Matched vesa as autoconfigured driver 2
[ 6.240] (==) Assigned the driver to the xf86ConfigLayout
[ 6.240] (II) LoadModule: "modesetting"
[ 6.241] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6.242] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.242] compiled for 1.19.2, module version = 1.19.2
[ 6.242] Module class: X.Org Video Driver
[ 6.242] ABI class: X.Org Video Driver, version 23.0
[ 6.242] (II) LoadModule: "fbdev"
[ 6.242] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 6.243] (II) Module fbdev: vendor="X.Org Foundation"
[ 6.243] compiled for 1.19.0, module version = 0.4.4
[ 6.243] Module class: X.Org Video Driver
[ 6.243] ABI class: X.Org Video Driver, version 23.0
[ 6.243] (II) LoadModule: "vesa"
[ 6.243] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 6.244] (II) Module vesa: vendor="X.Org Foundation"
[ 6.244] compiled for 1.19.0, module version = 2.3.4
[ 6.244] Module class: X.Org Video Driver
[ 6.244] ABI class: X.Org Video Driver, version 23.0
[ 6.244] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.244] (II) FBDEV: driver for framebuffer: fbdev
[ 6.244] (II) VESA: driver for VESA chipsets: vesa
[ 6.244] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 6.244] (II) modeset(0): using drv /dev/dri/card0
[ 6.244] (WW) Falling back to old probe method for fbdev
[ 6.244] (II) Loading sub module "fbdevhw"
[ 6.244] (II) LoadModule: "fbdevhw"
[ 6.244] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 6.245] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 6.245] compiled for 1.19.2, module version = 0.0.2
[ 6.245] ABI class: X.Org Video Driver, version 23.0
[ 6.245] (EE) open /dev/fb0: Permission denied
[ 6.245] (WW) Falling back to old probe method for vesa
[ 6.245] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 6.245] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 6.245] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 6.245] (==) modeset(0): RGB weight 888
[ 6.245] (==) modeset(0): Default visual is TrueColor
[ 6.245] (II) Loading sub module "glamoregl"
[ 6.245] (II) LoadModule: "glamoregl"
[ 6.245] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 6.250] (II) Module glamoregl: vendor="X.Org Foundation"
[ 6.250] compiled for 1.19.2, module version = 1.0.0
[ 6.250] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.251] (II) glamor: OpenGL accelerated X.org driver based.
[ 6.358] (II) glamor: EGL version 1.4 (DRI2):
[ 6.399] (II) modeset(0): glamor initialized
[ 6.399] (II) modeset(0): Output eDP-1 has no monitor section
[ 6.403] (II) modeset(0): Output HDMI-1 has no monitor section
[ 6.403] (II) modeset(0): Output DP-1 has no monitor section
[ 6.407] (II) modeset(0): Output HDMI-2 has no monitor section
[ 6.407] (II) modeset(0): Output DP-2 has no monitor section
[ 6.411] (II) modeset(0): Output HDMI-3 has no monitor section
[ 6.411] (II) modeset(0): EDID for output eDP-1
[ 6.411] (II) modeset(0): Manufacturer: GSM Model: 59c4 Serial#: 16843009
[ 6.411] (II) modeset(0): Year: 2015 Week: 1
[ 6.411] (II) modeset(0): EDID Version: 1.3
[ 6.411] (II) modeset(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 6.411] (II) modeset(0): Sync: Separate
[ 6.411] (II) modeset(0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 6.411] (II) modeset(0): Gamma: 2.20
[ 6.411] (II) modeset(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 6.411] (II) modeset(0): First detailed timing is preferred mode
[ 6.411] (II) modeset(0): redX: 0.638 redY: 0.334 greenX: 0.309 greenY: 0.627
[ 6.411] (II) modeset(0): blueX: 0.153 blueY: 0.073 whiteX: 0.313 whiteY: 0.329
[ 6.411] (II) modeset(0): Supported established timings:
[ 6.411] (II) modeset(0): 720x400@70Hz
[ 6.411] (II) modeset(0): 640x480@60Hz
[ 6.411] (II) modeset(0): 640x480@75Hz
[ 6.411] (II) modeset(0): 800x600@60Hz
[ 6.411] (II) modeset(0): 800x600@75Hz
[ 6.411] (II) modeset(0): 832x624@75Hz
[ 6.411] (II) modeset(0): 1024x768@60Hz
[ 6.411] (II) modeset(0): 1024x768@75Hz
[ 6.411] (II) modeset(0): 1280x1024@75Hz
[ 6.411] (II) modeset(0): 1152x864@75Hz
[ 6.411] (II) modeset(0): Manufacturer's mask: 0
[ 6.411] (II) modeset(0): Supported standard timings:
[ 6.411] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 6.411] (II) modeset(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 6.411] (II) modeset(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 6.411] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 6.411] (II) modeset(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 6.411] (II) modeset(0): #5: hsize: 1400 vsize 1050 refresh: 60 vid: 16528
[ 6.411] (II) modeset(0): #6: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 6.411] (II) modeset(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 6.411] (II) modeset(0): Supported detailed timing:
[ 6.411] (II) modeset(0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 6.411] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 6.411] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 6.411] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[ 6.411] (II) modeset(0): Monitor name: 2D FHD LG TV
[ 6.411] (II) modeset(0): Serial No:
[ 6.411] (II) modeset(0): EDID (in hex):
[ 6.411] (II) modeset(0): 00ffffffffffff001e6dc45901010101
[ 6.411] (II) modeset(0): 0119010368331d78ea6275a3554fa027
[ 6.411] (II) modeset(0): 125054a56b80714f81c0810081809500
[ 6.411] (II) modeset(0): 9040a9c0b300023a801871382d40582c
[ 6.411] (II) modeset(0): 4500fd1e1100001a000000fd00384b1e
[ 6.411] (II) modeset(0): 530f000a202020202020000000fc0032
[ 6.411] (II) modeset(0): 4420464844204c472054560a000000ff
[ 6.411] (II) modeset(0): 000a20202020202020202020202000bc
[ 6.412] (II) modeset(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
[ 6.412] (II) modeset(0): Not using default mode "1680x1050" (bad mode clock/interlace/doublescan)
[ 6.412] (II) modeset(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[ 6.412] (II) modeset(0): Printing probed modes for output eDP-1
[ 6.412] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[ 6.412] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 6.412] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 6.412] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 6.412] (II) modeset(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "1400x1050"x70.0 145.06 1400 1496 1648 1896 1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 6.412] (II) modeset(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 6.412] (II) modeset(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 6.412] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 6.412] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 6.412] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 6.412] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 6.412] (II) modeset(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 6.412] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 6.412] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 6.412] (II) modeset(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.6 kHz d)
[ 6.412] (II) modeset(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 6.412] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 6.412] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 6.412] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 6.412] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 6.412] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 6.412] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 6.412] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 6.412] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 6.412] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 6.412] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 6.412] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 6.412] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 6.412] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 6.412] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 6.412] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 6.412] (II) modeset(0): Modeline "840x525"x75.0 93.50 840 900 988 1136 525 526 529 549 doublescan -hsync +vsync (82.3 kHz d)
[ 6.412] (II) modeset(0): Modeline "840x525"x69.9 87.00 840 900 988 1136 525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[ 6.412] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 6.412] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 6.412] (II) modeset(0): Modeline "800x512"x60.2 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "700x525"x70.1 72.53 700 748 824 948 525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 6.412] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "720x450"x59.9 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 6.412] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 6.412] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 6.412] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6.412] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 6.412] (II) modeset(0): Modeline "680x384"x59.8 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 6.412] (II) modeset(0): Modeline "680x384"x60.0 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 6.412] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "576x432"x75.0 52.49 576 612 676 776 432 432 434 451 doublescan -hsync +vsync (67.6 kHz d)
[ 6.412] (II) modeset(0): Modeline "576x432"x70.0 48.38 576 612 672 768 432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "576x432"x60.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 6.412] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 6.412] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 6.412] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 6.412] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 6.412] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 6.412] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 6.412] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 6.412] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 6.412] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 6.412] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 6.416] (II) modeset(0): EDID for output HDMI-1
[ 6.416] (II) modeset(0): EDID for output DP-1
[ 6.419] (II) modeset(0): EDID for output HDMI-2
[ 6.419] (II) modeset(0): EDID for output DP-2
[ 6.423] (II) modeset(0): EDID for output HDMI-3
[ 6.423] (II) modeset(0): Output eDP-1 connected
[ 6.423] (II) modeset(0): Output HDMI-1 disconnected
[ 6.423] (II) modeset(0): Output DP-1 disconnected
[ 6.423] (II) modeset(0): Output HDMI-2 disconnected
[ 6.423] (II) modeset(0): Output DP-2 disconnected
[ 6.423] (II) modeset(0): Output HDMI-3 disconnected
[ 6.423] (II) modeset(0): Using exact sizes for initial modes
[ 6.423] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 6.423] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.423] (==) modeset(0): DPI set to (96, 96)
[ 6.423] (II) Loading sub module "fb"
[ 6.423] (II) LoadModule: "fb"
[ 6.423] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 6.432] (II) Module fb: vendor="X.Org Foundation"
[ 6.432] compiled for 1.19.2, module version = 1.0.0
[ 6.432] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.432] (II) UnloadModule: "fbdev"
[ 6.432] (II) Unloading fbdev
[ 6.432] (II) UnloadSubModule: "fbdevhw"
[ 6.432] (II) Unloading fbdevhw
[ 6.432] (II) UnloadModule: "vesa"
[ 6.432] (II) Unloading vesa
[ 6.432] (==) Depth 24 pixmap format is 32 bpp
[ 6.546] (==) modeset(0): Backing store enabled
[ 6.546] (==) modeset(0): Silken mouse enabled
[ 6.548] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 6.549] (==) modeset(0): DPMS enabled
[ 6.549] (II) modeset(0): [DRI2] Setup complete
[ 6.549] (II) modeset(0): [DRI2] DRI driver: i965
[ 6.549] (II) modeset(0): [DRI2] VDPAU driver: i965
[ 6.549] (--) RandR disabled
[ 6.552] (II) SELinux: Disabled on system
[ 6.556] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 6.556] (II) AIGLX: enabled GLX_ARB_create_context
[ 6.556] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 6.556] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 6.556] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 6.556] (II) AIGLX: enabled GLX_SGI_swap_control
[ 6.556] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 6.556] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 6.556] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 6.556] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 6.556] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 6.556] (II) AIGLX: Loaded and initialized i965
[ 6.556] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 6.561] (II) modeset(0): Damage tracking initialized
[ 6.561] (II) modeset(0): Setting screen physical size to 508 x 285
[ 7.235] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 7.235] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.235] (II) LoadModule: "libinput"
[ 7.336] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7.339] (II) Module libinput: vendor="X.Org Foundation"
[ 7.339] compiled for 1.19.0, module version = 0.23.0
[ 7.339] Module class: X.Org XInput Driver
[ 7.339] ABI class: X.Org XInput driver, version 24.1
[ 7.339] (II) Using input driver 'libinput' for 'Power Button'
[ 7.340] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 21 paused 0
[ 7.340] (**) Power Button: always reports core events
[ 7.340] (**) Option "Device" "/dev/input/event4"
[ 7.340] (**) Option "_source" "server/udev"
[ 7.340] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 7.340] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 7.340] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[ 7.340] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 7.340] (**) Option "xkb_model" "pc105"
[ 7.340] (**) Option "xkb_layout" "fr"
[ 7.340] (**) Option "xkb_variant" "latin9"
[ 7.353] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 7.354] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 7.354] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 7.354] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.354] (II) Using input driver 'libinput' for 'Video Bus'
[ 7.354] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 24 paused 0
[ 7.354] (**) Video Bus: always reports core events
[ 7.354] (**) Option "Device" "/dev/input/event6"
[ 7.354] (**) Option "_source" "server/udev"
[ 7.355] (II) input device 'Video Bus', /dev/input/event6 is tagged by udev as: Keyboard
[ 7.355] (II) input device 'Video Bus', /dev/input/event6 is a keyboard
[ 7.355] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event6"
[ 7.355] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 7.355] (**) Option "xkb_model" "pc105"
[ 7.355] (**) Option "xkb_layout" "fr"
[ 7.355] (**) Option "xkb_variant" "latin9"
[ 7.355] (II) input device 'Video Bus', /dev/input/event6 is tagged by udev as: Keyboard
[ 7.355] (II) input device 'Video Bus', /dev/input/event6 is a keyboard
[ 7.355] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 7.355] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7.355] (II) Using input driver 'libinput' for 'Sleep Button'
[ 7.356] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[ 7.356] (**) Sleep Button: always reports core events
[ 7.356] (**) Option "Device" "/dev/input/event3"
[ 7.356] (**) Option "_source" "server/udev"
[ 7.356] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[ 7.356] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[ 7.356] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[ 7.356] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 7.356] (**) Option "xkb_model" "pc105"
[ 7.356] (**) Option "xkb_layout" "fr"
[ 7.356] (**) Option "xkb_variant" "latin9"
[ 7.356] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[ 7.356] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[ 7.357] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event0)
[ 7.357] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 7.357] (**) Logitech USB Optical Mouse: Applying InputClass "My Mouse"
[ 7.357] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 7.416] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[ 7.416] (**) Logitech USB Optical Mouse: always reports core events
[ 7.416] (**) Option "Device" "/dev/input/event0"
[ 7.416] (**) Option "_source" "server/udev"
[ 7.416] (II) input device 'Logitech USB Optical Mouse', /dev/input/event0 is tagged by udev as: Mouse
[ 7.416] (II) input device 'Logitech USB Optical Mouse', /dev/input/event0 is a pointer caps
[ 7.416] (**) Option "AccelSpeed" "-1"
[ 7.416] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C077.0001/input/input1/event0"
[ 7.416] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
[ 7.416] (**) Option "AccelerationScheme" "none"
[ 7.416] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 7.416] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 7.416] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 7.417] (II) input device 'Logitech USB Optical Mouse', /dev/input/event0 is tagged by udev as: Mouse
[ 7.417] (II) input device 'Logitech USB Optical Mouse', /dev/input/event0 is a pointer caps
[ 7.417] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 7.417] (**) Logitech USB Optical Mouse: Applying InputClass "My Mouse"
[ 7.417] (II) No input driver specified, ignoring this device.
[ 7.417] (II) This device may have been added with another device file.
[ 7.417] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event1)
[ 7.417] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.417] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[ 7.418] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[ 7.418] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 7.418] (**) Option "Device" "/dev/input/event1"
[ 7.418] (**) Option "_source" "server/udev"
[ 7.418] (II) input device 'Logitech Logitech Illuminated Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[ 7.418] (II) input device 'Logitech Logitech Illuminated Keyboard', /dev/input/event1 is a keyboard
[ 7.418] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C318.0002/input/input2/event1"
[ 7.418] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 10)
[ 7.418] (**) Option "xkb_model" "pc105"
[ 7.418] (**) Option "xkb_layout" "fr"
[ 7.418] (**) Option "xkb_variant" "latin9"
[ 7.419] (II) input device 'Logitech Logitech Illuminated Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[ 7.419] (II) input device 'Logitech Logitech Illuminated Keyboard', /dev/input/event1 is a keyboard
[ 7.419] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event2)
[ 7.419] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.419] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[ 7.419] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[ 7.420] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 7.420] (**) Option "Device" "/dev/input/event2"
[ 7.420] (**) Option "_source" "server/udev"
[ 7.420] (II) input device 'Logitech Logitech Illuminated Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[ 7.420] (II) input device 'Logitech Logitech Illuminated Keyboard', /dev/input/event2 is a keyboard
[ 7.420] (II) libinput: Logitech Logitech Illuminated Keyboard: needs a virtual subdevice
[ 7.420] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C318.0003/input/input3/event2"
[ 7.420] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: MOUSE, id 11)
[ 7.420] (**) Option "AccelerationScheme" "none"
[ 7.420] (**) Logitech Logitech Illuminated Keyboard: (accel) selected scheme none/0
[ 7.420] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[ 7.420] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[ 7.420] (II) input device 'Logitech Logitech Illuminated Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[ 7.420] (II) input device 'Logitech Logitech Illuminated Keyboard', /dev/input/event2 is a keyboard
[ 7.420] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event9)
[ 7.420] (II) No input driver specified, ignoring this device.
[ 7.420] (II) This device may have been added with another device file.
[ 7.421] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event7)
[ 7.421] (II) No input driver specified, ignoring this device.
[ 7.421] (II) This device may have been added with another device file.
[ 7.421] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event8)
[ 7.421] (II) No input driver specified, ignoring this device.
[ 7.421] (II) This device may have been added with another device file.
[ 7.421] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 7.421] (II) No input driver specified, ignoring this device.
[ 7.421] (II) This device may have been added with another device file.
[ 7.434] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7.434] (II) Using input driver 'libinput' for 'Logitech Logitech Illuminated Keyboard'
[ 7.434] (II) systemd-logind: returning pre-existing fd for /dev/input/event2 13:66
[ 7.434] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 7.434] (**) Option "Device" "/dev/input/event2"
[ 7.434] (**) Option "_source" "_driver/libinput"
[ 7.434] (II) libinput: Logitech Logitech Illuminated Keyboard: is a virtual subdevice
[ 7.434] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C318.0003/input/input3/event2"
[ 7.434] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 12)
[ 7.434] (**) Option "xkb_model" "pc105"
[ 7.434] (**) Option "xkb_layout" "fr"
[ 7.434] (**) Option "xkb_variant" "latin9"
[ 7.485] (II) modeset(0): EDID vendor "GSM", prod id 22980
[ 7.485] (II) modeset(0): Using EDID range info for horizontal sync
[ 7.485] (II) modeset(0): Using EDID range info for vertical refresh
[ 7.485] (II) modeset(0): Printing DDC gathered Modelines:
[ 7.485] (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[ 7.485] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 7.485] (II) modeset(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 7.485] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 7.485] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 7.485] (II) modeset(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 7.485] (II) modeset(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 7.485] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 7.485] (II) modeset(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 7.485] (II) modeset(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 7.485] (II) modeset(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 7.485] (II) modeset(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 7.485] (II) modeset(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 7.485] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 7.485] (II) modeset(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 7.485] (II) modeset(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 7.485] (II) modeset(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 7.485] (II) modeset(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 7.496] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0 /dev/dri/card0
[ 7.496] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 7.496] failed to find screen to remove
[ 7.617] (II) modeset(0): EDID vendor "GSM", prod id 22980
[ 7.617] (II) modeset(0): Using hsync ranges from config file
[ 7.617] (II) modeset(0): Using vrefresh ranges from config file
[ 7.617] (II) modeset(0): Printing DDC gathered Modelines:
[ 7.617] (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[ 7.618] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 7.618] (II) modeset(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 7.618] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 7.618] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 7.618] (II) modeset(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 7.618] (II) modeset(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 7.618] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 7.618] (II) modeset(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 7.618] (II) modeset(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 7.618] (II) modeset(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 7.618] (II) modeset(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 7.618] (II) modeset(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 7.618] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 7.618] (II) modeset(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 7.618] (II) modeset(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 7.618] (II) modeset(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 7.618] (II) modeset(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 9.763] (II) modeset(0): EDID vendor "GSM", prod id 22980
[ 9.763] (II) modeset(0): Using hsync ranges from config file
[ 9.763] (II) modeset(0): Using vrefresh ranges from config file
[ 9.763] (II) modeset(0): Printing DDC gathered Modelines:
[ 9.763] (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
[ 9.763] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 9.763] (II) modeset(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 9.763] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 9.763] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 9.763] (II) modeset(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 9.763] (II) modeset(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 9.763] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 9.763] (II) modeset(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 9.763] (II) modeset(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 9.763] (II) modeset(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 9.763] (II) modeset(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 9.763] (II) modeset(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 9.763] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 9.763] (II) modeset(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 9.763] (II) modeset(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 9.763] (II) modeset(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 9.763] (II) modeset(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 15.377] (**) Option "fd" "21"
[ 15.377] (**) Option "fd" "24"
[ 15.377] (**) Option "fd" "25"
[ 15.377] (**) Option "fd" "26"
[ 15.378] (**) Option "fd" "27"
[ 15.378] (**) Option "fd" "28"
[ 15.378] (**) Option "fd" "28"
[ 15.378] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 15.381] (II) systemd-logind: got pause for 13:70
[ 15.381] (II) systemd-logind: got pause for 13:64
[ 15.381] (II) systemd-logind: got pause for 13:65
[ 15.381] (II) systemd-logind: got pause for 13:67
[ 15.381] (II) systemd-logind: got pause for 226:0
[ 15.381] (II) systemd-logind: got pause for 13:66
[ 15.381] (II) systemd-logind: got pause for 13:68
[ 15.654] (EE) modeset(0): failed to set mode: Permission denied
[ 52352.042] (II) UnloadModule: "libinput"
[ 52352.050] (II) systemd-logind: not releasing fd for 13:66, still in use
[ 52352.050] (II) UnloadModule: "libinput"
[ 52352.050] (II) systemd-logind: releasing fd for 13:66
[ 52352.116] (II) UnloadModule: "libinput"
[ 52352.116] (II) systemd-logind: releasing fd for 13:65
[ 52352.160] (II) UnloadModule: "libinput"
[ 52352.160] (II) systemd-logind: releasing fd for 13:64
[ 52352.200] (II) UnloadModule: "libinput"
[ 52352.200] (II) systemd-logind: releasing fd for 13:67
[ 52352.220] (II) UnloadModule: "libinput"
[ 52352.220] (II) systemd-logind: releasing fd for 13:70
[ 52352.242] (II) UnloadModule: "libinput"
[ 52352.242] (II) systemd-logind: releasing fd for 13:68
[ 52352.290] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 52352.290] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 52352.290] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 52352.292] (II) Server terminated successfully (0). Closing log file.
Dernière modification par jean-thevenet (09-05-2019 18:49:50)