Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How do I xrandr -x in Recovery mode?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

How do I xrandr -x in Recovery mode?

#1 Post by debian121212 »

Debian 10

When I try to xrandr -x in recovery mode, it sais it can't find display.

Can this even be done at all?

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: How do I xrandr -x in Recovery mode?

#2 Post by Bloom »

No. You need X active for that and recovery mode is text-only.

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#3 Post by debian121212 »

Bloom wrote:No. You need X active for that and recovery mode is text-only.
No equivalent either?

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: How do I xrandr -x in Recovery mode?

#4 Post by Bloom »

The only equivalent for X is Wayland and I must confess I have no idea if xrandr will work with that.

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#5 Post by debian121212 »

Bloom wrote:The only equivalent for X is Wayland and I must confess I have no idea if xrandr will work with that.
No way to change monitor x axis reflection in recovery then.

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: How do I xrandr -x in Recovery mode?

#6 Post by Bloom »

You can install xorg (without actual display, window and desktop managers) and then you can do that.
Question: why is it necessary for a text screen?

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#7 Post by debian121212 »

Bloom wrote:You can install xorg (without actual display, window and desktop managers) and then you can do that.
Question: why is it necessary for a text screen?
I use my computer with a mirror to reduce eye strain

Like an arcade machine. Highly recommended if pc gives you a headache from eyestrainism !

Works very well with xrand -r; was one of the more pressing reasons I migrated from Windows (among countless others)

It sais I already got XORG at latest versoin

Code: Select all

USER@debian:~$ sudo apt-get install xorg
[sudo] password for USER: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
xorg is already the newest version (1:7.7+19).
xorg set to manually installed.
So in recovery I just start xorg and then try xrandr -x?
Using something like xinit or startx commands inside recovery console will start xorg and allow me to xrandr -x?

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: How do I xrandr -x in Recovery mode?

#8 Post by Bloom »

Recovery gives you root mode. Depending on the problem, the /home directory may not be available.
X needs to be started as a plain user, not as root.
So you need to do

Code: Select all

# su user
followed by

Code: Select all

$ startx

Code: Select all

xrandr -x ...
Tip: there are monitors which offer you a mirror function in their setup menu. At home, I have an LG monitor which allows me to set horizontal or vertical (or both) mirror in the menu and save that. This way, it would always work and you wouldn't need X.

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#9 Post by debian121212 »

Bloom wrote:Recovery gives you root mode. Depending on the problem, the /home directory may not be available.
X needs to be started as a plain user, not as root.
So you need to do

Code: Select all

# su user
followed by

Code: Select all

$ startx

Code: Select all

xrandr -x ...
Tip: there are monitors which offer you a mirror function in their setup menu. At home, I have an LG monitor which allows me to set horizontal or vertical (or both) mirror in the menu and save that. This way, it would always work and you wouldn't need X.

Followed steps, gave me an error on startx.

in /var/log trying to find the recovery log file so I can copy paste it here, but I can't find it.

Where can I find the recovery log? Tried google to no avail, its just pointing at var/log but I can't find the exact log of my last recovery to copy paste the error. .

Great to know there's monitors with a x reflect option.

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: How do I xrandr -x in Recovery mode?

#10 Post by Bloom »

The log is /var/log/Xorg.0.log

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#11 Post by debian121212 »

Bloom wrote:The log is /var/log/Xorg.0.log

Code: Select all

[    18.611] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    18.612] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    18.612] Current Operating System: Linux debian 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08) x86_64
[    18.612] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-5-amd64 root=UUID=f8d8a2e8-f67b-4251-987a-a6c71fc7ad16 ro quiet
[    18.612] Build Date: 05 March 2019  08:11:12PM
[    18.612] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[    18.612] Current version of pixman: 0.36.0
[    18.612] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.612] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.612] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep  1 02:23:04 2019
[    18.712] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.796] (==) No Layout section.  Using the first Screen section.
[    18.796] (==) No screen section available. Using defaults.
[    18.796] (**) |-->Screen "Default Screen Section" (0)
[    18.796] (**) |   |-->Monitor "<default monitor>"
[    18.811] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    18.811] (==) Automatically adding devices
[    18.811] (==) Automatically enabling devices
[    18.811] (==) Automatically adding GPU devices
[    18.811] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.904] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    18.904] 	Entry deleted from font path.
[    19.019] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    19.019] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.019] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.019] (II) Loader magic: 0x55cc745bbe20
[    19.019] (II) Module ABI versions:
[    19.019] 	X.Org ANSI C Emulation: 0.4
[    19.019] 	X.Org Video Driver: 24.0
[    19.019] 	X.Org XInput driver : 24.1
[    19.019] 	X.Org Server Extension : 10.0
[    19.020] (++) using VT number 7

[    19.021] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    19.022] (II) xfree86: Adding drm device (/dev/dri/card0)
[    19.033] (--) PCI:*(0@0:2:0) 8086:2e32:1849:2e32 rev 3, Mem @ 0xfe400000/4194304, 0xe0000000/268435456, I/O @ 0x0000dc00/8, BIOS @ 0x????????/131072
[    19.033] (II) LoadModule: "glx"
[    19.071] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.178] (II) Module glx: vendor="X.Org Foundation"
[    19.178] 	compiled for 1.20.4, module version = 1.0.0
[    19.178] 	ABI class: X.Org Server Extension, version 10.0
[    19.178] (==) Matched modesetting as autoconfigured driver 0
[    19.178] (==) Matched fbdev as autoconfigured driver 1
[    19.178] (==) Matched vesa as autoconfigured driver 2
[    19.178] (==) Assigned the driver to the xf86ConfigLayout
[    19.178] (II) LoadModule: "modesetting"
[    19.178] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    19.191] (II) Module modesetting: vendor="X.Org Foundation"
[    19.191] 	compiled for 1.20.4, module version = 1.20.4
[    19.191] 	Module class: X.Org Video Driver
[    19.191] 	ABI class: X.Org Video Driver, version 24.0
[    19.191] (II) LoadModule: "fbdev"
[    19.191] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    19.208] (II) Module fbdev: vendor="X.Org Foundation"
[    19.208] 	compiled for 1.20.0, module version = 0.5.0
[    19.208] 	Module class: X.Org Video Driver
[    19.208] 	ABI class: X.Org Video Driver, version 24.0
[    19.208] (II) LoadModule: "vesa"
[    19.208] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    19.213] (II) Module vesa: vendor="X.Org Foundation"
[    19.213] 	compiled for 1.20.1, module version = 2.4.0
[    19.213] 	Module class: X.Org Video Driver
[    19.213] 	ABI class: X.Org Video Driver, version 24.0
[    19.213] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    19.213] (II) FBDEV: driver for framebuffer: fbdev
[    19.213] (II) VESA: driver for VESA chipsets: vesa
[    19.244] (II) modeset(0): using drv /dev/dri/card0
[    19.244] (WW) Falling back to old probe method for fbdev
[    19.244] (II) Loading sub module "fbdevhw"
[    19.244] (II) LoadModule: "fbdevhw"
[    19.244] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    19.245] (II) Module fbdevhw: vendor="X.Org Foundation"
[    19.245] 	compiled for 1.20.4, module version = 0.0.2
[    19.245] 	ABI class: X.Org Video Driver, version 24.0
[    19.245] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    19.245] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    19.245] (==) modeset(0): RGB weight 888
[    19.245] (==) modeset(0): Default visual is TrueColor
[    19.246] (II) Loading sub module "glamoregl"
[    19.246] (II) LoadModule: "glamoregl"
[    19.246] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    19.478] (II) Module glamoregl: vendor="X.Org Foundation"
[    19.478] 	compiled for 1.20.4, module version = 1.0.1
[    19.478] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.936] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) G41 
[    20.936] (II) modeset(0): glamor initialized
[    20.974] (II) modeset(0): Output VGA-1 has no monitor section
[    21.007] (II) modeset(0): EDID for output VGA-1
[    21.007] (II) modeset(0): Manufacturer: ONN  Model: 101  Serial#: 16843009
[    21.007] (II) modeset(0): Year: 2017  Week: 45
[    21.007] (II) modeset(0): EDID Version: 1.3
[    21.007] (II) modeset(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    21.007] (II) modeset(0): Sync:  Separate
[    21.007] (II) modeset(0): Max Image Size [cm]: horiz.: 47  vert.: 29
[    21.007] (II) modeset(0): Gamma: 2.20
[    21.007] (II) modeset(0): DPMS capabilities: Off; RGB/Color Display
[    21.007] (II) modeset(0): First detailed timing is preferred mode
[    21.007] (II) modeset(0): redX: 0.650 redY: 0.330   greenX: 0.310 greenY: 0.610
[    21.007] (II) modeset(0): blueX: 0.140 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[    21.007] (II) modeset(0): Supported established timings:
[    21.007] (II) modeset(0): 720x400@70Hz
[    21.007] (II) modeset(0): 640x480@60Hz
[    21.007] (II) modeset(0): 640x480@67Hz
[    21.007] (II) modeset(0): 640x480@72Hz
[    21.007] (II) modeset(0): 640x480@75Hz
[    21.007] (II) modeset(0): 800x600@56Hz
[    21.007] (II) modeset(0): 800x600@60Hz
[    21.007] (II) modeset(0): 800x600@72Hz
[    21.007] (II) modeset(0): 800x600@75Hz
[    21.007] (II) modeset(0): 832x624@75Hz
[    21.007] (II) modeset(0): 1024x768@60Hz
[    21.007] (II) modeset(0): 1024x768@70Hz
[    21.007] (II) modeset(0): 1024x768@75Hz
[    21.008] (II) modeset(0): 1280x1024@75Hz
[    21.008] (II) modeset(0): Manufacturer's mask: 0
[    21.008] (II) modeset(0): Supported standard timings:
[    21.008] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    21.008] (II) modeset(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    21.008] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    21.008] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    21.008] (II) modeset(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    21.008] (II) modeset(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    21.008] (II) modeset(0): #6: hsize: 640  vsize 480  refresh: 60  vid: 16433
[    21.008] (II) modeset(0): #7: hsize: 1680  vsize 1050  refresh: 75  vid: 4019
[    21.008] (II) modeset(0): Supported detailed timing:
[    21.008] (II) modeset(0): clock: 148.5 MHz   Image Size:  698 x 393 mm
[    21.008] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    21.008] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    21.008] (II) modeset(0): Supported detailed timing:
[    21.008] (II) modeset(0): clock: 85.5 MHz   Image Size:  698 x 393 mm
[    21.008] (II) modeset(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
[    21.008] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
[    21.008] (II) modeset(0): Ranges: V min: 48 V max: 76 Hz, H min: 30 H max: 85 kHz, PixClock max 175 MHz
[    21.008] (II) modeset(0): Monitor name: ONA18HO015
[    21.008] (II) modeset(0): EDID (in hex):
[    21.008] (II) modeset(0): 	00ffffffffffff003dce010101010101
[    21.008] (II) modeset(0): 	2d1b0103682f1d782aa5c5a6544f9c23
[    21.008] (II) modeset(0): 	125054bfef00d1c0b300950081808140
[    21.008] (II) modeset(0): 	81c03140b30f023a801871382d40582c
[    21.008] (II) modeset(0): 	4500ba892100001e662156aa51001e30
[    21.008] (II) modeset(0): 	468f3300ba892100001e000000fd0030
[    21.008] (II) modeset(0): 	4c1e5511000a202020202020000000fc
[    21.008] (II) modeset(0): 	004f4e413138484f3031350a20200008
[    21.008] (II) modeset(0): Not using mode "1680x1050" (bad mode clock/interlace/doublescan)
[    21.008] (II) modeset(0): Printing probed modes for output VGA-1
[    21.009] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    21.009] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    21.009] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    21.009] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    21.009] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    21.009] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    21.009] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    21.009] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    21.009] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    21.009] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    21.009] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    21.009] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    21.009] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    21.009] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    21.009] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    21.009] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    21.009] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    21.009] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    21.009] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    21.009] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    21.009] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    21.009] (II) modeset(0): Output VGA-1 connected
[    21.009] (II) modeset(0): Using exact sizes for initial modes
[    21.009] (II) modeset(0): Output VGA-1 using initial mode 1920x1080 +0+0
[    21.009] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    21.009] (==) modeset(0): DPI set to (96, 96)
[    21.009] (II) Loading sub module "fb"
[    21.009] (II) LoadModule: "fb"
[    21.010] (II) Loading /usr/lib/xorg/modules/libfb.so
[    21.018] (II) Module fb: vendor="X.Org Foundation"
[    21.018] 	compiled for 1.20.4, module version = 1.0.0
[    21.018] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    21.018] (II) UnloadModule: "fbdev"
[    21.018] (II) Unloading fbdev
[    21.018] (II) UnloadSubModule: "fbdevhw"
[    21.018] (II) Unloading fbdevhw
[    21.018] (II) UnloadModule: "vesa"
[    21.018] (II) Unloading vesa
[    21.282] (==) modeset(0): Backing store enabled
[    21.282] (==) modeset(0): Silken mouse enabled
[    21.306] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    21.307] (==) modeset(0): DPMS enabled
[    21.314] (II) modeset(0): [DRI2] Setup complete
[    21.314] (II) modeset(0): [DRI2]   DRI driver: i965
[    21.314] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    21.314] (II) Initializing extension Generic Event Extension
[    21.315] (II) Initializing extension SHAPE
[    21.315] (II) Initializing extension MIT-SHM
[    21.315] (II) Initializing extension XInputExtension
[    21.317] (II) Initializing extension XTEST
[    21.317] (II) Initializing extension BIG-REQUESTS
[    21.318] (II) Initializing extension SYNC
[    21.318] (II) Initializing extension XKEYBOARD
[    21.318] (II) Initializing extension XC-MISC
[    21.318] (II) Initializing extension SECURITY
[    21.319] (II) Initializing extension XFIXES
[    21.319] (II) Initializing extension RENDER
[    21.319] (II) Initializing extension RANDR
[    21.320] (II) Initializing extension COMPOSITE
[    21.320] (II) Initializing extension DAMAGE
[    21.320] (II) Initializing extension MIT-SCREEN-SAVER
[    21.320] (II) Initializing extension DOUBLE-BUFFER
[    21.321] (II) Initializing extension RECORD
[    21.321] (II) Initializing extension DPMS
[    21.321] (II) Initializing extension Present
[    21.321] (II) Initializing extension DRI3
[    21.322] (II) Initializing extension X-Resource
[    21.322] (II) Initializing extension XVideo
[    21.322] (II) Initializing extension XVideo-MotionCompensation
[    21.322] (II) Initializing extension SELinux
[    21.322] (II) SELinux: Disabled on system
[    21.322] (II) Initializing extension GLX
[    21.332] (II) AIGLX: Loaded and initialized i965
[    21.332] (II) GLX: Initialized DRI2 GL provider for screen 0
[    21.332] (II) Initializing extension XFree86-VidModeExtension
[    21.333] (II) Initializing extension XFree86-DGA
[    21.333] (II) Initializing extension XFree86-DRI
[    21.333] (II) Initializing extension DRI2
[    21.410] (II) modeset(0): Damage tracking initialized
[    21.410] (II) modeset(0): Setting screen physical size to 508 x 285
[    21.837] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    21.837] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.837] (II) LoadModule: "libinput"
[    21.837] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    21.904] (II) Module libinput: vendor="X.Org Foundation"
[    21.904] 	compiled for 1.20.4, module version = 0.28.2
[    21.904] 	Module class: X.Org XInput Driver
[    21.904] 	ABI class: X.Org XInput driver, version 24.1
[    21.904] (II) Using input driver 'libinput' for 'Power Button'
[    21.904] (**) Power Button: always reports core events
[    21.904] (**) Option "Device" "/dev/input/event1"
[    21.904] (**) Option "_source" "server/udev"
[    21.936] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    21.936] (II) event1  - Power Button: device is a keyboard
[    21.936] (II) event1  - Power Button: device removed
[    21.955] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[    21.955] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.955] (**) Option "xkb_model" "pc105"
[    21.955] (**) Option "xkb_layout" "us"
[    21.958] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    21.958] (II) event1  - Power Button: device is a keyboard
[    21.959] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    21.959] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.959] (II) Using input driver 'libinput' for 'Power Button'
[    21.959] (**) Power Button: always reports core events
[    21.959] (**) Option "Device" "/dev/input/event0"
[    21.960] (**) Option "_source" "server/udev"
[    21.962] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    21.962] (II) event0  - Power Button: device is a keyboard
[    21.962] (II) event0  - Power Button: device removed
[    21.979] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[    21.979] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    21.979] (**) Option "xkb_model" "pc105"
[    21.979] (**) Option "xkb_layout" "us"
[    21.982] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    21.982] (II) event0  - Power Button: device is a keyboard
[    21.984] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[    21.984] (II) No input driver specified, ignoring this device.
[    21.984] (II) This device may have been added with another device file.
[    21.985] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event8)
[    21.985] (II) No input driver specified, ignoring this device.
[    21.985] (II) This device may have been added with another device file.
[    21.986] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event9)
[    21.986] (II) No input driver specified, ignoring this device.
[    21.986] (II) This device may have been added with another device file.
[    21.988] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event2)
[    21.988] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    21.988] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[    21.988] (**) PixArt USB Optical Mouse: always reports core events
[    21.988] (**) Option "Device" "/dev/input/event2"
[    21.988] (**) Option "_source" "server/udev"
[    21.991] (II) event2  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    21.991] (II) event2  - PixArt USB Optical Mouse: device set to 1000 DPI
[    21.991] (II) event2  - PixArt USB Optical Mouse: device is a pointer
[    21.991] (II) event2  - PixArt USB Optical Mouse: device removed
[    22.027] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input5/event2"
[    22.027] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 8)
[    22.028] (**) Option "AccelerationScheme" "none"
[    22.028] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[    22.028] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    22.028] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    22.032] (II) event2  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    22.032] (II) event2  - PixArt USB Optical Mouse: device set to 1000 DPI
[    22.032] (II) event2  - PixArt USB Optical Mouse: device is a pointer
[    22.033] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    22.033] (II) No input driver specified, ignoring this device.
[    22.033] (II) This device may have been added with another device file.
[    22.035] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event3)
[    22.035] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    22.035] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[    22.035] (**) Logitech USB Keyboard: always reports core events
[    22.035] (**) Option "Device" "/dev/input/event3"
[    22.035] (**) Option "_source" "server/udev"
[    22.038] (II) event3  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    22.038] (II) event3  - Logitech USB Keyboard: device is a keyboard
[    22.038] (II) event3  - Logitech USB Keyboard: device removed
[    22.055] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/0003:046D:C31C.0002/input/input6/event3"
[    22.055] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
[    22.055] (**) Option "xkb_model" "pc105"
[    22.055] (**) Option "xkb_layout" "us"
[    22.059] (II) event3  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    22.059] (II) event3  - Logitech USB Keyboard: device is a keyboard
[    22.061] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event4)
[    22.061] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    22.061] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[    22.061] (**) Logitech USB Keyboard Consumer Control: always reports core events
[    22.061] (**) Option "Device" "/dev/input/event4"
[    22.061] (**) Option "_source" "server/udev"
[    22.064] (II) event4  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    22.064] (II) event4  - Logitech USB Keyboard Consumer Control: device is a keyboard
[    22.064] (II) event4  - Logitech USB Keyboard Consumer Control: device removed
[    22.091] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/0003:046D:C31C.0003/input/input7/event4"
[    22.091] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 10)
[    22.091] (**) Option "xkb_model" "pc105"
[    22.091] (**) Option "xkb_layout" "us"
[    22.094] (II) event4  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    22.094] (II) event4  - Logitech USB Keyboard Consumer Control: device is a keyboard
[    22.096] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event5)
[    22.096] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    22.096] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[    22.096] (**) Logitech USB Keyboard System Control: always reports core events
[    22.096] (**) Option "Device" "/dev/input/event5"
[    22.096] (**) Option "_source" "server/udev"
[    22.100] (II) event5  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    22.100] (II) event5  - Logitech USB Keyboard System Control: device is a keyboard
[    22.100] (II) event5  - Logitech USB Keyboard System Control: device removed
[    22.119] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/0003:046D:C31C.0003/input/input8/event5"
[    22.119] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 11)
[    22.119] (**) Option "xkb_model" "pc105"
[    22.119] (**) Option "xkb_layout" "us"
[    22.123] (II) event5  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    22.123] (II) event5  - Logitech USB Keyboard System Control: device is a keyboard
[    22.124] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    22.124] (II) No input driver specified, ignoring this device.
[    22.124] (II) This device may have been added with another device file.
[    40.525] (II) modeset(0): EDID vendor "ONN", prod id 257
[    40.525] (II) modeset(0): Using EDID range info for horizontal sync
[    40.525] (II) modeset(0): Using EDID range info for vertical refresh
[    40.525] (II) modeset(0): Printing DDC gathered Modelines:
[    40.525] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    40.525] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    40.525] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    40.525] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    40.525] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    40.525] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    40.525] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    40.525] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    40.525] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    40.525] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    40.525] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    40.525] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    40.525] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    40.525] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    40.525] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    40.525] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    40.525] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    40.525] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    40.525] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    40.525] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    40.525] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    40.525] (II) modeset(0): Modeline "1680x1050"x0.0  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz e)
[    41.134] (II) modeset(0): EDID vendor "ONN", prod id 257
[    41.134] (II) modeset(0): Using hsync ranges from config file
[    41.134] (II) modeset(0): Using vrefresh ranges from config file
[    41.134] (II) modeset(0): Printing DDC gathered Modelines:
[    41.134] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    41.134] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    41.135] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    41.135] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    41.135] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    41.135] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    41.135] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    41.135] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    41.135] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    41.135] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    41.135] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    41.135] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    41.135] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    41.135] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    41.135] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    41.135] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    41.135] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    41.135] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    41.135] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    41.135] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    41.135] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    41.135] (II) modeset(0): Modeline "1680x1050"x0.0  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz e)
[    41.980] (II) modeset(0): Allocate new frame buffer 800x600 stride
[    42.201] (II) modeset(0): EDID vendor "ONN", prod id 257
[    42.201] (II) modeset(0): Using hsync ranges from config file
[    42.201] (II) modeset(0): Using vrefresh ranges from config file
[    42.201] (II) modeset(0): Printing DDC gathered Modelines:
[    42.201] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    42.201] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    42.201] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    42.201] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    42.201] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    42.201] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    42.201] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    42.201] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    42.201] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    42.201] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    42.201] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    42.201] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    42.201] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    42.201] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    42.201] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    42.201] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    42.201] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    42.201] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    42.201] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    42.201] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    42.201] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    42.201] (II) modeset(0): Modeline "1680x1050"x0.0  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz e)
[    42.242] (II) modeset(0): EDID vendor "ONN", prod id 257
[    42.242] (II) modeset(0): Using hsync ranges from config file
[    42.242] (II) modeset(0): Using vrefresh ranges from config file
[    42.242] (II) modeset(0): Printing DDC gathered Modelines:
[    42.242] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    42.242] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    42.242] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    42.242] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    42.242] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    42.242] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    42.242] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    42.242] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    42.242] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    42.242] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    42.242] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    42.242] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    42.242] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    42.242] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    42.242] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    42.242] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    42.242] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    42.242] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    42.242] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    42.242] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    42.242] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    42.242] (II) modeset(0): Modeline "1680x1050"x0.0  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz e)
[    42.284] (II) modeset(0): EDID vendor "ONN", prod id 257
[    42.284] (II) modeset(0): Using hsync ranges from config file
[    42.284] (II) modeset(0): Using vrefresh ranges from config file
[    42.284] (II) modeset(0): Printing DDC gathered Modelines:
[    42.284] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    42.284] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    42.284] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    42.284] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    42.284] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    42.284] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    42.284] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    42.284] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    42.284] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    42.284] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    42.284] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    42.284] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    42.284] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    42.284] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    42.284] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    42.284] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    42.284] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    42.284] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    42.285] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    42.285] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    42.285] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    42.285] (II) modeset(0): Modeline "1680x1050"x0.0  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz e)
Can't find anything in there about why startx failed as per your instructions.
Was looking for actual exact transcript of previous recovery. Looks like such a thing doesn't really exist as such, its just the logs of individual components or something along those lines.
You know any way to just reboot into recovery from command line without needing to edit the grub file? https://manpages.debian.org/jessie/syst ... .1.en.html suggested maybe

Code: Select all

systemctl reboot recovery 
might do the trick but it didn't.

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: How do I xrandr -x in Recovery mode?

#12 Post by Bloom »

You don't need recovery to edit the grub file. If you do that wirh recovery, changes to grub only last for that one boot.
To make changes permanent, you need to edit /etc/default/grub with root rights and afterwards perform

Code: Select all

sudo update-grub
The contents of your Xorg.0.log do not show any errors. What error is displayed when startx fails?

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#13 Post by debian121212 »

Bloom wrote:You don't need recovery to edit the grub file. If you do that wirh recovery, changes to grub only last for that one boot.
To make changes permanent, you need to edit /etc/default/grub with root rights and afterwards perform

Code: Select all

sudo update-grub
The contents of your Xorg.0.log do not show any errors. What error is displayed when startx fails?
https://pasteboard.co/IvMwiAi.jpg

Had to use pasteboard bc forums 500 inernal error when trying to upload and [ /img ] thing gltich as well.
X needs to be started as a plain user, not as root.
So you need to do

Code: Select all
# su user
Looks like its only working when I just run startx as root; I managed to get it working by just ignoring the first de-root step. Takes me straight into X correctly as root like this. This OK?

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: How do I xrandr -x in Recovery mode?

#14 Post by Bloom »

X should not be started as root.
The picture you provided shows a permission error and it seems you tried to start startx as a normal user but in the/root directory, where that normal user has no rights at all.
Change the directory to your home directory.
A simple

Code: Select all

# su user
$ cd ~
$ startx
will prevent permission errors.

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#15 Post by debian121212 »

Bloom wrote:X should not be started as root.
The picture you provided shows a permission error and it seems you tried to start startx as a normal user but in the/root directory, where that normal user has no rights at all.
Change the directory to your home directory.
A simple

Code: Select all

# su user
$ cd ~
$ startx
will prevent permission errors.
Looks like same issue.
And still a 500 when uploading to these forums.
Image
https://pasteboard.co/IvSXODu.jpg

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: How do I xrandr -x in Recovery mode?

#16 Post by Bloom »

Code: Select all

# dpkg-reconfigure xserver-xorg-legacy
And select 'anybody' for 'allowed users'.

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#17 Post by debian121212 »

Bloom wrote:

Code: Select all

# dpkg-reconfigure xserver-xorg-legacy
And select 'anybody' for 'allowed users'.
From recovery or from normal log in? Any?

This safer than just using a straight superuser startx from recovery? Why shouldn't I just startx from default superuser recovery/ why you say startx should be run as normal user?

No security compromised?


Also, as per https://unix.stackexchange.com/question ... s-non-root, login not possible like this in recovery bc it sais that logging in is not allowed yet.

I think an issue is that people login as root, then switch users using su -l username, which creates/spawns a subprocess under root owned by "username". X will use the .Xauthority of the top process (in this case root), which "username" does not have permission to use.

The error will be shown:

Cannot open virtual console 1 (Permission denied).

To solve this, just run login instead of su to start a new shell as a top process.
(unfortunately can't be used in recovery bc it gives the not allowed yet message)

User avatar
debian121212
Posts: 80
Joined: 2019-01-03 01:34

Re: How do I xrandr -x in Recovery mode?

#18 Post by debian121212 »

Bloom wrote:

Code: Select all

# dpkg-reconfigure xserver-xorg-legacy
And select 'anybody' for 'allowed users'.
After my previous last post, I decided to go ahead and venture into it on my own figuring I could then reconfigure it if any issues. Seems that the dpkg reconfiguration can be started from normal log in or from recovery and stays the same until changed from whichever. I tried every combination of performing that action that came to mind. Here are my attempts:

1.Logged in normally as usual. In the normal log in, I open terminal and use

Code: Select all

sudo dpkg-reconfigure xserver-xorg-legacy
(then changed it to anybody) as normal non super user. Then I rebooted into recovery, and tried to sudo USER (change into normal user), naviagate to home (~ directory) and from there tried the startx as the non super user. Gave the exact same console permission denied as in previous pics.

I then logged in normally into my normal desktop and dpkg-reconfigure to allow console users only again as it was before tampering with it in the first place.

2. Second attempt I go straight into recovery from the GRUB boot process. In there I changed to normal user, went to home, ran the reconfigure so that anybody can start x, and tried to startx. Gave the exact same console permission denied as in previous pics as well.

3. Tried the same as second attempt however this time I just run sudo startx at the end and it worked. Then I realized that I didn't need to reconfigure dpkg for this to work and also that doing it this way seems to defeat the whole purpose as we don't want su involved in starting X.

Post Reply