You are not logged in.

#1 2025-10-31 09:57:43

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

[SOLVED] XMonad cursor only works at specific sizes

I'm having an issue in XMonad where if the cursor size is not set to either 64 or 128, the cursor will default to a small size and be perpetually stuck in the pointing shape no matter what I hover over.

I've tried setting the theme and size in the ~/.Xresources file with this configuration:

Xcursor.size: 64

and using the XCURSOR_THEME and XCURSOR_SIZE environment variables.

It does seem like my settings are being read and applied, but only if the cursor size is 64 or 128.

I was using the Adwaita theme and I tried switching to Vanilla-DMZ by setting inherits in /usr/share/icons/default/index.theme and by setting Xcursor.theme in ~/.Xresources, but then it stopped working completely.

I tried the cursor sizes 24, 26, 28, 30, 32, 48, and of course, 64 and 128. I thought maybe the themes do not support the sizes I was using, but after verifying the supported sizes (using the method described here), it did seem like the sizes were supported.

I saw a similar question here, and I tried adding xsetroot -cursor_name left_ptr or xsetroot -xcf /usr/share/icons/Vanilla-DMZ/cursors/left_ptr 32 to my .xinitrc file and installing xorg-xsetroot, but nothing seemed to work.

I also tried adding setDefaultCursor xC_left_ptr to startupHook in the ~/.config/xmonad/xmonad.hs file, but that didn't seem to make a difference either.

One possible issue is that I'm running on an Oracle VBox VM with "3D Acceleration" disabled because it crashes on my machine. Which means I'm using a software renderer instead of a hardware renderer which could be causing issues with the cursor display?

I'm not really sure what else to try or what could be causing the issue. Any ideas?

I'm very new to Arch. I've toyed around with some more complex OS' like NixOS but I've mostly been using Ubuntu, so I apologize if this is a silly question.

Last edited by ogghostjelly (2025-11-03 14:01:16)

Offline

#2 2025-10-31 15:13:16

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

What is actually the output of

xxd -c12 -g4 -e /usr/share/icons/Adwaita/cursors/left_ptr| head

Lists as providing 24 30 36 48 72 96 here

Offline

#3 2025-10-31 15:51:02

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

For Adwaita the supported sizes are 24 30 36 48 72 96, which is correct.

$ xxd -c12 -g4 -e /usr/share/icons/Adwaita/cursors/left_ptr | head
00000000: 72756358 00000010 00010000  Xcur........
0000000c: 00000006 fffd0002 00000018  ............
00000018: 00000058 fffd0002 0000001e  X...........
00000024: 0000097c fffd0002 00000024  |.......$...
00000030: 000017b0 fffd0002 00000030  ........0...
0000003c: 00002c14 fffd0002 00000048  .,......H...
00000048: 00005038 fffd0002 00000060  8P......`...
00000054: 0000a15c 00000024 fffd0002  \...$.......
00000060: 00000018 00000001 00000018  ............
0000006c: 00000018 00000003 00000001  ............

For Vanilla-DMZ it's 24 32 48.

$ xxd -c12 -g4 -e /usr/share/icons/Vanilla-DMZ/cursors/left_ptr | head
00000000: 72756358 00000010 00010000  Xcur........
0000000c: 00000003 fffd0002 00000018  ............
00000018: 00000034 fffd0002 00000020  4....... ...
00000024: 00000958 fffd0002 00000030  X.......0...
00000030: 0000197c 00000024 fffd0002  |...$.......
0000003c: 00000018 00000001 00000018  ............
00000048: 00000018 00000007 00000004  ............
00000054: 00000032 00000000 00000000  2...........
00000060: 00000000 00000000 00000000  ............
0000006c: 00000000 00000000 00000000  ............

From what I understand, xsetroot only supports being set to a single icon, and the extraneous cursor shapes are handled by the gui applications themselves. So I'm guessing the applications cannot read the cursor size for some reason and default to using the xsetroot cursor.

Offline

#4 2025-10-31 16:02:22

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

What clients/cursors are those?
Briefly testing, Qt6 respects XCURSOR_SIZE everywhere, gtk3 only for what's not the default (pointing hand) cursor - the latter might change if you export the size to the X11 server or set the Xcursor resource.

Offline

#5 2025-10-31 16:37:07

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

I'm not sure how to test but the issue persists in LibreWolf which uses GTK, VLC which uses Qt and Alacritty which uses it's own thing in OpenGL I believe. So on second thought, it seems to be a system-wide issue, maybe something in X11?

When the cursor size is set to 64 or 128 it does work correctly so the settings are being acknowledged, but something about any other size causes it to break.

Offline

#6 2025-10-31 20:01:34

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

vlc uses Qt5 and FF/LW is only very theoretically GTK

XCURSOR_SIZE=48 gtk3-demo # pay attention to the I-beam cursor

And also try some random Qt6 client.

When the cursor size is set to 64 or 128 it does work correctly

Neither of those is provided by either theme?
What's your metric here?

Offline

#7 2025-11-01 06:16:00

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

Still the same issue, I tried the "Cursors" demo in gtk3-demo and it only worked with XCURSOR_SIZE=64. I then tried a Qt6 client called CodeAstra and it too only worked with XCURSOR_SIZE=64

seth wrote:

Neither of those is provided by either theme?
What's your metric here?

I guessed the numbers 64 and 128 and they just so happened to work, I'm not sure why.

One more discovery I had while messing with the cursor size is that it's not just 64 and 128, but any multiple of 64. Additionally, all the cursor sizes that are a multiple of 64 are visually the same size. Very very strange...

I think it'd be useful to attach a video showing this, but I'm not sure how to do that.

Offline

#8 2025-11-01 08:16:00

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

Additionally, all the cursor sizes that are a multiple of 64 are visually the same size.

Ie. you get two sizes - 24 and (possibly) 64 (might be 48?)?

https://archlinux.org/packages/extra/an … e-cursors/ comes w/ sizes up to 144

XCURSOR_SIZE=144 sqriptor
XCURSOR_SIZE=64 sqriptor
XCURSOR_SIZE=128 sqriptor
XCURSOR_SIZE=192 sqriptor

https://aur.archlinux.org/packages/sqriptor-git is conveniently almost all the I-beam cursor wink
(Though really, every Qt6 client should work because all cursors are used)

Feel free to try something else but xmonad, but the idea that it intercepts and fumbles the cursor requests sounds rather wild.

Offline

#9 2025-11-01 09:56:24

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

seth wrote:

Ie. you get two sizes - 24 and (possibly) 64 (might be 48?)?

Yes, that's what I thought. But testing it again the cursor size does visually change just very subtly, e.g 64 and 16384 look nearly identical.

I enabled capitaine-cursors with this ~/.Xresources file:

Xcursor.theme: capitaine-cursors

I tested sqriptor with the cursor sizes 1-128 using this bash script:

for i in $(seq 1 128); do
	echo $i
	XCURSOR_SIZE=$i sqriptor
done

Hilariously, it seems that capitaine cursors only works at cursor sizes 67 and higher.

seth wrote:

Feel free to try something else but xmonad, but the idea that it intercepts and fumbles the cursor requests sounds rather wild.

I'll give Awesome a try. Absolutely wild, definitely one of the funnier bugs I've encountered smile

Offline

#10 2025-11-01 13:26:50

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

Hilariously, it seems that capitaine cursors only works at cursor sizes 67 and higher.

Do you however get different sizes.
Is this a https://wiki.archlinux.org/title/HiDPI output?

xrandr -q
xdpyinfo | grep res
xrdb -q | grep -i dpi

I'd rather expect indeed VBox to be a cause here than

Offline

#11 2025-11-01 14:56:11

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

seth wrote:

Do you however get different sizes.

Yes, the cursor sizes do change albeit in very small amounts.

seth wrote:

No, I'm using a very old laptop without a HiDPI display.

$ xrandr -q
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
Virtual-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1280x800      60.00 +  59.81    59.91
   2560x1600     59.99    59.97
   1920x1440     60.00
   1856x1392     60.00
   1792x1344     60.00
   2048x1152     60.00
   1920x1200     59.88    59.95
   1920x1080     60.00
   1600x1200     60.00
   1680x1050     59.95    59.88
   1400x1050     59.98    59.95
   1600x900      60.00
   1280x1024     60.02
   1440x900      59.89    59.90
   1280x960      60.00
   1366x768      59.79*   60.00
   1360x768      60.02
   1280x768      59.87    59.99
   1280x720      60.00
   1024x768      60.00
   800x600       60.32    56.25
   848x480       60.00
   640x480       59.94
Virtual-2 disconnected (normal left inverted right x axis y axis)
Virtual-3 disconnected (normal left inverted right x axis y axis)
Virtual-4 disconnected (normal left inverted right x axis y axis)
Virtual-5 disconnected (normal left inverted right x axis y axis)
Virtual-6 disconnected (normal left inverted right x axis y axis)
Virtual-7 disconnected (normal left inverted right x axis y axis)
Virtual-8 disconnected
$ xdpyinfo | grep res
    Present
  resolution:    96x97 dots per inch
    ButtonPressMask          EnterWindowMask          LeaveWindowMask
$ xrdb -q | grep -i dpi
$ # This command had no output.

I tried using AwesomeWM but I had the same issues so it isn't a window manager problem.

ogghostjelly wrote:

it's not just 64 and 128, but any multiple of 64

Correction on what I said here, actually its if the cursor is too small then it breaks. For Adwaita if the cursor size is below 64 it breaks and for Capitaine that number is 67.

Probably is a resolution thing? Where if the cursor size is below a certain renderable threshold it defaults to the smaller variant?

I saw at the docs here that X will try to use DPI to calculate cursor size if the cursor size is not given. So I tried changing Xft.dpi and I got the same result, the cursor breaks if it is too small.

Offline

#12 2025-11-01 15:11:28

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

Virtual-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm

You've an infinite amount of dots per inch.
https://wiki.archlinux.org/title/Xorg#D … ze_and_DPI

/etc/X11/xorg.conf.d/90-monitor.conf

Section "Monitor"
    Identifier "Virtual-1"
    DisplaySize            286 179 # mm - is about 13.3 inch on 16:10
EndSection

Offline

#13 2025-11-01 16:38:35

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

I checked the specs of my laptop and modified /etc/X11/xorg.conf.d/90-monitor.conf accordingly:

Section "Monitor"
    Identifier             "Virtual-1"
    DisplaySize            309 174    # In millimeters
    Option "PreferredMode" "1366x768"
EndSection

For good measure I also added the following to ~/.xinitrc:

xrandr --output Virtual-1 --mode 1366x768 --dpi 112

The logs after I had made the changes:

$ xrandr -q
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
Virtual-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1366x768      59.79*+  60.00
   1280x800      60.00 +  59.81    59.91
   4096x2160     60.00    59.94
   2560x1600     59.99    59.97
   1920x1440     60.00
   1856x1392     60.00
   1792x1344     60.00
   2048x1152     60.00
   1920x1200     59.88    59.95
   1920x1080     60.00
   1600x1200     60.00
   1680x1050     59.95    59.88
   1400x1050     59.98    59.95
   1600x900      60.00
   1280x1024     60.02
   1440x900      59.89    59.90
   1280x960      60.00
   1360x768      60.02
   1280x768      59.87    59.99
   1280x720      60.00
   1024x768      60.00
   800x600       60.32    56.25
   848x480       60.00
   640x480       59.94
Virtual-2 disconnected (normal left inverted right x axis y axis)
Virtual-3 disconnected (normal left inverted right x axis y axis)
Virtual-4 disconnected (normal left inverted right x axis y axis)
Virtual-5 disconnected (normal left inverted right x axis y axis)
Virtual-6 disconnected (normal left inverted right x axis y axis)
Virtual-7 disconnected (normal left inverted right x axis y axis)
Virtual-8 disconnected
$ xdpyinfo | grep res
    Present
  resolution:    112x112 dots per inch
    ButtonPressMask          EnterWindowMask          LeaveWindowMask
$ xrdb -q | grep -i dpi
$ # Still no output.

I also tried:

$ xdpyinfo | grep dim
  dimensions:    1366x768 pixels (309x174 millimeters)

But still the same issue.

I noticed xrandr still showing 0mm x 0mm while xdpyinfo doesn't? I'm not sure if this is potentially an issue or not.

I assume how it works is xrandr asks the hardware (or VBox in this case) for the screen size, while xdpyinfo checks the settings in /etc/X11/xorg.conf.d/, and that xdpyinfo holds higher priority over xrandr though I'm not sure.

Offline

#14 2025-11-01 19:36:50

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

Offline

#15 2025-11-02 05:03:34

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

[   217.269]
X.Org X Server 1.21.1.20
X Protocol Version 11, Revision 0
[   217.269] Current Operating System: Linux ogj-arch 6.17.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 23 Oct 2025 18:49:03 +0000 x86_64
[   217.269] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/main-root rw loglevel=3 quiet cryptdevice=LABEL=LUKS:cryptlvm root=/dev/main/root
[   217.269]
[   217.269] Current version of pixman: 0.46.4
[   217.285] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   217.285] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   217.285] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 29 18:40:59 2025
[   217.285] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   217.285] (==) No Layout section.  Using the first Screen section.
[   217.285] (==) No screen section available. Using defaults.
[   217.285] (**) |-->Screen "Default Screen Section" (0)
[   217.285] (**) |   |-->Monitor "<default monitor>"
[   217.285] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   217.285] (**) Allowing byte-swapped clients
[   217.285] (==) Automatically adding devices
[   217.285] (==) Automatically enabling devices
[   217.285] (==) Automatically adding GPU devices
[   217.285] (==) Automatically binding GPU devices
[   217.285] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   217.285] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   217.285] 	Entry deleted from font path.
[   217.285] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   217.285] 	Entry deleted from font path.
[   217.285] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   217.285] 	Entry deleted from font path.
[   217.285] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   217.285] 	Entry deleted from font path.
[   217.285] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   217.285] (==) ModulePath set to "/usr/lib/xorg/modules"
[   217.285] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   217.285] (II) Module ABI versions:
[   217.285] 	X.Org ANSI C Emulation: 0.4
[   217.285] 	X.Org Video Driver: 25.2
[   217.285] 	X.Org XInput driver : 24.4
[   217.285] 	X.Org Server Extension : 10.0
[   217.285] (--) using VT number 2

[   217.285] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   217.285] (II) xfree86: Adding drm device (/dev/dri/card0)
[   217.285] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   217.300] (--) PCI:*(0@0:2:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe0000000/16777216, 0xf0000000/2097152, I/O @ 0x0000d010/16, BIOS @ 0x????????/131072
[   217.300] (II) LoadModule: "glx"
[   217.300] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   217.304] (II) Module glx: vendor="X.Org Foundation"
[   217.304] 	compiled for 1.21.1.20, module version = 1.0.0
[   217.304] 	ABI class: X.Org Server Extension, version 10.0
[   217.304] (==) Matched vmware as autoconfigured driver 0
[   217.304] (==) Matched modesetting as autoconfigured driver 1
[   217.304] (==) Matched fbdev as autoconfigured driver 2
[   217.304] (==) Matched vesa as autoconfigured driver 3
[   217.304] (==) Assigned the driver to the xf86ConfigLayout
[   217.304] (II) LoadModule: "vmware"
[   217.304] (WW) Warning, couldn't open module vmware
[   217.304] (EE) Failed to load module "vmware" (module does not exist, 0)
[   217.304] (II) LoadModule: "modesetting"
[   217.304] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   217.304] (II) Module modesetting: vendor="X.Org Foundation"
[   217.304] 	compiled for 1.21.1.20, module version = 1.21.1
[   217.304] 	Module class: X.Org Video Driver
[   217.304] 	ABI class: X.Org Video Driver, version 25.2
[   217.304] (II) LoadModule: "fbdev"
[   217.304] (WW) Warning, couldn't open module fbdev
[   217.304] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   217.304] (II) LoadModule: "vesa"
[   217.304] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   217.304] (II) Module vesa: vendor="X.Org Foundation"
[   217.304] 	compiled for 1.21.1.11, module version = 2.6.0
[   217.304] 	Module class: X.Org Video Driver
[   217.304] 	ABI class: X.Org Video Driver, version 25.2
[   217.304] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   217.304] (II) VESA: driver for VESA chipsets: vesa
[   217.304] (II) modeset(0): using drv /dev/dri/card0
[   217.304] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   217.304] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   217.304] (==) modeset(0): RGB weight 888
[   217.304] (==) modeset(0): Default visual is TrueColor
[   217.304] (II) Loading sub module "glamoregl"
[   217.304] (II) LoadModule: "glamoregl"
[   217.304] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   217.332] (II) Module glamoregl: vendor="X.Org Foundation"
[   217.332] 	compiled for 1.21.1.20, module version = 1.0.1
[   217.332] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   217.421] (II) modeset(0): glamor: Using OpenGL 4.5 context.
[   217.421] (II) modeset(0): Refusing to try glamor on llvmpipe
[   217.421] (II) modeset(0): glamor initialization failed
[   217.421] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[   217.421] (II) modeset(0): Output Virtual-1 has no monitor section
[   217.421] (II) modeset(0): Output Virtual-2 has no monitor section
[   217.421] (II) modeset(0): Output Virtual-3 has no monitor section
[   217.421] (II) modeset(0): Output Virtual-4 has no monitor section
[   217.421] (II) modeset(0): Output Virtual-5 has no monitor section
[   217.421] (II) modeset(0): Output Virtual-6 has no monitor section
[   217.421] (II) modeset(0): Output Virtual-7 has no monitor section
[   217.421] (II) modeset(0): Output Virtual-8 has no monitor section
[   217.421] (II) modeset(0): EDID for output Virtual-1
[   217.421] (II) modeset(0): Printing probed modes for output Virtual-1
[   217.421] (II) modeset(0): Modeline "1280x800"x60.0   81.51  1280 1330 1380 1430  800 850 900 950 -hsync +vsync (57.0 kHz eP)
[   217.421] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[   217.421] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[   217.421] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[   217.421] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[   217.421] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[   217.421] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[   217.421] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   217.421] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   217.421] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[   217.421] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[   217.421] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   217.421] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   217.421] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[   217.421] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[   217.421] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   217.421] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   217.421] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[   217.421] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[   217.421] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   217.421] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   217.421] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   217.421] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   217.421] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[   217.421] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   217.421] (II) modeset(0): EDID for output Virtual-2
[   217.421] (II) modeset(0): EDID for output Virtual-3
[   217.421] (II) modeset(0): EDID for output Virtual-4
[   217.421] (II) modeset(0): EDID for output Virtual-5
[   217.421] (II) modeset(0): EDID for output Virtual-6
[   217.421] (II) modeset(0): EDID for output Virtual-7
[   217.421] (II) modeset(0): EDID for output Virtual-8
[   217.421] (II) modeset(0): Output Virtual-1 connected
[   217.421] (II) modeset(0): Output Virtual-2 disconnected
[   217.421] (II) modeset(0): Output Virtual-3 disconnected
[   217.421] (II) modeset(0): Output Virtual-4 disconnected
[   217.421] (II) modeset(0): Output Virtual-5 disconnected
[   217.421] (II) modeset(0): Output Virtual-6 disconnected
[   217.421] (II) modeset(0): Output Virtual-7 disconnected
[   217.421] (II) modeset(0): Output Virtual-8 disconnected
[   217.421] (II) modeset(0): Using exact sizes for initial modes
[   217.421] (II) modeset(0): Output Virtual-1 using initial mode 1280x800 +0+0
[   217.421] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   217.421] (==) modeset(0): DPI set to (96, 96)
[   217.421] (II) Loading sub module "fb"
[   217.421] (II) LoadModule: "fb"
[   217.421] (II) Module "fb" already built-in
[   217.421] (II) UnloadModule: "vesa"
[   217.421] (II) Unloading vesa
[   217.421] (==) modeset(0): Backing store enabled
[   217.421] (==) modeset(0): Silken mouse enabled
[   217.421] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   217.421] (==) modeset(0): DPMS enabled
[   217.421] (II) Initializing extension Generic Event Extension
[   217.421] (II) Initializing extension SHAPE
[   217.421] (II) Initializing extension MIT-SHM
[   217.421] (II) Initializing extension XInputExtension
[   217.421] (II) Initializing extension XTEST
[   217.421] (II) Initializing extension BIG-REQUESTS
[   217.421] (II) Initializing extension SYNC
[   217.421] (II) Initializing extension XKEYBOARD
[   217.421] (II) Initializing extension XC-MISC
[   217.421] (II) Initializing extension SECURITY
[   217.421] (II) Initializing extension XFIXES
[   217.421] (II) Initializing extension RENDER
[   217.421] (II) Initializing extension RANDR
[   217.421] (II) Initializing extension COMPOSITE
[   217.421] (II) Initializing extension DAMAGE
[   217.421] (II) Initializing extension MIT-SCREEN-SAVER
[   217.421] (II) Initializing extension DOUBLE-BUFFER
[   217.421] (II) Initializing extension RECORD
[   217.421] (II) Initializing extension DPMS
[   217.421] (II) Initializing extension Present
[   217.421] (II) Initializing extension DRI3
[   217.421] (II) Initializing extension X-Resource
[   217.421] (II) Initializing extension XVideo
[   217.421] (II) Initializing extension XVideo-MotionCompensation
[   217.421] (II) Initializing extension GLX
[   217.421] (II) AIGLX: Screen 0 is not DRI2 capable
[   217.445] (II) IGLX: Loaded and initialized swrast
[   217.445] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   217.445] (II) Initializing extension XFree86-VidModeExtension
[   217.445] (II) Initializing extension XFree86-DGA
[   217.445] (II) Initializing extension XFree86-DRI
[   217.445] (II) Initializing extension DRI2
[   217.445] (II) modeset(0): Damage tracking initialized
[   217.445] (II) modeset(0): Setting screen physical size to 338 x 211
[   217.568] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   217.568] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   217.568] (II) LoadModule: "libinput"
[   217.568] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   217.568] (II) Module libinput: vendor="X.Org Foundation"
[   217.568] 	compiled for 1.21.1.13, module version = 1.5.0
[   217.568] 	Module class: X.Org XInput Driver
[   217.568] 	ABI class: X.Org XInput driver, version 24.4
[   217.568] (II) Using input driver 'libinput' for 'Power Button'
[   217.568] (**) Power Button: always reports core events
[   217.568] (**) Option "Device" "/dev/input/event0"
[   217.568] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   217.568] (II) event0  - Power Button: device is a keyboard
[   217.568] (II) event0  - Power Button: device removed
[   217.581] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[   217.581] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   217.582] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   217.583] (II) event0  - Power Button: device is a keyboard
[   217.583] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   217.583] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   217.583] (II) Using input driver 'libinput' for 'Sleep Button'
[   217.583] (**) Sleep Button: always reports core events
[   217.584] (**) Option "Device" "/dev/input/event1"
[   217.585] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   217.585] (II) event1  - Sleep Button: device is a keyboard
[   217.585] (II) event1  - Sleep Button: device removed
[   217.586] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[   217.586] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[   217.587] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   217.587] (II) event1  - Sleep Button: device is a keyboard
[   217.588] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   217.588] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   217.588] (II) Using input driver 'libinput' for 'Video Bus'
[   217.588] (**) Video Bus: always reports core events
[   217.588] (**) Option "Device" "/dev/input/event7"
[   217.590] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   217.590] (II) event7  - Video Bus: device is a keyboard
[   217.590] (II) event7  - Video Bus: device removed
[   217.592] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input7/event7"
[   217.592] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   217.594] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   217.594] (II) event7  - Video Bus: device is a keyboard
[   217.596] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event6)
[   217.596] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[   217.596] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[   217.596] (**) VirtualBox mouse integration: always reports core events
[   217.596] (**) Option "Device" "/dev/input/event6"
[   217.597] (II) event6  - VirtualBox mouse integration: is tagged by udev as: Mouse
[   217.597] (II) event6  - VirtualBox mouse integration: device is a pointer
[   217.598] (II) event6  - VirtualBox mouse integration: device removed
[   217.600] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input8/event6"
[   217.600] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[   217.600] (**) Option "AccelerationScheme" "none"
[   217.600] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[   217.600] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[   217.600] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[   217.601] (II) event6  - VirtualBox mouse integration: is tagged by udev as: Mouse
[   217.601] (II) event6  - VirtualBox mouse integration: device is a pointer
[   217.602] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[   217.602] (II) No input driver specified, ignoring this device.
[   217.602] (II) This device may have been added with another device file.
[   217.603] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse2)
[   217.603] (II) No input driver specified, ignoring this device.
[   217.603] (II) This device may have been added with another device file.
[   217.604] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event3)
[   217.604] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[   217.604] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[   217.604] (**) VirtualBox USB Tablet: always reports core events
[   217.604] (**) Option "Device" "/dev/input/event3"
[   217.661] (II) event3  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[   217.661] (II) event3  - VirtualBox USB Tablet: device is a pointer
[   217.662] (II) event3  - VirtualBox USB Tablet: device removed
[   217.675] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input4/event3"
[   217.675] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[   217.675] (**) Option "AccelerationScheme" "none"
[   217.675] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[   217.675] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[   217.675] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[   217.732] (II) event3  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[   217.732] (II) event3  - VirtualBox USB Tablet: device is a pointer
[   217.732] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[   217.732] (II) No input driver specified, ignoring this device.
[   217.732] (II) This device may have been added with another device file.
[   217.732] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[   217.732] (II) No input driver specified, ignoring this device.
[   217.732] (II) This device may have been added with another device file.
[   217.732] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[   217.732] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   217.732] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   217.732] (**) AT Translated Set 2 keyboard: always reports core events
[   217.732] (**) Option "Device" "/dev/input/event2"
[   217.732] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   217.732] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   217.732] (II) event2  - AT Translated Set 2 keyboard: device removed
[   217.743] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[   217.743] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   217.743] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   217.743] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   217.743] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event5)
[   217.743] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[   217.743] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[   217.743] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[   217.743] (**) Option "Device" "/dev/input/event5"
[   217.743] (II) event5  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[   217.743] (II) event5  - ImExPS/2 Generic Explorer Mouse: emulating high-resolution scroll wheel events.
[   217.743] (II) event5  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[   217.743] (II) event5  - ImExPS/2 Generic Explorer Mouse: device removed
[   217.750] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   217.750] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   217.750] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   217.750] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event5"
[   217.750] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[   217.750] (**) Option "AccelerationScheme" "none"
[   217.750] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[   217.750] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[   217.750] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[   217.752] (II) event5  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[   217.752] (II) event5  - ImExPS/2 Generic Explorer Mouse: emulating high-resolution scroll wheel events.
[   217.752] (II) event5  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[   217.753] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
[   217.753] (II) No input driver specified, ignoring this device.
[   217.753] (II) This device may have been added with another device file.
[   217.754] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   217.754] (II) No input driver specified, ignoring this device.
[   217.754] (II) This device may have been added with another device file.
[   221.506] (II) event0  - Power Button: device removed
[   221.518] (II) event1  - Sleep Button: device removed
[   221.519] (II) event7  - Video Bus: device removed
[   221.523] (II) event6  - VirtualBox mouse integration: device removed
[   221.525] (II) event3  - VirtualBox USB Tablet: device removed
[   221.543] (II) event2  - AT Translated Set 2 keyboard: device removed
[   221.544] (II) event5  - ImExPS/2 Generic Explorer Mouse: device removed
[   221.546] (II) UnloadModule: "libinput"
[   221.546] (II) UnloadModule: "libinput"
[   221.546] (II) UnloadModule: "libinput"
[   221.546] (II) UnloadModule: "libinput"
[   221.546] (II) UnloadModule: "libinput"
[   221.546] (II) UnloadModule: "libinput"
[   221.546] (II) UnloadModule: "libinput"
[   221.546] (II) Server terminated successfully (0). Closing log file.

Offline

#16 2025-11-02 08:54:19

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

[   217.285] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 29 18:40:59 2025

Log date predates the config suggestion?

Sure your log isn't in ~/.local/share/xorg ?

Last edited by seth (2025-11-02 08:54:28)

Offline

#17 2025-11-02 12:53:54

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

Ah, sorry for the inconvenience that was from /var/log/. This is from ~/.local/share/xorg/

[    17.130]
X.Org X Server 1.21.1.20
X Protocol Version 11, Revision 0
[    17.130] Current Operating System: Linux ogj-arch 6.17.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 23 Oct 2025 18:49:03 +0000 x86_64
[    17.130] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/main-root rw loglevel=3 quiet cryptdevice=LABEL=LUKS:cryptlvm root=/dev/main/root
[    17.130]
[    17.130] Current version of pixman: 0.46.4
[    17.130] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    17.130] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.130] (==) Log file: "/home/ogghostjelly/.local/share/xorg/Xorg.0.log", Time: Sun Nov  2 19:45:35 2025
[    17.141] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    17.141] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.142] (==) No Layout section.  Using the first Screen section.
[    17.142] (==) No screen section available. Using defaults.
[    17.142] (**) |-->Screen "Default Screen Section" (0)
[    17.142] (**) |   |-->Monitor "<default monitor>"
[    17.143] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    17.143] (**) Allowing byte-swapped clients
[    17.143] (==) Automatically adding devices
[    17.143] (==) Automatically enabling devices
[    17.143] (==) Automatically adding GPU devices
[    17.143] (==) Automatically binding GPU devices
[    17.143] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    17.144] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    17.144] 	Entry deleted from font path.
[    17.144] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    17.144] 	Entry deleted from font path.
[    17.144] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    17.144] 	Entry deleted from font path.
[    17.144] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    17.144] 	Entry deleted from font path.
[    17.151] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    17.151] (==) ModulePath set to "/usr/lib/xorg/modules"
[    17.151] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.151] (II) Module ABI versions:
[    17.151] 	X.Org ANSI C Emulation: 0.4
[    17.151] 	X.Org Video Driver: 25.2
[    17.151] 	X.Org XInput driver : 24.4
[    17.151] 	X.Org Server Extension : 10.0
[    17.153] (++) using VT number 1

[    17.155] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    17.156] (II) xfree86: Adding drm device (/dev/dri/card0)
[    17.156] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    17.156] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    17.165] (--) PCI:*(0@0:2:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe0000000/134217728, 0xf0000000/2097152, I/O @ 0x0000d010/16, BIOS @ 0x????????/131072
[    17.165] (II) LoadModule: "glx"
[    17.168] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.178] (II) Module glx: vendor="X.Org Foundation"
[    17.178] 	compiled for 1.21.1.20, module version = 1.0.0
[    17.178] 	ABI class: X.Org Server Extension, version 10.0
[    17.179] (==) Matched vmware as autoconfigured driver 0
[    17.179] (==) Matched modesetting as autoconfigured driver 1
[    17.179] (==) Matched fbdev as autoconfigured driver 2
[    17.179] (==) Matched vesa as autoconfigured driver 3
[    17.179] (==) Assigned the driver to the xf86ConfigLayout
[    17.179] (II) LoadModule: "vmware"
[    17.179] (WW) Warning, couldn't open module vmware
[    17.179] (EE) Failed to load module "vmware" (module does not exist, 0)
[    17.179] (II) LoadModule: "modesetting"
[    17.179] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    17.182] (II) Module modesetting: vendor="X.Org Foundation"
[    17.182] 	compiled for 1.21.1.20, module version = 1.21.1
[    17.182] 	Module class: X.Org Video Driver
[    17.182] 	ABI class: X.Org Video Driver, version 25.2
[    17.182] (II) LoadModule: "fbdev"
[    17.182] (WW) Warning, couldn't open module fbdev
[    17.182] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    17.182] (II) LoadModule: "vesa"
[    17.182] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    17.182] (II) Module vesa: vendor="X.Org Foundation"
[    17.182] 	compiled for 1.21.1.11, module version = 2.6.0
[    17.182] 	Module class: X.Org Video Driver
[    17.182] 	ABI class: X.Org Video Driver, version 25.2
[    17.182] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    17.182] (II) VESA: driver for VESA chipsets: vesa
[    17.182] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    17.182] (II) modeset(0): using drv /dev/dri/card0
[    17.182] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    17.182] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    17.182] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    17.182] (==) modeset(0): RGB weight 888
[    17.182] (==) modeset(0): Default visual is TrueColor
[    17.182] (II) Loading sub module "glamoregl"
[    17.182] (II) LoadModule: "glamoregl"
[    17.182] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    17.193] (II) Module glamoregl: vendor="X.Org Foundation"
[    17.193] 	compiled for 1.21.1.20, module version = 1.0.1
[    17.193] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.815] (II) modeset(0): glamor: Using OpenGL 4.5 context.
[    17.815] (II) modeset(0): Refusing to try glamor on llvmpipe
[    17.815] (II) modeset(0): glamor initialization failed
[    17.815] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    17.815] (II) modeset(0): Output Virtual-1 using monitor section Virtual-1
[    17.815] (**) modeset(0): Option "PreferredMode" "1366x768"
[    17.815] (II) modeset(0): Output Virtual-2 has no monitor section
[    17.815] (II) modeset(0): Output Virtual-3 has no monitor section
[    17.815] (II) modeset(0): Output Virtual-4 has no monitor section
[    17.815] (II) modeset(0): Output Virtual-5 has no monitor section
[    17.815] (II) modeset(0): Output Virtual-6 has no monitor section
[    17.815] (II) modeset(0): Output Virtual-7 has no monitor section
[    17.815] (II) modeset(0): Output Virtual-8 has no monitor section
[    17.815] (II) modeset(0): EDID for output Virtual-1
[    17.815] (II) modeset(0): Printing probed modes for output Virtual-1
[    17.815] (II) modeset(0): Modeline "1366x768"x60.0   83.50  1366 1416 1466 1516  768 818 868 918 -hsync +vsync (55.1 kHz UeP)
[    17.815] (II) modeset(0): Modeline "4096x2160"x60.0  556.74  4096 4104 4136 4176  2160 2208 2216 2222 +hsync -vsync (133.3 kHz e)
[    17.815] (II) modeset(0): Modeline "4096x2160"x59.9  556.19  4096 4104 4136 4176  2160 2208 2216 2222 +hsync -vsync (133.2 kHz e)
[    17.815] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[    17.815] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[    17.815] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[    17.815] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[    17.815] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[    17.815] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    17.815] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    17.815] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    17.815] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    17.815] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    17.815] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    17.815] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    17.815] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    17.815] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    17.815] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    17.815] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    17.815] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    17.815] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[    17.815] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.815] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.815] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.815] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.815] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    17.815] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.815] (II) modeset(0): EDID for output Virtual-2
[    17.815] (II) modeset(0): EDID for output Virtual-3
[    17.815] (II) modeset(0): EDID for output Virtual-4
[    17.815] (II) modeset(0): EDID for output Virtual-5
[    17.815] (II) modeset(0): EDID for output Virtual-6
[    17.815] (II) modeset(0): EDID for output Virtual-7
[    17.815] (II) modeset(0): EDID for output Virtual-8
[    17.815] (II) modeset(0): Output Virtual-1 connected
[    17.815] (II) modeset(0): Output Virtual-2 disconnected
[    17.815] (II) modeset(0): Output Virtual-3 disconnected
[    17.815] (II) modeset(0): Output Virtual-4 disconnected
[    17.815] (II) modeset(0): Output Virtual-5 disconnected
[    17.815] (II) modeset(0): Output Virtual-6 disconnected
[    17.815] (II) modeset(0): Output Virtual-7 disconnected
[    17.815] (II) modeset(0): Output Virtual-8 disconnected
[    17.815] (II) modeset(0): Using user preference for initial modes
[    17.815] (II) modeset(0): Output Virtual-1 using initial mode 1366x768 +0+0
[    17.815] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    17.815] (==) modeset(0): DPI set to (96, 96)
[    17.815] (II) Loading sub module "fb"
[    17.815] (II) LoadModule: "fb"
[    17.815] (II) Module "fb" already built-in
[    17.815] (II) UnloadModule: "vesa"
[    17.815] (II) Unloading vesa
[    17.815] (==) modeset(0): Backing store enabled
[    17.815] (==) modeset(0): Silken mouse enabled
[    17.815] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    17.815] (==) modeset(0): DPMS enabled
[    17.815] (II) Initializing extension Generic Event Extension
[    17.815] (II) Initializing extension SHAPE
[    17.815] (II) Initializing extension MIT-SHM
[    17.815] (II) Initializing extension XInputExtension
[    17.815] (II) Initializing extension XTEST
[    17.815] (II) Initializing extension BIG-REQUESTS
[    17.815] (II) Initializing extension SYNC
[    17.815] (II) Initializing extension XKEYBOARD
[    17.815] (II) Initializing extension XC-MISC
[    17.815] (II) Initializing extension SECURITY
[    17.815] (II) Initializing extension XFIXES
[    17.815] (II) Initializing extension RENDER
[    17.815] (II) Initializing extension RANDR
[    17.815] (II) Initializing extension COMPOSITE
[    17.815] (II) Initializing extension DAMAGE
[    17.815] (II) Initializing extension MIT-SCREEN-SAVER
[    17.815] (II) Initializing extension DOUBLE-BUFFER
[    17.815] (II) Initializing extension RECORD
[    17.815] (II) Initializing extension DPMS
[    17.815] (II) Initializing extension Present
[    17.815] (II) Initializing extension DRI3
[    17.815] (II) Initializing extension X-Resource
[    17.815] (II) Initializing extension XVideo
[    17.815] (II) Initializing extension XVideo-MotionCompensation
[    17.815] (II) Initializing extension GLX
[    17.815] (II) AIGLX: Screen 0 is not DRI2 capable
[    17.842] (II) IGLX: Loaded and initialized swrast
[    17.842] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    17.842] (II) Initializing extension XFree86-VidModeExtension
[    17.842] (II) Initializing extension XFree86-DGA
[    17.842] (II) Initializing extension XFree86-DRI
[    17.842] (II) Initializing extension DRI2
[    17.843] (II) modeset(0): Damage tracking initialized
[    17.843] (II) modeset(0): Setting screen physical size to 309 x 174
[    18.050] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    18.050] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    18.050] (II) LoadModule: "libinput"
[    18.050] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    18.066] (II) Module libinput: vendor="X.Org Foundation"
[    18.066] 	compiled for 1.21.1.13, module version = 1.5.0
[    18.066] 	Module class: X.Org XInput Driver
[    18.066] 	ABI class: X.Org XInput driver, version 24.4
[    18.066] (II) Using input driver 'libinput' for 'Power Button'
[    18.066] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 21 paused 0
[    18.066] (**) Power Button: always reports core events
[    18.066] (**) Option "Device" "/dev/input/event0"
[    18.099] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    18.100] (II) event0  - Power Button: device is a keyboard
[    18.100] (II) event0  - Power Button: device removed
[    18.100] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[    18.100] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    18.102] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    18.102] (II) event0  - Power Button: device is a keyboard
[    18.104] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    18.104] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    18.104] (II) Using input driver 'libinput' for 'Sleep Button'
[    18.106] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 24 paused 0
[    18.106] (**) Sleep Button: always reports core events
[    18.106] (**) Option "Device" "/dev/input/event1"
[    18.109] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    18.109] (II) event1  - Sleep Button: device is a keyboard
[    18.109] (II) event1  - Sleep Button: device removed
[    18.109] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[    18.109] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    18.110] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    18.110] (II) event1  - Sleep Button: device is a keyboard
[    18.112] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    18.112] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    18.112] (II) Using input driver 'libinput' for 'Video Bus'
[    18.114] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[    18.114] (**) Video Bus: always reports core events
[    18.114] (**) Option "Device" "/dev/input/event4"
[    18.116] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    18.116] (II) event4  - Video Bus: device is a keyboard
[    18.116] (II) event4  - Video Bus: device removed
[    18.116] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5/event4"
[    18.116] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    18.118] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    18.118] (II) event4  - Video Bus: device is a keyboard
[    18.121] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event6)
[    18.121] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[    18.121] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[    18.123] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 26 paused 0
[    18.123] (**) VirtualBox mouse integration: always reports core events
[    18.123] (**) Option "Device" "/dev/input/event6"
[    18.124] (II) event6  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    18.125] (II) event6  - VirtualBox mouse integration: device is a pointer
[    18.125] (II) event6  - VirtualBox mouse integration: device removed
[    18.125] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input7/event6"
[    18.125] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[    18.125] (**) Option "AccelerationScheme" "none"
[    18.125] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[    18.125] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[    18.125] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[    18.126] (II) event6  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    18.126] (II) event6  - VirtualBox mouse integration: device is a pointer
[    18.127] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[    18.127] (II) No input driver specified, ignoring this device.
[    18.127] (II) This device may have been added with another device file.
[    18.128] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse1)
[    18.128] (II) No input driver specified, ignoring this device.
[    18.128] (II) This device may have been added with another device file.
[    18.131] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event3)
[    18.131] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[    18.131] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[    18.184] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[    18.184] (**) VirtualBox USB Tablet: always reports core events
[    18.184] (**) Option "Device" "/dev/input/event3"
[    18.188] (II) event3  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    18.188] (II) event3  - VirtualBox USB Tablet: device is a pointer
[    18.188] (II) event3  - VirtualBox USB Tablet: device removed
[    18.188] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input4/event3"
[    18.188] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[    18.188] (**) Option "AccelerationScheme" "none"
[    18.188] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[    18.188] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[    18.188] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[    18.188] (II) event3  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    18.188] (II) event3  - VirtualBox USB Tablet: device is a pointer
[    18.188] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[    18.188] (II) No input driver specified, ignoring this device.
[    18.188] (II) This device may have been added with another device file.
[    18.200] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[    18.200] (II) No input driver specified, ignoring this device.
[    18.200] (II) This device may have been added with another device file.
[    18.200] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    18.200] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    18.200] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    18.200] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[    18.200] (**) AT Translated Set 2 keyboard: always reports core events
[    18.200] (**) Option "Device" "/dev/input/event2"
[    18.200] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    18.200] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    18.200] (II) event2  - AT Translated Set 2 keyboard: device removed
[    18.200] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    18.200] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    18.212] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    18.212] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    18.212] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event7)
[    18.212] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    18.212] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    18.212] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 29 paused 0
[    18.212] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    18.212] (**) Option "Device" "/dev/input/event7"
[    18.212] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    18.212] (II) event7  - ImExPS/2 Generic Explorer Mouse: emulating high-resolution scroll wheel events.
[    18.212] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    18.212] (II) event7  - ImExPS/2 Generic Explorer Mouse: device removed
[    18.212] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.212] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.212] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    18.212] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event7"
[    18.212] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[    18.212] (**) Option "AccelerationScheme" "none"
[    18.212] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    18.212] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    18.212] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    18.212] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    18.212] (II) event7  - ImExPS/2 Generic Explorer Mouse: emulating high-resolution scroll wheel events.
[    18.212] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    18.212] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse2)
[    18.212] (II) No input driver specified, ignoring this device.
[    18.212] (II) This device may have been added with another device file.
[    18.230] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    18.230] (II) No input driver specified, ignoring this device.
[    18.230] (II) This device may have been added with another device file.

Offline

#18 2025-11-02 15:20:05

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

[    17.843] (II) modeset(0): Setting screen physical size to 309 x 174

It's there…

X.Org X Server 1.21.1.20

Do you have the same problem w/ xorg-server 1.21.1.18 ?
(and the DisplaySize config in place)
https://bbs.archlinux.org/viewtopic.php?id=309874

Offline

#19 2025-11-03 05:44:05

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

Using the same configurations after downgrading to xorg-server 1.21.1.18, I still get a stuck cursor. But if software renderering is an issue, I could try using another VM.

$ cat ~/.local/share/xorg/Xorg.0.log
[    16.661]
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[    16.661] Current Operating System: Linux ogj-arch 6.17.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 23 Oct 2025 18:49:03 +0000 x86_64
[    16.661] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/main-root rw loglevel=3 quiet cryptdevice=LABEL=LUKS:cryptlvm root=/dev/main/root
[    16.661]
[    16.661] Current version of pixman: 0.46.4
[    16.661] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    16.661] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    16.661] (==) Log file: "/home/ogghostjelly/.local/share/xorg/Xorg.0.log", Time: Mon Nov  3 11:22:39 2025
[    16.670] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    16.670] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    16.678] (==) No Layout section.  Using the first Screen section.
[    16.678] (==) No screen section available. Using defaults.
[    16.678] (**) |-->Screen "Default Screen Section" (0)
[    16.678] (**) |   |-->Monitor "<default monitor>"
[    16.678] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    16.678] (**) Allowing byte-swapped clients
[    16.678] (==) Automatically adding devices
[    16.678] (==) Automatically enabling devices
[    16.678] (==) Automatically adding GPU devices
[    16.678] (==) Automatically binding GPU devices
[    16.678] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    16.679] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    16.679] 	Entry deleted from font path.
[    16.679] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    16.679] 	Entry deleted from font path.
[    16.679] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    16.679] 	Entry deleted from font path.
[    16.679] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    16.679] 	Entry deleted from font path.
[    16.684] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    16.684] (==) ModulePath set to "/usr/lib/xorg/modules"
[    16.684] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    16.684] (II) Module ABI versions:
[    16.684] 	X.Org ANSI C Emulation: 0.4
[    16.684] 	X.Org Video Driver: 25.2
[    16.684] 	X.Org XInput driver : 24.4
[    16.684] 	X.Org Server Extension : 10.0
[    16.685] (++) using VT number 1

[    16.686] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    16.686] (II) xfree86: Adding drm device (/dev/dri/card0)
[    16.686] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    16.686] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    16.696] (--) PCI:*(0@0:2:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe0000000/134217728, 0xf0000000/2097152, I/O @ 0x0000d010/16, BIOS @ 0x????????/131072
[    16.697] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    16.697] (II) LoadModule: "glx"
[    16.700] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    16.711] (II) Module glx: vendor="X.Org Foundation"
[    16.711] 	compiled for 1.21.1.18, module version = 1.0.0
[    16.711] 	ABI class: X.Org Server Extension, version 10.0
[    16.711] (==) Matched vmware as autoconfigured driver 0
[    16.711] (==) Matched modesetting as autoconfigured driver 1
[    16.711] (==) Matched fbdev as autoconfigured driver 2
[    16.711] (==) Matched vesa as autoconfigured driver 3
[    16.711] (==) Assigned the driver to the xf86ConfigLayout
[    16.711] (II) LoadModule: "vmware"
[    16.711] (WW) Warning, couldn't open module vmware
[    16.711] (EE) Failed to load module "vmware" (module does not exist, 0)
[    16.711] (II) LoadModule: "modesetting"
[    16.711] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    16.714] (II) Module modesetting: vendor="X.Org Foundation"
[    16.714] 	compiled for 1.21.1.18, module version = 1.21.1
[    16.714] 	Module class: X.Org Video Driver
[    16.714] 	ABI class: X.Org Video Driver, version 25.2
[    16.714] (II) LoadModule: "fbdev"
[    16.714] (WW) Warning, couldn't open module fbdev
[    16.714] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    16.714] (II) LoadModule: "vesa"
[    16.714] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    16.715] (II) Module vesa: vendor="X.Org Foundation"
[    16.715] 	compiled for 1.21.1.11, module version = 2.6.0
[    16.715] 	Module class: X.Org Video Driver
[    16.715] 	ABI class: X.Org Video Driver, version 25.2
[    16.715] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    16.715] (II) VESA: driver for VESA chipsets: vesa
[    16.715] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    16.715] (II) modeset(0): using drv /dev/dri/card0
[    16.715] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    16.715] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    16.715] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    16.715] (==) modeset(0): RGB weight 888
[    16.716] (==) modeset(0): Default visual is TrueColor
[    16.716] (II) Loading sub module "glamoregl"
[    16.716] (II) LoadModule: "glamoregl"
[    16.716] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    16.726] (II) Module glamoregl: vendor="X.Org Foundation"
[    16.726] 	compiled for 1.21.1.18, module version = 1.0.1
[    16.726] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.303] (II) modeset(0): Refusing to try glamor on llvmpipe
[    17.303] (II) modeset(0): glamor initialization failed
[    17.303] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    17.303] (II) modeset(0): Output Virtual-1 using monitor section Virtual-1
[    17.303] (**) modeset(0): Option "PreferredMode" "1366x768"
[    17.303] (II) modeset(0): Output Virtual-2 has no monitor section
[    17.303] (II) modeset(0): Output Virtual-3 has no monitor section
[    17.303] (II) modeset(0): Output Virtual-4 has no monitor section
[    17.303] (II) modeset(0): Output Virtual-5 has no monitor section
[    17.303] (II) modeset(0): Output Virtual-6 has no monitor section
[    17.303] (II) modeset(0): Output Virtual-7 has no monitor section
[    17.303] (II) modeset(0): Output Virtual-8 has no monitor section
[    17.303] (II) modeset(0): EDID for output Virtual-1
[    17.303] (II) modeset(0): Printing probed modes for output Virtual-1
[    17.303] (II) modeset(0): Modeline "1366x768"x60.0   83.50  1366 1416 1466 1516  768 818 868 918 -hsync +vsync (55.1 kHz UeP)
[    17.303] (II) modeset(0): Modeline "4096x2160"x60.0  556.74  4096 4104 4136 4176  2160 2208 2216 2222 +hsync -vsync (133.3 kHz e)
[    17.303] (II) modeset(0): Modeline "4096x2160"x59.9  556.19  4096 4104 4136 4176  2160 2208 2216 2222 +hsync -vsync (133.2 kHz e)
[    17.303] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[    17.303] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[    17.303] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[    17.303] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[    17.303] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[    17.303] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    17.303] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    17.303] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    17.303] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    17.303] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    17.303] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    17.303] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    17.303] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    17.303] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    17.303] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    17.303] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    17.303] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    17.303] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[    17.303] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.303] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.303] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.303] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    17.303] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    17.303] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.303] (II) modeset(0): EDID for output Virtual-2
[    17.303] (II) modeset(0): EDID for output Virtual-3
[    17.303] (II) modeset(0): EDID for output Virtual-4
[    17.303] (II) modeset(0): EDID for output Virtual-5
[    17.303] (II) modeset(0): EDID for output Virtual-6
[    17.303] (II) modeset(0): EDID for output Virtual-7
[    17.303] (II) modeset(0): EDID for output Virtual-8
[    17.303] (II) modeset(0): Output Virtual-1 connected
[    17.303] (II) modeset(0): Output Virtual-2 disconnected
[    17.303] (II) modeset(0): Output Virtual-3 disconnected
[    17.303] (II) modeset(0): Output Virtual-4 disconnected
[    17.303] (II) modeset(0): Output Virtual-5 disconnected
[    17.303] (II) modeset(0): Output Virtual-6 disconnected
[    17.303] (II) modeset(0): Output Virtual-7 disconnected
[    17.303] (II) modeset(0): Output Virtual-8 disconnected
[    17.303] (II) modeset(0): Using user preference for initial modes
[    17.303] (II) modeset(0): Output Virtual-1 using initial mode 1366x768 +0+0
[    17.303] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    17.303] (==) modeset(0): DPI set to (96, 96)
[    17.303] (II) Loading sub module "fb"
[    17.303] (II) LoadModule: "fb"
[    17.303] (II) Module "fb" already built-in
[    17.303] (II) UnloadModule: "vesa"
[    17.303] (II) Unloading vesa
[    17.303] (==) modeset(0): Backing store enabled
[    17.303] (==) modeset(0): Silken mouse enabled
[    17.303] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    17.303] (==) modeset(0): DPMS enabled
[    17.303] (II) Initializing extension Generic Event Extension
[    17.303] (II) Initializing extension SHAPE
[    17.303] (II) Initializing extension MIT-SHM
[    17.303] (II) Initializing extension XInputExtension
[    17.303] (II) Initializing extension XTEST
[    17.303] (II) Initializing extension BIG-REQUESTS
[    17.303] (II) Initializing extension SYNC
[    17.303] (II) Initializing extension XKEYBOARD
[    17.303] (II) Initializing extension XC-MISC
[    17.303] (II) Initializing extension SECURITY
[    17.303] (II) Initializing extension XFIXES
[    17.303] (II) Initializing extension RENDER
[    17.303] (II) Initializing extension RANDR
[    17.303] (II) Initializing extension COMPOSITE
[    17.303] (II) Initializing extension DAMAGE
[    17.303] (II) Initializing extension MIT-SCREEN-SAVER
[    17.303] (II) Initializing extension DOUBLE-BUFFER
[    17.303] (II) Initializing extension RECORD
[    17.303] (II) Initializing extension DPMS
[    17.303] (II) Initializing extension Present
[    17.303] (II) Initializing extension DRI3
[    17.303] (II) Initializing extension X-Resource
[    17.303] (II) Initializing extension XVideo
[    17.303] (II) Initializing extension XVideo-MotionCompensation
[    17.303] (II) Initializing extension GLX
[    17.303] (II) AIGLX: Screen 0 is not DRI2 capable
[    17.325] (II) IGLX: Loaded and initialized swrast
[    17.325] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    17.325] (II) Initializing extension XFree86-VidModeExtension
[    17.325] (II) Initializing extension XFree86-DGA
[    17.325] (II) Initializing extension XFree86-DRI
[    17.325] (II) Initializing extension DRI2
[    17.325] (II) modeset(0): Damage tracking initialized
[    17.325] (II) modeset(0): Setting screen physical size to 309 x 174
[    17.453] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    17.453] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    17.453] (II) LoadModule: "libinput"
[    17.453] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    17.464] (II) Module libinput: vendor="X.Org Foundation"
[    17.464] 	compiled for 1.21.1.13, module version = 1.5.0
[    17.464] 	Module class: X.Org XInput Driver
[    17.464] 	ABI class: X.Org XInput driver, version 24.4
[    17.464] (II) Using input driver 'libinput' for 'Power Button'
[    17.466] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 21 paused 0
[    17.466] (**) Power Button: always reports core events
[    17.466] (**) Option "Device" "/dev/input/event0"
[    17.490] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    17.490] (II) event0  - Power Button: device is a keyboard
[    17.490] (II) event0  - Power Button: device removed
[    17.490] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[    17.490] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    17.492] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    17.492] (II) event0  - Power Button: device is a keyboard
[    17.493] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    17.493] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    17.493] (II) Using input driver 'libinput' for 'Sleep Button'
[    17.494] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 24 paused 0
[    17.495] (**) Sleep Button: always reports core events
[    17.495] (**) Option "Device" "/dev/input/event1"
[    17.496] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    17.496] (II) event1  - Sleep Button: device is a keyboard
[    17.496] (II) event1  - Sleep Button: device removed
[    17.496] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[    17.496] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    17.497] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    17.497] (II) event1  - Sleep Button: device is a keyboard
[    17.499] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    17.499] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    17.499] (II) Using input driver 'libinput' for 'Video Bus'
[    17.500] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[    17.500] (**) Video Bus: always reports core events
[    17.500] (**) Option "Device" "/dev/input/event5"
[    17.502] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    17.502] (II) event5  - Video Bus: device is a keyboard
[    17.502] (II) event5  - Video Bus: device removed
[    17.502] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input6/event5"
[    17.502] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    17.504] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    17.504] (II) event5  - Video Bus: device is a keyboard
[    17.508] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event4)
[    17.508] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[    17.508] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[    17.510] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[    17.510] (**) VirtualBox mouse integration: always reports core events
[    17.510] (**) Option "Device" "/dev/input/event4"
[    17.512] (II) event4  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    17.512] (II) event4  - VirtualBox mouse integration: device is a pointer
[    17.512] (II) event4  - VirtualBox mouse integration: device removed
[    17.512] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input5/event4"
[    17.512] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[    17.513] (**) Option "AccelerationScheme" "none"
[    17.513] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[    17.513] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[    17.513] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[    17.514] (II) event4  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    17.514] (II) event4  - VirtualBox mouse integration: device is a pointer
[    17.515] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[    17.515] (II) No input driver specified, ignoring this device.
[    17.515] (II) This device may have been added with another device file.
[    17.516] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse1)
[    17.516] (II) No input driver specified, ignoring this device.
[    17.516] (II) This device may have been added with another device file.
[    17.517] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event3)
[    17.517] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[    17.517] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[    17.569] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[    17.569] (**) VirtualBox USB Tablet: always reports core events
[    17.569] (**) Option "Device" "/dev/input/event3"
[    17.574] (II) event3  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    17.574] (II) event3  - VirtualBox USB Tablet: device is a pointer
[    17.574] (II) event3  - VirtualBox USB Tablet: device removed
[    17.574] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input4/event3"
[    17.574] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[    17.574] (**) Option "AccelerationScheme" "none"
[    17.574] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[    17.574] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[    17.574] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[    17.577] (II) event3  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    17.577] (II) event3  - VirtualBox USB Tablet: device is a pointer
[    17.580] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[    17.580] (II) No input driver specified, ignoring this device.
[    17.580] (II) This device may have been added with another device file.
[    17.581] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[    17.582] (II) No input driver specified, ignoring this device.
[    17.582] (II) This device may have been added with another device file.
[    17.583] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    17.583] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    17.583] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    17.584] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[    17.584] (**) AT Translated Set 2 keyboard: always reports core events
[    17.584] (**) Option "Device" "/dev/input/event2"
[    17.585] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    17.586] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    17.586] (II) event2  - AT Translated Set 2 keyboard: device removed
[    17.586] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    17.586] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    17.588] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    17.588] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    17.590] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event6)
[    17.590] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    17.590] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    17.591] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 29 paused 0
[    17.591] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    17.591] (**) Option "Device" "/dev/input/event6"
[    17.593] (II) event6  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    17.593] (II) event6  - ImExPS/2 Generic Explorer Mouse: emulating high-resolution scroll wheel events.
[    17.593] (II) event6  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    17.594] (II) event6  - ImExPS/2 Generic Explorer Mouse: device removed
[    17.594] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.594] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.594] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.594] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
[    17.594] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[    17.594] (**) Option "AccelerationScheme" "none"
[    17.594] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    17.594] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    17.594] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    17.595] (II) event6  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    17.595] (II) event6  - ImExPS/2 Generic Explorer Mouse: emulating high-resolution scroll wheel events.
[    17.595] (II) event6  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    17.597] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse2)
[    17.597] (II) No input driver specified, ignoring this device.
[    17.597] (II) This device may have been added with another device file.
[    17.597] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    17.597] (II) No input driver specified, ignoring this device.
[    17.597] (II) This device may have been added with another device file.
$ xrandr -q
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
Virtual-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1366x768      60.00*+  59.79    60.00
   4096x2160     60.00    59.94
   2560x1600     59.99    59.97
   1920x1440     60.00
   1856x1392     60.00
   1792x1344     60.00
   2048x1152     60.00
   1920x1200     59.88    59.95
   1920x1080     60.00
   1600x1200     60.00
   1680x1050     59.95    59.88
   1400x1050     59.98    59.95
   1600x900      60.00
   1280x1024     60.02
   1440x900      59.89    59.90
   1280x960      60.00
   1360x768      60.02
   1280x800      59.81    59.91
   1280x768      59.87    59.99
   1280x720      60.00
   1024x768      60.00
   800x600       60.32    56.25
   848x480       60.00
   640x480       59.94
Virtual-2 disconnected (normal left inverted right x axis y axis)
Virtual-3 disconnected (normal left inverted right x axis y axis)
Virtual-4 disconnected (normal left inverted right x axis y axis)
Virtual-5 disconnected (normal left inverted right x axis y axis)
Virtual-6 disconnected (normal left inverted right x axis y axis)
Virtual-7 disconnected (normal left inverted right x axis y axis)
Virtual-8 disconnected
$ xdpyinfo | grep -B2 resolution
screen #0:
  dimensions:    1366x768 pixels (309x174 millimeters)
  resolution:    112x112 dots per inch

Offline

#20 2025-11-03 08:46:27

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

But if software renderering is an issue, I could try using another VM.

The plan would be to make xrandr reflect the monitor dimensions (as the X11 server btw does) to see whether the physical DPI from there is what's driving the weird cursor size behavior - if enabling HW acceleration can provide the former it will be a sufficient test for the latter.
Alternatively

QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_ENABLE_HIGHDPI_SCALING=0 QT_SCALE_FACTOR=1 QT_SCREEN_SCALE_FACTORS=1 XCURSOR_SIZE=24 sqriptor
QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_ENABLE_HIGHDPI_SCALING=0 QT_SCALE_FACTOR=1 QT_SCREEN_SCALE_FACTORS=1 XCURSOR_SIZE=96 sqriptor
QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_ENABLE_HIGHDPI_SCALING=0 QT_SCALE_FACTOR=1 QT_SCREEN_SCALE_FACTORS=1 XCURSOR_SIZE=144 sqriptor

though the Qt environment has no impact on the cursor behavior here whatsoever.

Do you enable https://man.archlinux.org/man/extra/lib … OR_RESIZED and even if not, what if you explicitly disable it?

Offline

#21 2025-11-03 11:50:50

ogghostjelly
Member
Registered: 2025-10-31
Posts: 11

Re: [SOLVED] XMonad cursor only works at specific sizes

It was in fact the VM. After trying to get hardware acceleration working, I had changed the "Settings > Display > Graphics Controller" setting to "VBoxSVGA" and the mouse is now fixed! Probably because of misconfigured graphics drivers. Thanks so much for the help! Glad to finally put this bug to rest.

I'll post logs of the working setup in case anyone who's having similar problems finds it useful.

$ cat ~/.local/share/xorg/Xorg.0.log
[    15.637]
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[    15.637] Current Operating System: Linux ogj-arch 6.17.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 23 Oct 2025 18:49:03 +0000 x86_64
[    15.637] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/main-root rw loglevel=3 quiet cryptdevice=LABEL=LUKS:cryptlvm root=/dev/main/root
[    15.637]
[    15.637] Current version of pixman: 0.46.4
[    15.637] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.637] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.639] (==) Log file: "/home/ogghostjelly/.local/share/xorg/Xorg.0.log", Time: Mon Nov  3 18:45:45 2025
[    15.646] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    15.646] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.649] (==) No Layout section.  Using the first Screen section.
[    15.649] (==) No screen section available. Using defaults.
[    15.649] (**) |-->Screen "Default Screen Section" (0)
[    15.649] (**) |   |-->Monitor "<default monitor>"
[    15.649] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    15.649] (**) Allowing byte-swapped clients
[    15.649] (==) Automatically adding devices
[    15.649] (==) Automatically enabling devices
[    15.649] (==) Automatically adding GPU devices
[    15.649] (==) Automatically binding GPU devices
[    15.649] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.650] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    15.650] 	Entry deleted from font path.
[    15.650] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    15.650] 	Entry deleted from font path.
[    15.650] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.650] 	Entry deleted from font path.
[    15.650] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    15.650] 	Entry deleted from font path.
[    15.655] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    15.655] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.655] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.655] (II) Module ABI versions:
[    15.655] 	X.Org ANSI C Emulation: 0.4
[    15.655] 	X.Org Video Driver: 25.2
[    15.655] 	X.Org XInput driver : 24.4
[    15.655] 	X.Org Server Extension : 10.0
[    15.656] (++) using VT number 1

[    15.657] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    15.659] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.659] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    15.660] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    15.662] (--) PCI:*(0@0:2:0) 80ee:beef:15ad:0405 rev 0, Mem @ 0xe0000000/134217728, 0xf0000000/2097152, I/O @ 0x0000d010/16, BIOS @ 0x????????/131072
[    15.662] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.662] (II) LoadModule: "glx"
[    15.667] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.677] (II) Module glx: vendor="X.Org Foundation"
[    15.677] 	compiled for 1.21.1.18, module version = 1.0.0
[    15.677] 	ABI class: X.Org Server Extension, version 10.0
[    15.677] (==) Matched vboxvideo as autoconfigured driver 0
[    15.677] (==) Matched modesetting as autoconfigured driver 1
[    15.677] (==) Matched fbdev as autoconfigured driver 2
[    15.677] (==) Matched vesa as autoconfigured driver 3
[    15.677] (==) Assigned the driver to the xf86ConfigLayout
[    15.677] (II) LoadModule: "vboxvideo"
[    15.678] (WW) Warning, couldn't open module vboxvideo
[    15.678] (EE) Failed to load module "vboxvideo" (module does not exist, 0)
[    15.678] (II) LoadModule: "modesetting"
[    15.678] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.680] (II) Module modesetting: vendor="X.Org Foundation"
[    15.680] 	compiled for 1.21.1.18, module version = 1.21.1
[    15.681] 	Module class: X.Org Video Driver
[    15.681] 	ABI class: X.Org Video Driver, version 25.2
[    15.681] (II) LoadModule: "fbdev"
[    15.681] (WW) Warning, couldn't open module fbdev
[    15.681] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.681] (II) LoadModule: "vesa"
[    15.681] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    15.682] (II) Module vesa: vendor="X.Org Foundation"
[    15.682] 	compiled for 1.21.1.11, module version = 2.6.0
[    15.682] 	Module class: X.Org Video Driver
[    15.682] 	ABI class: X.Org Video Driver, version 25.2
[    15.682] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.682] (II) VESA: driver for VESA chipsets: vesa
[    15.682] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    15.682] (II) modeset(0): using drv /dev/dri/card0
[    15.682] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    15.682] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.682] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    15.682] (==) modeset(0): RGB weight 888
[    15.682] (==) modeset(0): Default visual is TrueColor
[    15.682] (II) Loading sub module "glamoregl"
[    15.682] (II) LoadModule: "glamoregl"
[    15.682] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    15.692] (II) Module glamoregl: vendor="X.Org Foundation"
[    15.692] 	compiled for 1.21.1.18, module version = 1.0.1
[    15.692] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.263] (II) modeset(0): Refusing to try glamor on llvmpipe
[    16.265] (II) modeset(0): glamor initialization failed
[    16.265] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    16.265] (II) modeset(0): Output VGA-1 using monitor section VGA-1
[    16.265] (**) modeset(0): Option "PreferredMode" "1366x768"
[    16.266] (II) modeset(0): EDID for output VGA-1
[    16.266] (II) modeset(0): Manufacturer: VBX  Model: 0  Serial#: 50333014
[    16.266] (II) modeset(0): Year: 1990  Week: 1
[    16.266] (II) modeset(0): EDID Version: 1.3
[    16.266] (II) modeset(0): Digital Display Input
[    16.266] (II) modeset(0): Indeterminate output size
[    16.266] (II) modeset(0): Gamma: 2.20
[    16.266] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    16.266] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    16.266] (II) modeset(0): Default color space is primary color space
[    16.266] (II) modeset(0): First detailed timing is preferred mode
[    16.266] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    16.266] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    16.266] (II) modeset(0): Manufacturer's mask: 0
[    16.266] (II) modeset(0): Supported detailed timing:
[    16.266] (II) modeset(0): clock: 63.7 MHz   Image Size:  0 x 0 mm
[    16.266] (II) modeset(0): h_active: 1366  h_sync: 1368  h_sync_end 1370 h_blank_end 1372 h_border: 0
[    16.266] (II) modeset(0): v_active: 768  v_sync: 768  v_sync_end 802 v_blanking: 774 v_border: 0
[    16.266] (II) modeset(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
[    16.266] (II) modeset(0): Monitor name: VBOX monitor
[    16.266] (II) modeset(0): EDID (in hex):
[    16.266] (II) modeset(0): 	00ffffffffffff005858000056050003
[    16.266] (II) modeset(0): 	0100010380000078eeee91a3544c9926
[    16.266] (II) modeset(0): 	0f505400000001010101010101010101
[    16.266] (II) modeset(0): 	010101010101e3185606500006300202
[    16.266] (II) modeset(0): 	0202000000000000000000fd0000c800
[    16.266] (II) modeset(0): 	c864000a202020202020000000fc0056
[    16.266] (II) modeset(0): 	424f58206d6f6e69746f720a00000010
[    16.266] (II) modeset(0): 	000a2020202020202020202020200022
[    16.266] (II) modeset(0): Printing probed modes for output VGA-1
[    16.266] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz UeP)
[    16.266] (II) modeset(0): Modeline "1360x768"x59.9   84.96  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.8 kHz P)
[    16.266] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[    16.266] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[    16.266] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[    16.266] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[    16.266] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[    16.266] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    16.266] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    16.266] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    16.266] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    16.266] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    16.266] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    16.266] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    16.266] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    16.266] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    16.266] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    16.266] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    16.266] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[    16.266] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    16.266] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    16.266] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    16.266] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    16.266] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    16.266] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    16.266] (II) modeset(0): Output VGA-1 connected
[    16.266] (II) modeset(0): Using user preference for initial modes
[    16.266] (II) modeset(0): Output VGA-1 using initial mode 1366x768 +0+0
[    16.266] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    16.266] (==) modeset(0): DPI set to (96, 96)
[    16.266] (II) Loading sub module "fb"
[    16.266] (II) LoadModule: "fb"
[    16.266] (II) Module "fb" already built-in
[    16.266] (II) UnloadModule: "vesa"
[    16.266] (II) Unloading vesa
[    16.266] (==) modeset(0): Backing store enabled
[    16.266] (==) modeset(0): Silken mouse enabled
[    16.266] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    16.266] (==) modeset(0): DPMS enabled
[    16.266] (II) Initializing extension Generic Event Extension
[    16.266] (II) Initializing extension SHAPE
[    16.266] (II) Initializing extension MIT-SHM
[    16.266] (II) Initializing extension XInputExtension
[    16.266] (II) Initializing extension XTEST
[    16.266] (II) Initializing extension BIG-REQUESTS
[    16.266] (II) Initializing extension SYNC
[    16.266] (II) Initializing extension XKEYBOARD
[    16.266] (II) Initializing extension XC-MISC
[    16.266] (II) Initializing extension SECURITY
[    16.266] (II) Initializing extension XFIXES
[    16.266] (II) Initializing extension RENDER
[    16.266] (II) Initializing extension RANDR
[    16.266] (II) Initializing extension COMPOSITE
[    16.266] (II) Initializing extension DAMAGE
[    16.266] (II) Initializing extension MIT-SCREEN-SAVER
[    16.266] (II) Initializing extension DOUBLE-BUFFER
[    16.266] (II) Initializing extension RECORD
[    16.266] (II) Initializing extension DPMS
[    16.266] (II) Initializing extension Present
[    16.266] (II) Initializing extension DRI3
[    16.266] (II) Initializing extension X-Resource
[    16.266] (II) Initializing extension XVideo
[    16.266] (II) Initializing extension XVideo-MotionCompensation
[    16.266] (II) Initializing extension GLX
[    16.266] (II) AIGLX: Screen 0 is not DRI2 capable
[    16.270] (II) IGLX: Loaded and initialized swrast
[    16.270] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    16.270] (II) Initializing extension XFree86-VidModeExtension
[    16.270] (II) Initializing extension XFree86-DGA
[    16.270] (II) Initializing extension XFree86-DRI
[    16.270] (II) Initializing extension DRI2
[    16.270] (II) modeset(0): Damage tracking initialized
[    16.270] (II) modeset(0): Setting screen physical size to 309 x 174
[    16.398] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    16.398] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.398] (II) LoadModule: "libinput"
[    16.398] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    16.405] (II) Module libinput: vendor="X.Org Foundation"
[    16.405] 	compiled for 1.21.1.13, module version = 1.5.0
[    16.405] 	Module class: X.Org XInput Driver
[    16.405] 	ABI class: X.Org XInput driver, version 24.4
[    16.405] (II) Using input driver 'libinput' for 'Power Button'
[    16.406] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 21 paused 0
[    16.406] (**) Power Button: always reports core events
[    16.406] (**) Option "Device" "/dev/input/event0"
[    16.431] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    16.431] (II) event0  - Power Button: device is a keyboard
[    16.431] (II) event0  - Power Button: device removed
[    16.432] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[    16.432] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.433] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    16.433] (II) event0  - Power Button: device is a keyboard
[    16.434] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    16.434] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    16.434] (II) Using input driver 'libinput' for 'Sleep Button'
[    16.435] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 24 paused 0
[    16.435] (**) Sleep Button: always reports core events
[    16.435] (**) Option "Device" "/dev/input/event1"
[    16.437] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    16.437] (II) event1  - Sleep Button: device is a keyboard
[    16.437] (II) event1  - Sleep Button: device removed
[    16.437] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[    16.437] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    16.438] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    16.439] (II) event1  - Sleep Button: device is a keyboard
[    16.440] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    16.440] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    16.440] (II) Using input driver 'libinput' for 'Video Bus'
[    16.441] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 25 paused 0
[    16.441] (**) Video Bus: always reports core events
[    16.441] (**) Option "Device" "/dev/input/event6"
[    16.443] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    16.443] (II) event6  - Video Bus: device is a keyboard
[    16.443] (II) event6  - Video Bus: device removed
[    16.443] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5/event6"
[    16.443] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    16.444] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    16.444] (II) event6  - Video Bus: device is a keyboard
[    16.445] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event4)
[    16.445] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[    16.445] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[    16.447] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[    16.447] (**) VirtualBox mouse integration: always reports core events
[    16.447] (**) Option "Device" "/dev/input/event4"
[    16.448] (II) event4  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    16.448] (II) event4  - VirtualBox mouse integration: device is a pointer
[    16.448] (II) event4  - VirtualBox mouse integration: device removed
[    16.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input7/event4"
[    16.448] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[    16.448] (**) Option "AccelerationScheme" "none"
[    16.448] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[    16.448] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[    16.448] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[    16.450] (II) event4  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    16.450] (II) event4  - VirtualBox mouse integration: device is a pointer
[    16.451] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[    16.451] (II) No input driver specified, ignoring this device.
[    16.451] (II) This device may have been added with another device file.
[    16.451] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse1)
[    16.451] (II) No input driver specified, ignoring this device.
[    16.451] (II) This device may have been added with another device file.
[    16.453] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event3)
[    16.453] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[    16.453] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[    16.505] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[    16.505] (**) VirtualBox USB Tablet: always reports core events
[    16.505] (**) Option "Device" "/dev/input/event3"
[    16.505] (II) event3  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    16.505] (II) event3  - VirtualBox USB Tablet: device is a pointer
[    16.505] (II) event3  - VirtualBox USB Tablet: device removed
[    16.505] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input4/event3"
[    16.505] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[    16.505] (**) Option "AccelerationScheme" "none"
[    16.505] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[    16.505] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[    16.505] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[    16.515] (II) event3  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    16.515] (II) event3  - VirtualBox USB Tablet: device is a pointer
[    16.515] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[    16.515] (II) No input driver specified, ignoring this device.
[    16.515] (II) This device may have been added with another device file.
[    16.515] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[    16.515] (II) No input driver specified, ignoring this device.
[    16.515] (II) This device may have been added with another device file.
[    16.515] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    16.515] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    16.515] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    16.515] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[    16.515] (**) AT Translated Set 2 keyboard: always reports core events
[    16.515] (**) Option "Device" "/dev/input/event2"
[    16.515] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.515] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    16.515] (II) event2  - AT Translated Set 2 keyboard: device removed
[    16.515] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    16.515] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    16.515] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.515] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    16.515] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event5)
[    16.515] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    16.515] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    16.515] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 29 paused 0
[    16.515] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    16.515] (**) Option "Device" "/dev/input/event5"
[    16.515] (II) event5  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    16.515] (II) event5  - ImExPS/2 Generic Explorer Mouse: emulating high-resolution scroll wheel events.
[    16.515] (II) event5  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    16.515] (II) event5  - ImExPS/2 Generic Explorer Mouse: device removed
[    16.515] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.515] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.515] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.515] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event5"
[    16.515] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[    16.515] (**) Option "AccelerationScheme" "none"
[    16.515] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    16.515] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    16.515] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    16.515] (II) event5  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    16.515] (II) event5  - ImExPS/2 Generic Explorer Mouse: emulating high-resolution scroll wheel events.
[    16.531] (II) event5  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    16.531] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse2)
[    16.531] (II) No input driver specified, ignoring this device.
[    16.531] (II) This device may have been added with another device file.
[    16.531] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    16.531] (II) No input driver specified, ignoring this device.
[    16.531] (II) This device may have been added with another device file.
$ xrandr -q
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
VGA-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1366x768      59.79*+  60.00
   1360x768      59.95 +  60.02
   2560x1600     59.99    59.97
   1920x1440     60.00
   1856x1392     60.00
   1792x1344     60.00
   2048x1152     60.00
   1920x1200     59.88    59.95
   1920x1080     60.00
   1600x1200     60.00
   1680x1050     59.95    59.88
   1400x1050     59.98    59.95
   1600x900      60.00
   1280x1024     60.02
   1440x900      59.89    59.90
   1280x960      60.00
   1280x800      59.81    59.91
   1280x768      59.87    59.99
   1280x720      60.00
   1024x768      60.00
   800x600       60.32    56.25
   848x480       60.00
   640x480       59.94
$ xdpyinfo | grep -B2 resolution
screen #0:
  dimensions:    1366x768 pixels (309x174 millimeters)
  resolution:    112x112 dots per inch

Offline

#22 2025-11-03 13:57:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,006

Re: [SOLVED] XMonad cursor only works at specific sizes

VGA-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm

Wasn't the xrandr dimensions…

Still \o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB