XFCE Windows Scaling x2 problem

hello huh,
thanks for your reply.
the xrandr you provided seems fine. I would suggest trying this if you haven’t already.
(From the arch wiki here )

Xfce

Xfce supports HiDPI scaling which can be enabled using the settings manager:

  1. Go to Settings Manager > Appearance > Settings > Window Scaling and select 2 as the scaling factor.
  2. Go to Settings Manager > Window Manager > Style and select Default-xhdpi theme.

Alternatively, it is possible to do the same from command line using xfconf-query :

xfconf-query -c xsettings -p /Gdk/WindowScalingFactor -s 2 xfconf-query -c xfwm4 -p /general/theme -s Default-xhdpi

The steps above would set 2x scaled resolution for Xfce and other GTK 3 apps.

Scaling for Qt 5 apps should be set manually, see #Qt 5.

Is the cursor to small, too?

if so, this might help echo export XCURSOR_SIZE=48 >> ~/.xsessionrc
(from here )
best Regards