Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror mode when connecting 2 monitors #816

Open
Maksim-Garikov opened this issue Mar 21, 2024 · 1 comment
Open

Mirror mode when connecting 2 monitors #816

Maksim-Garikov opened this issue Mar 21, 2024 · 1 comment

Comments

@Maksim-Garikov
Copy link

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.

@bernardckw
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants