You are not logged in.

#1 2017-09-16 11:33:23

zooky
Member
Registered: 2013-01-27
Posts: 18

Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Hi everyone,

I just bought an external screen supporting 2560x1440 resolution, and I would like to get it working with my laptop. I have an intel chipset + nvidia card (that I'm not really using):

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M LE] (rev ff)

The intel driver is used:

$ sudo lshw -c video    
  *-display                 
       description: VGA compatible controller
       produit: 3rd Gen Core processor Graphics Controller
       fabriquant: Intel Corporation
       identifiant matériel: 2
       information bus: pci@0000:00:02.0
       version: 09
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       ressources: irq:32 mémoire:b9000000-b93fffff mémoire:c0000000-cfffffff portE/S:7000(taille=64) mémoire:c0000-dffff

I am using HDMI, and the screen is recognized, but maximum detected resolution is 1920x1080. I added the new resolution with xrandr, but when I try to use this new resolution, I get the following:

$ xrandr --output HDMI-1 --mode 2560x1440_60.00 --verbose
crtc 1: 2560x1440_60.00  59.96 +0+0 "HDMI-1"
xrandr: Configure crtc 1 failed
crtc 0: disable
crtc 1: disable
crtc 2: disable
screen 0: revert
crtc 0: revert
crtc 1: revert
crtc 2: revert

I found many other posts with similar error messages and I read about CRTC, but I'm still don't really understand what it means. Is it a physical limitation, i.e. the resolution is not supported by the chipset (in which case I should try with the nvidia card)?

I don't know if this can be of any use:

$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x48 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 6 associated providers: 0 name:modesetting

Then I try changing directly the Xorg configuration: /etc/X11/xorg.conf.d/10-monitor.conf:

Section "Monitor"
	Identifier "HDMI-1"
	Option "LeftOf" "LVDS1"
	Modeline "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync
	Option "PreferredMode" "2560x1440_60.00"
EndSection

Now when I boot, the resolution is detected, but however my external screen is black (only a white hyphen in the top-left corner). Here again, I'm not sure how to interpret that.

Here is xrandr output:

$ xrandr
Screen 0: minimum 320 x 200, current 4480 x 1440, maximum 8192 x 8192
LVDS-1 connected primary 1920x1080+2560+0 (normal left inverted right x axis y axis) 345mm x 194mm
   1920x1080     59.94*+
   1400x1050     59.98  
   1280x1024     60.02  
   1280x960      60.00  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   800x600       60.00    60.32    56.25  
   700x525       59.98  
   640x512       60.02  
   640x480       60.00    59.94  
   512x384       60.00  
   400x300       60.32    56.34  
   320x240       60.05  
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440_60.00  59.96*+
   1920x1080     60.00    50.00    59.94  
   1920x1080i    60.00    50.00    59.94  
   1280x1440     59.91  
   1680x1050     59.88  
   1280x1024     75.02    60.02  
   1440x900      59.90  
   1280x960      60.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)

Here is Xorg log, but I could not find any relevant information (did I miss something?):

$ cat /var/log/Xorg.0.log
[     5.926] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[     5.926] X Protocol Version 11, Revision 0
[     5.926] Build Operating System: Linux 4.12.5-1-ARCH x86_64 
[     5.926] Current Operating System: Linux marsupilami 4.12.10-1-ARCH #1 SMP PREEMPT Wed Aug 30 12:18:42 CEST 2017 x86_64
[     5.926] Kernel command line: initrd=\EFI\arch\initramfs-arch.img root=PARTUUID=b07e183b-8e90-49fa-9ea4-e80c71b091be
[     5.926] Build Date: 13 August 2017  09:37:50PM
[     5.926]  
[     5.927] Current version of pixman: 0.34.0
[     5.927] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.927] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.927] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 16 12:59:57 2017
[     5.932] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.932] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.934] (==) No Layout section.  Using the first Screen section.
[     5.934] (==) No screen section available. Using defaults.
[     5.934] (**) |-->Screen "Default Screen Section" (0)
[     5.934] (**) |   |-->Monitor "<default monitor>"
[     5.934] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.935] (==) Automatically adding devices
[     5.935] (==) Automatically enabling devices
[     5.935] (==) Automatically adding GPU devices
[     5.935] (==) Automatically binding GPU devices
[     5.935] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.945] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     5.945] 	Entry deleted from font path.
[     5.945] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     5.946] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     5.946] 	Entry deleted from font path.
[     5.946] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     5.946] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[     5.946] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.946] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.946] (II) Loader magic: 0x55b5389d9d40
[     5.946] (II) Module ABI versions:
[     5.946] 	X.Org ANSI C Emulation: 0.4
[     5.946] 	X.Org Video Driver: 23.0
[     5.946] 	X.Org XInput driver : 24.1
[     5.946] 	X.Org Server Extension : 10.0
[     5.946] (++) using VT number 7

[     5.946] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.947] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.965] (--) PCI:*(0:0:2:0) 8086:0166:104d:909c rev 9, Mem @ 0xb9000000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64, BIOS @ 0x????????/131072
[     5.965] (--) PCI: (0:1:0:0) 10de:0fd3:104d:909c rev 161, Mem @ 0xb8000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00006000/128
[     5.965] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.965] (II) LoadModule: "glx"
[     5.969] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.984] (II) Module glx: vendor="X.Org Foundation"
[     5.984] 	compiled for 1.19.3, module version = 1.0.0
[     5.984] 	ABI class: X.Org Server Extension, version 10.0
[     5.984] (II) Applying OutputClass "intel" to /dev/dri/card0
[     5.984] 	loading driver: modesetting
[     5.984] (==) Matched modesetting as autoconfigured driver 0
[     5.984] (==) Matched intel as autoconfigured driver 1
[     5.984] (==) Matched intel as autoconfigured driver 2
[     5.984] (==) Matched modesetting as autoconfigured driver 3
[     5.984] (==) Matched fbdev as autoconfigured driver 4
[     5.984] (==) Matched vesa as autoconfigured driver 5
[     5.984] (==) Assigned the driver to the xf86ConfigLayout
[     5.984] (II) LoadModule: "modesetting"
[     5.985] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.986] (II) Module modesetting: vendor="X.Org Foundation"
[     5.986] 	compiled for 1.19.3, module version = 1.19.3
[     5.986] 	Module class: X.Org Video Driver
[     5.986] 	ABI class: X.Org Video Driver, version 23.0
[     5.986] (II) LoadModule: "intel"
[     5.986] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.991] (II) Module intel: vendor="X.Org Foundation"
[     5.991] 	compiled for 1.19.3, module version = 2.99.917
[     5.991] 	Module class: X.Org Video Driver
[     5.991] 	ABI class: X.Org Video Driver, version 23.0
[     5.991] (II) LoadModule: "fbdev"
[     5.992] (WW) Warning, couldn't open module fbdev
[     5.992] (II) UnloadModule: "fbdev"
[     5.992] (II) Unloading fbdev
[     5.992] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.992] (II) LoadModule: "vesa"
[     5.992] (WW) Warning, couldn't open module vesa
[     5.992] (II) UnloadModule: "vesa"
[     5.992] (II) Unloading vesa
[     5.992] (EE) Failed to load module "vesa" (module does not exist, 0)
[     5.992] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.992] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     5.993] (II) intel: Driver for Intel(R) HD Graphics
[     5.993] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     5.993] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     6.013] (II) modeset(0): using drv /dev/dri/card0
[     6.013] (WW) Falling back to old probe method for modesetting
[     6.030] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     6.030] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.030] (==) modeset(0): RGB weight 888
[     6.030] (==) modeset(0): Default visual is TrueColor
[     6.030] (II) Loading sub module "glamoregl"
[     6.030] (II) LoadModule: "glamoregl"
[     6.030] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.038] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.038] 	compiled for 1.19.3, module version = 1.0.0
[     6.038] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.038] (II) glamor: OpenGL accelerated X.org driver based.
[     6.094] (II) glamor: EGL version 1.4 (DRI2):
[     6.108] (II) modeset(0): glamor initialized
[     6.108] (II) modeset(0): Output LVDS-1 has no monitor section
[     6.112] (II) modeset(0): Output VGA-1 has no monitor section
[     6.178] (II) modeset(0): Output HDMI-1 using monitor section HDMI-1
[     6.178] (**) modeset(0): Option "PreferredMode" "2560x1440_60.00"
[     6.178] (**) modeset(0): Option "LeftOf" "LVDS1"
[     6.257] (II) modeset(0): Output DP-1 has no monitor section
[     6.423] (II) modeset(0): Output HDMI-2 has no monitor section
[     6.423] (II) modeset(0): Output DP-2 has no monitor section
[     6.423] (II) modeset(0): EDID for output LVDS-1
[     6.423] (II) modeset(0): Manufacturer: LGD  Model: 3a5  Serial#: 0
[     6.423] (II) modeset(0): Year: 2012  Week: 0
[     6.423] (II) modeset(0): EDID Version: 1.3
[     6.423] (II) modeset(0): Digital Display Input
[     6.423] (II) modeset(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[     6.423] (II) modeset(0): Gamma: 2.20
[     6.423] (II) modeset(0): No DPMS capabilities specified
[     6.423] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     6.423] (II) modeset(0): First detailed timing is preferred mode
[     6.423] (II) modeset(0): redX: 0.619 redY: 0.370   greenX: 0.345 greenY: 0.607
[     6.423] (II) modeset(0): blueX: 0.148 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[     6.423] (II) modeset(0): Manufacturer's mask: 0
[     6.423] (II) modeset(0): Supported detailed timing:
[     6.423] (II) modeset(0): clock: 144.2 MHz   Image Size:  345 x 194 mm
[     6.423] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2040 h_blank_end 2148 h_border: 0
[     6.423] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
[     6.423] (II) modeset(0):  LG Display
[     6.423] (II) modeset(0):  LP156WF4-SLBA
[     6.423] (II) modeset(0): EDID (in hex):
[     6.423] (II) modeset(0): 	00ffffffffffff0030e4a50300000000
[     6.423] (II) modeset(0): 	00160103802313780ab6259e5e589b26
[     6.423] (II) modeset(0): 	1d505400000001010101010101010101
[     6.423] (II) modeset(0): 	010101010101543880e4703828403048
[     6.423] (II) modeset(0): 	350059c2100000190000000000000000
[     6.423] (II) modeset(0): 	00000000000000000000000000fe004c
[     6.423] (II) modeset(0): 	4720446973706c61790a2020000000fe
[     6.423] (II) modeset(0): 	004c503135365746342d534c4241001f
[     6.423] (II) modeset(0): Printing probed modes for output LVDS-1
[     6.423] (II) modeset(0): Modeline "1920x1080"x59.9  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[     6.423] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.423] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.423] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.423] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.423] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.423] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.423] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.423] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.423] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.423] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.423] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.423] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.423] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.423] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.423] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.423] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.423] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.423] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.423] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.428] (II) modeset(0): EDID for output VGA-1
[     6.494] (II) modeset(0): EDID for output HDMI-1
[     6.494] (II) modeset(0): Manufacturer: AOC  Model: 2781  Serial#: 125
[     6.494] (II) modeset(0): Year: 2017  Week: 19
[     6.494] (II) modeset(0): EDID Version: 1.3
[     6.494] (II) modeset(0): Digital Display Input
[     6.494] (II) modeset(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[     6.494] (II) modeset(0): Gamma: 2.20
[     6.494] (II) modeset(0): DPMS capabilities: Off
[     6.495] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     6.495] (II) modeset(0): First detailed timing is preferred mode
[     6.495] (II) modeset(0): redX: 0.661 redY: 0.330   greenX: 0.298 greenY: 0.615
[     6.495] (II) modeset(0): blueX: 0.149 blueY: 0.064   whiteX: 0.313 whiteY: 0.329
[     6.495] (II) modeset(0): Supported established timings:
[     6.495] (II) modeset(0): 720x400@70Hz
[     6.495] (II) modeset(0): 640x480@60Hz
[     6.495] (II) modeset(0): 640x480@67Hz
[     6.495] (II) modeset(0): 640x480@72Hz
[     6.495] (II) modeset(0): 640x480@75Hz
[     6.495] (II) modeset(0): 800x600@56Hz
[     6.495] (II) modeset(0): 800x600@60Hz
[     6.495] (II) modeset(0): 800x600@72Hz
[     6.495] (II) modeset(0): 800x600@75Hz
[     6.495] (II) modeset(0): 832x624@75Hz
[     6.495] (II) modeset(0): 1024x768@60Hz
[     6.495] (II) modeset(0): 1024x768@70Hz
[     6.495] (II) modeset(0): 1024x768@75Hz
[     6.495] (II) modeset(0): 1280x1024@75Hz
[     6.495] (II) modeset(0): Manufacturer's mask: 0
[     6.495] (II) modeset(0): Supported standard timings:
[     6.495] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     6.495] (II) modeset(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     6.495] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     6.495] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     6.495] (II) modeset(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     6.495] (II) modeset(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[     6.495] (II) modeset(0): Supported detailed timing:
[     6.495] (II) modeset(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[     6.495] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     6.495] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[     6.495] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 99 kHz, PixClock max 305 MHz
[     6.495] (II) modeset(0): Monitor name: Q2781
[     6.495] (II) modeset(0): Serial No: AJQH59A000125
[     6.495] (II) modeset(0): Supported detailed timing:
[     6.495] (II) modeset(0): clock: 148.5 MHz   Image Size:  597 x 336 mm
[     6.495] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     6.495] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     6.495] (II) modeset(0): Supported detailed timing:
[     6.495] (II) modeset(0): clock: 74.2 MHz   Image Size:  597 x 336 mm
[     6.495] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     6.495] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     6.495] (II) modeset(0): Supported detailed timing:
[     6.495] (II) modeset(0): clock: 27.0 MHz   Image Size:  597 x 336 mm
[     6.495] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     6.495] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     6.495] (II) modeset(0): Supported detailed timing:
[     6.495] (II) modeset(0): clock: 27.0 MHz   Image Size:  597 x 336 mm
[     6.495] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     6.495] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     6.495] (II) modeset(0): Supported detailed timing:
[     6.495] (II) modeset(0): clock: 156.0 MHz   Image Size:  597 x 336 mm
[     6.495] (II) modeset(0): h_active: 1280  h_sync: 1376  h_sync_end 1512 h_blank_end 1744 h_border: 0
[     6.495] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1453 v_blanking: 1493 v_border: 0
[     6.495] (II) modeset(0): Number of EDID sections to follow: 1
[     6.495] (II) modeset(0): EDID (in hex):
[     6.495] (II) modeset(0): 	00ffffffffffff0005e381277d000000
[     6.495] (II) modeset(0): 	131b0103803c22782a6665a9544c9d26
[     6.495] (II) modeset(0): 	105054bfef00d1c0b300950081808140
[     6.495] (II) modeset(0): 	81c001010101565e00a0a0a029503020
[     6.495] (II) modeset(0): 	350055502100001e000000fd00324c1e
[     6.495] (II) modeset(0): 	631e000a202020202020000000fc0051
[     6.495] (II) modeset(0): 	323738310a20202020202020000000ff
[     6.495] (II) modeset(0): 	00414a514835394130303031323501d0
[     6.495] (II) modeset(0): 	02031ef14b101f051404130312021101
[     6.495] (II) modeset(0): 	230907078301000065030c001000023a
[     6.495] (II) modeset(0): 	801871382d40582c450055502100001e
[     6.495] (II) modeset(0): 	011d007251d01e206e28550055502100
[     6.495] (II) modeset(0): 	001e8c0ad08a20e02d10103e96005550
[     6.495] (II) modeset(0): 	210000188c0ad090204031200c405500
[     6.495] (II) modeset(0): 	555021000018f03c00d051a035506088
[     6.495] (II) modeset(0): 	3a0055502100001c00000000000000f7
[     6.495] (II) modeset(0): Printing probed modes for output HDMI-1
[     6.495] (II) modeset(0): Modeline "2560x1440_60.00"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz UP)
[     6.495] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[     6.495] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     6.495] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     6.495] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[     6.495] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[     6.495] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[     6.495] (II) modeset(0): Modeline "1280x1440"x59.9  156.00  1280 1376 1512 1744  1440 1443 1453 1493 -hsync +vsync (89.4 kHz e)
[     6.495] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     6.495] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     6.495] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.495] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.495] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     6.495] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     6.495] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     6.495] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     6.495] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     6.495] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.495] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.495] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     6.495] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     6.495] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     6.495] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.495] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.495] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     6.495] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     6.495] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     6.495] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     6.495] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     6.495] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.495] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.495] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.495] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.574] (II) modeset(0): EDID for output DP-1
[     6.740] (II) modeset(0): EDID for output HDMI-2
[     6.740] (II) modeset(0): EDID for output DP-2
[     6.740] (II) modeset(0): Output LVDS-1 connected
[     6.740] (II) modeset(0): Output VGA-1 disconnected
[     6.740] (II) modeset(0): Output HDMI-1 connected
[     6.740] (II) modeset(0): Output DP-1 disconnected
[     6.740] (II) modeset(0): Output HDMI-2 disconnected
[     6.740] (II) modeset(0): Output DP-2 disconnected
[     6.740] (II) modeset(0): Using user preference for initial modes
[     6.740] (II) modeset(0): Output LVDS-1 using initial mode 1920x1080 +0+0
[     6.740] (II) modeset(0): Output HDMI-1 using initial mode 2560x1440_60.00 +0+0
[     6.740] (EE) modeset(0): Cannot position output HDMI-1 relative to unknown output LVDS1
[     6.740] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.740] (==) modeset(0): DPI set to (96, 96)
[     6.740] (II) Loading sub module "fb"
[     6.740] (II) LoadModule: "fb"
[     6.740] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.742] (II) Module fb: vendor="X.Org Foundation"
[     6.742] 	compiled for 1.19.3, module version = 1.0.0
[     6.742] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.742] (II) UnloadModule: "intel"
[     6.742] (II) Unloading intel
[     6.742] (==) Depth 24 pixmap format is 32 bpp
[     6.820] (==) modeset(0): Backing store enabled
[     6.820] (==) modeset(0): Silken mouse enabled
[     6.821] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     6.883] (==) modeset(0): DPMS enabled
[     6.884] (II) modeset(0): [DRI2] Setup complete
[     6.884] (II) modeset(0): [DRI2]   DRI driver: i965
[     6.884] (II) modeset(0): [DRI2]   VDPAU driver: i965
[     6.884] (--) RandR disabled
[     6.897] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     6.897] (II) AIGLX: enabled GLX_ARB_create_context
[     6.897] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     6.897] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     6.897] (II) AIGLX: enabled GLX_INTEL_swap_event
[     6.897] (II) AIGLX: enabled GLX_SGI_swap_control
[     6.897] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     6.897] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     6.898] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     6.898] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     6.898] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     6.898] (II) AIGLX: Loaded and initialized i965
[     6.898] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.902] (II) modeset(0): Damage tracking initialized
[     6.902] (II) modeset(0): Setting screen physical size to 677 x 381
[     6.969] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     6.969] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.969] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.969] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     6.970] (II) LoadModule: "libinput"
[     6.970] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.976] (II) Module libinput: vendor="X.Org Foundation"
[     6.976] 	compiled for 1.19.3, module version = 0.25.1
[     6.976] 	Module class: X.Org XInput Driver
[     6.976] 	ABI class: X.Org XInput driver, version 24.1
[     6.976] (II) Using input driver 'libinput' for 'Video Bus'
[     6.976] (**) Video Bus: always reports core events
[     6.976] (**) Option "Device" "/dev/input/event7"
[     6.976] (**) Option "_source" "server/udev"
[     6.976] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     6.976] (II) event7  - (II) Video Bus: (II) device is a keyboard
[     6.976] (II) event7  - (II) Video Bus: (II) device removed
[     7.013] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input11/event7"
[     7.013] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     7.013] (**) Option "xkb_layout" "fr,fr"
[     7.013] (**) Option "xkb_variant" "bepo,latin9"
[     7.013] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.045] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     7.045] (II) event7  - (II) Video Bus: (II) device is a keyboard
[     7.046] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event2)
[     7.046] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[     7.046] (**) Sony Vaio Keys: Applying InputClass "libinput keyboard catchall"
[     7.046] (**) Sony Vaio Keys: Applying InputClass "Keyboard Defaults"
[     7.046] (II) Using input driver 'libinput' for 'Sony Vaio Keys'
[     7.046] (**) Sony Vaio Keys: always reports core events
[     7.046] (**) Option "Device" "/dev/input/event2"
[     7.046] (**) Option "_source" "server/udev"
[     7.046] (II) event2  - (II) Sony Vaio Keys: (II) is tagged by udev as: Keyboard Joystick
[     7.046] (II) event2  - (II) Sony Vaio Keys: (II) device is a keyboard
[     7.046] (II) event2  - (II) Sony Vaio Keys: (II) device removed
[     7.073] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input3/event2"
[     7.073] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 7)
[     7.073] (**) Option "xkb_layout" "fr,fr"
[     7.073] (**) Option "xkb_variant" "bepo,latin9"
[     7.073] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.074] (II) event2  - (II) Sony Vaio Keys: (II) is tagged by udev as: Keyboard Joystick
[     7.074] (II) event2  - (II) Sony Vaio Keys: (II) device is a keyboard
[     7.075] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event3)
[     7.075] (**) Sony Vaio Jogdial: Applying InputClass "evdev pointer catchall"
[     7.075] (**) Sony Vaio Jogdial: Applying InputClass "libinput pointer catchall"
[     7.075] (II) Using input driver 'libinput' for 'Sony Vaio Jogdial'
[     7.075] (**) Sony Vaio Jogdial: always reports core events
[     7.075] (**) Option "Device" "/dev/input/event3"
[     7.075] (**) Option "_source" "server/udev"
[     7.075] (II) event3  - (II) Sony Vaio Jogdial: (II) is tagged by udev as: Mouse
[     7.075] (II) event3  - (II) Sony Vaio Jogdial: (II) device is a pointer
[     7.075] (II) event3  - (II) Sony Vaio Jogdial: (II) device removed
[     7.113] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input4/event3"
[     7.113] (II) XINPUT: Adding extended input device "Sony Vaio Jogdial" (type: MOUSE, id 8)
[     7.113] (**) Option "AccelerationScheme" "none"
[     7.113] (**) Sony Vaio Jogdial: (accel) selected scheme none/0
[     7.113] (**) Sony Vaio Jogdial: (accel) acceleration factor: 2.000
[     7.113] (**) Sony Vaio Jogdial: (accel) acceleration threshold: 4
[     7.114] (II) event3  - (II) Sony Vaio Jogdial: (II) is tagged by udev as: Mouse
[     7.114] (II) event3  - (II) Sony Vaio Jogdial: (II) device is a pointer
[     7.114] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
[     7.114] (II) No input driver specified, ignoring this device.
[     7.114] (II) This device may have been added with another device file.
[     7.115] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     7.115] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.115] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.115] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     7.115] (II) Using input driver 'libinput' for 'Video Bus'
[     7.115] (**) Video Bus: always reports core events
[     7.115] (**) Option "Device" "/dev/input/event6"
[     7.115] (**) Option "_source" "server/udev"
[     7.116] (II) event6  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     7.116] (II) event6  - (II) Video Bus: (II) device is a keyboard
[     7.116] (II) event6  - (II) Video Bus: (II) device removed
[     7.153] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input10/event6"
[     7.153] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     7.153] (**) Option "xkb_layout" "fr,fr"
[     7.153] (**) Option "xkb_variant" "bepo,latin9"
[     7.153] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.154] (II) event6  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     7.154] (II) event6  - (II) Video Bus: (II) device is a keyboard
[     7.155] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     7.155] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.155] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.155] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     7.155] (II) Using input driver 'libinput' for 'Power Button'
[     7.155] (**) Power Button: always reports core events
[     7.155] (**) Option "Device" "/dev/input/event5"
[     7.155] (**) Option "_source" "server/udev"
[     7.156] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     7.156] (II) event5  - (II) Power Button: (II) device is a keyboard
[     7.156] (II) event5  - (II) Power Button: (II) device removed
[     7.173] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event5"
[     7.173] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[     7.173] (**) Option "xkb_layout" "fr,fr"
[     7.173] (**) Option "xkb_variant" "bepo,latin9"
[     7.173] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.174] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     7.174] (II) event5  - (II) Power Button: (II) device is a keyboard
[     7.175] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[     7.175] (II) No input driver specified, ignoring this device.
[     7.175] (II) This device may have been added with another device file.
[     7.176] (II) config/udev: Adding input device USB2.0 Camera (/dev/input/event1)
[     7.176] (**) USB2.0 Camera: Applying InputClass "evdev keyboard catchall"
[     7.176] (**) USB2.0 Camera: Applying InputClass "libinput keyboard catchall"
[     7.176] (**) USB2.0 Camera: Applying InputClass "Keyboard Defaults"
[     7.176] (II) Using input driver 'libinput' for 'USB2.0 Camera'
[     7.176] (**) USB2.0 Camera: always reports core events
[     7.176] (**) Option "Device" "/dev/input/event1"
[     7.176] (**) Option "_source" "server/udev"
[     7.177] (II) event1  - (II) USB2.0 Camera: (II) is tagged by udev as: Keyboard
[     7.177] (II) event1  - (II) USB2.0 Camera: (II) device is a keyboard
[     7.177] (II) event1  - (II) USB2.0 Camera: (II) device removed
[     7.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input2/event1"
[     7.223] (II) XINPUT: Adding extended input device "USB2.0 Camera" (type: KEYBOARD, id 11)
[     7.223] (**) Option "xkb_layout" "fr,fr"
[     7.223] (**) Option "xkb_variant" "bepo,latin9"
[     7.223] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.224] (II) event1  - (II) USB2.0 Camera: (II) is tagged by udev as: Keyboard
[     7.225] (II) event1  - (II) USB2.0 Camera: (II) device is a keyboard
[     7.225] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[     7.225] (II) No input driver specified, ignoring this device.
[     7.225] (II) This device may have been added with another device file.
[     7.226] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[     7.226] (II) No input driver specified, ignoring this device.
[     7.226] (II) This device may have been added with another device file.
[     7.226] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[     7.226] (II) No input driver specified, ignoring this device.
[     7.226] (II) This device may have been added with another device file.
[     7.227] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[     7.227] (II) No input driver specified, ignoring this device.
[     7.227] (II) This device may have been added with another device file.
[     7.227] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     7.227] (II) No input driver specified, ignoring this device.
[     7.227] (II) This device may have been added with another device file.
[     7.228] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     7.228] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.228] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.228] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[     7.228] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.228] (**) AT Translated Set 2 keyboard: always reports core events
[     7.228] (**) Option "Device" "/dev/input/event0"
[     7.228] (**) Option "_source" "server/udev"
[     7.228] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[     7.228] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[     7.228] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[     7.253] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     7.253] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     7.253] (**) Option "xkb_layout" "fr,fr"
[     7.253] (**) Option "xkb_variant" "bepo,latin9"
[     7.253] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.254] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[     7.254] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[     7.255] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
[     7.255] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     7.255] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     7.255] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     7.255] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     7.255] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     7.255] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     7.255] (II) LoadModule: "synaptics"
[     7.256] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.257] (II) Module synaptics: vendor="X.Org Foundation"
[     7.257] 	compiled for 1.19.0, module version = 1.9.0
[     7.257] 	Module class: X.Org XInput Driver
[     7.257] 	ABI class: X.Org XInput driver, version 24.1
[     7.257] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     7.257] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     7.257] (**) Option "Device" "/dev/input/event14"
[     7.307] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     7.307] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1304 - 5638 (res 37)
[     7.307] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1162 - 4692 (res 54)
[     7.307] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     7.307] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     7.307] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     7.307] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     7.307] (**) Option "TapButton1" "1"
[     7.307] (**) Option "TapButton2" "2"
[     7.307] (**) Option "TapButton3" "3"
[     7.307] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.307] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     7.307] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     7.356] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event14"
[     7.356] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[     7.356] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     7.356] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     7.356] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[     7.357] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     7.357] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     7.357] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     7.357] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     7.357] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     7.357] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     7.357] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.358] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[     7.358] (II) No input driver specified, ignoring this device.
[     7.358] (II) This device may have been added with another device file.
[     7.416] (EE) modeset(0): failed to set mode: Invalid argument
[    14.348] (II) modeset(0): EDID vendor "LGD", prod id 933
[    14.348] (II) modeset(0): Printing DDC gathered Modelines:
[    14.348] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    27.686] (II) modeset(0): EDID vendor "LGD", prod id 933
[    27.686] (II) modeset(0): Printing DDC gathered Modelines:
[    27.686] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    28.008] (II) modeset(0): EDID vendor "LGD", prod id 933
[    28.008] (II) modeset(0): Printing DDC gathered Modelines:
[    28.008] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    33.638] (II) modeset(0): Allocate new frame buffer 4480x1440 stride
[    33.700] (EE) modeset(0): failed to set mode: Invalid argument
[    33.782] (II) modeset(0): EDID vendor "LGD", prod id 933
[    33.782] (II) modeset(0): Printing DDC gathered Modelines:
[    33.782] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    92.403] (II) modeset(0): EDID vendor "LGD", prod id 933
[    92.403] (II) modeset(0): Printing DDC gathered Modelines:
[    92.403] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    94.605] (II) modeset(0): EDID vendor "LGD", prod id 933
[    94.605] (II) modeset(0): Printing DDC gathered Modelines:
[    94.605] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   131.853] (II) modeset(0): EDID vendor "LGD", prod id 933
[   131.854] (II) modeset(0): Printing DDC gathered Modelines:
[   131.854] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   149.366] (II) modeset(0): EDID vendor "LGD", prod id 933
[   149.366] (II) modeset(0): Printing DDC gathered Modelines:
[   149.366] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   198.524] (II) modeset(0): Allocate new frame buffer 3080x1440 stride
[   198.544] (EE) modeset(0): failed to set mode: Invalid argument
[   199.222] (II) modeset(0): EDID vendor "LGD", prod id 933
[   199.222] (II) modeset(0): Printing DDC gathered Modelines:
[   199.222] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   210.525] (II) modeset(0): Allocate new frame buffer 4480x1440 stride
[   210.577] (EE) modeset(0): failed to set mode: Invalid argument
[   210.661] (EE) modeset(0): failed to set mode: Invalid argument
[   210.997] (II) modeset(0): Allocate new frame buffer 3080x1440 stride
[   211.700] (EE) modeset(0): failed to set mode: Invalid argument
[   261.359] (EE) modeset(0): failed to set mode: Invalid argument
[   277.739] (II) modeset(0): Allocate new frame buffer 2560x1440 stride
[   278.480] (EE) modeset(0): failed to set mode: Invalid argument
[   278.565] (II) modeset(0): Allocate new frame buffer 3080x1440 stride
[   717.334] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[   718.018] (II) modeset(0): EDID vendor "LGD", prod id 933
[   718.018] (II) modeset(0): Printing DDC gathered Modelines:
[   718.018] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   909.231] (II) modeset(0): Allocate new frame buffer 2560x1440 stride
[   909.298] (EE) modeset(0): failed to set mode: Invalid argument
[   909.601] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[   915.719] (II) modeset(0): EDID vendor "LGD", prod id 933
[   915.719] (II) modeset(0): Printing DDC gathered Modelines:
[   915.719] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   916.045] (II) modeset(0): EDID vendor "LGD", prod id 933
[   916.045] (II) modeset(0): Printing DDC gathered Modelines:
[   916.045] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   923.335] (II) modeset(0): Allocate new frame buffer 2560x1440 stride
[   923.402] (EE) modeset(0): failed to set mode: Invalid argument
[   923.704] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[   929.675] (II) modeset(0): Allocate new frame buffer 2560x1440 stride
[   929.743] (EE) modeset(0): failed to set mode: Invalid argument
[   930.046] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[   938.184] (II) modeset(0): EDID vendor "LGD", prod id 933
[   938.184] (II) modeset(0): Printing DDC gathered Modelines:
[   938.184] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   964.759] (II) config/udev: removing device USB2.0 Camera
[   964.759] (II) event1  - (II) USB2.0 Camera: (II) device removed
[   964.773] (II) UnloadModule: "libinput"
[  1102.091] (II) modeset(0): Allocate new frame buffer 4480x1440 stride
[  1102.242] (EE) modeset(0): failed to set mode: Invalid argument
[  1102.544] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[  1108.983] (II) modeset(0): Allocate new frame buffer 2560x1440 stride
[  1109.051] (EE) modeset(0): failed to set mode: Invalid argument
[  1109.354] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[  1114.607] (II) modeset(0): Allocate new frame buffer 4480x1440 stride
[  1114.674] (EE) modeset(0): failed to set mode: Invalid argument
[  1114.977] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[  1121.165] (II) modeset(0): Allocate new frame buffer 3840x1080 stride
[  1121.298] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1121.298] (II) modeset(0): Printing DDC gathered Modelines:
[  1121.298] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1131.393] (II) modeset(0): Allocate new frame buffer 4480x1440 stride
[  1131.505] (EE) modeset(0): failed to set mode: Invalid argument
[  1131.840] (II) modeset(0): Allocate new frame buffer 3840x1080 stride

Any help would be appreciated!

Offline

#2 2017-09-16 12:56:17

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

[     6.740] (II) modeset(0): Output LVDS-1 connected
[     6.740] (II) modeset(0): Output VGA-1 disconnected
[     6.740] (II) modeset(0): Output HDMI-1 connected
[     6.740] (II) modeset(0): Output DP-1 disconnected
[     6.740] (II) modeset(0): Output HDMI-2 disconnected
[     6.740] (II) modeset(0): Output DP-2 disconnected
[     6.740] (II) modeset(0): Using user preference for initial modes
[     6.740] (II) modeset(0): Output LVDS-1 using initial mode 1920x1080 +0+0
[     6.740] (II) modeset(0): Output HDMI-1 using initial mode 2560x1440_60.00 +0+0
[     6.740] (EE) modeset(0): Cannot position output HDMI-1 relative to unknown output LVDS1

your 10-monitor.conf has a typo, try LVDS-1 .

For clarity : your kernel driver is intel, but your X driver is modesetting and not xf86-video-intel .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2017-09-16 14:48:29

zooky
Member
Registered: 2013-01-27
Posts: 18

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Thank you for the precision about the drivers, it was indeed not really clear for me.
I corrected the typo, but it didn't change much (it looks like a 2560x1440 resolution is used somehow, as after booting I see on the laptop screen only a cropped section of what I used to see before, but still nothing on the external screen except a white underscore).
I also tried to use the "intel" as a X driver (and changed the devices names to LVDS1 and HDMI1 accordingly). The driver is indeed used according to the X log, but I get exactly the same behavior, and same black screen.

Even if I manually choose the resolution with xrandr, nothing appears:

$ xrandr --output HDMI1 --mode 2560x1440_60.00 --verbose      
crtc 1: 2560x1440_60.00  59.96 +192+0 "HDMI1"

Any idea what to do?

Offline

#4 2017-09-16 16:15:53

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,428

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

If the resolution is not provided automatically, there's a good chance that your HDMI capabilities (if you are unlucky the graphics chip even) are insufficient and no amount of software tinkering will fix this. Try with another cable, see https://en.wikipedia.org/wiki/HDMI#Version_comparison as well.

Offline

#5 2017-09-17 09:16:12

zooky
Member
Registered: 2013-01-27
Posts: 18

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

The HDMI cable is the one that was coming with the screen, so I guess this should not be a problem? From what I read, there is no way to know from the command line which HDMI version is supported by my HDMI port? For information, I also tried with xrandr to use 2560x1440@30 instead of 60, but then the screen displays "Input Not Support".

If this is a limitation from HDMI, does it mean that there is no hope to get it working? Is it possible that the problem comes from the chipset and not the HDMI, in which case it should work with the second graphic card?

I wanted to try this second option just to see if it works, but although I can get my NVIDIA card working perfectly with bumblebee, I cannot boot with it, I get the following:

[     6.620] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[     6.620] (EE) NVIDIA:     system's kernel log for additional error messages and
[     6.620] (EE) NVIDIA:     consult the NVIDIA README for details.
[     6.620] (EE) No devices detected.
Fatal server error:
[     6.620] (EE) no screens found(EE) 

I tried what is suggested for these 2 messages here: https://wiki.archlinux.org/index.php/NV … Intel_iGPU, but it did not help.

Offline

#6 2017-09-17 13:03:19

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Your system uses Hybrid graphics , and that limits your options.

Check the Nvidia Optimus wiki page for an overview of what's possible.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2017-09-18 20:29:30

zooky
Member
Registered: 2013-01-27
Posts: 18

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Thank you for your answer. I understand that the system uses hybrid graphics. I have read the wiki as well, but I still cannot find a solution which works. To sum up:
- It looks like the chipset (or the HDMI port?) does not support QHD.
- I cannot add the resolution "manually" just using xrandr.
- I cannot turn off the chipset or use only the nvidia driver (cannot start X).

I guess my question is now: is it possible to configure X to have only the HDMI using the nvidia card, and still use the chipset for the laptop screen (so that I can still get X starting)?

I could find some Xorg configurations on the wiki/forums, but which seem to be relevant only when the HDMI port is wired to the nvidia card. I guess that as HDMI is working out of the box (I don't have the desired resolution, but still it is working), it means that in my case the port is wired to the chipset? I am not sure to understand how the wiring is actually done inside: is it meaningful to render something on the nvidia card, and still using the HDMI output wired on the other card? Does it make any sense?

I read https://wiki.archlinux.org/index.php/bu … Intel_chip as well, but not sure to understand what it means: bumblebee can still use the nvidia card, but how to specify that bumblebee should be used for the HDMI output?

Offline

#8 2017-09-18 23:48:13

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,428

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Your HDMI is connected to your internal chipset I really don't think you can convince the port to instead be driven by the Nvidia chip. If it's a limitation of the intel chip and/or the port itself, rendering an image on the Nvidia card should not matter, since it has to pass through the intel card anyway.

Offline

#9 2017-09-19 11:33:18

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

In a hybrid graphics system that uses the dynamic switching model, hardware is setup so that only the graphics outputs of the integrated card are usable.
Special software can change that, but the proprietary nvidia driver has very limited support for that functionality..


I read https://wiki.archlinux.org/index.php/bu … Intel_chip as well, but not sure to understand what it means: bumblebee can still use the nvidia card, but how to specify that bumblebee should be used for the HDMI output?

If you have some monitors connected to the intel card and others to the nvidia card, bumblebee can use the ones connected to the nvidia card.

Zooky, you basically have 2 options :

- use nvidia proprietary drvier & bumblebee :
connect the hdmi screen to the nvidia card and use the multiple monitors setup described on the bumblebee page.
In order to change the hdmi screen to use the intel card you will have to physically move the hdmi cable.
You may have to re-start X or even the whole system to work correctly in  the changed config.

- use the nouveau driver
Using the methods described on the PRIME wiki page you can dynamically change which card drives which monitor.
no need to switch cables or restart your system to keep things working (restarting X may be needed).
keep in mind that the nouveau driver has limited support for newer cards .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2017-09-24 11:33:29

zooky
Member
Registered: 2013-01-27
Posts: 18

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Thank you, sorry I could not reply earlier.

connect the hdmi screen to the nvidia card and use the multiple monitors setup described on the bumblebee page.
In order to change the hdmi screen to use the intel card you will have to physically move the hdmi cable.

I don't understand what you mean by "physically moving" the cable: this is a laptop so I cannot really change anything, and just have one HDMI port. Using the configuration described on the bumblebee page I can get bumblebee working, but the chipset is still used to render both screens. I also found this documentation about GPU offloading: http://us.download.nvidia.com/XFree86/L … ndr14.html, but it says that X needs to be configured to use nvidia for the primary screen, which is precisely what I cannot do.
When I run "xrandr --listproviders" with intel/nvidia drivers, I always see only one provider.

Using the methods described on the PRIME wiki page you can dynamically change which card drives which monitor.

OK I also tried with nouveau, for now with the following config:

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

Section "Module"
	Load "modesetting"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nouveau"
	BusID "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "nvidia"
	Device "nvidia"
EndSection

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

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

Now if I want to set up offloading:

$ xrandr --listproviders                          
Providers: number : 2
Provider 0: id: 0x68 cap: 0x2, Sink Output crtcs: 3 outputs: 6 associated providers: 0 name:modesetting
Provider 1: id: 0x3f cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:modesetting

Is it normal that both providers are named "modesetting"? The second one seems to have no sink output / source output… does it mean that the chipset just does not support that, and I cannot use PRIME?

I get this error if I try anyway:

$ xrandr --setprovideroffloadsink 0x3f 0x68       
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  34 (RRSetProviderOffloadSink)
  Value in failed request:  0x3f
  Serial number of failed request:  16
  Current serial number in output stream:  17

Offline

#11 2017-09-25 10:57:22

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

So the nvidia card is not  a true discrete card with it's own connectors.
That blocks option 1.

modesetting is the fallback X uses for videocards that support kms but don't have a (installed) card specific DDX driver .

xrandr listproviders output is not promising, but Install xf86-video-nouveau , restart X and check.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#12 2017-09-26 21:08:24

zooky
Member
Registered: 2013-01-27
Posts: 18

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Ok for option 1, now I understand.

The output I gave in the previous post was already with xf86-video-nouveau installed and after rebooting (using the X configuration file given above as well), this is why I was surprised. Does it mean that the nouveau driver is not loaded?

Xorg log for information:

[     5.929] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[     5.929] X Protocol Version 11, Revision 0
[     5.929] Build Operating System: Linux 4.12.5-1-ARCH x86_64 
[     5.929] Current Operating System: Linux marsupilami 4.12.10-1-ARCH #1 SMP PREEMPT Wed Aug 30 12:18:42 CEST 2017 x86_64
[     5.929] Kernel command line: initrd=\EFI\arch\initramfs-arch.img root=PARTUUID=b07e183b-8e90-49fa-9ea4-e80c71b091be
[     5.929] Build Date: 13 August 2017  09:37:50PM
[     5.929]  
[     5.929] Current version of pixman: 0.34.0
[     5.929] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.929] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.929] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 26 22:59:24 2017
[     5.934] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.934] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.936] (==) ServerLayout "layout"
[     5.936] (**) |-->Screen "intel" (0)
[     5.936] (**) |   |-->Monitor "<default monitor>"
[     5.937] (**) |   |-->Device "intel"
[     5.937] (**) |   |-->GPUDevice "intel"
[     5.937] (==) No monitor specified for screen "intel".
	Using a default monitor configuration.
[     5.937] (**) |-->Inactive Device "nvidia"
[     5.937] (==) Automatically adding devices
[     5.937] (==) Automatically enabling devices
[     5.937] (==) Automatically adding GPU devices
[     5.937] (==) Automatically binding GPU devices
[     5.937] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.942] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     5.942] 	Entry deleted from font path.
[     5.942] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     5.942] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     5.942] 	Entry deleted from font path.
[     5.942] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     5.942] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[     5.942] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.942] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.943] (II) Loader magic: 0x55b4d67a5d40
[     5.943] (II) Module ABI versions:
[     5.943] 	X.Org ANSI C Emulation: 0.4
[     5.943] 	X.Org Video Driver: 23.0
[     5.943] 	X.Org XInput driver : 24.1
[     5.943] 	X.Org Server Extension : 10.0
[     5.943] (++) using VT number 7

[     5.943] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.944] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.944] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.960] (--) PCI:*(0:0:2:0) 8086:0166:104d:909c rev 9, Mem @ 0xb9000000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64, BIOS @ 0x????????/131072
[     5.960] (--) PCI: (0:1:0:0) 10de:0fd3:104d:909c rev 161, Mem @ 0xb8000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00006000/128
[     5.960] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.960] (II) "glx" will be loaded by default.
[     5.960] (II) LoadModule: "modesetting"
[     5.962] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.963] (II) Module modesetting: vendor="X.Org Foundation"
[     5.963] 	compiled for 1.19.3, module version = 1.19.3
[     5.963] 	Module class: X.Org Video Driver
[     5.963] 	ABI class: X.Org Video Driver, version 23.0
[     5.963] (II) LoadModule: "glx"
[     5.963] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.978] (II) Module glx: vendor="X.Org Foundation"
[     5.978] 	compiled for 1.19.3, module version = 1.0.0
[     5.978] 	ABI class: X.Org Server Extension, version 10.0
[     5.978] (II) LoadModule: "modesetting"
[     5.978] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.978] (II) Module modesetting: vendor="X.Org Foundation"
[     5.978] 	compiled for 1.19.3, module version = 1.19.3
[     5.978] 	Module class: X.Org Video Driver
[     5.978] 	ABI class: X.Org Video Driver, version 23.0
[     5.978] (II) UnloadModule: "modesetting"
[     5.978] (II) Unloading modesetting
[     5.978] (II) Failed to load module "modesetting" (already loaded, 21940)
[     5.978] (II) LoadModule: "nouveau"
[     5.978] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     5.981] (II) Module nouveau: vendor="X.Org Foundation"
[     5.981] 	compiled for 1.19.3, module version = 1.0.15
[     5.981] 	Module class: X.Org Video Driver
[     5.981] 	ABI class: X.Org Video Driver, version 23.0
[     5.981] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.981] (II) NOUVEAU driver 
[     5.981] (II) NOUVEAU driver for NVIDIA chipset families :
[     5.981] 	RIVA TNT        (NV04)
[     5.981] 	RIVA TNT2       (NV05)
[     5.981] 	GeForce 256     (NV10)
[     5.981] 	GeForce 2       (NV11, NV15)
[     5.981] 	GeForce 4MX     (NV17, NV18)
[     5.981] 	GeForce 3       (NV20)
[     5.981] 	GeForce 4Ti     (NV25, NV28)
[     5.981] 	GeForce FX      (NV3x)
[     5.981] 	GeForce 6       (NV4x)
[     5.981] 	GeForce 7       (G7x)
[     5.981] 	GeForce 8       (G8x)
[     5.981] 	GeForce GTX 200 (NVA0)
[     5.981] 	GeForce GTX 400 (NVC0)
[     6.008] (II) modeset(0): using drv /dev/dri/card0
[     6.008] (WW) Falling back to old probe method for modesetting
[     6.058] (II) [drm] nouveau interface version: 1.3.1
[     6.058] (II) modeset(G0): using drv /dev/dri/card1
[     6.058] (II) modeset(0): Creating default Display subsection in Screen section
	"intel" for depth/fbbpp 24/32
[     6.058] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.058] (**) modeset(0): Option "AccelMethod" "sna"
[     6.058] (==) modeset(0): RGB weight 888
[     6.058] (==) modeset(0): Default visual is TrueColor
[     6.058] (**) modeset(0): glamor disabled
[     6.058] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[     6.058] (II) modeset(0): Double-buffered shadow updates: off
[     6.059] (II) modeset(0): Output LVDS-1 has no monitor section
[     6.063] (II) modeset(0): Output VGA-1 has no monitor section
[     6.072] (II) modeset(0): Output HDMI-1 has no monitor section
[     6.072] (II) modeset(0): Output DP-1 has no monitor section
[     6.236] (II) modeset(0): Output HDMI-2 has no monitor section
[     6.236] (II) modeset(0): Output DP-2 has no monitor section
[     6.236] (II) modeset(0): EDID for output LVDS-1
[     6.236] (II) modeset(0): Manufacturer: LGD  Model: 3a5  Serial#: 0
[     6.236] (II) modeset(0): Year: 2012  Week: 0
[     6.236] (II) modeset(0): EDID Version: 1.3
[     6.236] (II) modeset(0): Digital Display Input
[     6.236] (II) modeset(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[     6.236] (II) modeset(0): Gamma: 2.20
[     6.236] (II) modeset(0): No DPMS capabilities specified
[     6.236] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     6.236] (II) modeset(0): First detailed timing is preferred mode
[     6.236] (II) modeset(0): redX: 0.619 redY: 0.370   greenX: 0.345 greenY: 0.607
[     6.236] (II) modeset(0): blueX: 0.148 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[     6.236] (II) modeset(0): Manufacturer's mask: 0
[     6.236] (II) modeset(0): Supported detailed timing:
[     6.236] (II) modeset(0): clock: 144.2 MHz   Image Size:  345 x 194 mm
[     6.236] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2040 h_blank_end 2148 h_border: 0
[     6.236] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
[     6.236] (II) modeset(0):  LG Display
[     6.236] (II) modeset(0):  LP156WF4-SLBA
[     6.236] (II) modeset(0): EDID (in hex):
[     6.236] (II) modeset(0): 	00ffffffffffff0030e4a50300000000
[     6.236] (II) modeset(0): 	00160103802313780ab6259e5e589b26
[     6.236] (II) modeset(0): 	1d505400000001010101010101010101
[     6.236] (II) modeset(0): 	010101010101543880e4703828403048
[     6.236] (II) modeset(0): 	350059c2100000190000000000000000
[     6.236] (II) modeset(0): 	00000000000000000000000000fe004c
[     6.236] (II) modeset(0): 	4720446973706c61790a2020000000fe
[     6.236] (II) modeset(0): 	004c503135365746342d534c4241001f
[     6.237] (II) modeset(0): Printing probed modes for output LVDS-1
[     6.237] (II) modeset(0): Modeline "1920x1080"x59.9  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[     6.237] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.237] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.237] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.237] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.237] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.237] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.237] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.237] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.237] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.237] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.237] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.237] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.237] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.237] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.237] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.237] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.237] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.237] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.237] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.242] (II) modeset(0): EDID for output VGA-1
[     6.250] (II) modeset(0): EDID for output HDMI-1
[     6.250] (II) modeset(0): EDID for output DP-1
[     6.416] (II) modeset(0): EDID for output HDMI-2
[     6.416] (II) modeset(0): EDID for output DP-2
[     6.416] (II) modeset(0): Output LVDS-1 connected
[     6.416] (II) modeset(0): Output VGA-1 disconnected
[     6.416] (II) modeset(0): Output HDMI-1 disconnected
[     6.416] (II) modeset(0): Output DP-1 disconnected
[     6.416] (II) modeset(0): Output HDMI-2 disconnected
[     6.416] (II) modeset(0): Output DP-2 disconnected
[     6.416] (II) modeset(0): Using exact sizes for initial modes
[     6.416] (II) modeset(0): Output LVDS-1 using initial mode 1920x1080 +0+0
[     6.416] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.416] (==) modeset(0): DPI set to (96, 96)
[     6.416] (II) Loading sub module "fb"
[     6.416] (II) LoadModule: "fb"
[     6.416] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.418] (II) Module fb: vendor="X.Org Foundation"
[     6.418] 	compiled for 1.19.3, module version = 1.0.0
[     6.418] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.418] (II) Loading sub module "shadow"
[     6.418] (II) LoadModule: "shadow"
[     6.418] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     6.419] (II) Module shadow: vendor="X.Org Foundation"
[     6.419] 	compiled for 1.19.3, module version = 1.1.0
[     6.419] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.430] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     6.430] (**) modeset(G0): Option "AccelMethod" "sna"
[     6.430] (==) modeset(G0): RGB weight 888
[     6.430] (==) modeset(G0): Default visual is TrueColor
[     6.430] (**) modeset(G0): glamor disabled
[     6.430] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[     6.430] (II) modeset(G0): Double-buffered shadow updates: off
[     6.430] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.430] (==) modeset(G0): DPI set to (96, 96)
[     6.430] (II) Loading sub module "fb"
[     6.430] (II) LoadModule: "fb"
[     6.430] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.430] (II) Module fb: vendor="X.Org Foundation"
[     6.430] 	compiled for 1.19.3, module version = 1.0.0
[     6.430] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.430] (II) Loading sub module "shadow"
[     6.430] (II) LoadModule: "shadow"
[     6.430] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     6.430] (II) Module shadow: vendor="X.Org Foundation"
[     6.430] 	compiled for 1.19.3, module version = 1.1.0
[     6.430] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.430] (==) Depth 24 pixmap format is 32 bpp
[     6.433] (==) modeset(G0): Backing store enabled
[     6.434] (==) modeset(G0): Silken mouse enabled
[     6.434] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     6.434] (==) modeset(G0): DPMS enabled
[     6.434] (==) modeset(0): Backing store enabled
[     6.434] (==) modeset(0): Silken mouse enabled
[     6.434] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     6.434] (==) modeset(0): DPMS enabled
[     6.434] (--) RandR disabled
[     6.438] (II) AIGLX: Screen 0 is not DRI2 capable
[     6.438] (EE) AIGLX: reverting to software rendering
[     6.644] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[     6.645] (II) IGLX: Loaded and initialized swrast
[     6.645] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.645] (II) modeset(G0): Damage tracking initialized
[     6.645] (II) modeset(0): Damage tracking initialized
[     6.645] (II) modeset(0): Setting screen physical size to 508 x 285
[     6.704] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     6.704] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.704] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.704] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     6.704] (II) LoadModule: "libinput"
[     6.705] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.711] (II) Module libinput: vendor="X.Org Foundation"
[     6.711] 	compiled for 1.19.3, module version = 0.25.1
[     6.711] 	Module class: X.Org XInput Driver
[     6.711] 	ABI class: X.Org XInput driver, version 24.1
[     6.711] (II) Using input driver 'libinput' for 'Video Bus'
[     6.711] (**) Video Bus: always reports core events
[     6.711] (**) Option "Device" "/dev/input/event7"
[     6.711] (**) Option "_source" "server/udev"
[     6.712] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     6.712] (II) event7  - (II) Video Bus: (II) device is a keyboard
[     6.712] (II) event7  - (II) Video Bus: (II) device removed
[     6.750] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event7"
[     6.750] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     6.750] (**) Option "xkb_layout" "fr,fr"
[     6.750] (**) Option "xkb_variant" "bepo,latin9"
[     6.750] (**) Option "xkb_options" "grp:shifts_toggle"
[     6.782] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     6.782] (II) event7  - (II) Video Bus: (II) device is a keyboard
[     6.783] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event3)
[     6.783] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[     6.783] (**) Sony Vaio Keys: Applying InputClass "libinput keyboard catchall"
[     6.783] (**) Sony Vaio Keys: Applying InputClass "Keyboard Defaults"
[     6.783] (II) Using input driver 'libinput' for 'Sony Vaio Keys'
[     6.783] (**) Sony Vaio Keys: always reports core events
[     6.783] (**) Option "Device" "/dev/input/event3"
[     6.783] (**) Option "_source" "server/udev"
[     6.784] (II) event3  - (II) Sony Vaio Keys: (II) is tagged by udev as: Keyboard Joystick
[     6.784] (II) event3  - (II) Sony Vaio Keys: (II) device is a keyboard
[     6.784] (II) event3  - (II) Sony Vaio Keys: (II) device removed
[     6.810] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input4/event3"
[     6.810] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 7)
[     6.810] (**) Option "xkb_layout" "fr,fr"
[     6.810] (**) Option "xkb_variant" "bepo,latin9"
[     6.810] (**) Option "xkb_options" "grp:shifts_toggle"
[     6.811] (II) event3  - (II) Sony Vaio Keys: (II) is tagged by udev as: Keyboard Joystick
[     6.811] (II) event3  - (II) Sony Vaio Keys: (II) device is a keyboard
[     6.812] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event4)
[     6.812] (**) Sony Vaio Jogdial: Applying InputClass "evdev pointer catchall"
[     6.812] (**) Sony Vaio Jogdial: Applying InputClass "libinput pointer catchall"
[     6.812] (II) Using input driver 'libinput' for 'Sony Vaio Jogdial'
[     6.812] (**) Sony Vaio Jogdial: always reports core events
[     6.812] (**) Option "Device" "/dev/input/event4"
[     6.812] (**) Option "_source" "server/udev"
[     6.813] (II) event4  - (II) Sony Vaio Jogdial: (II) is tagged by udev as: Mouse
[     6.813] (II) event4  - (II) Sony Vaio Jogdial: (II) device is a pointer
[     6.813] (II) event4  - (II) Sony Vaio Jogdial: (II) device removed
[     6.850] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input5/event4"
[     6.850] (II) XINPUT: Adding extended input device "Sony Vaio Jogdial" (type: MOUSE, id 8)
[     6.850] (**) Option "AccelerationScheme" "none"
[     6.850] (**) Sony Vaio Jogdial: (accel) selected scheme none/0
[     6.850] (**) Sony Vaio Jogdial: (accel) acceleration factor: 2.000
[     6.850] (**) Sony Vaio Jogdial: (accel) acceleration threshold: 4
[     6.851] (II) event4  - (II) Sony Vaio Jogdial: (II) is tagged by udev as: Mouse
[     6.851] (II) event4  - (II) Sony Vaio Jogdial: (II) device is a pointer
[     6.852] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
[     6.852] (II) No input driver specified, ignoring this device.
[     6.852] (II) This device may have been added with another device file.
[     6.852] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     6.852] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.852] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.852] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     6.852] (II) Using input driver 'libinput' for 'Video Bus'
[     6.852] (**) Video Bus: always reports core events
[     6.853] (**) Option "Device" "/dev/input/event6"
[     6.853] (**) Option "_source" "server/udev"
[     6.853] (II) event6  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     6.853] (II) event6  - (II) Video Bus: (II) device is a keyboard
[     6.853] (II) event6  - (II) Video Bus: (II) device removed
[     6.900] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input11/event6"
[     6.900] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     6.900] (**) Option "xkb_layout" "fr,fr"
[     6.900] (**) Option "xkb_variant" "bepo,latin9"
[     6.900] (**) Option "xkb_options" "grp:shifts_toggle"
[     6.901] (II) event6  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     6.901] (II) event6  - (II) Video Bus: (II) device is a keyboard
[     6.902] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.902] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.902] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.902] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     6.902] (II) Using input driver 'libinput' for 'Power Button'
[     6.902] (**) Power Button: always reports core events
[     6.902] (**) Option "Device" "/dev/input/event2"
[     6.902] (**) Option "_source" "server/udev"
[     6.903] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     6.903] (II) event2  - (II) Power Button: (II) device is a keyboard
[     6.903] (II) event2  - (II) Power Button: (II) device removed
[     6.920] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[     6.920] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[     6.920] (**) Option "xkb_layout" "fr,fr"
[     6.920] (**) Option "xkb_variant" "bepo,latin9"
[     6.920] (**) Option "xkb_options" "grp:shifts_toggle"
[     6.921] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     6.921] (II) event2  - (II) Power Button: (II) device is a keyboard
[     6.922] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.922] (II) No input driver specified, ignoring this device.
[     6.922] (II) This device may have been added with another device file.
[     6.923] (II) config/udev: Adding input device USB2.0 Camera (/dev/input/event14)
[     6.923] (**) USB2.0 Camera: Applying InputClass "evdev keyboard catchall"
[     6.923] (**) USB2.0 Camera: Applying InputClass "libinput keyboard catchall"
[     6.923] (**) USB2.0 Camera: Applying InputClass "Keyboard Defaults"
[     6.923] (II) Using input driver 'libinput' for 'USB2.0 Camera'
[     6.923] (**) USB2.0 Camera: always reports core events
[     6.923] (**) Option "Device" "/dev/input/event14"
[     6.923] (**) Option "_source" "server/udev"
[     6.924] (II) event14 - (II) USB2.0 Camera: (II) is tagged by udev as: Keyboard
[     6.924] (II) event14 - (II) USB2.0 Camera: (II) device is a keyboard
[     6.924] (II) event14 - (II) USB2.0 Camera: (II) device removed
[     6.970] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input15/event14"
[     6.970] (II) XINPUT: Adding extended input device "USB2.0 Camera" (type: KEYBOARD, id 11)
[     6.970] (**) Option "xkb_layout" "fr,fr"
[     6.970] (**) Option "xkb_variant" "bepo,latin9"
[     6.970] (**) Option "xkb_options" "grp:shifts_toggle"
[     6.971] (II) event14 - (II) USB2.0 Camera: (II) is tagged by udev as: Keyboard
[     6.971] (II) event14 - (II) USB2.0 Camera: (II) device is a keyboard
[     6.972] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[     6.972] (II) No input driver specified, ignoring this device.
[     6.972] (II) This device may have been added with another device file.
[     6.972] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[     6.973] (II) No input driver specified, ignoring this device.
[     6.973] (II) This device may have been added with another device file.
[     6.973] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[     6.973] (II) No input driver specified, ignoring this device.
[     6.973] (II) This device may have been added with another device file.
[     6.973] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[     6.973] (II) No input driver specified, ignoring this device.
[     6.973] (II) This device may have been added with another device file.
[     6.974] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     6.974] (II) No input driver specified, ignoring this device.
[     6.974] (II) This device may have been added with another device file.
[     6.974] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     6.974] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     6.974] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.974] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[     6.974] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.974] (**) AT Translated Set 2 keyboard: always reports core events
[     6.974] (**) Option "Device" "/dev/input/event0"
[     6.975] (**) Option "_source" "server/udev"
[     6.975] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[     6.975] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[     6.975] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[     7.000] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     7.000] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     7.000] (**) Option "xkb_layout" "fr,fr"
[     7.000] (**) Option "xkb_variant" "bepo,latin9"
[     7.000] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.001] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[     7.001] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[     7.002] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[     7.002] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     7.002] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     7.002] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     7.002] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     7.002] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     7.002] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     7.002] (II) LoadModule: "synaptics"
[     7.002] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.004] (II) Module synaptics: vendor="X.Org Foundation"
[     7.004] 	compiled for 1.19.0, module version = 1.9.0
[     7.004] 	Module class: X.Org XInput Driver
[     7.004] 	ABI class: X.Org XInput driver, version 24.1
[     7.004] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     7.004] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     7.004] (**) Option "Device" "/dev/input/event13"
[     7.050] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     7.050] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1304 - 5638 (res 37)
[     7.050] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1162 - 4692 (res 54)
[     7.050] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     7.050] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     7.050] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     7.050] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     7.050] (**) Option "TapButton1" "1"
[     7.050] (**) Option "TapButton2" "2"
[     7.050] (**) Option "TapButton3" "3"
[     7.050] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.050] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     7.050] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     7.090] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event13"
[     7.090] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[     7.090] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     7.090] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     7.090] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[     7.090] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     7.090] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     7.090] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     7.090] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     7.090] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     7.091] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     7.091] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     7.092] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     7.092] (II) No input driver specified, ignoring this device.
[     7.092] (II) This device may have been added with another device file.
[    14.772] (II) modeset(0): EDID vendor "LGD", prod id 933
[    14.772] (II) modeset(0): Printing DDC gathered Modelines:
[    14.772] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)

Offline

#13 2017-10-17 11:50:05

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Sorry for delay, i've been very busy.

The nouveau driver is loaded, but that config file is messing things up.
rename or move it so it's not used anymore.

Then restart X , post fresh log and xrandr --listproviders again.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#14 2017-10-18 19:20:29

zooky
Member
Registered: 2013-01-27
Posts: 18

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

Thank you for the reply. I was actually busy too.

I did not realize that the configuration file was actually doing something wrong. When I comment all the configuration files, I get the following:

[     6.180] 
X.Org X Server 1.19.5
Release Date: 2017-10-12
[     6.180] X Protocol Version 11, Revision 0
[     6.180] Build Operating System: Linux 4.9.54-1-lts x86_64 
[     6.180] Current Operating System: Linux marsupilami 4.13.5-1-ARCH #1 SMP PREEMPT Fri Oct 6 09:58:47 CEST 2017 x86_64
[     6.180] Kernel command line: initrd=\EFI\arch\initramfs-arch.img root=PARTUUID=b07e183b-8e90-49fa-9ea4-e80c71b091be
[     6.181] Build Date: 12 October 2017  09:59:53PM
[     6.181]  
[     6.181] Current version of pixman: 0.34.0
[     6.181] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     6.181] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.181] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 18 20:45:36 2017
[     6.185] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.185] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.187] (==) No Layout section.  Using the first Screen section.
[     6.187] (==) No screen section available. Using defaults.
[     6.187] (**) |-->Screen "Default Screen Section" (0)
[     6.187] (**) |   |-->Monitor "<default monitor>"
[     6.188] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     6.188] (==) Automatically adding devices
[     6.188] (==) Automatically enabling devices
[     6.188] (==) Automatically adding GPU devices
[     6.188] (==) Automatically binding GPU devices
[     6.188] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.193] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     6.193] 	Entry deleted from font path.
[     6.193] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     6.193] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     6.193] 	Entry deleted from font path.
[     6.193] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     6.193] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[     6.193] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.193] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.194] (II) Loader magic: 0x55e084d30d60
[     6.194] (II) Module ABI versions:
[     6.194] 	X.Org ANSI C Emulation: 0.4
[     6.194] 	X.Org Video Driver: 23.0
[     6.194] 	X.Org XInput driver : 24.1
[     6.194] 	X.Org Server Extension : 10.0
[     6.194] (++) using VT number 7

[     6.194] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     6.195] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.195] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.213] (--) PCI:*(0:0:2:0) 8086:0166:104d:909c rev 9, Mem @ 0xb9000000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64, BIOS @ 0x????????/131072
[     6.213] (--) PCI: (0:1:0:0) 10de:0fd3:104d:909c rev 161, Mem @ 0xb8000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00006000/128
[     6.213] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.213] (II) LoadModule: "glx"
[     6.216] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.230] (II) Module glx: vendor="X.Org Foundation"
[     6.230] 	compiled for 1.19.5, module version = 1.0.0
[     6.230] 	ABI class: X.Org Server Extension, version 10.0
[     6.230] (II) Applying OutputClass "intel" to /dev/dri/card0
[     6.230] 	loading driver: modesetting
[     6.230] (==) Matched modesetting as autoconfigured driver 0
[     6.230] (==) Matched intel as autoconfigured driver 1
[     6.230] (==) Matched nouveau as autoconfigured driver 2
[     6.230] (==) Matched nv as autoconfigured driver 3
[     6.230] (==) Matched intel as autoconfigured driver 4
[     6.230] (==) Matched modesetting as autoconfigured driver 5
[     6.230] (==) Matched fbdev as autoconfigured driver 6
[     6.230] (==) Matched vesa as autoconfigured driver 7
[     6.230] (==) Assigned the driver to the xf86ConfigLayout
[     6.230] (II) LoadModule: "modesetting"
[     6.230] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.232] (II) Module modesetting: vendor="X.Org Foundation"
[     6.232] 	compiled for 1.19.5, module version = 1.19.5
[     6.232] 	Module class: X.Org Video Driver
[     6.232] 	ABI class: X.Org Video Driver, version 23.0
[     6.232] (II) LoadModule: "intel"
[     6.232] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     6.236] (II) Module intel: vendor="X.Org Foundation"
[     6.236] 	compiled for 1.19.4, module version = 2.99.917
[     6.236] 	Module class: X.Org Video Driver
[     6.236] 	ABI class: X.Org Video Driver, version 23.0
[     6.236] (II) LoadModule: "nouveau"
[     6.236] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     6.239] (II) Module nouveau: vendor="X.Org Foundation"
[     6.239] 	compiled for 1.19.3, module version = 1.0.15
[     6.239] 	Module class: X.Org Video Driver
[     6.239] 	ABI class: X.Org Video Driver, version 23.0
[     6.239] (II) LoadModule: "nv"
[     6.241] (WW) Warning, couldn't open module nv
[     6.241] (II) UnloadModule: "nv"
[     6.241] (II) Unloading nv
[     6.241] (EE) Failed to load module "nv" (module does not exist, 0)
[     6.241] (II) LoadModule: "fbdev"
[     6.241] (WW) Warning, couldn't open module fbdev
[     6.241] (II) UnloadModule: "fbdev"
[     6.241] (II) Unloading fbdev
[     6.241] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.241] (II) LoadModule: "vesa"
[     6.241] (WW) Warning, couldn't open module vesa
[     6.241] (II) UnloadModule: "vesa"
[     6.241] (II) Unloading vesa
[     6.241] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.241] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.241] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     6.242] (II) intel: Driver for Intel(R) HD Graphics
[     6.242] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     6.242] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     6.242] (II) NOUVEAU driver 
[     6.242] (II) NOUVEAU driver for NVIDIA chipset families :
[     6.242] 	RIVA TNT        (NV04)
[     6.242] 	RIVA TNT2       (NV05)
[     6.242] 	GeForce 256     (NV10)
[     6.242] 	GeForce 2       (NV11, NV15)
[     6.242] 	GeForce 4MX     (NV17, NV18)
[     6.242] 	GeForce 3       (NV20)
[     6.242] 	GeForce 4Ti     (NV25, NV28)
[     6.242] 	GeForce FX      (NV3x)
[     6.242] 	GeForce 6       (NV4x)
[     6.242] 	GeForce 7       (G7x)
[     6.242] 	GeForce 8       (G8x)
[     6.242] 	GeForce GTX 200 (NVA0)
[     6.242] 	GeForce GTX 400 (NVC0)
[     6.263] (II) modeset(0): using drv /dev/dri/card0
[     6.263] (WW) Falling back to old probe method for modesetting
[     6.280] (II) modeset(G0): using drv /dev/dri/card1
[     6.280] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     6.280] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.280] (==) modeset(0): RGB weight 888
[     6.280] (==) modeset(0): Default visual is TrueColor
[     6.280] (II) Loading sub module "glamoregl"
[     6.280] (II) LoadModule: "glamoregl"
[     6.280] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.289] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.289] 	compiled for 1.19.5, module version = 1.0.0
[     6.289] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.289] (II) glamor: OpenGL accelerated X.org driver based.
[     6.348] (II) glamor: EGL version 1.4 (DRI2):
[     6.364] (II) modeset(0): glamor initialized
[     6.364] (II) modeset(0): Output LVDS-1 has no monitor section
[     6.369] (II) modeset(0): Output VGA-1 has no monitor section
[     6.442] (II) modeset(0): Output HDMI-1 has no monitor section
[     6.521] (II) modeset(0): Output DP-1 has no monitor section
[     6.686] (II) modeset(0): Output HDMI-2 has no monitor section
[     6.686] (II) modeset(0): Output DP-2 has no monitor section
[     6.686] (II) modeset(0): EDID for output LVDS-1
[     6.686] (II) modeset(0): Manufacturer: LGD  Model: 3a5  Serial#: 0
[     6.686] (II) modeset(0): Year: 2012  Week: 0
[     6.686] (II) modeset(0): EDID Version: 1.3
[     6.686] (II) modeset(0): Digital Display Input
[     6.686] (II) modeset(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[     6.686] (II) modeset(0): Gamma: 2.20
[     6.686] (II) modeset(0): No DPMS capabilities specified
[     6.686] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     6.686] (II) modeset(0): First detailed timing is preferred mode
[     6.686] (II) modeset(0): redX: 0.619 redY: 0.370   greenX: 0.345 greenY: 0.607
[     6.686] (II) modeset(0): blueX: 0.148 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[     6.686] (II) modeset(0): Manufacturer's mask: 0
[     6.686] (II) modeset(0): Supported detailed timing:
[     6.686] (II) modeset(0): clock: 144.2 MHz   Image Size:  345 x 194 mm
[     6.686] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2040 h_blank_end 2148 h_border: 0
[     6.687] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
[     6.687] (II) modeset(0):  LG Display
[     6.687] (II) modeset(0):  LP156WF4-SLBA
[     6.687] (II) modeset(0): EDID (in hex):
[     6.687] (II) modeset(0): 	00ffffffffffff0030e4a50300000000
[     6.687] (II) modeset(0): 	00160103802313780ab6259e5e589b26
[     6.687] (II) modeset(0): 	1d505400000001010101010101010101
[     6.687] (II) modeset(0): 	010101010101543880e4703828403048
[     6.687] (II) modeset(0): 	350059c2100000190000000000000000
[     6.687] (II) modeset(0): 	00000000000000000000000000fe004c
[     6.687] (II) modeset(0): 	4720446973706c61790a2020000000fe
[     6.687] (II) modeset(0): 	004c503135365746342d534c4241001f
[     6.687] (II) modeset(0): Printing probed modes for output LVDS-1
[     6.687] (II) modeset(0): Modeline "1920x1080"x59.9  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[     6.687] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.687] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.687] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.687] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.687] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.687] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.687] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.687] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.687] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.687] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.687] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.687] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.687] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.687] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.687] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.687] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.687] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.687] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.687] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.692] (II) modeset(0): EDID for output VGA-1
[     6.770] (II) modeset(0): EDID for output HDMI-1
[     6.770] (II) modeset(0): Manufacturer: AOC  Model: 2781  Serial#: 125
[     6.770] (II) modeset(0): Year: 2017  Week: 19
[     6.770] (II) modeset(0): EDID Version: 1.3
[     6.770] (II) modeset(0): Digital Display Input
[     6.770] (II) modeset(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[     6.770] (II) modeset(0): Gamma: 2.20
[     6.770] (II) modeset(0): DPMS capabilities: Off
[     6.770] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     6.770] (II) modeset(0): First detailed timing is preferred mode
[     6.770] (II) modeset(0): redX: 0.661 redY: 0.330   greenX: 0.298 greenY: 0.615
[     6.770] (II) modeset(0): blueX: 0.149 blueY: 0.064   whiteX: 0.313 whiteY: 0.329
[     6.770] (II) modeset(0): Supported established timings:
[     6.770] (II) modeset(0): 720x400@70Hz
[     6.770] (II) modeset(0): 640x480@60Hz
[     6.770] (II) modeset(0): 640x480@67Hz
[     6.770] (II) modeset(0): 640x480@72Hz
[     6.770] (II) modeset(0): 640x480@75Hz
[     6.770] (II) modeset(0): 800x600@56Hz
[     6.770] (II) modeset(0): 800x600@60Hz
[     6.770] (II) modeset(0): 800x600@72Hz
[     6.770] (II) modeset(0): 800x600@75Hz
[     6.770] (II) modeset(0): 832x624@75Hz
[     6.770] (II) modeset(0): 1024x768@60Hz
[     6.770] (II) modeset(0): 1024x768@70Hz
[     6.770] (II) modeset(0): 1024x768@75Hz
[     6.770] (II) modeset(0): 1280x1024@75Hz
[     6.770] (II) modeset(0): Manufacturer's mask: 0
[     6.770] (II) modeset(0): Supported standard timings:
[     6.770] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     6.770] (II) modeset(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     6.770] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     6.770] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     6.770] (II) modeset(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     6.770] (II) modeset(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[     6.770] (II) modeset(0): Supported detailed timing:
[     6.770] (II) modeset(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[     6.770] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     6.770] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[     6.770] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 99 kHz, PixClock max 305 MHz
[     6.770] (II) modeset(0): Monitor name: Q2781
[     6.770] (II) modeset(0): Serial No: AJQH59A000125
[     6.770] (II) modeset(0): Supported detailed timing:
[     6.770] (II) modeset(0): clock: 148.5 MHz   Image Size:  597 x 336 mm
[     6.771] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     6.771] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     6.771] (II) modeset(0): Supported detailed timing:
[     6.771] (II) modeset(0): clock: 74.2 MHz   Image Size:  597 x 336 mm
[     6.771] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     6.771] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     6.771] (II) modeset(0): Supported detailed timing:
[     6.771] (II) modeset(0): clock: 27.0 MHz   Image Size:  597 x 336 mm
[     6.771] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     6.771] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     6.771] (II) modeset(0): Supported detailed timing:
[     6.771] (II) modeset(0): clock: 27.0 MHz   Image Size:  597 x 336 mm
[     6.771] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     6.771] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     6.771] (II) modeset(0): Supported detailed timing:
[     6.771] (II) modeset(0): clock: 156.0 MHz   Image Size:  597 x 336 mm
[     6.771] (II) modeset(0): h_active: 1280  h_sync: 1376  h_sync_end 1512 h_blank_end 1744 h_border: 0
[     6.771] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1453 v_blanking: 1493 v_border: 0
[     6.771] (II) modeset(0): Number of EDID sections to follow: 1
[     6.771] (II) modeset(0): EDID (in hex):
[     6.771] (II) modeset(0): 	00ffffffffffff0005e381277d000000
[     6.771] (II) modeset(0): 	131b0103803c22782a6665a9544c9d26
[     6.771] (II) modeset(0): 	105054bfef00d1c0b300950081808140
[     6.771] (II) modeset(0): 	81c001010101565e00a0a0a029503020
[     6.771] (II) modeset(0): 	350055502100001e000000fd00324c1e
[     6.771] (II) modeset(0): 	631e000a202020202020000000fc0051
[     6.771] (II) modeset(0): 	323738310a20202020202020000000ff
[     6.771] (II) modeset(0): 	00414a514835394130303031323501d0
[     6.771] (II) modeset(0): 	02031ef14b101f051404130312021101
[     6.771] (II) modeset(0): 	230907078301000065030c002000023a
[     6.771] (II) modeset(0): 	801871382d40582c450055502100001e
[     6.771] (II) modeset(0): 	011d007251d01e206e28550055502100
[     6.771] (II) modeset(0): 	001e8c0ad08a20e02d10103e96005550
[     6.771] (II) modeset(0): 	210000188c0ad090204031200c405500
[     6.771] (II) modeset(0): 	555021000018f03c00d051a035506088
[     6.771] (II) modeset(0): 	3a0055502100001c00000000000000e7
[     6.771] (II) modeset(0): Printing probed modes for output HDMI-1
[     6.771] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[     6.771] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     6.771] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     6.771] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[     6.771] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[     6.771] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[     6.771] (II) modeset(0): Modeline "1280x1440"x59.9  156.00  1280 1376 1512 1744  1440 1443 1453 1493 -hsync +vsync (89.4 kHz e)
[     6.771] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     6.771] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     6.771] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.771] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.771] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     6.771] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     6.771] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     6.771] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     6.771] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     6.771] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.771] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.771] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     6.771] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     6.771] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     6.771] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.771] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.772] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     6.772] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     6.772] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     6.772] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     6.772] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     6.772] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.772] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.772] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.772] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.851] (II) modeset(0): EDID for output DP-1
[     7.016] (II) modeset(0): EDID for output HDMI-2
[     7.016] (II) modeset(0): EDID for output DP-2
[     7.016] (II) modeset(0): Output LVDS-1 connected
[     7.016] (II) modeset(0): Output VGA-1 disconnected
[     7.016] (II) modeset(0): Output HDMI-1 connected
[     7.016] (II) modeset(0): Output DP-1 disconnected
[     7.016] (II) modeset(0): Output HDMI-2 disconnected
[     7.016] (II) modeset(0): Output DP-2 disconnected
[     7.016] (II) modeset(0): Using exact sizes for initial modes
[     7.016] (II) modeset(0): Output LVDS-1 using initial mode 1920x1080 +0+0
[     7.016] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080i +0+0
[     7.016] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.016] (==) modeset(0): DPI set to (96, 96)
[     7.016] (II) Loading sub module "fb"
[     7.016] (II) LoadModule: "fb"
[     7.016] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.018] (II) Module fb: vendor="X.Org Foundation"
[     7.018] 	compiled for 1.19.5, module version = 1.0.0
[     7.018] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.029] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     7.029] (==) modeset(G0): RGB weight 888
[     7.029] (==) modeset(G0): Default visual is TrueColor
[     7.029] (II) Loading sub module "glamoregl"
[     7.029] (II) LoadModule: "glamoregl"
[     7.029] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.029] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.029] 	compiled for 1.19.5, module version = 1.0.0
[     7.029] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.029] (II) glamor: OpenGL accelerated X.org driver based.
[     7.334] (II) glamor: EGL version 1.4 (DRI2):
[     7.347] (II) modeset(G0): glamor initialized
[     7.347] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     7.347] (==) modeset(G0): DPI set to (96, 96)
[     7.347] (II) Loading sub module "fb"
[     7.347] (II) LoadModule: "fb"
[     7.347] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.347] (II) Module fb: vendor="X.Org Foundation"
[     7.347] 	compiled for 1.19.5, module version = 1.0.0
[     7.347] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.347] (II) UnloadModule: "intel"
[     7.347] (II) Unloading intel
[     7.348] (II) UnloadModule: "nouveau"
[     7.348] (II) Unloading nouveau
[     7.348] (==) Depth 24 pixmap format is 32 bpp
[     7.398] (==) modeset(G0): Backing store enabled
[     7.398] (==) modeset(G0): Silken mouse enabled
[     7.398] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     7.399] (==) modeset(G0): DPMS enabled
[     7.399] (II) modeset(G0): [DRI2] Setup complete
[     7.399] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[     7.399] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[     7.473] (==) modeset(0): Backing store enabled
[     7.473] (==) modeset(0): Silken mouse enabled
[     7.473] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     7.563] (==) modeset(0): DPMS enabled
[     7.564] (II) modeset(0): [DRI2] Setup complete
[     7.564] (II) modeset(0): [DRI2]   DRI driver: i965
[     7.564] (II) modeset(0): [DRI2]   VDPAU driver: i965
[     7.564] (--) RandR disabled
[     7.578] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     7.578] (II) AIGLX: enabled GLX_ARB_create_context
[     7.578] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     7.578] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     7.578] (II) AIGLX: enabled GLX_INTEL_swap_event
[     7.578] (II) AIGLX: enabled GLX_SGI_swap_control
[     7.578] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     7.578] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     7.578] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     7.578] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     7.578] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     7.578] (II) AIGLX: Loaded and initialized i965
[     7.578] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.580] (II) modeset(G0): Damage tracking initialized
[     7.583] (II) modeset(0): Damage tracking initialized
[     7.583] (II) modeset(0): Setting screen physical size to 508 x 285
[     7.651] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[     7.651] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.651] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.651] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     7.651] (II) LoadModule: "libinput"
[     7.651] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.657] (II) Module libinput: vendor="X.Org Foundation"
[     7.657] 	compiled for 1.19.3, module version = 0.26.0
[     7.657] 	Module class: X.Org XInput Driver
[     7.657] 	ABI class: X.Org XInput driver, version 24.1
[     7.657] (II) Using input driver 'libinput' for 'Video Bus'
[     7.657] (**) Video Bus: always reports core events
[     7.657] (**) Option "Device" "/dev/input/event9"
[     7.657] (**) Option "_source" "server/udev"
[     7.657] (II) event9  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     7.657] (II) event9  - (II) Video Bus: (II) device is a keyboard
[     7.657] (II) event9  - (II) Video Bus: (II) device removed
[     7.706] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10/event9"
[     7.706] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     7.706] (**) Option "xkb_layout" "fr,fr"
[     7.706] (**) Option "xkb_variant" "bepo,latin9"
[     7.706] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.737] (II) event9  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     7.737] (II) event9  - (II) Video Bus: (II) device is a keyboard
[     7.738] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event3)
[     7.738] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[     7.738] (**) Sony Vaio Keys: Applying InputClass "libinput keyboard catchall"
[     7.738] (**) Sony Vaio Keys: Applying InputClass "Keyboard Defaults"
[     7.738] (II) Using input driver 'libinput' for 'Sony Vaio Keys'
[     7.738] (**) Sony Vaio Keys: always reports core events
[     7.738] (**) Option "Device" "/dev/input/event3"
[     7.738] (**) Option "_source" "server/udev"
[     7.739] (II) event3  - (II) Sony Vaio Keys: (II) is tagged by udev as: Keyboard Joystick
[     7.739] (II) event3  - (II) Sony Vaio Keys: (II) device is a keyboard
[     7.739] (II) event3  - (II) Sony Vaio Keys: (II) device removed
[     7.756] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input4/event3"
[     7.756] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 7)
[     7.756] (**) Option "xkb_layout" "fr,fr"
[     7.756] (**) Option "xkb_variant" "bepo,latin9"
[     7.756] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.757] (II) event3  - (II) Sony Vaio Keys: (II) is tagged by udev as: Keyboard Joystick
[     7.757] (II) event3  - (II) Sony Vaio Keys: (II) device is a keyboard
[     7.758] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event4)
[     7.758] (**) Sony Vaio Jogdial: Applying InputClass "evdev pointer catchall"
[     7.758] (**) Sony Vaio Jogdial: Applying InputClass "libinput pointer catchall"
[     7.758] (II) Using input driver 'libinput' for 'Sony Vaio Jogdial'
[     7.758] (**) Sony Vaio Jogdial: always reports core events
[     7.758] (**) Option "Device" "/dev/input/event4"
[     7.758] (**) Option "_source" "server/udev"
[     7.759] (II) event4  - (II) Sony Vaio Jogdial: (II) is tagged by udev as: Mouse
[     7.759] (II) event4  - (II) Sony Vaio Jogdial: (II) device is a pointer
[     7.759] (II) event4  - (II) Sony Vaio Jogdial: (II) device removed
[     7.796] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input5/event4"
[     7.796] (II) XINPUT: Adding extended input device "Sony Vaio Jogdial" (type: MOUSE, id 8)
[     7.796] (**) Option "AccelerationScheme" "none"
[     7.796] (**) Sony Vaio Jogdial: (accel) selected scheme none/0
[     7.796] (**) Sony Vaio Jogdial: (accel) acceleration factor: 2.000
[     7.796] (**) Sony Vaio Jogdial: (accel) acceleration threshold: 4
[     7.797] (II) event4  - (II) Sony Vaio Jogdial: (II) is tagged by udev as: Mouse
[     7.797] (II) event4  - (II) Sony Vaio Jogdial: (II) device is a pointer
[     7.798] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
[     7.798] (II) No input driver specified, ignoring this device.
[     7.798] (II) This device may have been added with another device file.
[     7.798] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     7.798] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.798] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.798] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[     7.798] (II) Using input driver 'libinput' for 'Video Bus'
[     7.798] (**) Video Bus: always reports core events
[     7.798] (**) Option "Device" "/dev/input/event8"
[     7.798] (**) Option "_source" "server/udev"
[     7.799] (II) event8  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     7.799] (II) event8  - (II) Video Bus: (II) device is a keyboard
[     7.799] (II) event8  - (II) Video Bus: (II) device removed
[     7.836] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input9/event8"
[     7.836] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     7.836] (**) Option "xkb_layout" "fr,fr"
[     7.836] (**) Option "xkb_variant" "bepo,latin9"
[     7.836] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.837] (II) event8  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     7.837] (II) event8  - (II) Video Bus: (II) device is a keyboard
[     7.838] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     7.838] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.838] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.838] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     7.838] (II) Using input driver 'libinput' for 'Power Button'
[     7.838] (**) Power Button: always reports core events
[     7.838] (**) Option "Device" "/dev/input/event2"
[     7.838] (**) Option "_source" "server/udev"
[     7.838] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     7.838] (II) event2  - (II) Power Button: (II) device is a keyboard
[     7.838] (II) event2  - (II) Power Button: (II) device removed
[     7.856] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[     7.856] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[     7.856] (**) Option "xkb_layout" "fr,fr"
[     7.856] (**) Option "xkb_variant" "bepo,latin9"
[     7.856] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.857] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     7.857] (II) event2  - (II) Power Button: (II) device is a keyboard
[     7.858] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     7.858] (II) No input driver specified, ignoring this device.
[     7.858] (II) This device may have been added with another device file.
[     7.859] (II) config/udev: Adding input device USB2.0 Camera: USB2.0 Camera (/dev/input/event7)
[     7.859] (**) USB2.0 Camera: USB2.0 Camera: Applying InputClass "evdev keyboard catchall"
[     7.859] (**) USB2.0 Camera: USB2.0 Camera: Applying InputClass "libinput keyboard catchall"
[     7.859] (**) USB2.0 Camera: USB2.0 Camera: Applying InputClass "Keyboard Defaults"
[     7.859] (II) Using input driver 'libinput' for 'USB2.0 Camera: USB2.0 Camera'
[     7.859] (**) USB2.0 Camera: USB2.0 Camera: always reports core events
[     7.859] (**) Option "Device" "/dev/input/event7"
[     7.859] (**) Option "_source" "server/udev"
[     7.860] (II) event7  - (II) USB2.0 Camera: USB2.0 Camera: (II) is tagged by udev as: Keyboard
[     7.860] (II) event7  - (II) USB2.0 Camera: USB2.0 Camera: (II) device is a keyboard
[     7.860] (II) event7  - (II) USB2.0 Camera: USB2.0 Camera: (II) device removed
[     7.906] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input8/event7"
[     7.906] (II) XINPUT: Adding extended input device "USB2.0 Camera: USB2.0 Camera" (type: KEYBOARD, id 11)
[     7.906] (**) Option "xkb_layout" "fr,fr"
[     7.906] (**) Option "xkb_variant" "bepo,latin9"
[     7.906] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.907] (II) event7  - (II) USB2.0 Camera: USB2.0 Camera: (II) is tagged by udev as: Keyboard
[     7.907] (II) event7  - (II) USB2.0 Camera: USB2.0 Camera: (II) device is a keyboard
[     7.908] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[     7.908] (II) No input driver specified, ignoring this device.
[     7.908] (II) This device may have been added with another device file.
[     7.908] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[     7.908] (II) No input driver specified, ignoring this device.
[     7.908] (II) This device may have been added with another device file.
[     7.909] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[     7.909] (II) No input driver specified, ignoring this device.
[     7.909] (II) This device may have been added with another device file.
[     7.909] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[     7.909] (II) No input driver specified, ignoring this device.
[     7.909] (II) This device may have been added with another device file.
[     7.910] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[     7.910] (II) No input driver specified, ignoring this device.
[     7.910] (II) This device may have been added with another device file.
[     7.910] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     7.910] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.910] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.910] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[     7.910] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.910] (**) AT Translated Set 2 keyboard: always reports core events
[     7.910] (**) Option "Device" "/dev/input/event0"
[     7.910] (**) Option "_source" "server/udev"
[     7.911] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[     7.911] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[     7.911] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[     7.936] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     7.936] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     7.936] (**) Option "xkb_layout" "fr,fr"
[     7.936] (**) Option "xkb_variant" "bepo,latin9"
[     7.936] (**) Option "xkb_options" "grp:shifts_toggle"
[     7.938] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[     7.938] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[     7.938] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[     7.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     7.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     7.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     7.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     7.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     7.939] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     7.939] (II) LoadModule: "synaptics"
[     7.939] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     7.940] (II) Module synaptics: vendor="X.Org Foundation"
[     7.940] 	compiled for 1.19.0, module version = 1.9.0
[     7.940] 	Module class: X.Org XInput Driver
[     7.940] 	ABI class: X.Org XInput driver, version 24.1
[     7.940] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     7.940] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     7.940] (**) Option "Device" "/dev/input/event6"
[     7.986] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     7.987] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1304 - 5638 (res 37)
[     7.987] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1162 - 4692 (res 54)
[     7.987] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     7.987] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     7.987] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     7.987] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     7.987] (**) Option "TapButton1" "1"
[     7.987] (**) Option "TapButton2" "2"
[     7.987] (**) Option "TapButton3" "3"
[     7.987] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     7.987] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     7.987] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     8.026] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
[     8.026] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[     8.026] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     8.027] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     8.027] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[     8.027] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     8.027] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     8.027] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     8.027] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     8.027] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     8.028] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     8.028] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     8.028] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     8.028] (II) No input driver specified, ignoring this device.
[     8.028] (II) This device may have been added with another device file.
[     8.201] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[     8.201] (II) No input driver specified, ignoring this device.
[     8.201] (II) This device may have been added with another device file.
[     8.201] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[     8.201] (II) No input driver specified, ignoring this device.
[     8.201] (II) This device may have been added with another device file.
[     8.202] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[     8.202] (II) No input driver specified, ignoring this device.
[     8.202] (II) This device may have been added with another device file.
[     8.202] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[     8.203] (II) No input driver specified, ignoring this device.
[     8.203] (II) This device may have been added with another device file.
[     8.203] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[     8.203] (II) No input driver specified, ignoring this device.
[     8.203] (II) This device may have been added with another device file.
[    27.384] (II) modeset(0): EDID vendor "LGD", prod id 933
[    27.384] (II) modeset(0): Printing DDC gathered Modelines:
[    27.384] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    27.700] (II) modeset(0): EDID vendor "LGD", prod id 933
[    27.700] (II) modeset(0): Printing DDC gathered Modelines:
[    27.700] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   350.383] (II) modeset(0): EDID vendor "LGD", prod id 933
[   350.383] (II) modeset(0): Printing DDC gathered Modelines:
[   350.383] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   350.707] (II) modeset(0): EDID vendor "LGD", prod id 933
[   350.707] (II) modeset(0): Printing DDC gathered Modelines:
[   350.707] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   373.596] (II) modeset(0): EDID vendor "LGD", prod id 933
[   373.596] (II) modeset(0): Printing DDC gathered Modelines:
[   373.596] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   381.257] (II) modeset(0): EDID vendor "LGD", prod id 933
[   381.257] (II) modeset(0): Printing DDC gathered Modelines:
[   381.257] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   400.918] (II) modeset(0): EDID vendor "LGD", prod id 933
[   400.918] (II) modeset(0): Printing DDC gathered Modelines:
[   400.918] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   498.800] (II) modeset(0): EDID vendor "LGD", prod id 933
[   498.800] (II) modeset(0): Printing DDC gathered Modelines:
[   498.800] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   578.611] (II) modeset(0): EDID vendor "LGD", prod id 933
[   578.611] (II) modeset(0): Printing DDC gathered Modelines:
[   578.611] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   745.116] (II) modeset(0): EDID vendor "LGD", prod id 933
[   745.116] (II) modeset(0): Printing DDC gathered Modelines:
[   745.116] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[   753.662] (II) modeset(0): EDID vendor "LGD", prod id 933
[   753.662] (II) modeset(0): Printing DDC gathered Modelines:
[   753.662] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1087.156] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1087.156] (II) modeset(0): Printing DDC gathered Modelines:
[  1087.156] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1087.489] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1087.489] (II) modeset(0): Printing DDC gathered Modelines:
[  1087.489] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1221.318] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1221.318] (II) modeset(0): Printing DDC gathered Modelines:
[  1221.318] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1235.125] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1235.125] (II) modeset(0): Printing DDC gathered Modelines:
[  1235.125] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1240.946] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1240.946] (II) modeset(0): Printing DDC gathered Modelines:
[  1240.946] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1241.274] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1241.274] (II) modeset(0): Printing DDC gathered Modelines:
[  1241.274] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1252.709] (II) modeset(0): Allocate new frame buffer 4480x1440 stride
[  1252.841] (EE) modeset(0): failed to set mode: Invalid argument
[  1253.159] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[  1277.763] (II) modeset(0): Allocate new frame buffer 2560x1440 stride
[  1277.879] (EE) modeset(0): failed to set mode: Invalid argument
[  1278.198] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[  1287.316] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1287.316] (II) modeset(0): Printing DDC gathered Modelines:
[  1287.316] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1297.130] (II) modeset(0): Allocate new frame buffer 2560x1440 stride
[  1297.246] (EE) modeset(0): failed to set mode: Invalid argument
[  1297.564] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[  1323.113] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1323.113] (II) modeset(0): Printing DDC gathered Modelines:
[  1323.113] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[  1327.977] (II) modeset(0): EDID vendor "LGD", prod id 933
[  1327.977] (II) modeset(0): Printing DDC gathered Modelines:
[  1327.977] (II) modeset(0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)

I get a slightly better result with listproviders:

$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x78 cap: 0xf, Source Output, Sink Output, Source Offload,  3 outputs: 6 associated providers: 1 name:modesetting
Provider 1: id: 0x3f cap: 0x5, Source Output, Source Offload crtcs: 0 outpuoviders: 1 name:modesetting

However, the two providers are still named modesetting… problem?

It looks that I can now setup offloading(?).

$ xrandr --setprovideroffloadsink 0x3f 0x78

runs without any problem… I am not sure if something really changed smile

Now I tried the following:

$ glxinfo | grep "OpenGL"               
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL version string: 3.0 Mesa 17.2.2
OpenGL shading language version string: 1.30
OpenGL extensions:

$ DRI_PRIME=1 glxinfo|grep "OpenGL"               
OpenGL vendor string: nouveau     
OpenGL renderer string: NVE7
OpenGL version string: 3.0 Mesa 17.2.2
OpenGL shading language version string: 1.30
OpenGL extensions:

I guess it means that I can choose which card to use when running a single process.

Any idea how I could now try to render the whole screen in high resolution using the Nvidia Card?

Offline

#15 2017-10-19 11:51:06

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

However, the two providers are still named modesetting… problem?

shouldn't be a problem.

Now we know this setup works, we can try  "discrete card as primary gpu" .
Create a fresh /etc/X11/xorg.conf.d/10-gpu.conf like on that wiki section, and doublecheck   all entries.
Keep in mind this will result in the nvidia card / nouveau driver rendering everything.

Last edited by Lone_Wolf (2017-10-19 11:51:21)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#16 2017-10-28 08:52:36

zooky
Member
Registered: 2013-01-27
Posts: 18

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

When I use a config such as the one described on the wiki, X does not launch at boot (similarly to what I was getting using the nvidia driver). But if X does not start, I cannot dynamically configure xrandr to use offloading. Am I still missing something here? Should I configure xrandr "permanently" somehow?

Offline

#17 2017-10-28 11:38:30

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unable to add undetected resolution for HDMI (configure crtc 1 failed)

reboot into multi-user.target (see systemd wiki page) , login to console .
Post the xorg conf files you created and xorg logs from the "failed" boot .

If you have trouble posting the files from console , search for CLI pastebin clients in wiki.

Last edited by Lone_Wolf (2017-10-28 11:38:40)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB