Open Maksim-Garikov opened 8 months ago
share my config
SCREEN_RESOLUTION="3200x900" SCREEN_COLOR_DEPTH="24" RECONNECT_PROMPT=On ICONMODE=MANUAL
XFWM4_KIOSK=false
USE_XRANDR=TRUE XRANDR_OPTIONS="dualscreen" SET_RESOLUTION_MULTIMONITOR_EXPAND='extended' SET_RESOLUTION_MULTIMONITOR_AUTOSCALE='scale' XRANDR_OPTIONS=" --output VGA1 --right-of HDMI1 --auto" XRANDR_OPTIONS=" --output HDMI1 --left-of VGA1 --auto"
In ThinStation, there is xrandr, which allows you to edit the monitors' setup and specify the monitor layout using parameters. Additionally, there are parameters that can perform automatic configuration of the resolution for a monitor set to "mirror" mode. To change the settings in thinstation.conf.buildtime so that when connecting two monitors, it works as separate screens, you can try modifying it to use dualscreen. However, if that didn't work, you might want to ensure that the following parameters are set accordingly:
SET_RESOLUTION_MULTIMONITOR_EXPAND='expand'
SET_RESOLUTION_MULTIMONITOR_AUTOSCALE='off'
These settings should configure the system to use the monitors as separate screens rather than mirroring them.