You are not logged in.

#1 2024-12-04 17:05:53

9acca9
Member
Registered: 2017-02-03
Posts: 51

Change screen size... overscan compensation.

Hi i have an old projector and the pc attached to the projector.

The thing is my projection is too big for my "display" the sheet where i project (i dont know the word in english)

So, i want to reduce the size of the screen (i know some projector have this option but mine dont have).

How i can do that?

(i was using this projector in the pass with a raspberry pi, and with the raspberry pi i just put this in the config.txt file in /boot and all work fine:

# Display
disable_overscan=0

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=50
overscan_right=50
overscan_top=60
overscan_bottom=60

)

I try with xrandr like this (the values where just too see if the change is the kind of change im expecting):

xrandr --output HDMI-1 --transform 1.085,0,-50,0,1.18,-65,0,0,1

But, dont work at all. With that the x and y from the top and left change but the bottom and right dont change at all (i just lost part of the screen)

I know that i can move the projector, but it is not a solution because is already well placed in the best part of my living and... it was working as i want in my raspberry pi.

Thanks

Last edited by 9acca9 (2024-12-05 14:15:19)

Offline

#2 2024-12-04 17:24:27

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: Change screen size... overscan compensation.

Am I understanding correctly that the "sheet" you are projecting on to is too small to contain the full projector image? And you would like to scale down the image coming out of the projector so that it fits on your sheet?

If I am understanding correctly, then:

xrandr --output HDMI-1 --transform 1.085,0,-50,0,1.18,-65,0,0,1

will make the image larger smaller in the horizontal and vertical direction. Transform your image so that its origin (top left corner) is in the correct spot, and then use scaling values <1 to fit it on to the sheet you are projecting on to.

Last edited by pvtvega (2024-12-04 19:05:30)

Offline

#3 2024-12-04 17:38:23

9acca9
Member
Registered: 2017-02-03
Posts: 51

Re: Change screen size... overscan compensation.

Exactly, you understand me correctly.

with that syntax i can move the left side and upper side of the screen, which of course that is good.
But, dont move at all the right side and bottom side (dont contract at all from that side)


Thanks

Last edited by 9acca9 (2024-12-04 17:58:33)

Offline

#4 2024-12-04 18:00:25

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: Change screen size... overscan compensation.

Can you please post the exact transformation you are using?

Offline

#5 2024-12-04 18:25:06

9acca9
Member
Registered: 2017-02-03
Posts: 51

Re: Change screen size... overscan compensation.

This

xrandr --output DP-1 --transform 1.030,0,-30,0,1.010,-20,0,0,1

And here is a picture (not to good because there is a lot of light in my house today... lol) But if you look at the right you will notice that go beyond the "sheet" and also in the bottom the same. The up and left it is good with the transform but dont do nothing to the other sides.

https://imgur.com/a/0YTJfan

Thanks

Last edited by 9acca9 (2024-12-04 18:25:22)

Offline

#6 2024-12-05 05:55:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,718

Re: Change screen size... overscan compensation.

Please edit your subject to indicate that you're looking for overscan compensation.
The actual approach *vastly* depends on the hardware and drivers and using https://wiki.archlinux.org/title/Xrandr … n_property will not work on wayland.
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#7 2024-12-05 14:10:47

9acca9
Member
Registered: 2017-02-03
Posts: 51

Re: Change screen size... overscan compensation.

Thanks i will post in Xorg.
Thanks!

edit... i will post the xorg log.
Thanks.

Last edited by 9acca9 (2024-12-05 14:16:02)

Offline

#8 2024-12-05 21:58:38

9acca9
Member
Registered: 2017-02-03
Posts: 51

Re: Change screen size... overscan compensation.

Hi.
Here is the log. I want to clarify a point. This is an Arch running in a VM in Proxmox. I have proxmox in a notebook that lost everything without possibility to repair (display, keyboard)... then i use it as server for my home. I pass the HDMI to the VM, so the VM can use the physical port (iGPU PASSTHROUGH)

Well, this is the log:

[panchines@archi ~]$ cat /var/log/Xorg.0.log
[    10.785] 
X.Org X Server 1.21.1.14
X Protocol Version 11, Revision 0
[    10.785] Current Operating System: Linux archi 6.12.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 22 Nov 2024 16:04:27 +0000 x86_64
[    10.785] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=da279138-c10f-4809-93e1-00f1ddc41b52 rw loglevel=3 quiet
[    10.785]  
[    10.785] Current version of pixman: 0.44.2
[    10.785]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    10.785] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.785] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec  5 18:51:55 2024
[    10.815] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.827] (==) No Layout section.  Using the first Screen section.
[    10.827] (==) No screen section available. Using defaults.
[    10.827] (**) |-->Screen "Default Screen Section" (0)
[    10.827] (**) |   |-->Monitor "<default monitor>"
[    10.828] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    10.828] (**) Allowing byte-swapped clients
[    10.828] (==) Automatically adding devices
[    10.828] (==) Automatically enabling devices
[    10.828] (==) Automatically adding GPU devices
[    10.828] (==) Automatically binding GPU devices
[    10.828] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.844] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    10.844]    Entry deleted from font path.
[    10.844] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    10.844]    Entry deleted from font path.
[    10.844] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    10.844]    Entry deleted from font path.
[    10.844] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    10.844]    Entry deleted from font path.
[    10.844] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    10.844]    Entry deleted from font path.
[    10.844] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    10.844]    Entry deleted from font path.                                                                                 
[    10.844] (==) FontPath set to:                                                                                            
                                                                                                                              
[    10.844] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.844] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.844] (II) Module ABI versions:
[    10.844]    X.Org ANSI C Emulation: 0.4
[    10.844]    X.Org Video Driver: 25.2
[    10.844]    X.Org XInput driver : 24.4
[    10.844]    X.Org Server Extension : 10.0
[    10.846] (++) using VT number 7

[    10.846] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    10.852] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.852] (II) Platform probe for /sys/devices/pci0000:00/0000:00:10.0/drm/card0
[    10.868] (--) PCI:*(0@0:16:0) 8086:5916:103c:8313 rev 2, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, I/O @ 0x0000f040/64, BIOS @ 0x????????/131072
[    10.868] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    10.868] (II) LoadModule: "glx"
[    10.870] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.964] (II) Module glx: vendor="X.Org Foundation"
[    10.965]    compiled for 1.21.1.14, module version = 1.0.0
[    10.965]    ABI class: X.Org Server Extension, version 10.0
[    10.965] (==) Matched intel as autoconfigured driver 0
[    10.965] (==) Matched modesetting as autoconfigured driver 1
[    10.965] (==) Matched fbdev as autoconfigured driver 2
[    10.965] (==) Matched vesa as autoconfigured driver 3
[    10.965] (==) Assigned the driver to the xf86ConfigLayout
[    10.965] (II) LoadModule: "intel"
[    10.967] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    11.024] (II) Module intel: vendor="X.Org Foundation"
[    11.024]    compiled for 1.21.1.11, module version = 2.99.917
[    11.024]    Module class: X.Org Video Driver
[    11.024]    ABI class: X.Org Video Driver, version 25.2
[    11.024] (II) LoadModule: "modesetting"
[    11.024] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.124] (II) Module modesetting: vendor="X.Org Foundation"
[    11.124]    compiled for 1.21.1.14, module version = 1.21.1
[    11.124]    Module class: X.Org Video Driver
[    11.124]    ABI class: X.Org Video Driver, version 25.2
[    11.124] (II) LoadModule: "fbdev"
[    11.130] (WW) Warning, couldn't open module fbdev
[    11.130] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.130] (II) LoadModule: "vesa"
[    11.131] (WW) Warning, couldn't open module vesa
[    11.131] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.131] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    11.131] (II) intel: Driver for Intel(R) HD Graphics
[    11.131] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    11.131] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    11.131] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.150] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 0
[    11.150] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[    11.152] (WW) Falling back to old probe method for modesetting
[    11.155] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 620
[    11.155] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 2 threads
[    11.155] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    11.155] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    11.155] (==) intel(0): RGB weight 888
[    11.155] (==) intel(0): Default visual is TrueColor
[    11.161] (II) intel(0): Output DP1 has no monitor section
[    11.162] (II) intel(0): Enabled output DP1
[    11.162] (II) intel(0): Output HDMI1 has no monitor section
[    11.163] (II) intel(0): Enabled output HDMI1
[    11.163] (II) intel(0): Output DP2 has no monitor section
[    11.163] (II) intel(0): Enabled output DP2
[    11.163] (II) intel(0): Output HDMI2 has no monitor section
[    11.164] (II) intel(0): Enabled output HDMI2
[    11.164] (II) intel(0): Output DP3 has no monitor section
[    11.164] (II) intel(0): Enabled output DP3
[    11.165] (II) intel(0): Output HDMI3 has no monitor section
[    11.165] (II) intel(0): Enabled output HDMI3
[    11.165] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    11.165] (II) intel(0): Output VIRTUAL1 has no monitor section
[    11.165] (II) intel(0): Enabled output VIRTUAL1
[    11.165] (--) intel(0): Output DP1 using initial mode 1280x800 on pipe 0
[    11.165] (==) intel(0): TearFree enabled
[    11.165] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.165] (==) intel(0): DPI set to (96, 96)
[    11.165] (II) Loading sub module "dri3"
[    11.165] (II) LoadModule: "dri3"
[    11.165] (II) Module "dri3" already built-in
[    11.165] (II) Loading sub module "dri2"
[    11.166] (II) LoadModule: "dri2"
[    11.166] (II) Module "dri2" already built-in
[    11.166] (II) Loading sub module "present"
[    11.166] (II) LoadModule: "present"
[    11.166] (II) Module "present" already built-in
[    11.166] (II) UnloadModule: "modesetting"
[    11.166] (II) Unloading modesetting
[    11.191] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[    11.191] (==) intel(0): Backing store enabled
[    11.191] (==) intel(0): Silken mouse enabled
[    11.191] (II) intel(0): HW Cursor enabled
[    11.192] (==) intel(0): DPMS enabled
[    11.193] (==) intel(0): Display hotplug detection enabled
[    11.194] (II) intel(0): [DRI2] Setup complete
[    11.194] (II) intel(0): [DRI2]   DRI driver: i965
[    11.194] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    11.194] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    11.194] (II) intel(0): hardware support for Present enabled
[    11.194] (II) Initializing extension Generic Event Extension
[    11.194] (II) Initializing extension SHAPE
[    11.195] (II) Initializing extension MIT-SHM
[    11.195] (II) Initializing extension XInputExtension
[    11.196] (II) Initializing extension XTEST
[    11.198] (II) Initializing extension BIG-REQUESTS
[    11.199] (II) Initializing extension SYNC
[    11.201] (II) Initializing extension XKEYBOARD
[    11.203] (II) Initializing extension XC-MISC
[    11.204] (II) Initializing extension SECURITY
[    11.205] (II) Initializing extension XFIXES
[    11.207] (II) Initializing extension RENDER
[    11.208] (II) Initializing extension RANDR
[    11.209] (II) Initializing extension COMPOSITE
[    11.210] (II) Initializing extension DAMAGE
[    11.211] (II) Initializing extension MIT-SCREEN-SAVER
[    11.212] (II) Initializing extension DOUBLE-BUFFER
[    11.212] (II) Initializing extension RECORD
[    11.212] (II) Initializing extension DPMS
[    11.213] (II) Initializing extension Present
[    11.215] (II) Initializing extension DRI3
[    11.216] (II) Initializing extension X-Resource
[    11.216] (II) Initializing extension XVideo
[    11.216] (II) Initializing extension XVideo-MotionCompensation
[    11.216] (II) Initializing extension GLX
[    11.242] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[    11.242] (EE) AIGLX error: unable to load driver i965
[    13.065] (II) IGLX: Loaded and initialized swrast
[    13.065] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    13.065] (II) Initializing extension XFree86-VidModeExtension
[    13.065] (II) Initializing extension XFree86-DGA
[    13.066] (II) Initializing extension XFree86-DRI
[    13.066] (II) Initializing extension DRI2
[    13.145] (II) intel(0): switch to mode 1280x800@60.0 on DP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    13.161] (II) intel(0): Setting screen physical size to 338 x 211
[    13.435] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    13.435] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.435] (II) LoadModule: "libinput"
[    13.435] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    13.499] (II) Module libinput: vendor="X.Org Foundation"
[    13.500]    compiled for 1.21.1.13, module version = 1.5.0
[    13.500]    Module class: X.Org XInput Driver
[    13.500]    ABI class: X.Org XInput driver, version 24.4
[    13.500] (II) Using input driver 'libinput' for 'Power Button'
[    13.500] (**) Power Button: always reports core events
[    13.500] (**) Option "Device" "/dev/input/event0"
[    13.575] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    13.575] (II) event0  - Power Button: device is a keyboard
[    13.575] (II) event0  - Power Button: device removed
[    13.600] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[    13.600] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    13.604] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    13.604] (II) event0  - Power Button: device is a keyboard
[    13.608] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/event6)
[    13.608] (**) QEMU QEMU USB Tablet: Applying InputClass "libinput pointer catchall"
[    13.608] (II) Using input driver 'libinput' for 'QEMU QEMU USB Tablet'
[    13.608] (**) QEMU QEMU USB Tablet: always reports core events
[    13.608] (**) Option "Device" "/dev/input/event6"
[    13.745] (II) event6  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[    13.746] (II) event6  - QEMU QEMU USB Tablet: device is a pointer
[    13.746] (II) event6  - QEMU QEMU USB Tablet: device removed
[    13.813] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0004/input/input8/event6"
[    13.813] (II) XINPUT: Adding extended input device "QEMU QEMU USB Tablet" (type: MOUSE, id 7)
[    13.814] (**) Option "AccelerationScheme" "none"
[    13.814] (**) QEMU QEMU USB Tablet: (accel) selected scheme none/0
[    13.814] (**) QEMU QEMU USB Tablet: (accel) acceleration factor: 2.000
[    13.814] (**) QEMU QEMU USB Tablet: (accel) acceleration threshold: 4
[    13.871] (II) event6  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[    13.872] (II) event6  - QEMU QEMU USB Tablet: device is a pointer
[    13.876] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/mouse1)
[    13.876] (II) No input driver specified, ignoring this device.
[    13.876] (II) This device may have been added with another device file.
[    13.881] (II) config/udev: Adding input device DP-1 (/dev/input/event5)
[    13.881] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[    13.881] (II) Using input driver 'libinput' for 'DP-1'
[    13.881] (**) DP-1: always reports core events
[    13.881] (**) Option "Device" "/dev/input/event5"
[    13.884] (II) event5  - DP-1: is tagged by udev as: Keyboard Pointingstick
[    13.885] (II) event5  - DP-1: device is a pointer
[    13.885] (II) event5  - DP-1: device is a keyboard
[    13.886] (II) event5  - DP-1: device removed
[    13.933] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.933] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.933] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.933] (II) libinput: DP-1: needs a virtual subdevice
[    13.933] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input22/event5"
[    13.933] (II) XINPUT: Adding extended input device "DP-1" (type: MOUSE, id 8)
[    13.934] (**) Option "AccelerationScheme" "none"
[    13.934] (**) DP-1: (accel) selected scheme none/0
[    13.934] (**) DP-1: (accel) acceleration factor: 2.000
[    13.934] (**) DP-1: (accel) acceleration threshold: 4
[    13.938] (II) event5  - DP-1: is tagged by udev as: Keyboard Pointingstick
[    13.939] (II) event5  - DP-1: device is a pointer
[    13.939] (II) event5  - DP-1: device is a keyboard
[    13.941] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[    13.941] (II) No input driver specified, ignoring this device.
[    13.941] (II) This device may have been added with another device file.
[    13.943] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[    13.943] (II) No input driver specified, ignoring this device.
[    13.943] (II) This device may have been added with another device file.
[    13.945] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[    13.945] (II) No input driver specified, ignoring this device.
[    13.945] (II) This device may have been added with another device file.
[    13.946] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[    13.946] (II) No input driver specified, ignoring this device.
[    13.946] (II) This device may have been added with another device file.
[    13.948] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[    13.948] (II) No input driver specified, ignoring this device.
[    13.948] (II) This device may have been added with another device file.
[    13.953] (II) config/udev: Adding input device Logitech K330 (/dev/input/event3)
[    13.953] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    13.953] (II) Using input driver 'libinput' for 'Logitech K330'
[    13.953] (**) Logitech K330: always reports core events
[    13.953] (**) Option "Device" "/dev/input/event3"
[    13.959] (II) event3  - Logitech K330: is tagged by udev as: Keyboard
[    13.960] (II) event3  - Logitech K330: device is a keyboard
[    13.961] (II) event3  - Logitech K330: device removed
[    13.993] (II) libinput: Logitech K330: needs a virtual subdevice
[    13.993] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0006/input/input28/event3"
[    13.993] (II) XINPUT: Adding extended input device "Logitech K330" (type: MOUSE, id 9)
[    13.993] (**) Option "AccelerationScheme" "none"
[    13.993] (**) Logitech K330: (accel) selected scheme none/0
[    13.993] (**) Logitech K330: (accel) acceleration factor: 2.000
[    13.994] (**) Logitech K330: (accel) acceleration threshold: 4
[    14.000] (II) event3  - Logitech K330: is tagged by udev as: Keyboard
[    14.001] (II) event3  - Logitech K330: device is a keyboard
[    14.006] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/event4)
[    14.006] (**) Logitech M215 2nd Gen: Applying InputClass "libinput pointer catchall"
[    14.006] (II) Using input driver 'libinput' for 'Logitech M215 2nd Gen'
[    14.006] (**) Logitech M215 2nd Gen: always reports core events
[    14.006] (**) Option "Device" "/dev/input/event4"
[    14.013] (II) event4  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    14.013] (II) event4  - Logitech M215 2nd Gen: device is a pointer
[    14.014] (II) event4  - Logitech M215 2nd Gen: device removed
[    14.080] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.080] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.080] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/0003:046D:401B.0005/input/input19/event4"
[    14.080] (II) XINPUT: Adding extended input device "Logitech M215 2nd Gen" (type: MOUSE, id 10)
[    14.080] (**) Option "AccelerationScheme" "none"
[    14.080] (**) Logitech M215 2nd Gen: (accel) selected scheme none/0
[    14.080] (**) Logitech M215 2nd Gen: (accel) acceleration factor: 2.000
[    14.080] (**) Logitech M215 2nd Gen: (accel) acceleration threshold: 4
[    14.088] (II) event4  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    14.089] (II) event4  - Logitech M215 2nd Gen: device is a pointer
[    14.094] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/mouse2)
[    14.094] (II) No input driver specified, ignoring this device.
[    14.094] (II) This device may have been added with another device file.
[    14.096] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    14.096] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    14.096] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    14.096] (**) AT Translated Set 2 keyboard: always reports core events
[    14.096] (**) Option "Device" "/dev/input/event2"
[    14.100] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.100] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    14.103] (II) event2  - AT Translated Set 2 keyboard: device removed
[    14.120] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    14.120] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    14.125] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.126] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    14.129] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event1)
[    14.129] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    14.129] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    14.129] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    14.129] (**) Option "Device" "/dev/input/event1"
[    14.131] (II) event1  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    14.131] (II) event1  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    14.131] (II) event1  - ImExPS/2 Generic Explorer Mouse: device removed
[    14.173] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.173] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.173] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.173] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event1"
[    14.173] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[    14.173] (**) Option "AccelerationScheme" "none"
[    14.173] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    14.173] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    14.173] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    14.176] (II) event1  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    14.176] (II) event1  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    14.178] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[    14.178] (II) No input driver specified, ignoring this device.
[    14.178] (II) This device may have been added with another device file.
[    14.179] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    14.179] (II) No input driver specified, ignoring this device.
[    14.179] (II) This device may have been added with another device file.
[    14.198] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[    14.198] (II) Using input driver 'libinput' for 'DP-1'
[    14.198] (**) DP-1: always reports core events
[    14.198] (**) Option "Device" "/dev/input/event5"
[    14.198] (II) libinput: DP-1: is a virtual subdevice
[    14.198] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.198] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.198] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.198] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input22/event5"
[    14.198] (II) XINPUT: Adding extended input device "DP-1" (type: KEYBOARD, id 13)
[    14.198] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    14.198] (II) Using input driver 'libinput' for 'Logitech K330'
[    14.198] (**) Logitech K330: always reports core events
[    14.198] (**) Option "Device" "/dev/input/event3"
[    14.198] (II) libinput: Logitech K330: is a virtual subdevice
[    14.198] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0006/input/input28/event3"
[    14.198] (II) XINPUT: Adding extended input device "Logitech K330" (type: KEYBOARD, id 14)
[    14.278] (II) intel(0): EDID vendor "OPT", prod id 768
[    14.278] (II) intel(0): Using EDID range info for horizontal sync
[    14.278] (II) intel(0): Using EDID range info for vertical refresh
[    14.278] (II) intel(0): Printing DDC gathered Modelines:
[    14.278] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 +hsync +vsync (49.7 kHz eP)
[    14.278] (II) intel(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    14.278] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    14.279] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    14.279] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    14.279] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    14.279] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    14.279] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.279] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[    14.279] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[    14.279] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    14.279] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.279] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.279] (II) intel(0): Modeline "800x600"x0.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[    14.279] (II) intel(0): Modeline "1024x768"x0.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[    14.366] (II) event5  - DP-1: device removed
[    14.382] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[    14.382] (II) No input driver specified, ignoring this device.
[    14.382] (II) This device may have been added with another device file.
[    14.383] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[    14.383] (II) No input driver specified, ignoring this device.
[    14.383] (II) This device may have been added with another device file.
[    14.385] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[    14.385] (II) No input driver specified, ignoring this device.
[    14.385] (II) This device may have been added with another device file.
[    14.386] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[    14.386] (II) No input driver specified, ignoring this device.
[    14.386] (II) This device may have been added with another device file.
[    14.387] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[    14.387] (II) No input driver specified, ignoring this device.
[    14.387] (II) This device may have been added with another device file.
[    14.390] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[    14.390] (II) No input driver specified, ignoring this device.
[    14.390] (II) This device may have been added with another device file.
[    14.393] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/mouse2)
[    14.393] (II) No input driver specified, ignoring this device.
[    14.393] (II) This device may have been added with another device file.
[    14.394] (II) config/udev: removing device Logitech K330
[    14.394] (II) UnloadModule: "libinput"
[    14.394] (II) config/udev: removing device Logitech K330
[    14.394] (II) event3  - Logitech K330: device removed
[    14.410] (II) UnloadModule: "libinput"
[    14.412] (II) config/udev: Adding input device Logitech K330 (/dev/input/event3)
[    14.412] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    14.412] (II) Using input driver 'libinput' for 'Logitech K330'
[    14.412] (**) Logitech K330: always reports core events
[    14.413] (**) Option "Device" "/dev/input/event3"
[    14.418] (II) event3  - Logitech K330: is tagged by udev as: Keyboard
[    14.419] (II) event3  - Logitech K330: device is a keyboard
[    14.420] (II) event3  - Logitech K330: device removed
[    14.436] (II) libinput: Logitech K330: needs a virtual subdevice
[    14.436] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0006/input/input28/event3"
[    14.437] (II) XINPUT: Adding extended input device "Logitech K330" (type: MOUSE, id 9)
[    14.437] (**) Option "AccelerationScheme" "none"
[    14.437] (**) Logitech K330: (accel) selected scheme none/0
[    14.437] (**) Logitech K330: (accel) acceleration factor: 2.000
[    14.437] (**) Logitech K330: (accel) acceleration threshold: 4
[    14.444] (II) event3  - Logitech K330: is tagged by udev as: Keyboard
[    14.444] (II) event3  - Logitech K330: device is a keyboard
[    14.446] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[    14.446] (II) Using input driver 'libinput' for 'Logitech K330'
[    14.446] (**) Logitech K330: always reports core events
[    14.446] (**) Option "Device" "/dev/input/event3"
[    14.446] (II) libinput: Logitech K330: is a virtual subdevice
[    14.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/0003:046D:4016.0006/input/input28/event3"
[    14.446] (II) XINPUT: Adding extended input device "Logitech K330" (type: KEYBOARD, id 14)
[    14.447] (II) config/udev: removing device ImExPS/2 Generic Explorer Mouse
[    14.447] (II) event1  - ImExPS/2 Generic Explorer Mouse: device removed
[    14.486] (II) UnloadModule: "libinput"
[    14.488] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event1)
[    14.488] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    14.488] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    14.488] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    14.488] (**) Option "Device" "/dev/input/event1"
[    14.491] (II) event1  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    14.492] (II) event1  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    14.492] (II) event1  - ImExPS/2 Generic Explorer Mouse: device removed
[    14.526] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.526] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.526] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.527] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event1"
[    14.527] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[    14.527] (**) Option "AccelerationScheme" "none"
[    14.527] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    14.527] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    14.527] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    14.530] (II) event1  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    14.531] (II) event1  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    14.532] (II) config/udev: removing device Logitech M215 2nd Gen
[    14.532] (II) event4  - Logitech M215 2nd Gen: device removed
[    14.563] (II) UnloadModule: "libinput"
[    14.566] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/event4)
[    14.566] (**) Logitech M215 2nd Gen: Applying InputClass "libinput pointer catchall"
[    14.566] (II) Using input driver 'libinput' for 'Logitech M215 2nd Gen'
[    14.566] (**) Logitech M215 2nd Gen: always reports core events
[    14.566] (**) Option "Device" "/dev/input/event4"
[    14.570] (II) event4  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    14.571] (II) event4  - Logitech M215 2nd Gen: device is a pointer
[    14.571] (II) event4  - Logitech M215 2nd Gen: device removed
[    14.603] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.603] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.603] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.603] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/0003:046D:401B.0005/input/input19/event4"
[    14.603] (II) XINPUT: Adding extended input device "Logitech M215 2nd Gen" (type: MOUSE, id 10)
[    14.603] (**) Option "AccelerationScheme" "none"
[    14.603] (**) Logitech M215 2nd Gen: (accel) selected scheme none/0
[    14.603] (**) Logitech M215 2nd Gen: (accel) acceleration factor: 2.000
[    14.603] (**) Logitech M215 2nd Gen: (accel) acceleration threshold: 4
[    14.606] (II) event4  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[    14.606] (II) event4  - Logitech M215 2nd Gen: device is a pointer
[    14.607] (II) config/udev: removing device DP-1
[    14.607] (II) UnloadModule: "libinput"
[    14.607] (II) config/udev: removing device DP-1
[    14.607] (II) UnloadModule: "libinput"
[    14.608] (II) config/udev: Adding input device DP-1 (/dev/input/event5)
[    14.608] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[    14.608] (II) Using input driver 'libinput' for 'DP-1'
[    14.608] (**) DP-1: always reports core events
[    14.608] (**) Option "Device" "/dev/input/event5"
[    14.611] (II) event5  - DP-1: is tagged by udev as: Keyboard Pointingstick
[    14.612] (II) event5  - DP-1: device is a pointer
[    14.612] (II) event5  - DP-1: device is a keyboard
[    14.613] (II) event5  - DP-1: device removed
[    14.623] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.623] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.623] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.623] (II) libinput: DP-1: needs a virtual subdevice
[    14.623] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input29/event5"
[    14.623] (II) XINPUT: Adding extended input device "DP-1" (type: MOUSE, id 8)
[    14.623] (**) Option "AccelerationScheme" "none"
[    14.623] (**) DP-1: (accel) selected scheme none/0
[    14.623] (**) DP-1: (accel) acceleration factor: 2.000
[    14.623] (**) DP-1: (accel) acceleration threshold: 4
[    14.625] (II) event5  - DP-1: is tagged by udev as: Keyboard Pointingstick
[    14.625] (II) event5  - DP-1: device is a pointer
[    14.625] (II) event5  - DP-1: device is a keyboard
[    14.626] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[    14.626] (II) Using input driver 'libinput' for 'DP-1'
[    14.626] (**) DP-1: always reports core events
[    14.626] (**) Option "Device" "/dev/input/event5"
[    14.626] (II) libinput: DP-1: is a virtual subdevice
[    14.626] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.626] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.626] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.626] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input29/event5"
[    14.626] (II) XINPUT: Adding extended input device "DP-1" (type: KEYBOARD, id 13)

Thank you very much for the help!

Offline

#9 2024-12-06 06:17:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,718

Re: Change screen size... overscan compensation.

First and foremost you've to fix the config:

[    13.065] (II) IGLX: Loaded and initialized swrast
[    13.065] (II) GLX: Initialized DRISWRAST GL provider for screen 0

You can either remove xf86-video-intel and use the modesetting driver or make the intel driver use iris, https://wiki.archlinux.org/title/Intel_ … ecent_GPUs or (not advisable) replace mesa w/ mesa-amber.

If the currentl problem remains, check "xrandr -prop" and seek to preferably mitigate this w/ the underscan property, if present.

Offline

#10 2024-12-06 18:12:45

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,634

Re: Change screen size... overscan compensation.

Move the projector closer to the screen?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#11 2024-12-06 18:56:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,718

Re: Change screen size... overscan compensation.

lol
But I suspect it's mounted to the ceiling?

It'd probably be simpler to replace the lense then - unless that happens to be adjustable anyway big_smile

Offline

#12 2024-12-06 20:27:43

9acca9
Member
Registered: 2017-02-03
Posts: 51

Re: Change screen size... overscan compensation.

Please, avoid anything related to the projector. I live in Argentina, here you cant find nothing to replace the lense. Nothing cant be done from the options of the projector. And about moving...... not, it is not a possibility, all cables are hide, the "position is good"... except of course that i cant correct the size. This was working in a raspberry, i believe that there must be a software approach to this.
I will fix the xorg  and try if underscan exist.

Offline

#13 2024-12-06 21:02:36

9acca9
Member
Registered: 2017-02-03
Posts: 51

Re: Change screen size... overscan compensation.

Well this is the xorg now>

[panchines@archi ~]$ cat /var/log/Xorg.0.log
[   448.087] 
X.Org X Server 1.21.1.14
X Protocol Version 11, Revision 0
[   448.087] Current Operating System: Linux archi 6.12.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 22 Nov 2024 16:04:27 +0000 x86_64
[   448.087] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=da279138-c10f-4809-93e1-00f1ddc41b52 rw loglevel=3 quiet
[   448.087]  
[   448.087] Current version of pixman: 0.44.2
[   448.087]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   448.087] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   448.087] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec  6 17:44:09 2024
[   448.088] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   448.088] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   448.088] (==) No Layout section.  Using the first Screen section.
[   448.088] (==) No screen section available. Using defaults.
[   448.088] (**) |-->Screen "Default Screen Section" (0)
[   448.088] (**) |   |-->Monitor "<default monitor>"
[   448.088] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[   448.088] (**) |   |-->Device "Intel Graphics"
[   448.088] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   448.088] (**) Allowing byte-swapped clients
[   448.088] (==) Automatically adding devices
[   448.088] (==) Automatically enabling devices
[   448.088] (==) Automatically adding GPU devices
[   448.088] (==) Automatically binding GPU devices
[   448.088] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   448.088] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   448.088]    Entry deleted from font path.
[   448.088] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   448.088]    Entry deleted from font path.
[   448.088] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   448.088]    Entry deleted from font path.
[   448.088] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   448.088]    Entry deleted from font path.
[   448.088] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   448.088]    Entry deleted from font path.
[   448.088] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   448.088]    Entry deleted from font path.
[   448.088] (==) FontPath set to:

[   448.088] (==) ModulePath set to "/usr/lib/xorg/modules"
[   448.088] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   448.088] (II) Module ABI versions:
[   448.088]    X.Org ANSI C Emulation: 0.4
[   448.088]    X.Org Video Driver: 25.2
[   448.088]    X.Org XInput driver : 24.4
[   448.088]    X.Org Server Extension : 10.0
[   448.088] (++) using VT number 7

[   448.089] (EE) systemd-logind: failed to get session: PID 1004 does not belong to any known session
[   448.091] (II) xfree86: Adding drm device (/dev/dri/card0)
[   448.091] (II) Platform probe for /sys/devices/pci0000:00/0000:00:10.0/drm/card0
[   448.107] (--) PCI:*(0@0:16:0) 8086:5916:103c:8313 rev 2, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, I/O @ 0x0000f040/64, BIOS @ 0x????????/131072
[   448.107] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   448.107] (II) LoadModule: "glx"
[   448.107] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   448.110] (II) Module glx: vendor="X.Org Foundation"
[   448.110]    compiled for 1.21.1.14, module version = 1.0.0
[   448.110]    ABI class: X.Org Server Extension, version 10.0
[   448.110] (II) LoadModule: "intel"
[   448.110] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   448.111] (II) Module intel: vendor="X.Org Foundation"
[   448.111]    compiled for 1.21.1.11, module version = 2.99.917
[   448.111]    Module class: X.Org Video Driver
[   448.111]    ABI class: X.Org Video Driver, version 25.2
[   448.111] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   448.112] (II) intel: Driver for Intel(R) HD Graphics
[   448.112] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   448.112] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   448.112] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 0
[   448.112] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[   448.113] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 620
[   448.113] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 2 threads
[   448.113] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   448.113] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   448.113] (==) intel(0): RGB weight 888
[   448.113] (==) intel(0): Default visual is TrueColor
[   448.113] (**) intel(0): Option "DRI" "iris"
[   448.115] (II) intel(0): Output DP1 has no monitor section
[   448.115] (II) intel(0): Enabled output DP1
[   448.115] (II) intel(0): Output HDMI1 has no monitor section
[   448.115] (II) intel(0): Enabled output HDMI1
[   448.115] (II) intel(0): Output DP2 has no monitor section
[   448.116] (II) intel(0): Enabled output DP2
[   448.116] (II) intel(0): Output HDMI2 has no monitor section
[   448.116] (II) intel(0): Enabled output HDMI2
[   448.116] (II) intel(0): Output DP3 has no monitor section
[   448.116] (II) intel(0): Enabled output DP3
[   448.116] (II) intel(0): Output HDMI3 has no monitor section
[   448.116] (II) intel(0): Enabled output HDMI3
[   448.116] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   448.116] (II) intel(0): Output VIRTUAL1 has no monitor section
[   448.117] (II) intel(0): Enabled output VIRTUAL1
[   448.117] (--) intel(0): Output DP1 using initial mode 1280x800 on pipe 0
[   448.117] (==) intel(0): TearFree enabled
[   448.117] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   448.117] (==) intel(0): DPI set to (96, 96)
[   448.117] (II) Loading sub module "dri3"
[   448.117] (II) LoadModule: "dri3"
[   448.117] (II) Module "dri3" already built-in
[   448.117] (II) Loading sub module "dri2"
[   448.117] (II) LoadModule: "dri2"
[   448.117] (II) Module "dri2" already built-in
[   448.117] (II) Loading sub module "present"
[   448.117] (II) LoadModule: "present"
[   448.117] (II) Module "present" already built-in
[   448.117] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[   448.117] (==) intel(0): Backing store enabled
[   448.117] (==) intel(0): Silken mouse enabled
[   448.117] (II) intel(0): HW Cursor enabled
[   448.117] (==) intel(0): DPMS enabled
[   448.118] (==) intel(0): Display hotplug detection enabled
[   448.118] (II) intel(0): [DRI2] Setup complete
[   448.118] (II) intel(0): [DRI2]   DRI driver: iris
[   448.118] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   448.118] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   448.118] (II) intel(0): hardware support for Present enabled
[   448.118] (II) Initializing extension Generic Event Extension
[   448.118] (II) Initializing extension SHAPE
[   448.118] (II) Initializing extension MIT-SHM
[   448.118] (II) Initializing extension XInputExtension
[   448.118] (II) Initializing extension XTEST
[   448.118] (II) Initializing extension BIG-REQUESTS
[   448.119] (II) Initializing extension SYNC
[   448.119] (II) Initializing extension XKEYBOARD
[   448.119] (II) Initializing extension XC-MISC
[   448.119] (II) Initializing extension SECURITY
[   448.119] (II) Initializing extension XFIXES
[   448.119] (II) Initializing extension RENDER
[   448.119] (II) Initializing extension RANDR
[   448.120] (II) Initializing extension COMPOSITE
[   448.120] (II) Initializing extension DAMAGE
[   448.120] (II) Initializing extension MIT-SCREEN-SAVER
[   448.120] (II) Initializing extension DOUBLE-BUFFER
[   448.120] (II) Initializing extension RECORD
[   448.120] (II) Initializing extension DPMS
[   448.121] (II) Initializing extension Present
[   448.121] (II) Initializing extension DRI3
[   448.121] (II) Initializing extension X-Resource
[   448.121] (II) Initializing extension XVideo
[   448.121] (II) Initializing extension XVideo-MotionCompensation
[   448.121] (II) Initializing extension GLX
[   448.153] (II) AIGLX: Loaded and initialized iris
[   448.154] (II) GLX: Initialized DRI2 GL provider for screen 0
[   448.154] (II) Initializing extension XFree86-VidModeExtension
[   448.154] (II) Initializing extension XFree86-DGA
[   448.154] (II) Initializing extension XFree86-DRI
[   448.154] (II) Initializing extension DRI2
[   448.156] (II) intel(0): switch to mode 1280x800@60.0 on DP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   448.164] (II) intel(0): Setting screen physical size to 338 x 211
[   448.212] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   448.212] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   448.212] (II) LoadModule: "libinput"
[   448.212] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   448.213] (II) Module libinput: vendor="X.Org Foundation"
[   448.213]    compiled for 1.21.1.13, module version = 1.5.0
[   448.213]    Module class: X.Org XInput Driver
[   448.213]    ABI class: X.Org XInput driver, version 24.4
[   448.213] (II) Using input driver 'libinput' for 'Power Button'
[   448.213] (**) Power Button: always reports core events
[   448.213] (**) Option "Device" "/dev/input/event0"
[   448.216] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   448.216] (II) event0  - Power Button: device is a keyboard
[   448.216] (II) event0  - Power Button: device removed
[   448.236] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[   448.236] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   448.237] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   448.237] (II) event0  - Power Button: device is a keyboard
[   448.238] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/event5)
[   448.238] (**) QEMU QEMU USB Tablet: Applying InputClass "libinput pointer catchall"
[   448.238] (II) Using input driver 'libinput' for 'QEMU QEMU USB Tablet'
[   448.238] (**) QEMU QEMU USB Tablet: always reports core events
[   448.238] (**) Option "Device" "/dev/input/event5"
[   448.376] (II) event5  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[   448.377] (II) event5  - QEMU QEMU USB Tablet: device is a pointer
[   448.378] (II) event5  - QEMU QEMU USB Tablet: device removed
[   448.426] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0003/input/input7/event5"
[   448.426] (II) XINPUT: Adding extended input device "QEMU QEMU USB Tablet" (type: MOUSE, id 7)
[   448.427] (**) Option "AccelerationScheme" "none"
[   448.427] (**) QEMU QEMU USB Tablet: (accel) selected scheme none/0
[   448.427] (**) QEMU QEMU USB Tablet: (accel) acceleration factor: 2.000
[   448.427] (**) QEMU QEMU USB Tablet: (accel) acceleration threshold: 4
[   448.483] (II) event5  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[   448.483] (II) event5  - QEMU QEMU USB Tablet: device is a pointer
[   448.486] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/mouse1)
[   448.486] (II) No input driver specified, ignoring this device.
[   448.486] (II) This device may have been added with another device file.
[   448.488] (II) config/udev: Adding input device DP-1 (/dev/input/event8)
[   448.488] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[   448.488] (II) Using input driver 'libinput' for 'DP-1'
[   448.488] (**) DP-1: always reports core events
[   448.488] (**) Option "Device" "/dev/input/event8"
[   448.491] (II) event8  - DP-1: is tagged by udev as: Keyboard Pointingstick
[   448.491] (II) event8  - DP-1: device is a pointer
[   448.491] (II) event8  - DP-1: device is a keyboard
[   448.492] (II) event8  - DP-1: device removed
[   448.506] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.506] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.506] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.506] (II) libinput: DP-1: needs a virtual subdevice
[   448.506] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input18/event8"
[   448.506] (II) XINPUT: Adding extended input device "DP-1" (type: MOUSE, id 8)
[   448.507] (**) Option "AccelerationScheme" "none"
[   448.507] (**) DP-1: (accel) selected scheme none/0
[   448.507] (**) DP-1: (accel) acceleration factor: 2.000
[   448.507] (**) DP-1: (accel) acceleration threshold: 4
[   448.509] (II) event8  - DP-1: is tagged by udev as: Keyboard Pointingstick
[   448.510] (II) event8  - DP-1: device is a pointer
[   448.510] (II) event8  - DP-1: device is a keyboard
[   448.511] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[   448.511] (II) No input driver specified, ignoring this device.
[   448.511] (II) This device may have been added with another device file.
[   448.512] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[   448.512] (II) No input driver specified, ignoring this device.
[   448.512] (II) This device may have been added with another device file.
[   448.513] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[   448.513] (II) No input driver specified, ignoring this device.
[   448.513] (II) This device may have been added with another device file.
[   448.514] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[   448.514] (II) No input driver specified, ignoring this device.
[   448.514] (II) This device may have been added with another device file.
[   448.515] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[   448.515] (II) No input driver specified, ignoring this device.
[   448.515] (II) This device may have been added with another device file.
[   448.518] (II) config/udev: Adding input device FREEWAY TECHNOLOGY Keyboard (/dev/input/event1)
[   448.518] (**) FREEWAY TECHNOLOGY Keyboard: Applying InputClass "libinput keyboard catchall"
[   448.518] (II) Using input driver 'libinput' for 'FREEWAY TECHNOLOGY Keyboard'
[   448.518] (**) FREEWAY TECHNOLOGY Keyboard: always reports core events
[   448.518] (**) Option "Device" "/dev/input/event1"
[   448.522] (II) event1  - FREEWAY TECHNOLOGY Keyboard: is tagged by udev as: Keyboard
[   448.522] (II) event1  - FREEWAY TECHNOLOGY Keyboard: device is a keyboard
[   448.522] (II) event1  - FREEWAY TECHNOLOGY Keyboard: device removed
[   448.543] (II) libinput: FREEWAY TECHNOLOGY Keyboard: needs a virtual subdevice
[   448.543] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-2/2-2:1.2/0003:1D57:AD03.0001/input/input1/event1"
[   448.543] (II) XINPUT: Adding extended input device "FREEWAY TECHNOLOGY Keyboard" (type: MOUSE, id 9)
[   448.543] (**) Option "AccelerationScheme" "none"
[   448.543] (**) FREEWAY TECHNOLOGY Keyboard: (accel) selected scheme none/0
[   448.543] (**) FREEWAY TECHNOLOGY Keyboard: (accel) acceleration factor: 2.000
[   448.543] (**) FREEWAY TECHNOLOGY Keyboard: (accel) acceleration threshold: 4
[   448.547] (II) event1  - FREEWAY TECHNOLOGY Keyboard: is tagged by udev as: Keyboard
[   448.547] (II) event1  - FREEWAY TECHNOLOGY Keyboard: device is a keyboard
[   448.550] (II) config/udev: Adding input device FREEWAY TECHNOLOGY (/dev/input/event3)
[   448.550] (II) No input driver specified, ignoring this device.
[   448.550] (II) This device may have been added with another device file.
[   448.552] (II) config/udev: Adding input device FREEWAY TECHNOLOGY (/dev/input/js0)
[   448.552] (II) No input driver specified, ignoring this device.
[   448.552] (II) This device may have been added with another device file.
[   448.555] (II) config/udev: Adding input device FREEWAY TECHNOLOGY (/dev/input/event4)
[   448.555] (**) FREEWAY TECHNOLOGY: Applying InputClass "libinput pointer catchall"
[   448.555] (II) Using input driver 'libinput' for 'FREEWAY TECHNOLOGY'
[   448.555] (**) FREEWAY TECHNOLOGY: always reports core events
[   448.555] (**) Option "Device" "/dev/input/event4"
[   448.610] (II) event4  - FREEWAY TECHNOLOGY: is tagged by udev as: Mouse
[   448.611] (II) event4  - FREEWAY TECHNOLOGY: device is a pointer
[   448.612] (II) event4  - FREEWAY TECHNOLOGY: device removed
[   448.650] (II) libinput: FREEWAY TECHNOLOGY: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.650] (II) libinput: FREEWAY TECHNOLOGY: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.650] (II) libinput: FREEWAY TECHNOLOGY: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.650] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-2/2-2:1.3/0003:1D57:AD03.0002/input/input6/event4"
[   448.650] (II) XINPUT: Adding extended input device "FREEWAY TECHNOLOGY" (type: MOUSE, id 10)
[   448.650] (**) Option "AccelerationScheme" "none"
[   448.650] (**) FREEWAY TECHNOLOGY: (accel) selected scheme none/0
[   448.650] (**) FREEWAY TECHNOLOGY: (accel) acceleration factor: 2.000
[   448.650] (**) FREEWAY TECHNOLOGY: (accel) acceleration threshold: 4
[   448.707] (II) event4  - FREEWAY TECHNOLOGY: is tagged by udev as: Mouse
[   448.707] (II) event4  - FREEWAY TECHNOLOGY: device is a pointer
[   448.710] (II) config/udev: Adding input device FREEWAY TECHNOLOGY (/dev/input/mouse0)
[   448.710] (II) No input driver specified, ignoring this device.
[   448.710] (II) This device may have been added with another device file.
[   448.712] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[   448.712] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   448.712] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   448.712] (**) AT Translated Set 2 keyboard: always reports core events
[   448.712] (**) Option "Device" "/dev/input/event2"
[   448.714] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   448.714] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   448.716] (II) event2  - AT Translated Set 2 keyboard: device removed
[   448.730] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event2"
[   448.730] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   448.733] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   448.733] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   448.736] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event7)
[   448.736] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[   448.736] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[   448.736] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[   448.736] (**) Option "Device" "/dev/input/event7"
[   448.738] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[   448.738] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[   448.739] (II) event7  - ImExPS/2 Generic Explorer Mouse: device removed
[   448.773] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.773] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.773] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.773] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event7"
[   448.773] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[   448.773] (**) Option "AccelerationScheme" "none"
[   448.773] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[   448.773] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[   448.773] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[   448.776] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[   448.776] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[   448.778] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse2)
[   448.778] (II) No input driver specified, ignoring this device.
[   448.778] (II) This device may have been added with another device file.
[   448.780] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   448.780] (II) No input driver specified, ignoring this device.
[   448.780] (II) This device may have been added with another device file.
[   448.817] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[   448.817] (II) Using input driver 'libinput' for 'DP-1'
[   448.817] (**) DP-1: always reports core events
[   448.817] (**) Option "Device" "/dev/input/event8"
[   448.817] (II) libinput: DP-1: is a virtual subdevice
[   448.817] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.817] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.817] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   448.817] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input18/event8"
[   448.817] (II) XINPUT: Adding extended input device "DP-1" (type: KEYBOARD, id 13)
[   448.817] (**) FREEWAY TECHNOLOGY Keyboard: Applying InputClass "libinput keyboard catchall"
[   448.817] (II) Using input driver 'libinput' for 'FREEWAY TECHNOLOGY Keyboard'
[   448.817] (**) FREEWAY TECHNOLOGY Keyboard: always reports core events
[   448.817] (**) Option "Device" "/dev/input/event1"
[   448.817] (II) libinput: FREEWAY TECHNOLOGY Keyboard: is a virtual subdevice
[   448.817] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-2/2-2:1.2/0003:1D57:AD03.0001/input/input1/event1"
[   448.817] (II) XINPUT: Adding extended input device "FREEWAY TECHNOLOGY Keyboard" (type: KEYBOARD, id 14)
[   450.222] (II) intel(0): EDID vendor "OPT", prod id 768
[   450.222] (II) intel(0): Using EDID range info for horizontal sync
[   450.222] (II) intel(0): Using EDID range info for vertical refresh
[   450.222] (II) intel(0): Printing DDC gathered Modelines:
[   450.222] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 +hsync +vsync (49.7 kHz eP)
[   450.222] (II) intel(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   450.223] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   450.223] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   450.223] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   450.223] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   450.223] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   450.223] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   450.223] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[   450.223] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[   450.223] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[   450.223] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   450.223] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   450.223] (II) intel(0): Modeline "800x600"x0.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[   450.223] (II) intel(0): Modeline "1024x768"x0.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[   450.308] (II) config/udev: removing device DP-1
[   450.309] (II) UnloadModule: "libinput"
[   450.309] (II) config/udev: removing device DP-1
[   450.309] (II) event8  - DP-1: device removed
[   450.326] (II) UnloadModule: "libinput"
[   450.331] (II) config/udev: Adding input device DP-1 (/dev/input/event8)
[   450.331] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[   450.331] (II) Using input driver 'libinput' for 'DP-1'
[   450.331] (**) DP-1: always reports core events
[   450.331] (**) Option "Device" "/dev/input/event8"
[   450.332] (II) event8  - DP-1: is tagged by udev as: Keyboard Pointingstick
[   450.332] (II) event8  - DP-1: device is a pointer
[   450.332] (II) event8  - DP-1: device is a keyboard
[   450.333] (II) event8  - DP-1: device removed
[   450.353] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   450.353] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   450.353] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   450.353] (II) libinput: DP-1: needs a virtual subdevice
[   450.353] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input19/event8"
[   450.353] (II) XINPUT: Adding extended input device "DP-1" (type: MOUSE, id 8)
[   450.353] (**) Option "AccelerationScheme" "none"
[   450.353] (**) DP-1: (accel) selected scheme none/0
[   450.353] (**) DP-1: (accel) acceleration factor: 2.000
[   450.353] (**) DP-1: (accel) acceleration threshold: 4
[   450.355] (II) event8  - DP-1: is tagged by udev as: Keyboard Pointingstick
[   450.355] (II) event8  - DP-1: device is a pointer
[   450.355] (II) event8  - DP-1: device is a keyboard
[   450.356] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[   450.356] (II) Using input driver 'libinput' for 'DP-1'
[   450.356] (**) DP-1: always reports core events
[   450.356] (**) Option "Device" "/dev/input/event8"
[   450.356] (II) libinput: DP-1: is a virtual subdevice
[   450.356] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   450.356] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   450.356] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   450.356] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input19/event8"
[   450.356] (II) XINPUT: Adding extended input device "DP-1" (type: KEYBOARD, id 13)
[   689.353] (II) event8  - DP-1: device removed
[   689.457] (II) config/udev: removing device DP-1
[   689.461] (II) UnloadModule: "libinput"
[   689.461] (II) config/udev: removing device DP-1
[   689.461] (II) UnloadModule: "libinput"
[   689.462] (II) config/udev: Adding input device DP-1 (/dev/input/event8)
[   689.462] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[   689.462] (II) Using input driver 'libinput' for 'DP-1'
[   689.462] (**) DP-1: always reports core events
[   689.462] (**) Option "Device" "/dev/input/event8"
[   689.463] (II) event8  - DP-1: is tagged by udev as: Keyboard Pointingstick
[   689.463] (II) event8  - DP-1: device is a pointer
[   689.463] (II) event8  - DP-1: device is a keyboard
[   689.464] (II) event8  - DP-1: device removed
[   689.496] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   689.496] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   689.496] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   689.496] (II) libinput: DP-1: needs a virtual subdevice
[   689.496] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input20/event8"
[   689.496] (II) XINPUT: Adding extended input device "DP-1" (type: MOUSE, id 8)
[   689.497] (**) Option "AccelerationScheme" "none"
[   689.498] (**) DP-1: (accel) selected scheme none/0
[   689.498] (**) DP-1: (accel) acceleration factor: 2.000
[   689.498] (**) DP-1: (accel) acceleration threshold: 4
[   689.499] (II) event8  - DP-1: is tagged by udev as: Keyboard Pointingstick
[   689.499] (II) event8  - DP-1: device is a pointer
[   689.499] (II) event8  - DP-1: device is a keyboard
[   689.500] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[   689.500] (II) Using input driver 'libinput' for 'DP-1'
[   689.500] (**) DP-1: always reports core events
[   689.500] (**) Option "Device" "/dev/input/event8"
[   689.500] (II) libinput: DP-1: is a virtual subdevice
[   689.500] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   689.500] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   689.500] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[   689.500] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/rc/rc0/input20/event8"
[   689.500] (II) XINPUT: Adding extended input device "DP-1" (type: KEYBOARD, id 13)
[  1043.373] (II) event1  - FREEWAY TECHNOLOGY Keyboard: device removed
[  1043.387] (II) config/udev: removing device FREEWAY TECHNOLOGY Keyboard
[  1043.391] (II) UnloadModule: "libinput"
[  1043.391] (II) config/udev: removing device FREEWAY TECHNOLOGY Keyboard
[  1043.399] (II) UnloadModule: "libinput"
[  1043.421] (II) event4  - FREEWAY TECHNOLOGY: device removed
[  1043.440] (II) config/udev: removing device FREEWAY TECHNOLOGY
[  1043.450] (II) UnloadModule: "libinput"
[  1055.076] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/mouse0)
[  1055.076] (II) No input driver specified, ignoring this device.
[  1055.076] (II) This device may have been added with another device file.
[  1055.091] (II) config/udev: Adding input device Logitech K330 (/dev/input/event3)
[  1055.091] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[  1055.091] (II) Using input driver 'libinput' for 'Logitech K330'
[  1055.091] (**) Logitech K330: always reports core events
[  1055.091] (**) Option "Device" "/dev/input/event3"
[  1055.094] (II) event3  - Logitech K330: is tagged by udev as: Keyboard
[  1055.094] (II) event3  - Logitech K330: device is a keyboard
[  1055.095] (II) event3  - Logitech K330: device removed
[  1055.110] (II) libinput: Logitech K330: needs a virtual subdevice
[  1055.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0006/0003:046D:4016.0008/input/input35/event3"
[  1055.110] (II) XINPUT: Adding extended input device "Logitech K330" (type: MOUSE, id 9)
[  1055.111] (**) Option "AccelerationScheme" "none"
[  1055.112] (**) Logitech K330: (accel) selected scheme none/0
[  1055.112] (**) Logitech K330: (accel) acceleration factor: 2.000
[  1055.112] (**) Logitech K330: (accel) acceleration threshold: 4
[  1055.114] (II) event3  - Logitech K330: is tagged by udev as: Keyboard
[  1055.114] (II) event3  - Logitech K330: device is a keyboard
[  1055.115] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[  1055.115] (II) Using input driver 'libinput' for 'Logitech K330'
[  1055.115] (**) Logitech K330: always reports core events
[  1055.115] (**) Option "Device" "/dev/input/event3"
[  1055.115] (II) libinput: Logitech K330: is a virtual subdevice
[  1055.115] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0006/0003:046D:4016.0008/input/input35/event3"
[  1055.115] (II) XINPUT: Adding extended input device "Logitech K330" (type: KEYBOARD, id 10)
[  1055.116] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/event1)
[  1055.117] (**) Logitech M215 2nd Gen: Applying InputClass "libinput pointer catchall"
[  1055.117] (II) Using input driver 'libinput' for 'Logitech M215 2nd Gen'
[  1055.117] (**) Logitech M215 2nd Gen: always reports core events
[  1055.117] (**) Option "Device" "/dev/input/event1"
[  1055.118] (II) event1  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[  1055.119] (II) event1  - Logitech M215 2nd Gen: device is a pointer
[  1055.119] (II) event1  - Logitech M215 2nd Gen: device removed
[  1055.163] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1055.163] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1055.163] (II) libinput: Logitech M215 2nd Gen: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1055.163] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:1b.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0006/0003:046D:401B.0007/input/input34/event1"
[  1055.163] (II) XINPUT: Adding extended input device "Logitech M215 2nd Gen" (type: MOUSE, id 14)
[  1055.164] (**) Option "AccelerationScheme" "none"
[  1055.165] (**) Logitech M215 2nd Gen: (accel) selected scheme none/0
[  1055.165] (**) Logitech M215 2nd Gen: (accel) acceleration factor: 2.000
[  1055.165] (**) Logitech M215 2nd Gen: (accel) acceleration threshold: 4
[  1055.168] (II) event1  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[  1055.168] (II) event1  - Logitech M215 2nd Gen: device is a pointer
[panchines@archi ~]$ 

And when i try underscan... i get:

[panchines@archi ~]$ xrandr --output DP1 --set "underscan" "on"
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  11 (RRQueryOutputProperty)
  Serial number of failed request:  42
  Current serial number in output stream:  42

[panchines@archi ~]$ xrandr --output DP1 --set "underscan" on
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  11 (RRQueryOutputProperty)
  Serial number of failed request:  42
  Current serial number in output stream:  42

maybe there is something more to do?
Maybe from xorg?
Also i found this but i cant make it work at all:

https://github.com/dsalt/devilspie2/
https://github.com/dsalt/devilspie2/issues/32

maybe i can with that program control the behavior of the app under fullscreen...

Thanks!

Last edited by 9acca9 (2024-12-06 21:09:18)

Offline

#14 2024-12-07 09:38:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,718

Re: Change screen size... overscan compensation.

First off all please post the output of

xrandr --prop

If there's no underscan property (consider the modesetting driver, but) you'll have to use the output transformation appoach.

Offline

Board footer

Powered by FluxBB