You are not logged in.

#1 2017-07-15 10:09:56

karlospv94
Member
Registered: 2016-10-12
Posts: 100

[SOLVED] Monitor Dell u2414h is not well scaled

Hi guys!

I just bought a Dell u2414h and connected it to my Asus laptop via HDMI. The problem is that all is too big. Things are not well scaled to be adapted to this resolution and also I can't scale the monitor to give it less points as you can see in the image.

http://i.imgur.com/0tXuhI2.png

I have Nvidia with bumbleblee installed but I dont have any /etc/X11/xorg.conf because when I generate it with nvidia-xconfig I can't boot the computer.

Even so, this is the file generated by nvidia-xconfig:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 381.22  (buildmeister@swio-display-x86-rhel47-02)  Thu May  4 01:29:00 PDT 2017


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

And this is the output of xrandr:

➜ xrandr                                                                            
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
eDP-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080     60.10*+
   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  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 527mm x 296mm
   1920x1080     60.00*+  50.00    59.94  
   1920x1080i    60.00    50.00    59.94  
   1600x1200     60.00  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x576i      50.00  
   720x480       60.00    59.94  
   720x480i      60.00    59.94  
   640x480       75.00    60.00    59.94  
   720x400       70.08  
DP-2 disconnected (normal left inverted right x axis y axis)

Moderator Edit [ewaller] converted over sized image to url link. https://wiki.archlinux.org/index.php/Co … s_and_code

Last edited by karlospv94 (2017-07-23 19:33:02)

Offline

#2 2017-07-15 17:15:20

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: [SOLVED] Monitor Dell u2414h is not well scaled

I have the 2414 too. This problem is new. Something changed in the recent update. Any help?


Please feel free to correct my english.

Offline

#3 2017-07-16 10:25:30

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

manuelschneid3r wrote:

I have the 2414 too. This problem is new. Something changed in the recent update. Any help?

So you have the same problem? What do you refer to when you speak about a "recent update"?

I really would like to see all with less size, because I now see it by this way:

http://i.imgur.com/2TfRplz.jpg

I also can't see desktop notifications with the monitor connected (for example when executing notify-send)

Last edited by ewaller (2017-07-17 20:20:05)

Offline

#4 2017-07-16 13:34:46

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Okay sorry had to be incidentially the same moment. My problem was that the native solution was not recognized. But this had to be some hardware issue since I played with the PI that day. After powering down, un and replugging everything is fine.


Please feel free to correct my english.

Offline

#5 2017-07-16 18:27:11

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,771

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Restored thread after having a conversation with the OP

Last edited by ewaller (2017-07-17 20:20:51)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#6 2017-07-18 08:44:28

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

The problem seems to be that programs are trying to occupy (in the HDMI connected monitor) the same space as in the laptop screen. So if I open a terminal in the laptop and move it to the monitor it will occupy the same space, which results in an expansion of the terminal (since the monitor is bigger than the laptop screen).

I am trying now which different combinations with xrandr and xorg...

The problem also seems to be that I have bumbleblee installed so nvidia is not loaded during boot and cannot act on the external monitor.

Offline

#7 2017-07-18 20:40:37

buntolo
Member
Registered: 2011-10-11
Posts: 202

Re: [SOLVED] Monitor Dell u2414h is not well scaled

I don't understand the issue: is this a DPI problem?
What's the output of 'xdpyinfo | grep -B 2 resolution'?

Offline

#8 2017-07-19 16:06:02

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

The problem is that I can't scale the HDMI connected monitor. I will hope to see all the applications with the same size as they are in the laptop screen.

I don't really know if it is a problem about DPI or size.

What I really want is to see all on the HDMI monitor smaller (as smaller as I see them in the laptop's screen). Now I see all reescaled to occupy the same space they occupy in the laptop's screen, so I see al bigger than I hope

This is the output of the command (but it only shows the laptop's screen:

➜ xdpyinfo | grep -B 2 resolution                                                   
screen #0:
  dimensions:    3840x1080 pixels (1016x285 millimeters)
  resolution:    96x96 dots per inch

Last edited by karlospv94 (2017-07-19 16:06:54)

Offline

#9 2017-07-19 16:30:28

seth
Member
Registered: 2012-09-03
Posts: 50,965

Re: [SOLVED] Monitor Dell u2414h is not well scaled

xrandr --output HDMI-1 --scale 1.5x1.5
xrandr --dpi 140

Notice that this will make the external display look blurry.
You've bought a FullHD 24" monitor (~92dpi) and compare it to a FullHD 15.5" monitor (~140dpi) where you "actually" wanted (at least that seems your expectation) a monitor w/ eg. 2560x1440.
Before you run out for such device, ensure you can use it (requires displayport or hdmi 2.0)

Online

#10 2017-07-19 16:31:36

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

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Let's see if we can get your setup clarified .

Full outputs of lspci -k, xorg log and xrandr --verbose please.


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

#11 2017-07-19 16:37:29

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

seth wrote:
xrandr --output HDMI-1 --scale 1.5x1.5
xrandr --dpi 140

Notice that this will make the external display look blurry.
You've bought a FullHD 24" monitor (~92dpi) and compare it to a FullHD 15.5" monitor (~140dpi) where you "actually" wanted (at least that seems your expectation) a monitor w/ eg. 2560x1440.
Before you run out for such device, ensure you can use it (requires displayport or hdmi 2.0)


Yeah, I am looking for something like that. The problem is that it is so blur now and it is shown as you can see in the picture: http://imgur.com/a/NFszm
I must say that I want to conserve the laptop's screen at left

Offline

#12 2017-07-19 16:40:58

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Lone_Wolf wrote:

Let's see if we can get your setup clarified .

Full outputs of lspci -k, xorg log and xrandr --verbose please.

➜ lspci -k                                                                          
00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 07)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: skl_uncore
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 07)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: i915
        Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 07)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: proc_thermal
        Kernel modules: processor_thermal_device
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 201f
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-H Serial IO I2C Controller #0 (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-H Serial IO I2C Controller #1 (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA Controller [AHCI mode] (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: ahci
        Kernel modules: ahci
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #2 (rev f1)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #3 (rev f1)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device 1080
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev ff)
        Kernel modules: nouveau, nvidia_drm, nvidia
02:00.0 Unassigned class [ff00]: Alcor Micro Device 6621
        Subsystem: Alcor Micro Device 6621
03:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
        Subsystem: Intel Corporation Dual Band Wireless-AC 7265
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi
➜ xrandr --verbose                                                                  
Screen 0: minimum 320 x 200, current 1920 x 2538, maximum 8192 x 8192
HDMI-1 connected primary 1920x1080+0+0 (0x47) normal (normal left inverted right x axis y axis) 527mm x 296mm
        Identifier: 0x42
        Timestamp:  14230
        Subpixel:   unknown
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0
        Clones:     DP-1
        CRTC:       0
        CRTCs:      0 1 2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        EDID: 
                00ffffffffffff0010aca4a04c4a4430
                0a1b010380351e78ee7e75a755529c27
                0f5054a54b00714f8180a9c0a940d1c0
                010101010101023a801871382d40582c
                45000f282100001e000000ff00323932
                4b3437333930444a4c0a000000fc0044
                454c4c205532343134480a20000000fd
                00384c1e5311000a20202020202001b1
                02031ff14c9005040302071601141f12
                132309070765030c0010008301000002
                3a801871382d40582c45000f28210000
                1e011d8018711c1620582c25000f2821
                00009e011d007251d01e206e2855000f
                282100001e8c0ad08a20e02d10103e96
                000f2821000018000000000000000000
                00000000000000000000000000000037
        aspect ratio: Automatic 
                supported: Automatic, 4:3, 16:9
        Broadcast RGB: Automatic 
                supported: Automatic, Full, Limited 16:235
        audio: auto 
                supported: force-dvi, off, auto, on
  1920x1080 (0x47) 148.500MHz +HSync +VSync *current +preferred
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x48) 148.500MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock  56.25KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  50.00Hz
  1920x1080 (0x49) 148.352MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.43KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  59.94Hz
  1920x1080i (0x4a) 74.250MHz +HSync +VSync Interlace
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  33.75KHz
        v: height 1080 start 1084 end 1094 total 1125           clock  60.00Hz
  1920x1080i (0x4b) 74.250MHz +HSync +VSync Interlace
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock  28.12KHz
        v: height 1080 start 1084 end 1094 total 1125           clock  50.00Hz
  1920x1080i (0x4c) 74.176MHz +HSync +VSync Interlace
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  33.72KHz
        v: height 1080 start 1084 end 1094 total 1125           clock  59.94Hz
  1600x1200 (0x4d) 162.000MHz +HSync +VSync
        h: width  1600 start 1664 end 1856 total 2160 skew    0 clock  75.00KHz
        v: height 1200 start 1201 end 1204 total 1250           clock  60.00Hz
  1600x900 (0x4e) 108.000MHz +HSync +VSync
        h: width  1600 start 1624 end 1704 total 1800 skew    0 clock  60.00KHz
        v: height  900 start  901 end  904 total 1000           clock  60.00Hz
  1280x1024 (0x4f) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x50) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1152x864 (0x51) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1280x720 (0x52) 74.250MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  45.00KHz
        v: height  720 start  725 end  730 total  750           clock  60.00Hz
  1280x720 (0x53) 74.250MHz +HSync +VSync
        h: width  1280 start 1720 end 1760 total 1980 skew    0 clock  37.50KHz
        v: height  720 start  725 end  730 total  750           clock  50.00Hz
  1280x720 (0x54) 74.176MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  44.96KHz
        v: height  720 start  725 end  730 total  750           clock  59.94Hz
  1024x768 (0x55) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x56) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x57) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x58) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  720x576 (0x59) 27.000MHz -HSync -VSync
        h: width   720 start  732 end  796 total  864 skew    0 clock  31.25KHz
        v: height  576 start  581 end  586 total  625           clock  50.00Hz
  720x576i (0x5a) 13.500MHz -HSync -VSync Interlace
        h: width   720 start  732 end  795 total  864 skew    0 clock  15.62KHz
        v: height  576 start  580 end  586 total  625           clock  50.00Hz
  720x480 (0x5b) 27.027MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.50KHz
        v: height  480 start  489 end  495 total  525           clock  60.00Hz
  720x480 (0x5c) 27.000MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.47KHz
        v: height  480 start  489 end  495 total  525           clock  59.94Hz
  720x480i (0x5d) 13.514MHz -HSync -VSync Interlace
        h: width   720 start  739 end  801 total  858 skew    0 clock  15.75KHz
        v: height  480 start  488 end  494 total  525           clock  60.00Hz
  720x480i (0x5e) 13.500MHz -HSync -VSync Interlace
        h: width   720 start  739 end  801 total  858 skew    0 clock  15.73KHz
        v: height  480 start  488 end  494 total  525           clock  59.94Hz
  640x480 (0x5f) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x60) 25.200MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.50KHz
        v: height  480 start  490 end  492 total  525           clock  60.00Hz
  640x480 (0x61) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x400 (0x62) 28.320MHz -HSync +VSync
        h: width   720 start  738 end  846 total  900 skew    0 clock  31.47KHz
        v: height  400 start  412 end  414 total  449           clock  70.08Hz
eDP-1 connected 1920x1080+0+1458 (0x63) normal (normal left inverted right x axis y axis) 344mm x 194mm
        Identifier: 0x43
        Timestamp:  14230
        Subpixel:   unknown
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0
        Clones:    
        CRTC:       1
        CRTCs:      0 1 2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        EDID: 
                00ffffffffffff004c834c3200000000
                00170104952213780ace859e5b4c9426
                17505400000001010101010101010101
                010101010101dc3780a0703840403020
                250058c2100000190000000f00000000
                00000000001e82105200000000fe0053
                414d53554e470a2020202020000000fe
                00313536484c30312d3130340a2000cf
        scaling mode: Full aspect 
                supported: None, Full, Center, Full aspect
        Broadcast RGB: Automatic 
                supported: Automatic, Full, Limited 16:235
        audio: auto 
                supported: force-dvi, off, auto, on
  1920x1080 (0x63) 143.000MHz -HSync -VSync *current +preferred
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  68.75KHz
        v: height 1080 start 1082 end 1087 total 1144           clock  60.10Hz
  1400x1050 (0x64) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1280x1024 (0x50) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x960 (0x65) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1024x768 (0x66) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x56) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x67) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x68) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x69) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  800x600 (0x6a) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x58) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x6b) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  700x525 (0x6c) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  640x512 (0x6d) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  640x480 (0x6e) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x61) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  512x384 (0x6f) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  400x300 (0x70) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0x71) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  320x240 (0x72) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
DP-1 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x44
        Timestamp:  14230
        Subpixel:   unknown
        Clones:     HDMI-1
        CRTCs:      0 1 2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        Broadcast RGB: Automatic 
                supported: Automatic, Full, Limited 16:235
        audio: auto 
                supported: force-dvi, off, auto, on
DP-2 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x45
        Timestamp:  14230
        Subpixel:   unknown
        Clones:    
        CRTCs:      0 1 2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        Broadcast RGB: Automatic 
                supported: Automatic, Full, Limited 16:235
        audio: auto 
                supported: force-dvi, off, auto, on
➜ cat /var/log/Xorg.0.log                                                           
[     4.187] (--) Log file renamed from "/var/log/Xorg.pid-453.log" to "/var/log/Xorg.0.log"
[     4.191] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[     4.191] X Protocol Version 11, Revision 0
[     4.191] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[     4.191] Current Operating System: Linux turing 4.11.9-1-ARCH #1 SMP PREEMPT Wed Jul 5 18:23:08 CEST 2017 x86_64
[     4.191] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=43ef0b61-66cc-4d35-ab56-694452acbce8 acpi_osi=! "acpi_osi=Windows 2009" acpi_backlight=native rw quiet
[     4.191] Build Date: 07 April 2017  05:42:48PM
[     4.191]  
[     4.192] Current version of pixman: 0.34.0
[     4.192]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     4.192] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.192] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 19 18:38:50 2017
[     4.200] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.200] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.207] (==) No Layout section.  Using the first Screen section.
[     4.207] (==) No screen section available. Using defaults.
[     4.207] (**) |-->Screen "Default Screen Section" (0)
[     4.207] (**) |   |-->Monitor "<default monitor>"
[     4.207] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     4.207] (==) Automatically adding devices
[     4.207] (==) Automatically enabling devices
[     4.207] (==) Automatically adding GPU devices
[     4.207] (==) Automatically binding GPU devices
[     4.208] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.218] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     4.218]    Entry deleted from font path.
[     4.221] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[     4.221] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.221] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.221] (II) Loader magic: 0x822d60
[     4.221] (II) Module ABI versions:
[     4.221]    X.Org ANSI C Emulation: 0.4
[     4.221]    X.Org Video Driver: 23.0
[     4.221]    X.Org XInput driver : 24.1
[     4.221]    X.Org Server Extension : 10.0
[     4.222] (++) using VT number 1

[     4.222] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.222] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.241] (--) PCI:*(0:0:2:0) 8086:191b:1043:1080 rev 6, Mem @ 0xdb000000/16777216, 0x70000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     4.241] (--) PCI: (0:1:0:0) 10de:139b:1043:1080 rev 162, Mem @ 0xdc000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     4.241] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.242] (II) LoadModule: "glx"
[     4.255] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.269] (II) Module glx: vendor="X.Org Foundation"
[     4.269]    compiled for 1.19.3, module version = 1.0.0
[     4.269]    ABI class: X.Org Server Extension, version 10.0
[     4.269] (II) Applying OutputClass "intel" to /dev/dri/card0
[     4.269]    loading driver: modesetting
[     4.269] (==) Matched modesetting as autoconfigured driver 0
[     4.269] (==) Matched intel as autoconfigured driver 1
[     4.269] (==) Matched intel as autoconfigured driver 2
[     4.269] (==) Matched modesetting as autoconfigured driver 3
[     4.269] (==) Matched fbdev as autoconfigured driver 4
[     4.269] (==) Matched vesa as autoconfigured driver 5
[     4.269] (==) Assigned the driver to the xf86ConfigLayout
[     4.269] (II) LoadModule: "modesetting"
[     4.269] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.271] (II) Module modesetting: vendor="X.Org Foundation"
[     4.271]    compiled for 1.19.3, module version = 1.19.3
[     4.271]    Module class: X.Org Video Driver
[     4.271]    ABI class: X.Org Video Driver, version 23.0
[     4.271] (II) LoadModule: "intel"
[     4.273] (WW) Warning, couldn't open module intel
[     4.273] (II) UnloadModule: "intel"
[     4.273] (II) Unloading intel
[     4.273] (EE) Failed to load module "intel" (module does not exist, 0)
[     4.273] (II) LoadModule: "fbdev"
[     4.273] (WW) Warning, couldn't open module fbdev
[     4.273] (II) UnloadModule: "fbdev"
[     4.273] (II) Unloading fbdev
[     4.273] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.273] (II) LoadModule: "vesa"
[     4.273] (WW) Warning, couldn't open module vesa
[     4.273] (II) UnloadModule: "vesa"
[     4.273] (II) Unloading vesa
[     4.273] (EE) Failed to load module "vesa" (module does not exist, 0)
[     4.273] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.287] (II) modeset(0): using drv /dev/dri/card0
[     4.287] (WW) Falling back to old probe method for modesetting
[     4.304] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     4.304] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     4.304] (==) modeset(0): RGB weight 888
[     4.304] (==) modeset(0): Default visual is TrueColor
[     4.304] (II) Loading sub module "glamoregl"
[     4.304] (II) LoadModule: "glamoregl"
[     4.304] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.324] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.324]    compiled for 1.19.3, module version = 1.0.0
[     4.324]    ABI class: X.Org ANSI C Emulation, version 0.4
[     4.324] (II) glamor: OpenGL accelerated X.org driver based.
[     4.401] (II) glamor: EGL version 1.4 (DRI2):
[     4.416] (II) modeset(0): glamor initialized
[     4.417] (II) modeset(0): Output eDP-1 using monitor section eDP-1
[     4.417] (**) modeset(0): Option "LeftOf" "HDMI-1"
[     4.685] (II) modeset(0): Output DP-1 has no monitor section
[     4.776] (II) modeset(0): Output HDMI-1 using monitor section HDMI-1
[     4.776] (**) modeset(0): Option "RightOf" "eDP-1"
[     4.776] (**) modeset(0): Option "Primary" "true"
[     4.776] (II) modeset(0): Output DP-2 has no monitor section
[     4.862] (II) modeset(0): EDID for output HDMI-1
[     4.862] (II) modeset(0): Manufacturer: DEL  Model: a0a4  Serial#: 809781836
[     4.862] (II) modeset(0): Year: 2017  Week: 10
[     4.862] (II) modeset(0): EDID Version: 1.3
[     4.862] (II) modeset(0): Digital Display Input
[     4.862] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[     4.862] (II) modeset(0): Gamma: 2.20
[     4.862] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[     4.862] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     4.862] (II) modeset(0): Default color space is primary color space
[     4.862] (II) modeset(0): First detailed timing is preferred mode
[     4.862] (II) modeset(0): redX: 0.653 redY: 0.335   greenX: 0.323 greenY: 0.611
[     4.862] (II) modeset(0): blueX: 0.153 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
[     4.862] (II) modeset(0): Supported established timings:
[     4.862] (II) modeset(0): 720x400@70Hz
[     4.862] (II) modeset(0): 640x480@60Hz
[     4.862] (II) modeset(0): 640x480@75Hz
[     4.862] (II) modeset(0): 800x600@60Hz
[     4.862] (II) modeset(0): 800x600@75Hz
[     4.862] (II) modeset(0): 1024x768@60Hz
[     4.862] (II) modeset(0): 1024x768@75Hz
[     4.862] (II) modeset(0): 1280x1024@75Hz
[     4.862] (II) modeset(0): Manufacturer's mask: 0
[     4.862] (II) modeset(0): Supported standard timings:
[     4.862] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     4.862] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     4.862] (II) modeset(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[     4.862] (II) modeset(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     4.863] (II) modeset(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     4.863] (II) modeset(0): Supported detailed timing:
[     4.863] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[     4.863] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     4.863] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     4.863] (II) modeset(0): Serial No: 292K47390DJL
[     4.863] (II) modeset(0): Monitor name: DELL U2414H
[     4.863] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[     4.863] (II) modeset(0): Supported detailed timing:
[     4.863] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[     4.863] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     4.863] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     4.863] (II) modeset(0): Supported detailed timing:
[     4.863] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[     4.863] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     4.863] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     4.863] (II) modeset(0): Supported detailed timing:
[     4.863] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[     4.863] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     4.863] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     4.863] (II) modeset(0): Supported detailed timing:
[     4.863] (II) modeset(0): clock: 27.0 MHz   Image Size:  527 x 296 mm
[     4.863] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     4.863] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     4.863] (II) modeset(0): Number of EDID sections to follow: 1
[     4.863] (II) modeset(0): EDID (in hex):
[     4.863] (II) modeset(0):   00ffffffffffff0010aca4a04c4a4430
[     4.863] (II) modeset(0):   0a1b010380351e78ee7e75a755529c27
[     4.863] (II) modeset(0):   0f5054a54b00714f8180a9c0a940d1c0
[     4.863] (II) modeset(0):   010101010101023a801871382d40582c
[     4.863] (II) modeset(0):   45000f282100001e000000ff00323932
[     4.863] (II) modeset(0):   4b3437333930444a4c0a000000fc0044
[     4.863] (II) modeset(0):   454c4c205532343134480a20000000fd
[     4.863] (II) modeset(0):   00384c1e5311000a20202020202001b1
[     4.863] (II) modeset(0):   02031ff14c9005040302071601141f12
[     4.863] (II) modeset(0):   132309070765030c0010008301000002
[     4.863] (II) modeset(0):   3a801871382d40582c45000f28210000
[     4.863] (II) modeset(0):   1e011d8018711c1620582c25000f2821
[     4.863] (II) modeset(0):   00009e011d007251d01e206e2855000f
[     4.863] (II) modeset(0):   282100001e8c0ad08a20e02d10103e96
[     4.863] (II) modeset(0):   000f2821000018000000000000000000
[     4.863] (II) modeset(0):   00000000000000000000000000000037
[     4.863] (II) modeset(0): Printing probed modes for output HDMI-1
[     4.863] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     4.863] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     4.863] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     4.863] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[     4.863] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[     4.863] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[     4.863] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     4.863] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[     4.863] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     4.863] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     4.863] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     4.863] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     4.863] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     4.863] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     4.863] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     4.863] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     4.863] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     4.863] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     4.863] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     4.863] (II) modeset(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[     4.863] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     4.863] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     4.863] (II) modeset(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[     4.863] (II) modeset(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[     4.863] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     4.863] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.863] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.863] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     4.864] (II) modeset(0): EDID for output eDP-1
[     4.864] (II) modeset(0): Manufacturer: SDC  Model: 324c  Serial#: 0
[     4.864] (II) modeset(0): Year: 2013  Week: 0
[     4.864] (II) modeset(0): EDID Version: 1.4
[     4.864] (II) modeset(0): Digital Display Input
[     4.864] (II) modeset(0): 6 bits per channel
[     4.864] (II) modeset(0): Digital interface is DisplayPort
[     4.865] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     4.865] (II) modeset(0): Gamma: 2.20
[     4.865] (II) modeset(0): No DPMS capabilities specified
[     4.865] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     4.865] (II) modeset(0): First detailed timing is preferred mode
[     4.865] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     4.865] (II) modeset(0): redX: 0.620 redY: 0.355   greenX: 0.300 greenY: 0.580
[     4.865] (II) modeset(0): blueX: 0.150 blueY: 0.090   whiteX: 0.313 whiteY: 0.329
[     4.865] (II) modeset(0): Manufacturer's mask: 0
[     4.865] (II) modeset(0): Supported detailed timing:
[     4.865] (II) modeset(0): clock: 143.0 MHz   Image Size:  344 x 194 mm
[     4.865] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     4.865] (II) modeset(0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1144 v_border: 0
[     4.865] (II) modeset(0): Unknown vendor-specific block f
[     4.865] (II) modeset(0):  SAMSUNG
[     4.865] (II) modeset(0):  156HL01-104
[     4.865] (II) modeset(0): EDID (in hex):
[     4.865] (II) modeset(0):   00ffffffffffff004c834c3200000000
[     4.865] (II) modeset(0):   00170104952213780ace859e5b4c9426
[     4.865] (II) modeset(0):   17505400000001010101010101010101
[     4.865] (II) modeset(0):   010101010101dc3780a0703840403020
[     4.865] (II) modeset(0):   250058c2100000190000000f00000000
[     4.865] (II) modeset(0):   00000000001e82105200000000fe0053
[     4.865] (II) modeset(0):   414d53554e470a2020202020000000fe
[     4.865] (II) modeset(0):   00313536484c30312d3130340a2000cf
[     4.865] (II) modeset(0): Printing probed modes for output eDP-1
[     4.865] (II) modeset(0): Modeline "1920x1080"x60.1  143.00  1920 1968 2000 2080  1080 1082 1087 1144 -hsync -vsync (68.8 kHz eP)
[     4.865] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     4.865] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     4.865] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     4.865] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     4.865] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     4.865] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     4.865] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     4.865] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     4.865] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     4.865] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     4.865] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     4.865] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     4.865] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     4.865] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     4.865] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     4.865] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     4.865] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     4.865] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     4.865] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     5.133] (II) modeset(0): EDID for output DP-1
[     5.133] (II) modeset(0): EDID for output DP-2
[     5.133] (II) modeset(0): Output HDMI-1 connected
[     5.133] (II) modeset(0): Output eDP-1 connected
[     5.133] (II) modeset(0): Output DP-1 disconnected
[     5.133] (II) modeset(0): Output DP-2 disconnected
[     5.133] (II) modeset(0): Using user preference for initial modes
[     5.133] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[     5.133] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     5.133] (EE) modeset(0): Output position loop. Moving HDMI-1 to 0,0
[     5.133] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.133] (==) modeset(0): DPI set to (96, 96)
[     5.133] (II) Loading sub module "fb"
[     5.133] (II) LoadModule: "fb"
[     5.133] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.134] (II) Module fb: vendor="X.Org Foundation"
[     5.134]    compiled for 1.19.3, module version = 1.0.0
[     5.134]    ABI class: X.Org ANSI C Emulation, version 0.4
[     5.134] (==) Depth 24 pixmap format is 32 bpp
[     5.194] (==) modeset(0): Backing store enabled
[     5.194] (==) modeset(0): Silken mouse enabled
[     5.195] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     5.225] (==) modeset(0): DPMS enabled
[     5.225] (II) modeset(0): [DRI2] Setup complete
[     5.225] (II) modeset(0): [DRI2]   DRI driver: i965
[     5.225] (II) modeset(0): [DRI2]   VDPAU driver: i965
[     5.225] (--) RandR disabled
[     5.231] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     5.231] (II) AIGLX: enabled GLX_ARB_create_context
[     5.231] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     5.231] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     5.231] (II) AIGLX: enabled GLX_INTEL_swap_event
[     5.231] (II) AIGLX: enabled GLX_SGI_swap_control
[     5.231] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     5.231] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     5.231] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     5.231] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     5.231] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     5.231] (II) AIGLX: Loaded and initialized i965
[     5.231] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.234] (II) modeset(0): Damage tracking initialized
[     5.234] (II) modeset(0): Setting screen physical size to 1016 x 285
[     5.275] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.275] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.275] (**) Power Button: Applying InputClass "system-keyboard"
[     5.275] (II) LoadModule: "libinput"
[     5.276] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.280] (II) Module libinput: vendor="X.Org Foundation"
[     5.280]    compiled for 1.19.3, module version = 0.25.1
[     5.280]    Module class: X.Org XInput Driver
[     5.280]    ABI class: X.Org XInput driver, version 24.1
[     5.280] (II) Using input driver 'libinput' for 'Power Button'
[     5.280] (**) Power Button: always reports core events
[     5.280] (**) Option "Device" "/dev/input/event2"
[     5.280] (**) Option "_source" "server/udev"
[     5.281] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     5.281] (II) event2  - (II) Power Button: (II) device is a keyboard
[     5.281] (II) event2  - (II) Power Button: (II) device removed
[     5.303] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.303] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.303] (**) Option "xkb_layout" "es"
[     5.328] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     5.328] (II) event2  - (II) Power Button: (II) device is a keyboard
[     5.328] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     5.328] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.328] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.328] (II) Using input driver 'libinput' for 'Video Bus'
[     5.328] (**) Video Bus: always reports core events
[     5.328] (**) Option "Device" "/dev/input/event3"
[     5.328] (**) Option "_source" "server/udev"
[     5.329] (II) event3  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     5.329] (II) event3  - (II) Video Bus: (II) device is a keyboard
[     5.329] (II) event3  - (II) Video Bus: (II) device removed
[     5.343] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[     5.343] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.343] (**) Option "xkb_layout" "es"
[     5.344] (II) event3  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     5.344] (II) event3  - (II) Video Bus: (II) device is a keyboard
[     5.345] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     5.345] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.345] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.345] (II) Using input driver 'libinput' for 'Video Bus'
[     5.345] (**) Video Bus: always reports core events
[     5.345] (**) Option "Device" "/dev/input/event4"
[     5.345] (**) Option "_source" "server/udev"
[     5.346] (II) event4  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     5.346] (II) event4  - (II) Video Bus: (II) device is a keyboard
[     5.346] (II) event4  - (II) Video Bus: (II) device removed
[     5.363] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input4/event4"
[     5.363] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     5.363] (**) Option "xkb_layout" "es"
[     5.364] (II) event4  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     5.364] (II) event4  - (II) Video Bus: (II) device is a keyboard
[     5.365] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     5.365] (II) No input driver specified, ignoring this device.
[     5.365] (II) This device may have been added with another device file.
[     5.365] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     5.366] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     5.366] (**) Sleep Button: Applying InputClass "system-keyboard"
[     5.366] (II) Using input driver 'libinput' for 'Sleep Button'
[     5.366] (**) Sleep Button: always reports core events
[     5.366] (**) Option "Device" "/dev/input/event1"
[     5.366] (**) Option "_source" "server/udev"
[     5.366] (II) event1  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[     5.366] (II) event1  - (II) Sleep Button: (II) device is a keyboard
[     5.366] (II) event1  - (II) Sleep Button: (II) device removed
[     5.383] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     5.383] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     5.383] (**) Option "xkb_layout" "es"
[     5.384] (II) event1  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[     5.384] (II) event1  - (II) Sleep Button: (II) device is a keyboard
[     5.386] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event7)
[     5.386] (**) USB2.0 HD UVC WebCam: Applying InputClass "libinput keyboard catchall"
[     5.386] (**) USB2.0 HD UVC WebCam: Applying InputClass "system-keyboard"
[     5.386] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam'
[     5.386] (**) USB2.0 HD UVC WebCam: always reports core events
[     5.386] (**) Option "Device" "/dev/input/event7"
[     5.386] (**) Option "_source" "server/udev"
[     5.386] (II) event7  - (II) USB2.0 HD UVC WebCam: (II) is tagged by udev as: Keyboard
[     5.386] (II) event7  - (II) USB2.0 HD UVC WebCam: (II) device is a keyboard
[     5.386] (II) event7  - (II) USB2.0 HD UVC WebCam: (II) device removed
[     5.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input8/event7"
[     5.433] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 10)
[     5.433] (**) Option "xkb_layout" "es"
[     5.434] (II) event7  - (II) USB2.0 HD UVC WebCam: (II) is tagged by udev as: Keyboard
[     5.434] (II) event7  - (II) USB2.0 HD UVC WebCam: (II) device is a keyboard
[     5.436] (II) config/udev: Adding input device Logitech K750 (/dev/input/event15)
[     5.436] (**) Logitech K750: Applying InputClass "libinput keyboard catchall"
[     5.436] (**) Logitech K750: Applying InputClass "system-keyboard"
[     5.436] (II) Using input driver 'libinput' for 'Logitech K750'
[     5.436] (**) Logitech K750: always reports core events
[     5.436] (**) Option "Device" "/dev/input/event15"
[     5.436] (**) Option "_source" "server/udev"
[     5.437] (II) event15 - (II) Logitech K750: (II) is tagged by udev as: Keyboard
[     5.437] (II) event15 - (II) Logitech K750: (II) device is a keyboard
[     5.437] (II) event15 - (II) Logitech K750: (II) device removed
[     5.473] (II) libinput: Logitech K750: needs a virtual subdevice
[     5.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:4002.0004/input/input15/event15"
[     5.473] (II) XINPUT: Adding extended input device "Logitech K750" (type: MOUSE, id 11)
[     5.473] (**) Option "AccelerationScheme" "none"
[     5.473] (**) Logitech K750: (accel) selected scheme none/0
[     5.473] (**) Logitech K750: (accel) acceleration factor: 2.000
[     5.473] (**) Logitech K750: (accel) acceleration threshold: 4
[     5.474] (II) event15 - (II) Logitech K750: (II) is tagged by udev as: Keyboard
[     5.475] (II) event15 - (II) Logitech K750: (II) device is a keyboard
[     5.476] (II) config/udev: Adding input device Logitech M325 (/dev/input/event16)
[     5.476] (**) Logitech M325: Applying InputClass "libinput pointer catchall"
[     5.476] (II) Using input driver 'libinput' for 'Logitech M325'
[     5.476] (**) Logitech M325: always reports core events
[     5.476] (**) Option "Device" "/dev/input/event16"
[     5.476] (**) Option "_source" "server/udev"
[     5.477] (II) event16 - (II) Logitech M325: (II) is tagged by udev as: Mouse
[     5.477] (II) event16 - (II) Logitech M325: (II) device set to 600 DPI
[     5.477] (II) event16 - (II) Logitech M325: (II) device is a pointer
[     5.477] (II) event16 - (II) Logitech M325: (II) device removed
[     5.513] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:400A.0005/input/input16/event16"
[     5.513] (II) XINPUT: Adding extended input device "Logitech M325" (type: MOUSE, id 12)
[     5.514] (**) Option "AccelerationScheme" "none"
[     5.514] (**) Logitech M325: (accel) selected scheme none/0
[     5.514] (**) Logitech M325: (accel) acceleration factor: 2.000
[     5.514] (**) Logitech M325: (accel) acceleration threshold: 4
[     5.515] (II) event16 - (II) Logitech M325: (II) is tagged by udev as: Mouse
[     5.515] (II) event16 - (II) Logitech M325: (II) device set to 600 DPI
[     5.515] (II) event16 - (II) Logitech M325: (II) device is a pointer
[     5.516] (II) config/udev: Adding input device Logitech M325 (/dev/input/mouse0)
[     5.516] (II) No input driver specified, ignoring this device.
[     5.516] (II) This device may have been added with another device file.
[     5.516] (II) config/udev: Adding input device Asus FTE TouchPad (/dev/input/event17)
[     5.516] (**) Asus FTE TouchPad: Applying InputClass "libinput touchpad catchall"
[     5.517] (**) Asus FTE TouchPad: Applying InputClass "Asus FTE TouchPad"
[     5.517] (II) Using input driver 'libinput' for 'Asus FTE TouchPad'
[     5.517] (**) Asus FTE TouchPad: always reports core events
[     5.517] (**) Option "Device" "/dev/input/event17"
[     5.517] (**) Option "_source" "server/udev"
[     5.624] (II) event17 - (II) Asus FTE TouchPad: (II) is tagged by udev as: Touchpad
[     5.624] (II) event17 - (II) Asus FTE TouchPad: (II) no resolution or size hints, assuming a size of 69x50mm
[     5.624] (II) event17 - (II) Asus FTE TouchPad: (II) device is a touchpad
[     5.624] (II) event17 - (II) Asus FTE TouchPad: (II) device removed
[     5.660] (**) Option "Tapping" "on"
[     5.660] (**) Option "TappingButtonMap" "lmr"
[     5.660] (**) Option "NaturalScrolling" "true"
[     5.660] (**) Option "ScrollMethod" "twofinger"
[     5.660] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-FTE1001:00/0018:0B05:0101.0006/input/input17/event17"
[     5.660] (II) XINPUT: Adding extended input device "Asus FTE TouchPad" (type: TOUCHPAD, id 13)
[     5.660] (**) Option "AccelerationScheme" "none"
[     5.660] (**) Asus FTE TouchPad: (accel) selected scheme none/0
[     5.660] (**) Asus FTE TouchPad: (accel) acceleration factor: 2.000
[     5.660] (**) Asus FTE TouchPad: (accel) acceleration threshold: 4
[     5.662] (II) event17 - (II) Asus FTE TouchPad: (II) is tagged by udev as: Touchpad
[     5.662] (II) event17 - (II) Asus FTE TouchPad: (II) no resolution or size hints, assuming a size of 69x50mm
[     5.662] (II) event17 - (II) Asus FTE TouchPad: (II) device is a touchpad
[     5.663] (II) config/udev: Adding input device Asus FTE TouchPad (/dev/input/mouse1)
[     5.663] (**) Asus FTE TouchPad: Applying InputClass "Asus FTE TouchPad"
[     5.663] (II) Using input driver 'libinput' for 'Asus FTE TouchPad'
[     5.663] (**) Asus FTE TouchPad: always reports core events
[     5.663] (**) Option "Device" "/dev/input/mouse1"
[     5.663] (**) Option "_source" "server/udev"
[     5.700] (II) mouse1  - failed to create input device '/dev/input/mouse1'.
[     5.700] (EE) libinput: Asus FTE TouchPad: Failed to create a device for /dev/input/mouse1
[     5.700] (EE) PreInit returned 2 for "Asus FTE TouchPad"
[     5.700] (II) UnloadModule: "libinput"
[     5.700] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event10)
[     5.700] (II) No input driver specified, ignoring this device.
[     5.700] (II) This device may have been added with another device file.
[     5.701] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event11)
[     5.701] (II) No input driver specified, ignoring this device.
[     5.701] (II) This device may have been added with another device file.
[     5.701] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event12)
[     5.702] (II) No input driver specified, ignoring this device.
[     5.702] (II) This device may have been added with another device file.
[     5.702] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event13)
[     5.702] (II) No input driver specified, ignoring this device.
[     5.702] (II) This device may have been added with another device file.
[     5.702] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event8)
[     5.702] (II) No input driver specified, ignoring this device.
[     5.702] (II) This device may have been added with another device file.
[     5.703] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
[     5.703] (II) No input driver specified, ignoring this device.
[     5.703] (II) This device may have been added with another device file.
[     5.704] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event14)
[     5.704] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.704] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     5.704] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     5.704] (**) Asus WMI hotkeys: always reports core events
[     5.704] (**) Option "Device" "/dev/input/event14"
[     5.704] (**) Option "_source" "server/udev"
[     5.704] (II) event14 - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[     5.704] (II) event14 - (II) Asus WMI hotkeys: (II) device is a keyboard
[     5.704] (II) event14 - (II) Asus WMI hotkeys: (II) device removed
[     5.720] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input14/event14"
[     5.720] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[     5.720] (**) Option "xkb_layout" "es"
[     5.721] (II) event14 - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[     5.721] (II) event14 - (II) Asus WMI hotkeys: (II) device is a keyboard
[     5.722] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     5.722] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.722] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     5.722] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.722] (**) AT Translated Set 2 keyboard: always reports core events
[     5.722] (**) Option "Device" "/dev/input/event5"
[     5.722] (**) Option "_source" "server/udev"
[     5.722] (II) event5  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[     5.722] (II) event5  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[     5.722] (II) event5  - (II) AT Translated Set 2 keyboard: (II) device removed
[     5.760] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     5.760] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[     5.760] (**) Option "xkb_layout" "es"
[     5.761] (II) event5  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[     5.761] (II) event5  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[     5.761] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     5.762] (II) No input driver specified, ignoring this device.
[     5.762] (II) This device may have been added with another device file.
[     5.778] (**) Logitech K750: Applying InputClass "libinput keyboard catchall"
[     5.778] (**) Logitech K750: Applying InputClass "system-keyboard"
[     5.778] (II) Using input driver 'libinput' for 'Logitech K750'
[     5.778] (**) Logitech K750: always reports core events
[     5.778] (**) Option "Device" "/dev/input/event15"
[     5.778] (**) Option "_source" "_driver/libinput"
[     5.778] (II) libinput: Logitech K750: is a virtual subdevice
[     5.778] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:4002.0004/input/input15/event15"
[     5.778] (II) XINPUT: Adding extended input device "Logitech K750" (type: KEYBOARD, id 16)
[     5.778] (**) Option "xkb_layout" "es"
[    11.455] (II) modeset(0): EDID vendor "SDC", prod id 12876
[    11.455] (II) modeset(0): Printing DDC gathered Modelines:
[    11.455] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 1968 2000 2080  1080 1082 1087 1144 -hsync -vsync (68.8 kHz eP)
[    13.262] (II) modeset(0): EDID vendor "SDC", prod id 12876
[    13.262] (II) modeset(0): Printing DDC gathered Modelines:
[    13.262] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 1968 2000 2080  1080 1082 1087 1144 -hsync -vsync (68.8 kHz eP)
[    14.101] (II) modeset(0): Allocate new frame buffer 3840x2538 stride
[    14.274] (II) modeset(0): Allocate new frame buffer 1920x2538 stride
[    14.556] (II) modeset(0): EDID vendor "SDC", prod id 12876
[    14.556] (II) modeset(0): Printing DDC gathered Modelines:
[    14.556] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 1968 2000 2080  1080 1082 1087 1144 -hsync -vsync (68.8 kHz eP)
[    68.463] (II) modeset(0): EDID vendor "SDC", prod id 12876
[    68.463] (II) modeset(0): Printing DDC gathered Modelines:
[    68.463] (II) modeset(0): Modeline "1920x1080"x0.0  143.00  1920 1968 2000 2080  1080 1082 1087 1144 -hsync -vsync (68.8 kHz eP)

And thanks for responding guys! I'm trying to solve this because I only have few weeks to return the monitor if I don't achieve it

Last edited by karlospv94 (2017-07-19 16:41:55)

Offline

#13 2017-07-19 19:38:12

buntolo
Member
Registered: 2011-10-11
Posts: 202

Re: [SOLVED] Monitor Dell u2414h is not well scaled

karlospv94 wrote:

The problem is that I can't scale the HDMI connected monitor. I will hope to see all the applications with the same size as they are in the laptop screen.

I don't really know if it is a problem about DPI or size.

What I really want is to see all on the HDMI monitor smaller (as smaller as I see them in the laptop's screen). Now I see all reescaled to occupy the same space they occupy in the laptop's screen, so I see al bigger than I hope

This is the output of the command (but it only shows the laptop's screen:

➜ xdpyinfo | grep -B 2 resolution                                                   
screen #0:
  dimensions:    3840x1080 pixels (1016x285 millimeters)
  resolution:    96x96 dots per inch

If your laptop has a different DPI from your external monitor, then it's normal, it's the same for me.
I think you should adjust the DPI values in order to match the twos, I'll check tomorrow my external screen.

Offline

#14 2017-07-19 19:57:44

seth
Member
Registered: 2012-09-03
Posts: 50,965

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Plasmas apparent inability to adapt to the new resolution (or whatever that is on the screenshot) is an unrelated issue.

For the layout, just run

xrandr --output HDMI-1 --right-of eDP-1

The blurriness will however never go away. The monitors physical resolution doesn't provide more and you're now interpolating 1.5 pixels into one.

Online

#15 2017-07-19 22:07:55

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Okey. I understand now the incompatibility between having a 4K laptop screen and only a fullHD monitor.

I am going to change it by another monitor. Would you recommend one of 2560 x 1440 p (Dell) or 3840 x 2160 p (LG) for my case?

Offline

#16 2017-07-20 05:32:16

seth
Member
Registered: 2012-09-03
Posts: 50,965

Re: [SOLVED] Monitor Dell u2414h is not well scaled

You do not have a 4k laptop monitor - just FullHD on a smaller physical space.
What is more important for your case is the DPI, ie. the resolution in relation to the physical dimensions - a 52" TV w/ 3840 x 2160  would result in ~85 DPI

=> Look out for a Monitor that gets you around 140 DPI but be reminded that those resolutions must be supported by the graphics card output, esp. HMDI < 2.x has lower limits.

Online

#17 2017-07-20 06:29:25

buntolo
Member
Registered: 2011-10-11
Posts: 202

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Here you can find which resolution and screen size gets you the nearest to 140 DPI: https://www.sven.de/dpi/

An example would be 3840x2160 32" (4K 32"), but I think they are pretty expensive. The alternative would be 2560x1440 21-23" but I think they don't even exist.

Offline

#18 2017-07-21 16:30:29

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

I got a 3840x2160 with 23.8" but xrandr only detects 1920x1080 px at most.

Following the wiki I have executed the following commands:

xrandr --newmode "3840p"  712.75  3840 4160 4576 5312  2160 2163 2168 2237 -hsync +vsync
xrandr --addmode HDMI-1 3840p
xrandr --output HDMI-1 --mode 3840p

But I get this error:

xrandr: Configure crtc 0 failed

This is the output of xrandr:

➜ xrandr --verbose
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
HDMI-1 connected primary 1920x1080+1920+0 (0x47) normal (normal left inverted right x axis y axis) 600mm x 340mm
        Identifier: 0x42
        Timestamp:  479383
        Subpixel:   unknown
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0
        Clones:     DP-1
        CRTC:       0
        CRTCs:      0 1 2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        EDID: 
                00ffffffffffff001e6d085bc7740100
                041b0103803c2278ea3035a7554ea326
                0f50542108007140818081c0a9c0d1c0
                81000101010108e80030f2705a80b058
                8a0058542100001e04740030f2705a80
                b0588a0058542100001a000000fd0038
                3d1e873c000a202020202020000000fc
                004c4720556c7472612048440a2001d2
                020330714d902220050403020161605d
                5e5f230907076d030c001000b83c2000
                6001020367d85dc401788003e30f0006
                023a801871382d40582c450058542100
                001a565e00a0a0a02950302035005854
                2100001a000000000000000000000000
                00000000000000000000000000000000
                000000000000000000000000000000aa
        aspect ratio: Automatic 
                supported: Automatic, 4:3, 16:9
        Broadcast RGB: Automatic 
                supported: Automatic, Full, Limited 16:235
        audio: auto 
                supported: force-dvi, off, auto, on
  1920x1080 (0x47) 148.500MHz +HSync -VSync *current
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x48) 148.500MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x49) 148.352MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.43KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  59.94Hz
  1920x1080i (0x4a) 74.250MHz +HSync +VSync Interlace
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  33.75KHz
        v: height 1080 start 1084 end 1094 total 1125           clock  60.00Hz
  1920x1080 (0x4b) 74.250MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  33.75KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  30.00Hz
  1920x1080 (0x4c) 74.250MHz +HSync +VSync
        h: width  1920 start 2558 end 2602 total 2750 skew    0 clock  27.00KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  24.00Hz
  1920x1080i (0x4d) 74.176MHz +HSync +VSync Interlace
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  33.72KHz
        v: height 1080 start 1084 end 1094 total 1125           clock  59.94Hz
  1920x1080 (0x4e) 74.176MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  33.72KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  29.97Hz
  1920x1080 (0x4f) 74.176MHz +HSync +VSync
        h: width  1920 start 2558 end 2602 total 2750 skew    0 clock  26.97KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  23.98Hz
  1600x900 (0x50) 108.000MHz +HSync +VSync
        h: width  1600 start 1624 end 1704 total 1800 skew    0 clock  60.00KHz
        v: height  900 start  901 end  904 total 1000           clock  60.00Hz
  1280x1024 (0x51) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x800 (0x52) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1152x864 (0x53) 81.579MHz -HSync +VSync
        h: width  1152 start 1216 end 1336 total 1520 skew    0 clock  53.67KHz
        v: height  864 start  865 end  868 total  895           clock  59.97Hz
  1280x720 (0x54) 74.250MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  45.00KHz
        v: height  720 start  725 end  730 total  750           clock  60.00Hz
  1280x720 (0x55) 74.176MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  44.96KHz
        v: height  720 start  725 end  730 total  750           clock  59.94Hz
  1024x768 (0x56) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x57) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  720x480 (0x58) 27.027MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.50KHz
        v: height  480 start  489 end  495 total  525           clock  60.00Hz
  720x480 (0x59) 27.000MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.47KHz
        v: height  480 start  489 end  495 total  525           clock  59.94Hz
  640x480 (0x5a) 25.200MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.50KHz
        v: height  480 start  490 end  492 total  525           clock  60.00Hz
  640x480 (0x5b) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  3840p (0x114) 712.750MHz -HSync +VSync
        h: width  3840 start 4160 end 4576 total 5312 skew    0 clock 134.18KHz
        v: height 2160 start 2163 end 2168 total 2237           clock  59.98Hz
  4K (0x11e) 712.750MHz -HSync +VSync
        h: width  3840 start 4160 end 4576 total 5312 skew    0 clock 134.18KHz
        v: height 2160 start 2163 end 2168 total 2237           clock  59.98Hz
  5K (0x11f) 712.750MHz -HSync +VSync
        h: width  3840 start 4160 end 4576 total 5312 skew    0 clock 134.18KHz
        v: height 2160 start 2163 end 2168 total 2237           clock  59.98Hz
eDP-1 connected 1920x1080+0+0 (0x5c) normal (normal left inverted right x axis y axis) 344mm x 194mm
        Identifier: 0x43
        Timestamp:  479383
        Subpixel:   unknown
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0
        Clones:    
        CRTC:       1
        CRTCs:      0 1 2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        EDID: 
                00ffffffffffff004c834c3200000000
                00170104952213780ace859e5b4c9426
                17505400000001010101010101010101
                010101010101dc3780a0703840403020
                250058c2100000190000000f00000000
                00000000001e82105200000000fe0053
                414d53554e470a2020202020000000fe
                00313536484c30312d3130340a2000cf
        scaling mode: Full aspect 
                supported: None, Full, Center, Full aspect
        Broadcast RGB: Automatic 
                supported: Automatic, Full, Limited 16:235
        audio: auto 
                supported: force-dvi, off, auto, on
  1920x1080 (0x5c) 143.000MHz -HSync -VSync *current +preferred
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  68.75KHz
        v: height 1080 start 1082 end 1087 total 1144           clock  60.10Hz
  1400x1050 (0x5d) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1280x1024 (0x51) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x960 (0x5e) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1024x768 (0x5f) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x56) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x60) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x61) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x62) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  800x600 (0x63) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x57) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x64) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  700x525 (0x65) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  640x512 (0x66) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  640x480 (0x67) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x5b) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  512x384 (0x68) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  400x300 (0x69) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0x6a) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  320x240 (0x6b) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
DP-1 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x44
        Timestamp:  479383
        Subpixel:   unknown
        Clones:     HDMI-1
        CRTCs:      0 1 2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        Broadcast RGB: Automatic 
                supported: Automatic, Full, Limited 16:235
        audio: auto 
                supported: force-dvi, off, auto, on
DP-2 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x45
        Timestamp:  479383
        Subpixel:   unknown
        Clones:    
        CRTCs:      0 1 2
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        Broadcast RGB: Automatic 
                supported: Automatic, Full, Limited 16:235
        audio: auto 
                supported: force-dvi, off, auto, on

Offline

#19 2017-07-21 16:51:58

seth
Member
Registered: 2012-09-03
Posts: 50,965

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Check the HW specs of your system.

As mentioned twice before, you'll need HDMI 2.0 on the laptop (and the cable, "Premium High Speed HDMI Cable" - yes, this marketing shit is the actual official tag for the required cable variant ...) to drive this resolution.
1.4 should (in theory) allow you to run at 24Hz or 30Hz, but not at 60Hz.

If the laptop has an actual Displayport or DVI output, try using that.

Online

#20 2017-07-21 17:05:31

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

seth wrote:

Check the HW specs of your system.

As mentioned twice before, you'll need HDMI 2.0 on the laptop (and the cable, "Premium High Speed HDMI Cable" - yes, this marketing shit is the actual official tag for the required cable variant ...) to drive this resolution.
1.4 should (in theory) allow you to run at 24Hz or 30Hz, but not at 60Hz.

If the laptop has an actual Displayport or DVI output, try using that.

Okay, I've just seen that my laptop has a HDMI 1.4. So with the Displayport I can achieve this? I will try it!

Offline

#21 2017-07-21 19:57:33

seth
Member
Registered: 2012-09-03
Posts: 50,965

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Probably - you'll still need DisplayPort 1.2 (but from 2010 as compared to 2014 HDMI 2.0)

Online

#22 2017-07-23 10:50:17

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Thank you all guys! It effectively was a problem of resolution. So finally with my new monitor with a resolution of 2560x1440 px it is well resized. I am also using a DisplayPort - Usb-C connector to be able to use 60Hz.

Offline

#23 2018-06-27 06:14:41

RendHeaven
Member
Registered: 2017-01-20
Posts: 10

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Hello,

I'm having the same issue with my U2417H monitor. It can display 60hz fine on my Windows boot. However it stays at 30hz on my Arch.

Offline

#24 2018-06-27 06:27:59

seth
Member
Registered: 2012-09-03
Posts: 50,965

Re: [SOLVED] Monitor Dell u2414h is not well scaled

No you don't.
The problem here was an attempted out-of-spec usage of a HDMI 1.4 connection.
You can try to create a modeline w/ reduced blanking, see https://wiki.archlinux.org/index.php/Xr … esolutions
If that doesn't work, please open a new thread and provide details on your GPU, connection, display server, etc.

Online

#25 2018-06-27 06:43:36

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

Re: [SOLVED] Monitor Dell u2414h is not well scaled

Closing this old thread.

Offline

Board footer

Powered by FluxBB