You are not logged in.

#1 2020-03-30 20:19:43

blochl
Member
Registered: 2018-08-31
Posts: 77

[Solved] Turn off laptop screen through command line

Hi,

I'm trying to turn off the monitor from the command line, without success.

As I understand, there are two ways to turn off the monitor from CLI:

1. With `xrandr`:

xrandr --output eDP-1 --off

I don't want to use this method, as when turning the screen back on after that, it flickers, changes resolutions, and moves the mouse until it stabilizes.

2. With DPMS:

xset dpms force off

or

vbetool dpms off

And this is what I want to use. This works 100% on Ubuntu 19.10 on the same laptop, but on Arch I get the following failures:

$ xset dpms force off
--------------------------------
server does not have extension for dpms option
xset:  unknown option force
...
...
$ sudo vbetool dpms off
--------------------------------
Real mode call failed

`xset -q` gives me the following on Arch:

...
...
DPMS (Energy Star):
  Server does not have the DPMS Extension

But on Ubuntu:

...
...
DPMS (Energy Star):
  Standby: 0    Suspend: 0    Off: 0
  DPMS is Enabled
  Monitor is On

What am I missing here?

Thanks!

Last edited by blochl (2020-03-31 15:03:30)

Offline

#2 2020-03-30 20:31:00

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,572
Website

Re: [Solved] Turn off laptop screen through command line

What's the output of each of the following:

uname -a
cat /proc/cmdline

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2020-03-30 21:19:42

blochl
Member
Registered: 2018-08-31
Posts: 77

Re: [Solved] Turn off laptop screen through command line

uname -a
--------------------------------
Linux my-laptop 5.5.13-arch1-1 #1 SMP PREEMPT Wed, 25 Mar 2020 16:04:40 +0000 x86_64 GNU/Linux
cat /proc/cmdline
--------------------------------
initrd=\initramfs-linux.img root=LABEL=ROOT rw rootflags=subvol=@root i915.fastboot=1 i915.enable_fbc=0 quiet splash loglevel=0 systemd.show_status=false rd.systemd.show_status=false udev.log_priority=0 rd.udev.log_priority=0 vt.global_cursor_default=0 intel_idle.max_cstate=4 resume="LABEL=SWAP" i915.enable_gvt=1 kvm-intel.preemption_timer=0 random.trust_cpu=on

Offline

#4 2020-03-30 21:49:53

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,572
Website

Re: [Solved] Turn off laptop screen through command line

That's a boatload of kernel options.  I was looking for an acpi-related option and none of those are obviously a cause of your problem, but many of them are for video settings and could be.  Why do you have all of those?  Can you boot with minimal options and see if dpms is loaded?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2020-03-30 22:12:35

blochl
Member
Registered: 2018-08-31
Posts: 77

Re: [Solved] Turn off laptop screen through command line

Well, I need these options. I use my laptop for GVT-g related development, so...

I reduced the options to the following, just to try:

initrd=\initramfs-linux.img root=LABEL=ROOT rw rootflags=subvol=@root

...Without any results. sad

Offline

#6 2020-03-30 22:43:09

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,572
Website

Re: [Solved] Turn off laptop screen through command line

Thanks for testing that - sorry it was a dead end.  The error you are getting is apparently often related to acpi no loading which can be disabled on the kernel line.

Could you please post your full Xorg log and the output of `lsmod | grep acpi`?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2020-03-30 23:03:40

blochl
Member
Registered: 2018-08-31
Posts: 77

Re: [Solved] Turn off laptop screen through command line

$ lsmod | grep acpi
--------------------------------
snd_soc_acpi_intel_match    32768  2 snd_sof_pci,snd_sof_intel_hda_common
snd_soc_acpi           16384  2 snd_sof_pci,snd_soc_acpi_intel_match
ucsi_acpi              16384  0
typec_ucsi             36864  1 ucsi_acpi
acpi_thermal_rel       16384  1 int3400_thermal
acpi_tad               16384  0
acpi_call              16384  0

Xorg log:

[     9.835] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[     9.835] 
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[     9.835] Build Operating System: Linux Arch Linux
[     9.835] Current Operating System: Linux my-laptop 5.5.13-arch1-1 #1 SMP PREEMPT Wed, 25 Mar 2020 16:04:40 +0000 x86_64 GNU/Linux
[     9.835] Kernel command line: initrd=\initramfs-linux.img root=LABEL=ROOT rw rootflags=subvol=@root i915.fastboot=1 i915.enable_fbc=0 quiet splash loglevel=0 systemd.show_status=false rd.systemd.show_status=false udev.log_priority=0 rd.udev.log_priority=0 vt.global_cursor_default=0 intel_idle.max_cstate=4 resume="LABEL=SWAP" i915.enable_gvt=1 kvm-intel.preemption_timer=0 random.trust_cpu=on
[     9.835] Build Date: 23 November 2019  06:54:33AM
[     9.835]  
[     9.835] Current version of pixman: 0.38.4
[     9.835] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.835] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.835] (==) Log file: "/home/blochl/.local/share/xorg/Xorg.0.log", Time: Mon Mar 30 22:47:46 2020
[     9.835] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.836] (==) ServerLayout "ServerLayout0"
[     9.836] (==) No screen section available. Using defaults.
[     9.836] (**) |-->Screen "Default Screen Section" (0)
[     9.836] (**) |   |-->Monitor "<default monitor>"
[     9.836] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.836] (**) Option "DontVTSwitch" "true"
[     9.836] (**) Option "BlankTime" "0"
[     9.836] (**) Option "StandbyTime" "0"
[     9.836] (**) Option "SuspendTime" "0"
[     9.836] (**) Option "OffTime" "0"
[     9.836] (==) Automatically adding devices
[     9.836] (==) Automatically enabling devices
[     9.836] (==) Automatically adding GPU devices
[     9.836] (==) Automatically binding GPU devices
[     9.836] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.837] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     9.837] 	Entry deleted from font path.
[     9.837] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     9.837] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.837] 	Entry deleted from font path.
[     9.837] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.837] 	Entry deleted from font path.
[     9.838] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[     9.838] 	Entry deleted from font path.
[     9.838] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[     9.838] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi
[     9.838] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.838] (**) Extension "DPMS" is disabled
[     9.838] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.838] (II) Module ABI versions:
[     9.838] 	X.Org ANSI C Emulation: 0.4
[     9.838] 	X.Org Video Driver: 24.0
[     9.838] 	X.Org XInput driver : 24.1
[     9.838] 	X.Org Server Extension : 10.0
[     9.839] (++) using VT number 1

[     9.840] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[     9.840] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.841] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[     9.842] (--) PCI:*(0@0:2:0) 8086:3ea0:1043:14c1 rev 0, Mem @ 0xb0000000/16777216, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     9.842] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.842] (II) LoadModule: "glx"
[     9.843] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.848] (II) Module glx: vendor="X.Org Foundation"
[     9.848] 	compiled for 1.20.6, module version = 1.0.0
[     9.848] 	ABI class: X.Org Server Extension, version 10.0
[     9.849] (==) Matched intel as autoconfigured driver 0
[     9.849] (==) Matched modesetting as autoconfigured driver 1
[     9.849] (==) Matched fbdev as autoconfigured driver 2
[     9.849] (==) Matched vesa as autoconfigured driver 3
[     9.849] (==) Assigned the driver to the xf86ConfigLayout
[     9.849] (II) LoadModule: "intel"
[     9.849] (WW) Warning, couldn't open module intel
[     9.849] (EE) Failed to load module "intel" (module does not exist, 0)
[     9.849] (II) LoadModule: "modesetting"
[     9.849] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.852] (II) Module modesetting: vendor="X.Org Foundation"
[     9.852] 	compiled for 1.20.6, module version = 1.20.6
[     9.852] 	Module class: X.Org Video Driver
[     9.852] 	ABI class: X.Org Video Driver, version 24.0
[     9.852] (II) LoadModule: "fbdev"
[     9.852] (WW) Warning, couldn't open module fbdev
[     9.852] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.852] (II) LoadModule: "vesa"
[     9.852] (WW) Warning, couldn't open module vesa
[     9.852] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.852] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.853] (II) modeset(0): using drv /dev/dri/card0
[     9.853] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[     9.853] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.853] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     9.853] (==) modeset(0): RGB weight 888
[     9.853] (==) modeset(0): Default visual is TrueColor
[     9.853] (II) Loading sub module "glamoregl"
[     9.853] (II) LoadModule: "glamoregl"
[     9.853] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.859] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.859] 	compiled for 1.20.6, module version = 1.0.1
[     9.859] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.897] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics (Whiskey Lake 3x8 GT2) 
[     9.897] (II) modeset(0): glamor initialized
[     9.898] (II) modeset(0): Output eDP-1 has no monitor section
[     9.898] (II) modeset(0): Output DP-1 has no monitor section
[     9.910] (II) modeset(0): Output HDMI-1 has no monitor section
[     9.911] (II) modeset(0): EDID for output eDP-1
[     9.911] (II) modeset(0): Manufacturer: CMN  Model: 14d2  Serial#: 0
[     9.911] (II) modeset(0): Year: 2016  Week: 20
[     9.911] (II) modeset(0): EDID Version: 1.4
[     9.911] (II) modeset(0): Digital Display Input
[     9.911] (II) modeset(0): 6 bits per channel
[     9.911] (II) modeset(0): Digital interface is DisplayPort
[     9.911] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[     9.911] (II) modeset(0): Gamma: 2.20
[     9.911] (II) modeset(0): No DPMS capabilities specified
[     9.911] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     9.911] (II) modeset(0): First detailed timing is preferred mode
[     9.911] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     9.911] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     9.911] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.310 whiteY: 0.325
[     9.911] (II) modeset(0): Manufacturer's mask: 0
[     9.911] (II) modeset(0): Supported detailed timing:
[     9.911] (II) modeset(0): clock: 152.8 MHz   Image Size:  309 x 173 mm
[     9.911] (II) modeset(0): h_active: 1920  h_sync: 2000  h_sync_end 2060 h_blank_end 2250 h_border: 0
[     9.911] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[     9.911] (II) modeset(0): Supported detailed timing:
[     9.911] (II) modeset(0): clock: 101.9 MHz   Image Size:  309 x 173 mm
[     9.911] (II) modeset(0): h_active: 1920  h_sync: 2000  h_sync_end 2060 h_blank_end 2250 h_border: 0
[     9.911] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[     9.912] (II) modeset(0):  CMN
[     9.912] (II) modeset(0):  N140HCE-EN1
[     9.912] (II) modeset(0): EDID (in hex):
[     9.912] (II) modeset(0): 	00ffffffffffff000daed21400000000
[     9.912] (II) modeset(0): 	141a0104951f117802ee95a3544c9926
[     9.912] (II) modeset(0): 	0f4f5300000001010101010101010101
[     9.912] (II) modeset(0): 	010101010101b43b804a71383440503c
[     9.912] (II) modeset(0): 	680035ad10000018cc27804a71383440
[     9.912] (II) modeset(0): 	503c680035ad10000018000000fe0043
[     9.912] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[     9.912] (II) modeset(0): 	004e3134304843452d454e3120200019
[     9.912] (II) modeset(0): Printing probed modes for output eDP-1
[     9.912] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[     9.912] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     9.912] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     9.912] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     9.912] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     9.912] (II) modeset(0): Modeline "1920x1080"x40.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[     9.912] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     9.912] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     9.912] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     9.912] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     9.912] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     9.912] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     9.912] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     9.912] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     9.912] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     9.912] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     9.912] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     9.912] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     9.912] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     9.912] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     9.912] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     9.912] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     9.912] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     9.912] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     9.912] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     9.912] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     9.912] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     9.912] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     9.912] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     9.912] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     9.912] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     9.912] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     9.912] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     9.912] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     9.912] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     9.912] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     9.912] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     9.912] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     9.912] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     9.912] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     9.912] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     9.912] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     9.912] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     9.912] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.912] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.912] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     9.912] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.912] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.912] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     9.912] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     9.912] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     9.912] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     9.912] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     9.912] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     9.912] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     9.912] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     9.912] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     9.912] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     9.912] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     9.912] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     9.912] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     9.912] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     9.912] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     9.912] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     9.912] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     9.912] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     9.912] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     9.912] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     9.912] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     9.912] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     9.912] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     9.912] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     9.912] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     9.912] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     9.913] (II) modeset(0): EDID for output DP-1
[     9.925] (II) modeset(0): EDID for output HDMI-1
[     9.925] (II) modeset(0): Output eDP-1 connected
[     9.925] (II) modeset(0): Output DP-1 disconnected
[     9.925] (II) modeset(0): Output HDMI-1 disconnected
[     9.925] (II) modeset(0): Using exact sizes for initial modes
[     9.925] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     9.925] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.925] (==) modeset(0): DPI set to (96, 96)
[     9.925] (II) Loading sub module "fb"
[     9.925] (II) LoadModule: "fb"
[     9.925] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.926] (II) Module fb: vendor="X.Org Foundation"
[     9.926] 	compiled for 1.20.6, module version = 1.0.0
[     9.926] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.931] (==) modeset(0): Backing store enabled
[     9.931] (==) modeset(0): Silken mouse disabled
[    10.013] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    10.013] (==) modeset(0): DPMS enabled
[    10.014] (II) modeset(0): [DRI2] Setup complete
[    10.014] (II) modeset(0): [DRI2]   DRI driver: i965
[    10.014] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    10.014] (II) Initializing extension Generic Event Extension
[    10.014] (II) Initializing extension SHAPE
[    10.014] (II) Initializing extension MIT-SHM
[    10.014] (II) Initializing extension XInputExtension
[    10.014] (II) Initializing extension XTEST
[    10.014] (II) Initializing extension BIG-REQUESTS
[    10.014] (II) Initializing extension SYNC
[    10.014] (II) Initializing extension XKEYBOARD
[    10.014] (II) Initializing extension XC-MISC
[    10.014] (II) Initializing extension SECURITY
[    10.014] (II) Initializing extension XFIXES
[    10.014] (II) Initializing extension RENDER
[    10.014] (II) Initializing extension RANDR
[    10.014] (II) Initializing extension COMPOSITE
[    10.014] (II) Initializing extension DAMAGE
[    10.014] (II) Initializing extension MIT-SCREEN-SAVER
[    10.014] (II) Initializing extension DOUBLE-BUFFER
[    10.014] (II) Initializing extension RECORD
[    10.014] (II) Initializing extension Present
[    10.014] (II) Initializing extension DRI3
[    10.014] (II) Initializing extension X-Resource
[    10.014] (II) Initializing extension XVideo
[    10.014] (II) Initializing extension XVideo-MotionCompensation
[    10.014] (II) Initializing extension GLX
[    10.031] (II) AIGLX: Loaded and initialized i965
[    10.031] (II) GLX: Initialized DRI2 GL provider for screen 0
[    10.031] (II) Initializing extension XFree86-VidModeExtension
[    10.031] (II) Initializing extension XFree86-DGA
[    10.031] (II) Initializing extension XFree86-DRI
[    10.031] (II) Initializing extension DRI2
[    10.035] (II) modeset(0): Damage tracking initialized
[    10.035] (II) modeset(0): Setting screen physical size to 508 x 285
[    10.094] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    10.094] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.094] (II) LoadModule: "libinput"
[    10.094] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.099] (II) Module libinput: vendor="X.Org Foundation"
[    10.099] 	compiled for 1.20.5, module version = 0.29.0
[    10.099] 	Module class: X.Org XInput Driver
[    10.099] 	ABI class: X.Org XInput driver, version 24.1
[    10.099] (II) Using input driver 'libinput' for 'Power Button'
[    10.100] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 14 paused 0
[    10.100] (**) Power Button: always reports core events
[    10.100] (**) Option "Device" "/dev/input/event3"
[    10.100] (**) Option "_source" "server/udev"
[    10.103] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    10.103] (II) event3  - Power Button: device is a keyboard
[    10.103] (II) event3  - Power Button: device removed
[    10.103] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    10.103] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.103] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    10.103] (II) event3  - Power Button: device is a keyboard
[    10.104] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    10.104] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.104] (II) Using input driver 'libinput' for 'Video Bus'
[    10.104] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 17 paused 0
[    10.104] (**) Video Bus: always reports core events
[    10.104] (**) Option "Device" "/dev/input/event4"
[    10.104] (**) Option "_source" "server/udev"
[    10.105] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    10.105] (II) event4  - Video Bus: device is a keyboard
[    10.105] (II) event4  - Video Bus: device removed
[    10.105] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    10.105] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    10.106] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    10.106] (II) event4  - Video Bus: device is a keyboard
[    10.106] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    10.106] (II) No input driver specified, ignoring this device.
[    10.106] (II) This device may have been added with another device file.
[    10.106] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    10.106] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.106] (II) Using input driver 'libinput' for 'Power Button'
[    10.107] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 18 paused 0
[    10.107] (**) Power Button: always reports core events
[    10.107] (**) Option "Device" "/dev/input/event2"
[    10.107] (**) Option "_source" "server/udev"
[    10.107] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    10.107] (II) event2  - Power Button: device is a keyboard
[    10.108] (II) event2  - Power Button: device removed
[    10.108] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    10.108] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    10.108] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    10.108] (II) event2  - Power Button: device is a keyboard
[    10.108] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    10.108] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    10.108] (II) Using input driver 'libinput' for 'Sleep Button'
[    10.109] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[    10.109] (**) Sleep Button: always reports core events
[    10.109] (**) Option "Device" "/dev/input/event1"
[    10.109] (**) Option "_source" "server/udev"
[    10.109] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    10.109] (II) event1  - Sleep Button: device is a keyboard
[    10.109] (II) event1  - Sleep Button: device removed
[    10.109] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    10.109] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    10.110] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    10.110] (II) event1  - Sleep Button: device is a keyboard
[    10.111] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event7)
[    10.111] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[    10.111] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[    10.111] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 20 paused 0
[    10.111] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[    10.111] (**) Option "Device" "/dev/input/event7"
[    10.111] (**) Option "_source" "server/udev"
[    10.112] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    10.112] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    10.112] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    10.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input7/event7"
[    10.112] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 10)
[    10.113] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    10.113] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    10.113] (II) config/udev: Adding input device FTE1200:00 0B05:0701 Mouse (/dev/input/event9)
[    10.113] (**) FTE1200:00 0B05:0701 Mouse: Applying InputClass "libinput pointer catchall"
[    10.113] (II) Using input driver 'libinput' for 'FTE1200:00 0B05:0701 Mouse'
[    10.114] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 21 paused 0
[    10.114] (**) FTE1200:00 0B05:0701 Mouse: always reports core events
[    10.114] (**) Option "Device" "/dev/input/event9"
[    10.114] (**) Option "_source" "server/udev"
[    10.115] (II) event9  - FTE1200:00 0B05:0701 Mouse: is tagged by udev as: Mouse
[    10.115] (II) event9  - FTE1200:00 0B05:0701 Mouse: device is a pointer
[    10.115] (II) event9  - FTE1200:00 0B05:0701 Mouse: device removed
[    10.115] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-FTE1200:00/0018:0B05:0701.0001/input/input15/event9"
[    10.115] (II) XINPUT: Adding extended input device "FTE1200:00 0B05:0701 Mouse" (type: MOUSE, id 11)
[    10.115] (**) Option "AccelerationScheme" "none"
[    10.115] (**) FTE1200:00 0B05:0701 Mouse: (accel) selected scheme none/0
[    10.115] (**) FTE1200:00 0B05:0701 Mouse: (accel) acceleration factor: 2.000
[    10.115] (**) FTE1200:00 0B05:0701 Mouse: (accel) acceleration threshold: 4
[    10.116] (II) event9  - FTE1200:00 0B05:0701 Mouse: is tagged by udev as: Mouse
[    10.116] (II) event9  - FTE1200:00 0B05:0701 Mouse: device is a pointer
[    10.117] (II) config/udev: Adding input device FTE1200:00 0B05:0701 Mouse (/dev/input/mouse0)
[    10.117] (II) No input driver specified, ignoring this device.
[    10.117] (II) This device may have been added with another device file.
[    10.117] (II) config/udev: Adding input device FTE1200:00 0B05:0701 Touchpad (/dev/input/event10)
[    10.117] (**) FTE1200:00 0B05:0701 Touchpad: Applying InputClass "touchpad"
[    10.117] (**) FTE1200:00 0B05:0701 Touchpad: Applying InputClass "libinput touchpad catchall"
[    10.117] (II) Using input driver 'libinput' for 'FTE1200:00 0B05:0701 Touchpad'
[    10.118] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 22 paused 0
[    10.118] (**) FTE1200:00 0B05:0701 Touchpad: always reports core events
[    10.118] (**) Option "Device" "/dev/input/event10"
[    10.118] (**) Option "_source" "server/udev"
[    10.119] (II) event10 - FTE1200:00 0B05:0701 Touchpad: is tagged by udev as: Touchpad
[    10.119] (II) event10 - FTE1200:00 0B05:0701 Touchpad: device is a touchpad
[    10.119] (II) event10 - FTE1200:00 0B05:0701 Touchpad: device removed
[    10.119] (**) Option "Tapping" "on"
[    10.119] (**) Option "TappingButtonMap" "lmr"
[    10.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-FTE1200:00/0018:0B05:0701.0001/input/input16/event10"
[    10.120] (II) XINPUT: Adding extended input device "FTE1200:00 0B05:0701 Touchpad" (type: TOUCHPAD, id 12)
[    10.120] (**) Option "AccelerationScheme" "none"
[    10.120] (**) FTE1200:00 0B05:0701 Touchpad: (accel) selected scheme none/0
[    10.120] (**) FTE1200:00 0B05:0701 Touchpad: (accel) acceleration factor: 2.000
[    10.120] (**) FTE1200:00 0B05:0701 Touchpad: (accel) acceleration threshold: 4
[    10.121] (II) event10 - FTE1200:00 0B05:0701 Touchpad: is tagged by udev as: Touchpad
[    10.122] (II) event10 - FTE1200:00 0B05:0701 Touchpad: device is a touchpad
[    10.122] (II) config/udev: Adding input device FTE1200:00 0B05:0701 Touchpad (/dev/input/mouse1)
[    10.122] (**) FTE1200:00 0B05:0701 Touchpad: Applying InputClass "touchpad"
[    10.122] (II) Using input driver 'libinput' for 'FTE1200:00 0B05:0701 Touchpad'
[    10.122] (**) FTE1200:00 0B05:0701 Touchpad: always reports core events
[    10.122] (**) Option "Device" "/dev/input/mouse1"
[    10.122] (**) Option "_source" "server/udev"
[    10.170] (II) mouse1  - failed to create input device '/dev/input/mouse1'.
[    10.170] (EE) libinput: FTE1200:00 0B05:0701 Touchpad: Failed to create a device for /dev/input/mouse1
[    10.170] (EE) PreInit returned 2 for "FTE1200:00 0B05:0701 Touchpad"
[    10.170] (II) UnloadModule: "libinput"
[    10.171] (II) config/udev: Adding input device APMD0001:00 0B05:0220 (/dev/input/event11)
[    10.171] (**) APMD0001:00 0B05:0220: Applying InputClass "libinput keyboard catchall"
[    10.171] (II) Using input driver 'libinput' for 'APMD0001:00 0B05:0220'
[    10.171] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 23 paused 0
[    10.171] (**) APMD0001:00 0B05:0220: always reports core events
[    10.171] (**) Option "Device" "/dev/input/event11"
[    10.171] (**) Option "_source" "server/udev"
[    10.172] (II) event11 - APMD0001:00 0B05:0220: is tagged by udev as: Keyboard
[    10.172] (II) event11 - APMD0001:00 0B05:0220: device is a keyboard
[    10.172] (II) event11 - APMD0001:00 0B05:0220: device removed
[    10.172] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.2/i2c-9/i2c-APMD0001:00/0018:0B05:0220.0002/input/input13/event11"
[    10.172] (II) XINPUT: Adding extended input device "APMD0001:00 0B05:0220" (type: KEYBOARD, id 13)
[    10.173] (II) event11 - APMD0001:00 0B05:0220: is tagged by udev as: Keyboard
[    10.173] (II) event11 - APMD0001:00 0B05:0220: device is a keyboard
[    10.174] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[    10.174] (II) No input driver specified, ignoring this device.
[    10.174] (II) This device may have been added with another device file.
[    10.174] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    10.174] (II) No input driver specified, ignoring this device.
[    10.174] (II) This device may have been added with another device file.
[    10.174] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    10.174] (II) No input driver specified, ignoring this device.
[    10.174] (II) This device may have been added with another device file.
[    10.174] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    10.174] (II) No input driver specified, ignoring this device.
[    10.174] (II) This device may have been added with another device file.
[    10.175] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[    10.175] (II) No input driver specified, ignoring this device.
[    10.175] (II) This device may have been added with another device file.
[    10.175] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[    10.175] (II) No input driver specified, ignoring this device.
[    10.175] (II) This device may have been added with another device file.
[    10.175] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[    10.175] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    10.175] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    10.176] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 24 paused 0
[    10.176] (**) Asus WMI hotkeys: always reports core events
[    10.176] (**) Option "Device" "/dev/input/event8"
[    10.176] (**) Option "_source" "server/udev"
[    10.176] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    10.176] (II) event8  - Asus WMI hotkeys: device is a keyboard
[    10.176] (II) event8  - Asus WMI hotkeys: device removed
[    10.176] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event8"
[    10.176] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[    10.177] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    10.177] (II) event8  - Asus WMI hotkeys: device is a keyboard
[    10.177] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    10.177] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    10.177] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    10.178] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[    10.178] (**) AT Translated Set 2 keyboard: always reports core events
[    10.178] (**) Option "Device" "/dev/input/event5"
[    10.178] (**) Option "_source" "server/udev"
[    10.178] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.178] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    10.179] (II) event5  - AT Translated Set 2 keyboard: device removed
[    10.179] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    10.179] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    10.179] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.179] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    10.180] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    10.180] (II) No input driver specified, ignoring this device.
[    10.180] (II) This device may have been added with another device file.
[    10.294] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    10.294] (II) modeset(0): Printing DDC gathered Modelines:
[    10.294] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    10.294] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    10.307] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    10.307] (II) modeset(0): Printing DDC gathered Modelines:
[    10.307] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    10.307] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    10.446] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    10.446] (II) modeset(0): Printing DDC gathered Modelines:
[    10.446] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    10.446] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    10.462] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    10.462] (II) modeset(0): Printing DDC gathered Modelines:
[    10.462] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    10.462] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    10.478] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    10.478] (II) modeset(0): Printing DDC gathered Modelines:
[    10.478] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    10.478] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    10.495] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    10.495] (II) modeset(0): Printing DDC gathered Modelines:
[    10.495] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    10.495] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    12.656] (II) config/udev: removing device USB2.0 HD UVC WebCam: USB2.0 HD
[    12.656] (**) Option "fd" "20"
[    12.656] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    12.657] (II) UnloadModule: "libinput"
[    12.657] (II) systemd-logind: releasing fd for 13:71

Offline

#8 2020-03-31 00:01:03

blochl
Member
Registered: 2018-08-31
Posts: 77

Re: [Solved] Turn off laptop screen through command line

Same on Ubuntu, on the same laptop, where it works:

Working state:

$ lsmod | grep acpi
--------------------------------
snd_soc_acpi_intel_match    28672  2 sof_pci_dev,snd_soc_skl
snd_soc_acpi           16384  3 snd_soc_acpi_intel_match,sof_pci_dev,snd_soc_skl
ucsi_acpi              16384  0
typec_ucsi             40960  1 ucsi_acpi
acpi_tad               16384  0
acpi_pad              184320  0
acpi_thermal_rel       16384  1 int3400_thermal

Working state Xorg log:

[    43.038] (--) Log file renamed from "/home/ubuntu/.local/share/xorg/Xorg.pid-2063.log" to "/home/ubuntu/.local/share/xorg/Xorg.0.log"
[    43.041] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[    43.042] Build Operating System: Linux 4.4.0-165-generic x86_64 Ubuntu
[    43.042] Current Operating System: Linux ubuntu 5.3.0-18-generic #19-Ubuntu SMP Tue Oct 8 20:14:06 UTC 2019 x86_64
[    43.042] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed quiet splash ---
[    43.042] Build Date: 08 October 2019  09:43:30AM
[    43.042] xorg-server 2:1.20.5+git20191008-0ubuntu1 (For technical support please see http://www.ubuntu.com/support) 
[    43.042] Current version of pixman: 0.38.4
[    43.042] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    43.042] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    43.042] (==) Log file: "/home/ubuntu/.local/share/xorg/Xorg.0.log", Time: Mon Mar 30 23:50:42 2020
[    43.047] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    43.047] (==) No Layout section.  Using the first Screen section.
[    43.047] (==) No screen section available. Using defaults.
[    43.047] (**) |-->Screen "Default Screen Section" (0)
[    43.047] (**) |   |-->Monitor "<default monitor>"
[    43.048] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    43.048] (==) Automatically adding devices
[    43.048] (==) Automatically enabling devices
[    43.048] (==) Automatically adding GPU devices
[    43.048] (==) Automatically binding GPU devices
[    43.048] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    43.051] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    43.051] 	Entry deleted from font path.
[    43.051] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    43.051] 	Entry deleted from font path.
[    43.051] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    43.051] 	Entry deleted from font path.
[    43.055] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    43.055] 	Entry deleted from font path.
[    43.055] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    43.055] 	Entry deleted from font path.
[    43.055] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    43.055] (==) ModulePath set to "/usr/lib/xorg/modules"
[    43.055] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    43.055] (II) Loader magic: 0x564c4f9d7020
[    43.055] (II) Module ABI versions:
[    43.055] 	X.Org ANSI C Emulation: 0.4
[    43.055] 	X.Org Video Driver: 24.0
[    43.055] 	X.Org XInput driver : 24.1
[    43.055] 	X.Org Server Extension : 10.0
[    43.056] (++) using VT number 2

[    43.057] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    43.058] (II) xfree86: Adding drm device (/dev/dri/card0)
[    43.058] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[    43.061] (--) PCI:*(0@0:2:0) 8086:3ea0:1043:14c1 rev 0, Mem @ 0xb0000000/16777216, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    43.061] (II) LoadModule: "glx"
[    43.062] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    43.097] (II) Module glx: vendor="X.Org Foundation"
[    43.097] 	compiled for 1.20.5, module version = 1.0.0
[    43.097] 	ABI class: X.Org Server Extension, version 10.0
[    43.097] (==) Matched modesetting as autoconfigured driver 0
[    43.097] (==) Matched fbdev as autoconfigured driver 1
[    43.097] (==) Matched vesa as autoconfigured driver 2
[    43.097] (==) Assigned the driver to the xf86ConfigLayout
[    43.097] (II) LoadModule: "modesetting"
[    43.098] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    43.102] (II) Module modesetting: vendor="X.Org Foundation"
[    43.102] 	compiled for 1.20.5, module version = 1.20.5
[    43.102] 	Module class: X.Org Video Driver
[    43.102] 	ABI class: X.Org Video Driver, version 24.0
[    43.102] (II) LoadModule: "fbdev"
[    43.102] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    43.104] (II) Module fbdev: vendor="X.Org Foundation"
[    43.104] 	compiled for 1.20.1, module version = 0.5.0
[    43.104] 	Module class: X.Org Video Driver
[    43.104] 	ABI class: X.Org Video Driver, version 24.0
[    43.104] (II) LoadModule: "vesa"
[    43.104] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    43.106] (II) Module vesa: vendor="X.Org Foundation"
[    43.106] 	compiled for 1.20.4, module version = 2.4.0
[    43.106] 	Module class: X.Org Video Driver
[    43.106] 	ABI class: X.Org Video Driver, version 24.0
[    43.106] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    43.106] (II) FBDEV: driver for framebuffer: fbdev
[    43.106] (II) VESA: driver for VESA chipsets: vesa
[    43.106] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    43.106] (II) modeset(0): using drv /dev/dri/card0
[    43.106] (WW) Falling back to old probe method for fbdev
[    43.106] (II) Loading sub module "fbdevhw"
[    43.106] (II) LoadModule: "fbdevhw"
[    43.106] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    43.109] (II) Module fbdevhw: vendor="X.Org Foundation"
[    43.109] 	compiled for 1.20.5, module version = 0.0.2
[    43.109] 	ABI class: X.Org Video Driver, version 24.0
[    43.109] (EE) open /dev/fb0: Permission denied
[    43.109] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    43.109] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    43.109] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    43.109] (==) modeset(0): RGB weight 888
[    43.109] (==) modeset(0): Default visual is TrueColor
[    43.109] (II) Loading sub module "glamoregl"
[    43.109] (II) LoadModule: "glamoregl"
[    43.109] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    43.129] (II) Module glamoregl: vendor="X.Org Foundation"
[    43.129] 	compiled for 1.20.5, module version = 1.0.1
[    43.129] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    43.379] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics (Whiskey Lake 3x8 GT2) 
[    43.379] (II) modeset(0): glamor initialized
[    43.381] (II) modeset(0): Output eDP-1 has no monitor section
[    43.381] (II) modeset(0): Output DP-1 has no monitor section
[    43.390] (II) modeset(0): Output HDMI-1 has no monitor section
[    43.393] (II) modeset(0): EDID for output eDP-1
[    43.393] (II) modeset(0): Manufacturer: CMN  Model: 14d2  Serial#: 0
[    43.393] (II) modeset(0): Year: 2016  Week: 20
[    43.393] (II) modeset(0): EDID Version: 1.4
[    43.393] (II) modeset(0): Digital Display Input
[    43.393] (II) modeset(0): 6 bits per channel
[    43.393] (II) modeset(0): Digital interface is DisplayPort
[    43.393] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    43.393] (II) modeset(0): Gamma: 2.20
[    43.393] (II) modeset(0): No DPMS capabilities specified
[    43.393] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    43.393] (II) modeset(0): First detailed timing is preferred mode
[    43.393] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    43.393] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    43.393] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.310 whiteY: 0.325
[    43.393] (II) modeset(0): Manufacturer's mask: 0
[    43.393] (II) modeset(0): Supported detailed timing:
[    43.393] (II) modeset(0): clock: 152.8 MHz   Image Size:  309 x 173 mm
[    43.393] (II) modeset(0): h_active: 1920  h_sync: 2000  h_sync_end 2060 h_blank_end 2250 h_border: 0
[    43.393] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[    43.393] (II) modeset(0): Supported detailed timing:
[    43.393] (II) modeset(0): clock: 101.9 MHz   Image Size:  309 x 173 mm
[    43.393] (II) modeset(0): h_active: 1920  h_sync: 2000  h_sync_end 2060 h_blank_end 2250 h_border: 0
[    43.393] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[    43.393] (II) modeset(0):  CMN
[    43.393] (II) modeset(0):  N140HCE-EN1
[    43.393] (II) modeset(0): EDID (in hex):
[    43.393] (II) modeset(0): 	00ffffffffffff000daed21400000000
[    43.393] (II) modeset(0): 	141a0104951f117802ee95a3544c9926
[    43.393] (II) modeset(0): 	0f4f5300000001010101010101010101
[    43.393] (II) modeset(0): 	010101010101b43b804a71383440503c
[    43.393] (II) modeset(0): 	680035ad10000018cc27804a71383440
[    43.393] (II) modeset(0): 	503c680035ad10000018000000fe0043
[    43.393] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    43.393] (II) modeset(0): 	004e3134304843452d454e3120200019
[    43.394] (II) modeset(0): Printing probed modes for output eDP-1
[    43.394] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    43.394] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    43.394] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    43.394] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    43.394] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    43.394] (II) modeset(0): Modeline "1920x1080"x40.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    43.394] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    43.394] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    43.394] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    43.394] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    43.394] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    43.394] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    43.394] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    43.394] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    43.394] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    43.394] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    43.394] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    43.394] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    43.394] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    43.394] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    43.394] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    43.394] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    43.394] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    43.394] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    43.394] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    43.394] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    43.394] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    43.394] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    43.394] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    43.394] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    43.394] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    43.394] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    43.394] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    43.394] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    43.394] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    43.394] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    43.394] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    43.394] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    43.394] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    43.394] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    43.394] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    43.394] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    43.394] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    43.394] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    43.394] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    43.394] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    43.394] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    43.394] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    43.394] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    43.394] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    43.394] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    43.394] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    43.394] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    43.394] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    43.394] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    43.394] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    43.394] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    43.394] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    43.394] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    43.394] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    43.394] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    43.394] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    43.394] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    43.394] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    43.394] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    43.394] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    43.394] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    43.394] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    43.394] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    43.394] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    43.394] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    43.394] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    43.394] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    43.394] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    43.394] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    43.394] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    43.394] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    43.394] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    43.394] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    43.394] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    43.394] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    43.394] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    43.394] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    43.394] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    43.394] (II) modeset(0): EDID for output DP-1
[    43.403] (II) modeset(0): EDID for output HDMI-1
[    43.403] (II) modeset(0): Output eDP-1 connected
[    43.403] (II) modeset(0): Output DP-1 disconnected
[    43.403] (II) modeset(0): Output HDMI-1 disconnected
[    43.403] (II) modeset(0): Using exact sizes for initial modes
[    43.403] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    43.403] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    43.403] (==) modeset(0): DPI set to (96, 96)
[    43.403] (II) Loading sub module "fb"
[    43.403] (II) LoadModule: "fb"
[    43.404] (II) Loading /usr/lib/xorg/modules/libfb.so
[    43.405] (II) Module fb: vendor="X.Org Foundation"
[    43.405] 	compiled for 1.20.5, module version = 1.0.0
[    43.405] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    43.405] (II) UnloadModule: "fbdev"
[    43.405] (II) Unloading fbdev
[    43.405] (II) UnloadSubModule: "fbdevhw"
[    43.405] (II) Unloading fbdevhw
[    43.405] (II) UnloadModule: "vesa"
[    43.405] (II) Unloading vesa
[    43.496] (==) modeset(0): Backing store enabled
[    43.496] (==) modeset(0): Silken mouse enabled
[    43.549] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    43.549] (==) modeset(0): DPMS enabled
[    43.550] (II) modeset(0): [DRI2] Setup complete
[    43.550] (II) modeset(0): [DRI2]   DRI driver: i965
[    43.550] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    43.550] (II) Initializing extension Generic Event Extension
[    43.550] (II) Initializing extension SHAPE
[    43.550] (II) Initializing extension MIT-SHM
[    43.551] (II) Initializing extension XInputExtension
[    43.551] (II) Initializing extension XTEST
[    43.552] (II) Initializing extension BIG-REQUESTS
[    43.552] (II) Initializing extension SYNC
[    43.552] (II) Initializing extension XKEYBOARD
[    43.553] (II) Initializing extension XC-MISC
[    43.553] (II) Initializing extension SECURITY
[    43.554] (II) Initializing extension XFIXES
[    43.554] (II) Initializing extension RENDER
[    43.554] (II) Initializing extension RANDR
[    43.555] (II) Initializing extension COMPOSITE
[    43.555] (II) Initializing extension DAMAGE
[    43.556] (II) Initializing extension MIT-SCREEN-SAVER
[    43.556] (II) Initializing extension DOUBLE-BUFFER
[    43.557] (II) Initializing extension RECORD
[    43.557] (II) Initializing extension DPMS
[    43.557] (II) Initializing extension Present
[    43.558] (II) Initializing extension DRI3
[    43.558] (II) Initializing extension X-Resource
[    43.558] (II) Initializing extension XVideo
[    43.559] (II) Initializing extension XVideo-MotionCompensation
[    43.559] (II) Initializing extension SELinux
[    43.559] (II) SELinux: Disabled on system
[    43.559] (II) Initializing extension GLX
[    43.573] (II) AIGLX: Loaded and initialized i965
[    43.573] (II) GLX: Initialized DRI2 GL provider for screen 0
[    43.573] (II) Initializing extension XFree86-VidModeExtension
[    43.573] (II) Initializing extension XFree86-DGA
[    43.573] (II) Initializing extension XFree86-DRI
[    43.573] (II) Initializing extension DRI2
[    43.577] (II) modeset(0): Damage tracking initialized
[    43.577] (II) modeset(0): Setting screen physical size to 508 x 285
[    43.752] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    43.752] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    43.752] (II) LoadModule: "libinput"
[    43.752] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    43.754] (II) Module libinput: vendor="X.Org Foundation"
[    43.754] 	compiled for 1.20.4, module version = 0.29.0
[    43.754] 	Module class: X.Org XInput Driver
[    43.754] 	ABI class: X.Org XInput driver, version 24.1
[    43.754] (II) Using input driver 'libinput' for 'Power Button'
[    43.754] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0
[    43.754] (**) Power Button: always reports core events
[    43.755] (**) Option "Device" "/dev/input/event3"
[    43.755] (**) Option "_source" "server/udev"
[    43.769] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    43.769] (II) event3  - Power Button: device is a keyboard
[    43.769] (II) event3  - Power Button: device removed
[    43.769] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    43.769] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    43.769] (**) Option "xkb_model" "pc105"
[    43.769] (**) Option "xkb_layout" "us"
[    43.770] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    43.770] (II) event3  - Power Button: device is a keyboard
[    43.771] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    43.771] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    43.771] (II) Using input driver 'libinput' for 'Video Bus'
[    43.772] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
[    43.772] (**) Video Bus: always reports core events
[    43.772] (**) Option "Device" "/dev/input/event5"
[    43.772] (**) Option "_source" "server/udev"
[    43.773] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    43.773] (II) event5  - Video Bus: device is a keyboard
[    43.773] (II) event5  - Video Bus: device removed
[    43.773] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[    43.773] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    43.773] (**) Option "xkb_model" "pc105"
[    43.773] (**) Option "xkb_layout" "us"
[    43.774] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    43.774] (II) event5  - Video Bus: device is a keyboard
[    43.775] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    43.775] (II) No input driver specified, ignoring this device.
[    43.775] (II) This device may have been added with another device file.
[    43.775] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    43.775] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    43.775] (II) Using input driver 'libinput' for 'Power Button'
[    43.776] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[    43.776] (**) Power Button: always reports core events
[    43.776] (**) Option "Device" "/dev/input/event2"
[    43.776] (**) Option "_source" "server/udev"
[    43.777] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    43.777] (II) event2  - Power Button: device is a keyboard
[    43.777] (II) event2  - Power Button: device removed
[    43.778] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    43.778] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    43.778] (**) Option "xkb_model" "pc105"
[    43.778] (**) Option "xkb_layout" "us"
[    43.778] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    43.778] (II) event2  - Power Button: device is a keyboard
[    43.779] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    43.779] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    43.779] (II) Using input driver 'libinput' for 'Sleep Button'
[    43.780] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0
[    43.780] (**) Sleep Button: always reports core events
[    43.780] (**) Option "Device" "/dev/input/event1"
[    43.780] (**) Option "_source" "server/udev"
[    43.781] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    43.781] (II) event1  - Sleep Button: device is a keyboard
[    43.781] (II) event1  - Sleep Button: device removed
[    43.781] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    43.781] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    43.781] (**) Option "xkb_model" "pc105"
[    43.781] (**) Option "xkb_layout" "us"
[    43.782] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    43.782] (II) event1  - Sleep Button: device is a keyboard
[    43.783] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event9)
[    43.783] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[    43.783] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[    43.784] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 27 paused 0
[    43.784] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[    43.784] (**) Option "Device" "/dev/input/event9"
[    43.784] (**) Option "_source" "server/udev"
[    43.785] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    43.785] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    43.785] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    43.785] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input16/event9"
[    43.785] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 10)
[    43.785] (**) Option "xkb_model" "pc105"
[    43.785] (**) Option "xkb_layout" "us"
[    43.787] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    43.787] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    43.787] (II) config/udev: Adding input device FTE1200:00 0B05:0701 Touchpad (/dev/input/event7)
[    43.787] (**) FTE1200:00 0B05:0701 Touchpad: Applying InputClass "libinput touchpad catchall"
[    43.787] (II) Using input driver 'libinput' for 'FTE1200:00 0B05:0701 Touchpad'
[    43.789] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[    43.789] (**) FTE1200:00 0B05:0701 Touchpad: always reports core events
[    43.789] (**) Option "Device" "/dev/input/event7"
[    43.789] (**) Option "_source" "server/udev"
[    43.790] (II) event7  - FTE1200:00 0B05:0701 Touchpad: is tagged by udev as: Touchpad
[    43.792] (II) event7  - FTE1200:00 0B05:0701 Touchpad: device is a touchpad
[    43.792] (II) event7  - FTE1200:00 0B05:0701 Touchpad: device removed
[    43.792] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-FTE1200:00/0018:0B05:0701.0001/input/input13/event7"
[    43.792] (II) XINPUT: Adding extended input device "FTE1200:00 0B05:0701 Touchpad" (type: TOUCHPAD, id 11)
[    43.793] (**) Option "AccelerationScheme" "none"
[    43.793] (**) FTE1200:00 0B05:0701 Touchpad: (accel) selected scheme none/0
[    43.793] (**) FTE1200:00 0B05:0701 Touchpad: (accel) acceleration factor: 2.000
[    43.793] (**) FTE1200:00 0B05:0701 Touchpad: (accel) acceleration threshold: 4
[    43.794] (II) event7  - FTE1200:00 0B05:0701 Touchpad: is tagged by udev as: Touchpad
[    43.795] (II) event7  - FTE1200:00 0B05:0701 Touchpad: device is a touchpad
[    43.796] (II) config/udev: Adding input device FTE1200:00 0B05:0701 Touchpad (/dev/input/mouse0)
[    43.796] (II) No input driver specified, ignoring this device.
[    43.796] (II) This device may have been added with another device file.
[    43.796] (II) config/udev: Adding input device APMD0001:00 0B05:0220 (/dev/input/event8)
[    43.796] (**) APMD0001:00 0B05:0220: Applying InputClass "libinput keyboard catchall"
[    43.796] (II) Using input driver 'libinput' for 'APMD0001:00 0B05:0220'
[    43.797] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[    43.797] (**) APMD0001:00 0B05:0220: always reports core events
[    43.797] (**) Option "Device" "/dev/input/event8"
[    43.797] (**) Option "_source" "server/udev"
[    43.798] (II) event8  - APMD0001:00 0B05:0220: is tagged by udev as: Keyboard
[    43.798] (II) event8  - APMD0001:00 0B05:0220: device is a keyboard
[    43.798] (II) event8  - APMD0001:00 0B05:0220: device removed
[    43.798] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.2/i2c-7/i2c-APMD0001:00/0018:0B05:0220.0002/input/input10/event8"
[    43.798] (II) XINPUT: Adding extended input device "APMD0001:00 0B05:0220" (type: KEYBOARD, id 12)
[    43.798] (**) Option "xkb_model" "pc105"
[    43.798] (**) Option "xkb_layout" "us"
[    43.799] (II) event8  - APMD0001:00 0B05:0220: is tagged by udev as: Keyboard
[    43.799] (II) event8  - APMD0001:00 0B05:0220: device is a keyboard
[    43.799] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[    43.799] (II) No input driver specified, ignoring this device.
[    43.799] (II) This device may have been added with another device file.
[    43.800] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    43.800] (II) No input driver specified, ignoring this device.
[    43.800] (II) This device may have been added with another device file.
[    43.800] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[    43.800] (II) No input driver specified, ignoring this device.
[    43.800] (II) This device may have been added with another device file.
[    43.800] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[    43.800] (II) No input driver specified, ignoring this device.
[    43.800] (II) This device may have been added with another device file.
[    43.800] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[    43.800] (II) No input driver specified, ignoring this device.
[    43.801] (II) This device may have been added with another device file.
[    43.801] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[    43.801] (II) No input driver specified, ignoring this device.
[    43.801] (II) This device may have been added with another device file.
[    43.801] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[    43.801] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    43.801] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    43.802] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[    43.802] (**) Asus WMI hotkeys: always reports core events
[    43.802] (**) Option "Device" "/dev/input/event6"
[    43.802] (**) Option "_source" "server/udev"
[    43.802] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    43.802] (II) event6  - Asus WMI hotkeys: device is a keyboard
[    43.802] (II) event6  - Asus WMI hotkeys: device removed
[    43.803] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event6"
[    43.803] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    43.803] (**) Option "xkb_model" "pc105"
[    43.803] (**) Option "xkb_layout" "us"
[    43.803] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    43.804] (II) event6  - Asus WMI hotkeys: device is a keyboard
[    43.804] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    43.804] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    43.804] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    43.804] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[    43.804] (**) AT Translated Set 2 keyboard: always reports core events
[    43.804] (**) Option "Device" "/dev/input/event4"
[    43.804] (**) Option "_source" "server/udev"
[    43.805] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    43.805] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    43.806] (II) event4  - AT Translated Set 2 keyboard: device removed
[    43.806] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    43.806] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    43.806] (**) Option "xkb_model" "pc105"
[    43.806] (**) Option "xkb_layout" "us"
[    43.807] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    43.807] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    44.780] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    44.780] (II) modeset(0): Printing DDC gathered Modelines:
[    44.780] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    44.780] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    79.910] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    79.910] (II) modeset(0): Printing DDC gathered Modelines:
[    79.910] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    79.910] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    79.937] (II) modeset(0): EDID vendor "CMN", prod id 5330
[    79.937] (II) modeset(0): Printing DDC gathered Modelines:
[    79.937] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    79.937] (II) modeset(0): Modeline "1920x1080"x0.0  101.88  1920 2000 2060 2250  1080 1086 1094 1132 -hsync -vsync (45.3 kHz e)
[    80.058] (II) config/udev: Adding input device FTE1200:00 0B05:0701 Touchpad (/dev/input/mouse0)
[    80.058] (II) No input driver specified, ignoring this device.
[    80.058] (II) This device may have been added with another device file.
[    80.087] (II) config/udev: removing device Power Button
[    80.088] (**) Option "fd" "25"
[    80.088] (II) event2  - Power Button: device removed
[    80.088] (II) UnloadModule: "libinput"
[    80.088] (II) systemd-logind: releasing fd for 13:66
[    80.151] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    80.151] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    80.151] (II) Using input driver 'libinput' for 'Power Button'
[    80.279] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 44 paused 0
[    80.279] (**) Power Button: always reports core events
[    80.279] (**) Option "Device" "/dev/input/event2"
[    80.279] (**) Option "_source" "server/udev"
[    80.280] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    80.280] (II) event2  - Power Button: device is a keyboard
[    80.280] (II) event2  - Power Button: device removed
[    80.280] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    80.280] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    80.280] (**) Option "xkb_model" "pc105"
[    80.280] (**) Option "xkb_layout" "us"
[    80.280] (WW) Option "xkb_variant" requires a string value
[    80.280] (WW) Option "xkb_options" requires a string value
[    80.281] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    80.281] (II) event2  - Power Button: device is a keyboard
[    80.282] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[    80.282] (II) No input driver specified, ignoring this device.
[    80.283] (II) This device may have been added with another device file.
[    80.283] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    80.283] (II) No input driver specified, ignoring this device.
[    80.283] (II) This device may have been added with another device file.
[    80.284] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[    80.284] (II) No input driver specified, ignoring this device.
[    80.284] (II) This device may have been added with another device file.
[    80.284] (II) config/udev: removing device APMD0001:00 0B05:0220
[    80.284] (**) Option "fd" "29"
[    80.284] (II) event8  - APMD0001:00 0B05:0220: device removed
[    80.284] (II) UnloadModule: "libinput"
[    80.284] (II) systemd-logind: releasing fd for 13:72
[    80.355] (II) config/udev: Adding input device APMD0001:00 0B05:0220 (/dev/input/event8)
[    80.355] (**) APMD0001:00 0B05:0220: Applying InputClass "libinput keyboard catchall"
[    80.355] (II) Using input driver 'libinput' for 'APMD0001:00 0B05:0220'
[    80.359] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[    80.359] (**) APMD0001:00 0B05:0220: always reports core events
[    80.359] (**) Option "Device" "/dev/input/event8"
[    80.359] (**) Option "_source" "server/udev"
[    80.360] (II) event8  - APMD0001:00 0B05:0220: is tagged by udev as: Keyboard
[    80.361] (II) event8  - APMD0001:00 0B05:0220: device is a keyboard
[    80.361] (II) event8  - APMD0001:00 0B05:0220: device removed
[    80.361] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.2/i2c_designware.2/i2c-7/i2c-APMD0001:00/0018:0B05:0220.0002/input/input10/event8"
[    80.361] (II) XINPUT: Adding extended input device "APMD0001:00 0B05:0220" (type: KEYBOARD, id 12)
[    80.361] (**) Option "xkb_model" "pc105"
[    80.361] (**) Option "xkb_layout" "us"
[    80.361] (WW) Option "xkb_variant" requires a string value
[    80.361] (WW) Option "xkb_options" requires a string value
[    80.363] (II) event8  - APMD0001:00 0B05:0220: is tagged by udev as: Keyboard
[    80.363] (II) event8  - APMD0001:00 0B05:0220: device is a keyboard
[    80.364] (II) config/udev: removing device USB2.0 HD UVC WebCam: USB2.0 HD
[    80.364] (**) Option "fd" "27"
[    80.364] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    80.365] (II) UnloadModule: "libinput"
[    80.365] (II) systemd-logind: releasing fd for 13:73
[    80.415] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event9)
[    80.415] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[    80.415] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[    80.443] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 27 paused 0
[    80.443] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[    80.443] (**) Option "Device" "/dev/input/event9"
[    80.443] (**) Option "_source" "server/udev"
[    80.444] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    80.444] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    80.445] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    80.445] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input16/event9"
[    80.445] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 10)
[    80.445] (**) Option "xkb_model" "pc105"
[    80.445] (**) Option "xkb_layout" "us"
[    80.445] (WW) Option "xkb_variant" requires a string value
[    80.445] (WW) Option "xkb_options" requires a string value
[    80.446] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    80.446] (II) event9  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    80.447] (II) config/udev: removing device Power Button
[    80.447] (**) Option "fd" "21"
[    80.447] (II) event3  - Power Button: device removed
[    80.447] (II) UnloadModule: "libinput"
[    80.447] (II) systemd-logind: releasing fd for 13:67
[    80.467] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    80.467] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    80.467] (II) Using input driver 'libinput' for 'Power Button'
[    80.467] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[    80.467] (**) Power Button: always reports core events
[    80.467] (**) Option "Device" "/dev/input/event3"
[    80.468] (**) Option "_source" "server/udev"
[    80.468] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    80.468] (II) event3  - Power Button: device is a keyboard
[    80.468] (II) event3  - Power Button: device removed
[    80.468] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    80.468] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    80.468] (**) Option "xkb_model" "pc105"
[    80.468] (**) Option "xkb_layout" "us"
[    80.468] (WW) Option "xkb_variant" requires a string value
[    80.468] (WW) Option "xkb_options" requires a string value
[    80.469] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    80.469] (II) event3  - Power Button: device is a keyboard
[    80.469] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[    80.469] (II) No input driver specified, ignoring this device.
[    80.469] (II) This device may have been added with another device file.
[    80.470] (II) config/udev: removing device Sleep Button
[    80.470] (**) Option "fd" "26"
[    80.470] (II) event1  - Sleep Button: device removed
[    80.470] (II) UnloadModule: "libinput"
[    80.470] (II) systemd-logind: releasing fd for 13:65
[    80.483] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    80.483] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    80.483] (II) Using input driver 'libinput' for 'Sleep Button'
[    80.483] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0
[    80.484] (**) Sleep Button: always reports core events
[    80.484] (**) Option "Device" "/dev/input/event1"
[    80.484] (**) Option "_source" "server/udev"
[    80.484] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    80.484] (II) event1  - Sleep Button: device is a keyboard
[    80.485] (II) event1  - Sleep Button: device removed
[    80.485] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    80.485] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    80.485] (**) Option "xkb_model" "pc105"
[    80.485] (**) Option "xkb_layout" "us"
[    80.485] (WW) Option "xkb_variant" requires a string value
[    80.485] (WW) Option "xkb_options" requires a string value
[    80.486] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    80.486] (II) event1  - Sleep Button: device is a keyboard
[    80.486] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    80.487] (II) No input driver specified, ignoring this device.
[    80.487] (II) This device may have been added with another device file.
[    80.487] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[    80.487] (II) No input driver specified, ignoring this device.
[    80.487] (II) This device may have been added with another device file.
[    80.487] (II) config/udev: removing device Video Bus
[    80.487] (**) Option "fd" "24"
[    80.487] (II) event5  - Video Bus: device removed
[    80.488] (II) UnloadModule: "libinput"
[    80.488] (II) systemd-logind: releasing fd for 13:69
[    80.523] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    80.523] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    80.523] (II) Using input driver 'libinput' for 'Video Bus'
[    80.524] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
[    80.524] (**) Video Bus: always reports core events
[    80.524] (**) Option "Device" "/dev/input/event5"
[    80.524] (**) Option "_source" "server/udev"
[    80.524] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    80.524] (II) event5  - Video Bus: device is a keyboard
[    80.525] (II) event5  - Video Bus: device removed
[    80.525] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[    80.525] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    80.525] (**) Option "xkb_model" "pc105"
[    80.525] (**) Option "xkb_layout" "us"
[    80.525] (WW) Option "xkb_variant" requires a string value
[    80.525] (WW) Option "xkb_options" requires a string value
[    80.526] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    80.526] (II) event5  - Video Bus: device is a keyboard
[    80.527] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[    80.527] (II) No input driver specified, ignoring this device.
[    80.527] (II) This device may have been added with another device file.
[    80.527] (II) config/udev: removing device AT Translated Set 2 keyboard
[    80.527] (**) Option "fd" "31"
[    80.527] (II) event4  - AT Translated Set 2 keyboard: device removed
[    80.528] (II) UnloadModule: "libinput"
[    80.528] (II) systemd-logind: releasing fd for 13:68
[    80.555] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    80.555] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    80.555] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    80.555] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[    80.555] (**) AT Translated Set 2 keyboard: always reports core events
[    80.555] (**) Option "Device" "/dev/input/event4"
[    80.555] (**) Option "_source" "server/udev"
[    80.556] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    80.557] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    80.557] (II) event4  - AT Translated Set 2 keyboard: device removed
[    80.558] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    80.558] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    80.558] (**) Option "xkb_model" "pc105"
[    80.558] (**) Option "xkb_layout" "us"
[    80.558] (WW) Option "xkb_variant" requires a string value
[    80.558] (WW) Option "xkb_options" requires a string value
[    80.559] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    80.559] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    80.560] (II) config/udev: removing device FTE1200:00 0B05:0701 Touchpad
[    80.560] (**) Option "fd" "28"
[    80.560] (II) event7  - FTE1200:00 0B05:0701 Touchpad: device removed
[    80.562] (II) UnloadModule: "libinput"
[    80.562] (II) systemd-logind: releasing fd for 13:71
[    80.615] (II) config/udev: Adding input device FTE1200:00 0B05:0701 Touchpad (/dev/input/event7)
[    80.615] (**) FTE1200:00 0B05:0701 Touchpad: Applying InputClass "libinput touchpad catchall"
[    80.615] (II) Using input driver 'libinput' for 'FTE1200:00 0B05:0701 Touchpad'
[    80.616] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[    80.616] (**) FTE1200:00 0B05:0701 Touchpad: always reports core events
[    80.616] (**) Option "Device" "/dev/input/event7"
[    80.616] (**) Option "_source" "server/udev"
[    80.617] (II) event7  - FTE1200:00 0B05:0701 Touchpad: is tagged by udev as: Touchpad
[    80.618] (II) event7  - FTE1200:00 0B05:0701 Touchpad: device is a touchpad
[    80.618] (II) event7  - FTE1200:00 0B05:0701 Touchpad: device removed
[    80.619] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-FTE1200:00/0018:0B05:0701.0001/input/input13/event7"
[    80.619] (II) XINPUT: Adding extended input device "FTE1200:00 0B05:0701 Touchpad" (type: TOUCHPAD, id 11)
[    80.620] (**) Option "AccelerationScheme" "none"
[    80.620] (**) FTE1200:00 0B05:0701 Touchpad: (accel) selected scheme none/0
[    80.620] (**) FTE1200:00 0B05:0701 Touchpad: (accel) acceleration factor: 2.000
[    80.620] (**) FTE1200:00 0B05:0701 Touchpad: (accel) acceleration threshold: 4
[    80.622] (II) event7  - FTE1200:00 0B05:0701 Touchpad: is tagged by udev as: Touchpad
[    80.623] (II) event7  - FTE1200:00 0B05:0701 Touchpad: device is a touchpad
[    80.624] (II) config/udev: removing device Asus WMI hotkeys
[    80.624] (**) Option "fd" "30"
[    80.624] (II) event6  - Asus WMI hotkeys: device removed
[    80.624] (II) UnloadModule: "libinput"
[    80.624] (II) systemd-logind: releasing fd for 13:70
[    80.647] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[    80.647] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    80.647] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    80.647] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[    80.648] (**) Asus WMI hotkeys: always reports core events
[    80.648] (**) Option "Device" "/dev/input/event6"
[    80.648] (**) Option "_source" "server/udev"
[    80.648] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    80.648] (II) event6  - Asus WMI hotkeys: device is a keyboard
[    80.648] (II) event6  - Asus WMI hotkeys: device removed
[    80.648] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event6"
[    80.648] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    80.649] (**) Option "xkb_model" "pc105"
[    80.649] (**) Option "xkb_layout" "us"
[    80.649] (WW) Option "xkb_variant" requires a string value
[    80.649] (WW) Option "xkb_options" requires a string value
[    80.649] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    80.649] (II) event6  - Asus WMI hotkeys: device is a keyboard

Last edited by blochl (2020-03-31 00:02:02)

Offline

#9 2020-03-31 00:28:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,572
Website

Re: [Solved] Turn off laptop screen through command line

Yeah, DPMS is loaded ... sorry I'm stumped.  The error from xset seems to suggest dpms isn't available, but the Xorg log says it is.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#10 2020-03-31 00:34:24

blochl
Member
Registered: 2018-08-31
Posts: 77

Re: [Solved] Turn off laptop screen through command line

Grepping for DPMS in the Arch log gives:

[     9.865] (**) Extension "DPMS" is disabled
[     9.932] (II) modeset(0): No DPMS capabilities specified
[    10.022] (==) modeset(0): DPMS enabled

And in Ubuntu:

[    43.393] (II) modeset(0): No DPMS capabilities specified
[    43.549] (==) modeset(0): DPMS enabled
[    43.557] (II) Initializing extension DPMS

So looks like in Arch it's "disabled" and not initialized for some reason...

Offline

#11 2020-03-31 00:45:48

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,572
Website

Re: [Solved] Turn off laptop screen through command line

Oops - I looked at the Xorg log you posted not realizing you posted one each for arch and ubuntu.  So that's actually some good news as a sign of the problem is in the log.  What's in your xorg conf file(s)?  And why do you have an outdated Xorg?  It looks like you're updating the kernel.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#12 2020-03-31 03:51:03

blochl
Member
Registered: 2018-08-31
Posts: 77

Re: [Solved] Turn off laptop screen through command line

I don't use xorg.conf at all, so it's all defaults.

The Xorg is not *very* outdated - just from few months ago. Newer than on Ubuntu in any case. It's very important for me to have constant packages, so I update once in every few months. Yes, I use the new kernel, cause I do some work on the kernel itself, and trying stuff out. Yes, I know Arch does not support partial updates, but besides the kernel all the updates are full.

Isn't there some package which provides DPMS functionality for Xorg? It feels like some library is missing or something...

Offline

#13 2020-03-31 12:27:13

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,572
Website

Re: [Solved] Turn off laptop screen through command line

There are no default xorg confs, and your log seems to suggest that a config file was read.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#14 2020-03-31 15:03:04

blochl
Member
Registered: 2018-08-31
Posts: 77

Re: [Solved] Turn off laptop screen through command line

Awesome! Thanks, Trilby for pointing me to the right place!! Problem solved!

Someone (not me smile ) put a file in `/usr/share/X11/xorg.conf.d/` which disables DPMS. I didn't know about that, and was sure there are no custom Xorg confs on this machine.

BTW, there are default confs: https://wiki.archlinux.org/index.php/Xorg#Configuration (but this one was definitely not one of them smile ).

Offline

Board footer

Powered by FluxBB