You are not logged in.

#1 2021-06-17 17:26:50

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

Scale one of two monitors with xrandr

Screen 0: minimum 8 x 8, current 3440 x 2880, maximum 32767 x 32767
DP-0 connected primary 3440x1440+0+0 (normal left inverted right x axis y axis) 800mm x 335mm
   3440x1440     59.97*+  49.99    29.99
   2560x1080     60.00
   1920x1080     60.00    59.94    50.00
   1680x1050     59.95
   1600x900      60.00
   1280x1024     60.02
   1280x800      59.81
   1280x720      60.00    59.94    50.00
   1152x864      59.96
   1024x768      60.00
   800x600       60.32
   720x576       50.00
   720x480       59.94
   640x480       59.94    59.93
DP-1 disconnected (normal left inverted right x axis y axis)
eDP-1-0 connected 2560x1440+440+1440 (normal left inverted right x axis y axis) 310mm x 174mm
   2560x1440    120.00*+  60.00
   1920x1200    120.00
   1920x1080    120.00
   1600x1200    120.00
   1680x1050    120.00
   1280x1024    120.00
   1440x900     120.00
   1280x800     120.00
   1280x720     120.00
   1024x768     120.00
   800x600      120.00
   640x480      120.00
HDMI-A-1-0 disconnected (normal left inverted right x axis y axis)

This is the output of the xrandr command as you can see I've got two monitors and I'd like to scale eDP-1-0 0.6x0.6 and no scale for DP-0. I've got this command in my .xinitrc wich shoud achive this:

xrandr --output DP-0 --primary --mode 3440x1440 --scale 1x1 --pos 0x0 --output eDP-1-0 --mode 2560x1440 --scale 0.6x0.6  --pos 440x1440

except that rofi isn't centered any more when I switch to eDP-1-0 nothing chanches.

May be it's helpful this is the output of xranrd --listproviders:

Providers: number : 2
Provider 0: id: 0x1b8 cap: 0x1, Source Output crtcs: 4 outputs: 2 associated providers: 1 name:NVIDIA-0
Provider 1: id: 0x1f9 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 2 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:04:00.0

and besides the command to scale eDP-1-0 I've also got this line in the .xinitrc:

xrandr --setprovideroutputsource modesetting NVIDIA-0

Offline

#2 2021-06-17 20:44:33

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

Re: Scale one of two monitors with xrandr

Generic solution:

xrandr --output DP-0 --primary --mode 3440x1440 --scale 1x1 --pos 0x0
xrandr --output eDP-1-0 --mode 2560x1440 --scale 0.6x0.6  --pos 440x1440

xrandr tends to bumble when altering two outputs in the same command.

Online

#3 2021-06-18 05:00:28

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

Re: Scale one of two monitors with xrandr

seth wrote:

Generic solution:

xrandr --output DP-0 --primary --mode 3440x1440 --scale 1x1 --pos 0x0
xrandr --output eDP-1-0 --mode 2560x1440 --scale 0.6x0.6  --pos 440x1440

xrandr tends to bumble when altering two outputs in the same command.

Same result as with one command, doesn't work for me.

Offline

#4 2021-06-18 05:56:21

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

Re: Scale one of two monitors with xrandr

Please post the xinitrc.
Which chip are you running the server on and which outputs are attached directly to it? (xorg log)
Can you

xrandr --output eDP-1-0 --mode 1680x1050

I'm not sure "xrandr --setprovideroutputsource modesetting NVIDIA-0" can do anything, as the name of the other provider is "Unknown AMD Radeon GPU @ pci:0000:04:00.0" but it would suggest that you're running on the nvidia chip and eDP is likely not connected there. Can you scale the other output?

Online

#5 2021-06-18 21:01:08

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

Re: Scale one of two monitors with xrandr

by xorg log do you mean the log file?

Yes the mode gets applied to eDP-1-0.

And yes I can scale DP-0.

Offline

#6 2021-06-19 05:19:15

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

Online

#7 2021-06-19 13:59:10

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

Re: Scale one of two monitors with xrandr

[   506.825] (==) Log file: "/home/gian/.local/share/xorg/Xorg.0.log", Time: Sat Jun 19 17:54:10 2021

Offline

#8 2021-06-19 14:01:45

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

Re: Scale one of two monitors with xrandr

Yeah… the contents of that file would be interesting…

Online

#9 2021-06-19 15:08:24

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

Re: Scale one of two monitors with xrandr

This is the conten of the the file:

[  4825.506] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  4825.507]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[  4825.511] Build Operating System: Linux Archlinux
[  4825.513] Current Operating System: Linux ROG-Gian 5.12.11-arch1-1 #1 SMP PREEMPT Wed, 16 Jun 2021 15:25:28 +0000 x86_64
[  4825.513] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7ec91389-7ef4-4ef8-b127-60583bd76349 rw loglevel=3 quiet
[  4825.515] Build Date: 13 April 2021  03:12:10PM
[  4825.517]
[  4825.518] Current version of pixman: 0.40.0
[  4825.521] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4825.521] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4825.526] (==) Log file: "/home/gian/.local/share/xorg/Xorg.0.log", Time: Sat Jun 19 19:06:09 2021
[  4825.527] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  4825.529] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4825.529] (==) ServerLayout "layout"
[  4825.529] (**) |-->Screen "Monitor" (0)
[  4825.529] (**) |   |-->Monitor "DP-0"
[  4825.529] (==) Automatically adding devices
[  4825.529] (==) Automatically enabling devices
[  4825.529] (==) Automatically adding GPU devices
[  4825.529] (==) Automatically binding GPU devices
[  4825.529] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4825.529] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  4825.529] 	Entry deleted from font path.
[  4825.529] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  4825.529] 	Entry deleted from font path.
[  4825.529] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  4825.529] 	Entry deleted from font path.
[  4825.529] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  4825.529] 	Entry deleted from font path.
[  4825.529] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  4825.529] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4825.529] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4825.529] (II) Module ABI versions:
[  4825.529] 	X.Org ANSI C Emulation: 0.4
[  4825.529] 	X.Org Video Driver: 24.1
[  4825.529] 	X.Org XInput driver : 24.1
[  4825.529] 	X.Org Server Extension : 10.0
[  4825.529] (++) using VT number 1

[  4825.530] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  4825.531] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4825.531] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  4825.531] (II) xfree86: Adding drm device (/dev/dri/card1)
[  4825.532] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[  4825.533] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  4825.533] (**) OutputClass "NIVIDIA-0" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  4825.533] (**) OutputClass "NIVIDIA-0" setting /dev/dri/card0 as PrimaryGPU
[  4825.830] (--) PCI:*(1@0:0:0) 10de:2520:1043:1722 rev 161, Mem @ 0xfb000000/16777216, 0xfc00000000/8589934592, 0xfe00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  4825.830] (--) PCI: (4@0:0:0) 1002:1638:1043:1722 rev 196, Mem @ 0xfe10000000/268435456, 0xfe20000000/2097152, 0xfc500000/524288, I/O @ 0x0000d000/256
[  4825.830] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  4825.830] (II) LoadModule: "glx"
[  4825.831] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4825.832] (II) Module glx: vendor="X.Org Foundation"
[  4825.832] 	compiled for 1.20.11, module version = 1.0.0
[  4825.832] 	ABI class: X.Org Server Extension, version 10.0
[  4825.832] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  4825.832] 	loading driver: nvidia
[  4825.832] (II) Applying OutputClass "NIVIDIA-0" to /dev/dri/card0
[  4825.832] 	loading driver: nvidia
[  4825.832] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  4825.832] 	loading driver: nvidia
[  4825.832] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[  4825.832] 	loading driver: amdgpu
[  4825.832] (II) Applying OutputClass "Unknown AMD Radeon GPU" to /dev/dri/card1
[  4825.832] 	loading driver: modesetting
[  4825.832] (==) Matched nvidia as autoconfigured driver 0
[  4825.832] (==) Matched nouveau as autoconfigured driver 1
[  4825.832] (==) Matched nv as autoconfigured driver 2
[  4825.832] (==) Matched amdgpu as autoconfigured driver 3
[  4825.832] (==) Matched modesetting as autoconfigured driver 4
[  4825.832] (==) Matched ati as autoconfigured driver 5
[  4825.832] (==) Matched fbdev as autoconfigured driver 6
[  4825.832] (==) Matched vesa as autoconfigured driver 7
[  4825.832] (==) Assigned the driver to the xf86ConfigLayout
[  4825.832] (II) LoadModule: "nvidia"
[  4825.832] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  4825.832] (II) Module nvidia: vendor="NVIDIA Corporation"
[  4825.832] 	compiled for 1.6.99.901, module version = 1.0.0
[  4825.832] 	Module class: X.Org Video Driver
[  4825.832] (II) LoadModule: "nouveau"
[  4825.832] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  4825.832] (II) Module nouveau: vendor="X.Org Foundation"
[  4825.832] 	compiled for 1.20.10, module version = 1.0.17
[  4825.832] 	Module class: X.Org Video Driver
[  4825.832] 	ABI class: X.Org Video Driver, version 24.1
[  4825.832] (II) LoadModule: "nv"
[  4825.832] (WW) Warning, couldn't open module nv
[  4825.832] (EE) Failed to load module "nv" (module does not exist, 0)
[  4825.832] (II) LoadModule: "amdgpu"
[  4825.832] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  4825.833] (II) Module amdgpu: vendor="X.Org Foundation"
[  4825.833] 	compiled for 1.20.8, module version = 19.1.0
[  4825.833] 	Module class: X.Org Video Driver
[  4825.833] 	ABI class: X.Org Video Driver, version 24.1
[  4825.833] (II) LoadModule: "modesetting"
[  4825.833] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  4825.833] (II) Module modesetting: vendor="X.Org Foundation"
[  4825.833] 	compiled for 1.20.11, module version = 1.20.11
[  4825.833] 	Module class: X.Org Video Driver
[  4825.833] 	ABI class: X.Org Video Driver, version 24.1
[  4825.833] (II) LoadModule: "ati"
[  4825.833] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  4825.833] (II) Module ati: vendor="X.Org Foundation"
[  4825.833] 	compiled for 1.20.8, module version = 19.1.0
[  4825.833] 	Module class: X.Org Video Driver
[  4825.833] 	ABI class: X.Org Video Driver, version 24.1
[  4825.833] (II) LoadModule: "fbdev"
[  4825.833] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  4825.833] (II) Module fbdev: vendor="X.Org Foundation"
[  4825.833] 	compiled for 1.20.8, module version = 0.5.0
[  4825.833] 	Module class: X.Org Video Driver
[  4825.833] 	ABI class: X.Org Video Driver, version 24.1
[  4825.833] (II) LoadModule: "vesa"
[  4825.833] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  4825.833] (II) Module vesa: vendor="X.Org Foundation"
[  4825.833] 	compiled for 1.20.9, module version = 2.5.0
[  4825.833] 	Module class: X.Org Video Driver
[  4825.833] 	ABI class: X.Org Video Driver, version 24.1
[  4825.833] (II) NVIDIA dlloader X Driver  465.31  Thu May 13 22:19:15 UTC 2021
[  4825.833] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  4825.833] (II) NOUVEAU driver
[  4825.833] (II) NOUVEAU driver for NVIDIA chipset families :
[  4825.833] 	RIVA TNT            (NV04)
[  4825.833] 	RIVA TNT2           (NV05)
[  4825.833] 	GeForce 256         (NV10)
[  4825.833] 	GeForce 2           (NV11, NV15)
[  4825.833] 	GeForce 4MX         (NV17, NV18)
[  4825.833] 	GeForce 3           (NV20)
[  4825.833] 	GeForce 4Ti         (NV25, NV28)
[  4825.833] 	GeForce FX          (NV3x)
[  4825.833] 	GeForce 6           (NV4x)
[  4825.833] 	GeForce 7           (G7x)
[  4825.833] 	GeForce 8           (G8x)
[  4825.833] 	GeForce 9           (G9x)
[  4825.833] 	GeForce GTX 2xx/3xx (GT2xx)
[  4825.833] 	GeForce GTX 4xx/5xx (GFxxx)
[  4825.833] 	GeForce GTX 6xx/7xx (GKxxx)
[  4825.833] 	GeForce GTX 9xx     (GMxxx)
[  4825.833] 	GeForce GTX 10xx    (GPxxx)
[  4825.833] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[  4825.833] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  4825.833] (II) FBDEV: driver for framebuffer: fbdev
[  4825.833] (II) VESA: driver for VESA chipsets: vesa
[  4825.833] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  4825.833] (II) systemd-logind: releasing fd for 226:0
[  4825.834] (II) Loading sub module "fb"
[  4825.834] (II) LoadModule: "fb"
[  4825.834] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4825.834] (II) Module fb: vendor="X.Org Foundation"
[  4825.834] 	compiled for 1.20.11, module version = 1.0.0
[  4825.834] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4825.834] (II) Loading sub module "wfb"
[  4825.834] (II) LoadModule: "wfb"
[  4825.834] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  4825.834] (II) Module wfb: vendor="X.Org Foundation"
[  4825.834] 	compiled for 1.20.11, module version = 1.0.0
[  4825.834] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4825.834] (II) Loading sub module "ramdac"
[  4825.834] (II) LoadModule: "ramdac"
[  4825.834] (II) Module "ramdac" already built-in
[  4825.835] (WW) Falling back to old probe method for modesetting
[  4825.835] (WW) Falling back to old probe method for fbdev
[  4825.835] (II) Loading sub module "fbdevhw"
[  4825.835] (II) LoadModule: "fbdevhw"
[  4825.835] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  4825.835] (II) Module fbdevhw: vendor="X.Org Foundation"
[  4825.835] 	compiled for 1.20.11, module version = 0.0.2
[  4825.835] 	ABI class: X.Org Video Driver, version 24.1
[  4825.838] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  4825.838] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Monitor" for depth/fbbpp 24/32
[  4825.838] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  4825.838] (==) NVIDIA(0): RGB weight 888
[  4825.838] (==) NVIDIA(0): Default visual is TrueColor
[  4825.838] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  4825.838] (**) Option "AllowNVIDIAGpuScreens"
[  4825.838] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  4825.838] (II) Applying OutputClass "NIVIDIA-0" options to /dev/dri/card0
[  4825.838] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  4825.838] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "true"
[  4825.838] (**) NVIDIA(0): Enabling 2D acceleration
[  4825.838] (II) Loading sub module "glxserver_nvidia"
[  4825.838] (II) LoadModule: "glxserver_nvidia"
[  4825.838] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  4825.841] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  4825.841] 	compiled for 1.6.99.901, module version = 1.0.0
[  4825.841] 	Module class: X.Org Server Extension
[  4825.841] (II) NVIDIA GLX Module  465.31  Thu May 13 22:16:59 UTC 2021
[  4825.841] (II) NVIDIA: The X server supports PRIME Render Offload.
[  4826.886] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  4826.886] (--) NVIDIA(0):     DFP-0 (boot)
[  4826.886] (--) NVIDIA(0):     DFP-1
[  4826.886] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 Laptop GPU (GA106-A) at
[  4826.886] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[  4826.886] (--) NVIDIA(0): Memory: 6291456 kBytes
[  4826.886] (--) NVIDIA(0): VideoBIOS: 94.06.15.00.7a
[  4826.886] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  4826.886] (--) NVIDIA(GPU-0): LG Electronics LG HDR WQHD (DFP-0): connected
[  4826.886] (--) NVIDIA(GPU-0): LG Electronics LG HDR WQHD (DFP-0): Internal DisplayPort
[  4826.886] (--) NVIDIA(GPU-0): LG Electronics LG HDR WQHD (DFP-0): 2670.0 MHz maximum pixel clock
[  4826.887] (--) NVIDIA(GPU-0):
[  4826.889] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  4826.889] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  4826.889] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  4826.889] (--) NVIDIA(GPU-0):
[  4826.889] (**) NVIDIA(0): Option "Primary" "true"
[  4826.905] (==) NVIDIA(0):
[  4826.905] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  4826.905] (==) NVIDIA(0):     will be used as the requested mode.
[  4826.905] (==) NVIDIA(0):
[  4826.907] (II) NVIDIA(0): Validated MetaModes:
[  4826.907] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[  4826.907] (II) NVIDIA(0): Virtual screen size determined to be 3440 x 1440
[  4826.966] (--) NVIDIA(0): DPI set to (109, 107); computed from "UseEdidDpi" X config
[  4826.966] (--) NVIDIA(0):     option
[  4826.966] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[  4826.966] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  4826.966] (==) AMDGPU(G0): Default visual is TrueColor
[  4826.966] (==) AMDGPU(G0): RGB weight 888
[  4826.966] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[  4826.966] (--) AMDGPU(G0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1638)
[  4826.966] (II) Loading sub module "fb"
[  4826.966] (II) LoadModule: "fb"
[  4826.966] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4826.966] (II) Module fb: vendor="X.Org Foundation"
[  4826.966] 	compiled for 1.20.11, module version = 1.0.0
[  4826.966] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4826.966] (II) Loading sub module "dri2"
[  4826.966] (II) LoadModule: "dri2"
[  4826.966] (II) Module "dri2" already built-in
[  4826.984] (II) Loading sub module "glamoregl"
[  4826.984] (II) LoadModule: "glamoregl"
[  4826.984] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  4826.987] (II) Module glamoregl: vendor="X.Org Foundation"
[  4826.987] 	compiled for 1.20.11, module version = 1.0.1
[  4826.987] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4826.994] (II) AMDGPU(G0): glamor X acceleration enabled on AMD RENOIR (DRM 3.40.0, 5.12.11-arch1-1, LLVM 12.0.0)
[  4826.994] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[  4826.994] (==) AMDGPU(G0): TearFree property default: auto
[  4826.994] (II) AMDGPU(G0): Output eDP-1-0 using monitor section eDP-1-0
[  4826.994] (**) AMDGPU(G0): Option "Position" "440 1440"
[  4826.994] (II) AMDGPU(G0): Output HDMI-A-1-0 has no monitor section
[  4827.001] (II) AMDGPU(G0): EDID for output eDP-1-0
[  4827.001] (II) AMDGPU(G0): Manufacturer: TMX  Model: 1400  Serial#: 0
[  4827.001] (II) AMDGPU(G0): Year: 2020  Week: 30
[  4827.001] (II) AMDGPU(G0): EDID Version: 1.4
[  4827.001] (II) AMDGPU(G0): Digital Display Input
[  4827.001] (II) AMDGPU(G0): 8 bits per channel
[  4827.001] (II) AMDGPU(G0): Digital interface is DisplayPort
[  4827.001] (II) AMDGPU(G0): Max Image Size [cm]: horiz.: 31  vert.: 17
[  4827.001] (II) AMDGPU(G0): Gamma: 2.20
[  4827.001] (II) AMDGPU(G0): No DPMS capabilities specified
[  4827.001] (II) AMDGPU(G0): Supported color encodings: RGB 4:4:4
[  4827.001] (II) AMDGPU(G0): Default color space is primary color space
[  4827.001] (II) AMDGPU(G0): First detailed timing is preferred mode
[  4827.001] (II) AMDGPU(G0): Preferred mode is native pixel format and refresh rate
[  4827.001] (II) AMDGPU(G0): Display is continuous-frequency
[  4827.001] (II) AMDGPU(G0): redX: 0.680 redY: 0.320   greenX: 0.265 greenY: 0.690
[  4827.001] (II) AMDGPU(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[  4827.001] (II) AMDGPU(G0): Manufacturer's mask: 0
[  4827.001] (II) AMDGPU(G0): Supported detailed timing:
[  4827.001] (II) AMDGPU(G0): clock: 496.1 MHz   Image Size:  310 x 174 mm
[  4827.001] (II) AMDGPU(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[  4827.001] (II) AMDGPU(G0): v_active: 1440  v_sync: 1463  v_sync_end 1468 v_blanking: 1520 v_border: 0
[  4827.001] (II) AMDGPU(G0): Supported detailed timing:
[  4827.001] (II) AMDGPU(G0): clock: 248.1 MHz   Image Size:  310 x 174 mm
[  4827.001] (II) AMDGPU(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[  4827.001] (II) AMDGPU(G0): v_active: 1440  v_sync: 1463  v_sync_end 1468 v_blanking: 1520 v_border: 0
[  4827.001] (II) AMDGPU(G0): Ranges: V min: 48 V max: 120 Hz, H min: 184 H max: 184 kHz, PixClock max 505 MHz
[  4827.001] (II) AMDGPU(G0): Monitor name: TL140BDXP01-0
[  4827.001] (II) AMDGPU(G0): EDID (in hex):
[  4827.001] (II) AMDGPU(G0): 	00ffffffffffff0051b8001400000000
[  4827.001] (II) AMDGPU(G0): 	1e1e0104a51f1178070f91ae5243b026
[  4827.001] (II) AMDGPU(G0): 	0f505400000001010101010101010101
[  4827.001] (II) AMDGPU(G0): 	010101010101cdc100a0a0a050503020
[  4827.001] (II) AMDGPU(G0): 	750436ae1000001ee76000a0a0a05050
[  4827.001] (II) AMDGPU(G0): 	3020750436ae1000001e000000fd0030
[  4827.001] (II) AMDGPU(G0): 	78b8b832010a202020202020000000fc
[  4827.001] (II) AMDGPU(G0): 	00544c3134304244585030312d30001e
[  4827.002] (II) AMDGPU(G0): Printing probed modes for output eDP-1-0
[  4827.002] (II) AMDGPU(G0): Modeline "2560x1440"x120.0  496.13  2560 2608 2640 2720  1440 1463 1468 1520 +hsync +vsync (182.4 kHz eP)
[  4827.002] (II) AMDGPU(G0): Modeline "2560x1440"x60.0  248.07  2560 2608 2640 2720  1440 1463 1468 1520 +hsync +vsync (91.2 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1920x1200"x120.0  496.13  1920 2608 2640 2720  1200 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1920x1080"x120.0  496.13  1920 2608 2640 2720  1080 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1600x1200"x120.0  496.13  1600 2608 2640 2720  1200 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1680x1050"x120.0  496.13  1680 2608 2640 2720  1050 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1280x1024"x120.0  496.13  1280 2608 2640 2720  1024 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1440x900"x120.0  496.13  1440 2608 2640 2720  900 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1280x800"x120.0  496.13  1280 2608 2640 2720  800 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1280x720"x120.0  496.13  1280 2608 2640 2720  720 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "1024x768"x120.0  496.13  1024 2608 2640 2720  768 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "800x600"x120.0  496.13  800 2608 2640 2720  600 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): Modeline "640x480"x120.0  496.13  640 2608 2640 2720  480 1463 1468 1520 +hsync +vsync (182.4 kHz e)
[  4827.002] (II) AMDGPU(G0): EDID for output HDMI-A-1-0
[  4827.002] (II) AMDGPU(G0): mem size init: gart size :bf67d000 vram size: s:1d907000 visible:1d907000
[  4827.002] (==) AMDGPU(G0): DPI set to (96, 96)
[  4827.002] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[  4827.002] (II) Loading sub module "ramdac"
[  4827.002] (II) LoadModule: "ramdac"
[  4827.002] (II) Module "ramdac" already built-in
[  4827.002] (II) UnloadModule: "nouveau"
[  4827.002] (II) Unloading nouveau
[  4827.002] (II) UnloadModule: "modesetting"
[  4827.002] (II) Unloading modesetting
[  4827.002] (II) UnloadModule: "fbdev"
[  4827.002] (II) Unloading fbdev
[  4827.002] (II) UnloadSubModule: "fbdevhw"
[  4827.002] (II) Unloading fbdevhw
[  4827.002] (II) UnloadModule: "vesa"
[  4827.002] (II) Unloading vesa
[  4827.002] (WW) NVIDIA: Failed to bind sideband socket to
[  4827.002] (WW) NVIDIA:     '/var/run/nvidia-xdriver-5ddffec6' Permission denied
[  4827.002] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  4827.002] (II) NVIDIA:     access.
[  4827.010] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  4827.010] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  4827.010] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  4827.010] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  4827.010] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  4827.010] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  4827.010] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  4827.010] (II) NVIDIA(0):     Config Options in the README.
[  4827.025] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  4827.129] (==) NVIDIA(0): Disabling shared memory pixmaps
[  4827.129] (==) NVIDIA(0): Backing store enabled
[  4827.129] (==) NVIDIA(0): Silken mouse disabled
[  4827.129] (**) NVIDIA(0): DPMS enabled
[  4827.129] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  4827.129] (WW) NVIDIA(0): Option "Primary" is not used
[  4827.129] (WW) NVIDIA(0): Option "Position" is not used
[  4827.129] (II) Loading sub module "dri2"
[  4827.129] (II) LoadModule: "dri2"
[  4827.129] (II) Module "dri2" already built-in
[  4827.129] (II) NVIDIA(0): [DRI2] Setup complete
[  4827.129] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  4827.129] (II) AMDGPU(G0): [DRI2] Setup complete
[  4827.129] (II) AMDGPU(G0): [DRI2]   DRI driver: radeonsi
[  4827.129] (II) AMDGPU(G0): [DRI2]   VDPAU driver: radeonsi
[  4827.135] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[  4827.135] (==) AMDGPU(G0): Backing store enabled
[  4827.135] (II) AMDGPU(G0): Direct rendering enabled
[  4827.139] (II) AMDGPU(G0): Use GLAMOR acceleration.
[  4827.139] (II) AMDGPU(G0): Acceleration enabled
[  4827.139] (**) AMDGPU(G0): DPMS enabled
[  4827.139] (==) AMDGPU(G0): Silken mouse disabled
[  4827.142] (WW) AMDGPU(G0): Option "Primary" is not used
[  4827.142] (WW) AMDGPU(G0): Option "Position" is not used
[  4827.142] (II) Initializing extension Generic Event Extension
[  4827.142] (II) Initializing extension SHAPE
[  4827.142] (II) Initializing extension MIT-SHM
[  4827.142] (II) Initializing extension XInputExtension
[  4827.142] (II) Initializing extension XTEST
[  4827.142] (II) Initializing extension BIG-REQUESTS
[  4827.142] (II) Initializing extension SYNC
[  4827.142] (II) Initializing extension XKEYBOARD
[  4827.142] (II) Initializing extension XC-MISC
[  4827.142] (II) Initializing extension SECURITY
[  4827.142] (II) Initializing extension XFIXES
[  4827.142] (II) Initializing extension RENDER
[  4827.142] (II) Initializing extension RANDR
[  4827.142] (II) Initializing extension COMPOSITE
[  4827.142] (II) Initializing extension DAMAGE
[  4827.142] (II) Initializing extension MIT-SCREEN-SAVER
[  4827.142] (II) Initializing extension DOUBLE-BUFFER
[  4827.142] (II) Initializing extension RECORD
[  4827.142] (II) Initializing extension DPMS
[  4827.142] (II) Initializing extension Present
[  4827.142] (II) Initializing extension DRI3
[  4827.142] (II) Initializing extension X-Resource
[  4827.142] (II) Initializing extension XVideo
[  4827.142] (II) Initializing extension XVideo-MotionCompensation
[  4827.142] (II) Initializing extension GLX
[  4827.142] (II) Initializing extension GLX
[  4827.142] (II) Indirect GLX disabled.
[  4827.143] (II) GLX: Another vendor is already registered for screen 0
[  4827.143] (II) Initializing extension XFree86-VidModeExtension
[  4827.143] (II) Initializing extension XFree86-DGA
[  4827.143] (II) Initializing extension XFree86-DRI
[  4827.143] (II) Initializing extension DRI2
[  4827.143] (II) Initializing extension NV-GLX
[  4827.143] (II) Initializing extension NV-CONTROL
[  4827.143] (II) Initializing extension XINERAMA
[  4827.237] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
[  4827.237] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[  4827.237] (II) LoadModule: "libinput"
[  4827.237] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  4827.238] (II) Module libinput: vendor="X.Org Foundation"
[  4827.238] 	compiled for 1.20.11, module version = 1.0.1
[  4827.238] 	Module class: X.Org XInput Driver
[  4827.238] 	ABI class: X.Org XInput driver, version 24.1
[  4827.238] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[  4827.239] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 36 paused 0
[  4827.239] (**) Asus Wireless Radio Control: always reports core events
[  4827.239] (**) Option "Device" "/dev/input/event4"
[  4827.239] (**) Option "_source" "server/udev"
[  4827.240] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[  4827.240] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[  4827.240] (II) event4  - Asus Wireless Radio Control: device removed
[  4827.240] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4/event4"
[  4827.240] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 6)
[  4827.241] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[  4827.241] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[  4827.241] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  4827.241] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  4827.241] (II) Using input driver 'libinput' for 'Video Bus'
[  4827.242] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 39 paused 0
[  4827.242] (**) Video Bus: always reports core events
[  4827.242] (**) Option "Device" "/dev/input/event3"
[  4827.242] (**) Option "_source" "server/udev"
[  4827.242] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  4827.242] (II) event3  - Video Bus: device is a keyboard
[  4827.242] (II) event3  - Video Bus: device removed
[  4827.242] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:00/input/input3/event3"
[  4827.242] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  4827.243] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  4827.243] (II) event3  - Video Bus: device is a keyboard
[  4827.243] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  4827.243] (II) No input driver specified, ignoring this device.
[  4827.243] (II) This device may have been added with another device file.
[  4827.243] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  4827.243] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4827.243] (II) Using input driver 'libinput' for 'Power Button'
[  4827.244] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
[  4827.244] (**) Power Button: always reports core events
[  4827.244] (**) Option "Device" "/dev/input/event1"
[  4827.244] (**) Option "_source" "server/udev"
[  4827.244] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4827.244] (II) event1  - Power Button: device is a keyboard
[  4827.244] (II) event1  - Power Button: device removed
[  4827.244] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  4827.244] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  4827.245] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4827.245] (II) event1  - Power Button: device is a keyboard
[  4827.245] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  4827.245] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  4827.245] (II) Using input driver 'libinput' for 'Sleep Button'
[  4827.246] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 41 paused 0
[  4827.246] (**) Sleep Button: always reports core events
[  4827.246] (**) Option "Device" "/dev/input/event2"
[  4827.246] (**) Option "_source" "server/udev"
[  4827.246] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  4827.246] (II) event2  - Sleep Button: device is a keyboard
[  4827.246] (II) event2  - Sleep Button: device removed
[  4827.246] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  4827.246] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  4827.247] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  4827.247] (II) event2  - Sleep Button: device is a keyboard
[  4827.247] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[  4827.247] (II) No input driver specified, ignoring this device.
[  4827.247] (II) This device may have been added with another device file.
[  4827.247] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[  4827.247] (II) No input driver specified, ignoring this device.
[  4827.247] (II) This device may have been added with another device file.
[  4827.247] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[  4827.247] (II) No input driver specified, ignoring this device.
[  4827.247] (II) This device may have been added with another device file.
[  4827.247] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[  4827.247] (II) No input driver specified, ignoring this device.
[  4827.247] (II) This device may have been added with another device file.
[  4827.247] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event9)
[  4827.247] (II) No input driver specified, ignoring this device.
[  4827.247] (II) This device may have been added with another device file.
[  4827.248] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event16)
[  4827.248] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[  4827.248] (II) Using input driver 'libinput' for 'Asus Keyboard'
[  4827.249] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 42 paused 0
[  4827.249] (**) Asus Keyboard: always reports core events
[  4827.249] (**) Option "Device" "/dev/input/event16"
[  4827.249] (**) Option "_source" "server/udev"
[  4827.249] (II) event16 - Asus Keyboard: is tagged by udev as: Keyboard
[  4827.249] (II) event16 - Asus Keyboard: device is a keyboard
[  4827.249] (II) event16 - Asus Keyboard: device removed
[  4827.249] (II) libinput: Asus Keyboard: needs a virtual subdevice
[  4827.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input23/event16"
[  4827.249] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 10)
[  4827.249] (**) Option "AccelerationScheme" "none"
[  4827.249] (**) Asus Keyboard: (accel) selected scheme none/0
[  4827.249] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[  4827.249] (**) Asus Keyboard: (accel) acceleration threshold: 4
[  4827.250] (II) event16 - Asus Keyboard: is tagged by udev as: Keyboard
[  4827.250] (II) event16 - Asus Keyboard: device is a keyboard
[  4827.250] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event17)
[  4827.250] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[  4827.250] (II) Using input driver 'libinput' for 'Asus Keyboard'
[  4827.251] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 43 paused 0
[  4827.251] (**) Asus Keyboard: always reports core events
[  4827.251] (**) Option "Device" "/dev/input/event17"
[  4827.251] (**) Option "_source" "server/udev"
[  4827.252] (II) event17 - Asus Keyboard: is tagged by udev as: Keyboard
[  4827.252] (II) event17 - Asus Keyboard: device is a keyboard
[  4827.252] (II) event17 - Asus Keyboard: device removed
[  4827.252] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0004/input/input24/event17"
[  4827.252] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 11)
[  4827.252] (II) event17 - Asus Keyboard: is tagged by udev as: Keyboard
[  4827.253] (II) event17 - Asus Keyboard: device is a keyboard
[  4827.253] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event14)
[  4827.253] (II) No input driver specified, ignoring this device.
[  4827.253] (II) This device may have been added with another device file.
[  4827.253] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event15)
[  4827.253] (II) No input driver specified, ignoring this device.
[  4827.253] (II) This device may have been added with another device file.
[  4827.253] (II) config/udev: Adding input device ELAN1201:00 04F3:3098 Touchpad (/dev/input/event8)
[  4827.253] (**) ELAN1201:00 04F3:3098 Touchpad: Applying InputClass "libinput touchpad catchall"
[  4827.253] (II) Using input driver 'libinput' for 'ELAN1201:00 04F3:3098 Touchpad'
[  4827.254] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[  4827.254] (**) ELAN1201:00 04F3:3098 Touchpad: always reports core events
[  4827.254] (**) Option "Device" "/dev/input/event8"
[  4827.254] (**) Option "_source" "server/udev"
[  4827.255] (II) event8  - ELAN1201:00 04F3:3098 Touchpad: is tagged by udev as: Touchpad
[  4827.255] (II) event8  - ELAN1201:00 04F3:3098 Touchpad: device is a touchpad
[  4827.255] (II) event8  - ELAN1201:00 04F3:3098 Touchpad: device removed
[  4827.255] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input10/event8"
[  4827.255] (II) XINPUT: Adding extended input device "ELAN1201:00 04F3:3098 Touchpad" (type: TOUCHPAD, id 12)
[  4827.256] (**) Option "AccelerationScheme" "none"
[  4827.256] (**) ELAN1201:00 04F3:3098 Touchpad: (accel) selected scheme none/0
[  4827.256] (**) ELAN1201:00 04F3:3098 Touchpad: (accel) acceleration factor: 2.000
[  4827.256] (**) ELAN1201:00 04F3:3098 Touchpad: (accel) acceleration threshold: 4
[  4827.256] (II) event8  - ELAN1201:00 04F3:3098 Touchpad: is tagged by udev as: Touchpad
[  4827.257] (II) event8  - ELAN1201:00 04F3:3098 Touchpad: device is a touchpad
[  4827.257] (II) config/udev: Adding input device ELAN1201:00 04F3:3098 Touchpad (/dev/input/mouse1)
[  4827.257] (II) No input driver specified, ignoring this device.
[  4827.257] (II) This device may have been added with another device file.
[  4827.257] (II) config/udev: Adding input device ELAN1201:00 04F3:3098 Mouse (/dev/input/event7)
[  4827.257] (**) ELAN1201:00 04F3:3098 Mouse: Applying InputClass "libinput pointer catchall"
[  4827.257] (II) Using input driver 'libinput' for 'ELAN1201:00 04F3:3098 Mouse'
[  4827.258] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 45 paused 0
[  4827.258] (**) ELAN1201:00 04F3:3098 Mouse: always reports core events
[  4827.258] (**) Option "Device" "/dev/input/event7"
[  4827.258] (**) Option "_source" "server/udev"
[  4827.259] (II) event7  - ELAN1201:00 04F3:3098 Mouse: is tagged by udev as: Mouse Pointingstick
[  4827.259] (II) event7  - ELAN1201:00 04F3:3098 Mouse: device is a pointer
[  4827.259] (II) event7  - ELAN1201:00 04F3:3098 Mouse: device removed
[  4827.259] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input9/event7"
[  4827.259] (II) XINPUT: Adding extended input device "ELAN1201:00 04F3:3098 Mouse" (type: MOUSE, id 13)
[  4827.259] (**) Option "AccelerationScheme" "none"
[  4827.259] (**) ELAN1201:00 04F3:3098 Mouse: (accel) selected scheme none/0
[  4827.259] (**) ELAN1201:00 04F3:3098 Mouse: (accel) acceleration factor: 2.000
[  4827.259] (**) ELAN1201:00 04F3:3098 Mouse: (accel) acceleration threshold: 4
[  4827.260] (II) event7  - ELAN1201:00 04F3:3098 Mouse: is tagged by udev as: Mouse Pointingstick
[  4827.260] (II) event7  - ELAN1201:00 04F3:3098 Mouse: device is a pointer
[  4827.260] (II) config/udev: Adding input device ELAN1201:00 04F3:3098 Mouse (/dev/input/mouse0)
[  4827.260] (II) No input driver specified, ignoring this device.
[  4827.260] (II) This device may have been added with another device file.
[  4827.261] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[  4827.261] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  4827.261] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  4827.261] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[  4827.261] (**) Asus WMI hotkeys: always reports core events
[  4827.261] (**) Option "Device" "/dev/input/event6"
[  4827.261] (**) Option "_source" "server/udev"
[  4827.262] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  4827.262] (II) event6  - Asus WMI hotkeys: device is a keyboard
[  4827.262] (II) event6  - Asus WMI hotkeys: device removed
[  4827.262] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input6/event6"
[  4827.262] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[  4827.262] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  4827.262] (II) event6  - Asus WMI hotkeys: device is a keyboard
[  4827.263] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  4827.263] (II) No input driver specified, ignoring this device.
[  4827.263] (II) This device may have been added with another device file.
[  4827.265] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[  4827.265] (II) Using input driver 'libinput' for 'Asus Keyboard'
[  4827.265] (II) systemd-logind: returning pre-existing fd for /dev/input/event16 13:80
[  4827.265] (**) Asus Keyboard: always reports core events
[  4827.265] (**) Option "Device" "/dev/input/event16"
[  4827.265] (**) Option "_source" "_driver/libinput"
[  4827.265] (II) libinput: Asus Keyboard: is a virtual subdevice
[  4827.265] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input23/event16"
[  4827.265] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 15)
[  4827.265] (--) NVIDIA(GPU-0): LG Electronics LG HDR WQHD (DFP-0): connected
[  4827.265] (--) NVIDIA(GPU-0): LG Electronics LG HDR WQHD (DFP-0): Internal DisplayPort
[  4827.265] (--) NVIDIA(GPU-0): LG Electronics LG HDR WQHD (DFP-0): 2670.0 MHz maximum pixel clock
[  4827.265] (--) NVIDIA(GPU-0):
[  4827.323] randr: falling back to unsynchronized pixmap sharing

Offline

#10 2021-06-19 15:16:16

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

Re: Scale one of two monitors with xrandr

Yeah, thought as much.
You're running on the nvidia GPU, but eDP-1 is wired to the amd chip - that's not gonna work ever :-(

https://forums.developer.nvidia.com/t/s … or/47649/5

Also
https://bbs.archlinux.org/viewtopic.php?id=251714
https://bbs.archlinux.org/viewtopic.php?id=255680

Online

#11 2021-06-19 17:53:26

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

Re: Scale one of two monitors with xrandr

I'm not entirely sure but I think you can set the graphics card that will be used for the built in display off this laptop at least in windows. In the mean time i use

xrandr --output eDP-1-0 --mode 1920x108

as a temporary fix so that i can at least read the text.

Offline

#12 2021-06-19 18:50:23

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

Re: Scale one of two monitors with xrandr

Does the UEFI/BIOS allow you to deactivate the internal/AMD chip and only use the nvidia GPU?

Online

#13 2021-06-20 08:23:12

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

Re: Scale one of two monitors with xrandr

Unfortunatly not, I think in Windows you can deacitvate the AMD gpu in the device manager would there be an equivalent to that in linux?

Offline

#14 2021-06-20 09:08:42

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

Re: Scale one of two monitors with xrandr

https://wiki.archlinux.org/title/NVIDIA … phics_only / Reverse prime
More or less what you seem to be doing, though I don't see how

xrandr --setprovideroutputsource modesetting NVIDIA-0

could work in the present configuration and w/ the actual output name.

Online

Board footer

Powered by FluxBB