protonscr

Feature Request: Select Preferred Monitor for Big Picture Mode on (Arch) Linux

steamopen Feature RequestBig Picture
ValveSoftware/steam-for-linux#12021 · opened 2025-05-18 by Gamesoul608 · updated 2026-05-27 · 12 comments · github
GGamesoul608 2025-05-18 github

Feature Request: Select Monitor for Big Picture Mode on Linux

Description

On Arch Linux, Steam Big Picture Mode always opens on the system’s primary monitor. Unlike on Windows, there is currently no option in Steam’s settings on Linux to select which monitor Big Picture Mode should use.

Proposed Solution

Add an option in the Big Picture settings on Linux that allows users to choose which connected monitor Big Picture Mode will use, independent of the system’s primary monitor.

Why is this important?

  • Users with multiple monitors may want to launch Big Picture Mode on a specific screen (e.g., a TV) without having to change system display settings.
  • This feature is already available on Windows, so Linux users expect similar functionality.
  • Improves the user experience for gaming setups with more than one display.

System Information

  • Distribution: Arch Linux
  • Steam Version: 1747431473
  • Desktop Environment: KDE-Plasma

Thank you for considering this feature!

Uu83rmensch 2025-06-02 github

i second this request. this seems like quite the oversight which is especially frustrating as wayland doesnt seem to have a primary display option at all so I cant exactly force it. im not even sure what is dictating what display it opens on.

Rromansk-ksnamor 2025-06-10 github

Third. For all the above reasons I support this feature being added.

Wwitcheslive 2025-07-23 github

I have my PC hooked up to the TV which I don't want as my primary monitor for hopefully obvious reasons, but would like big picture mode to open on for hopefully even more obvious reasons. This can't be that uncommon of a setup, it seems like a glaring omission to not have an option for what monitor to open big picture mode on.

DDaRealNim 2025-08-27 github

This is something my setup would greatly benefit from. I don't want to constantly switch the primary monitor in my settings before and after playing, I want my primary monitor to stay... well my primary monitor, but big picture and games launched from big picture to open on my projector's display.

It seems to be (or at least used to be) something available on windows, as seen on this screenshot: https://imgur.com/1xYemzz. Feature parity would be great here

Aalxns7 2025-11-12 github

We need this. For now I use keyboard shortcuts (Super+Shift+Arrow) to move windows around, which works fine, but you know, I'd like a seamless Big Picture Mode on the TV (Bazzite Gnome here)

SSpaceWrangler616 2025-12-02 github

I also want this. My PC is actually under my TV with my desk next to it. I just took the plunge to reformat my Desktop from Windows to Linux and this makes me sad.

Nnuko147 2025-12-10 github

I was searching for this too. I have a dual boot system, migrating to Linux, and I found it wierd that the option is on Windows but not on Linux. Also I will be glad if the preferred monitor is reverted when I shutdown the system directly from big picture.

Aalxns7 2026-03-20 github

I found this was an issue opened 13 years ago, and was reviewed, so there's hope!

For now I use this workaround: remap controller inputs (Xbox button+Dpad with Input Remapper for example) to Super+Shift+Left/Right, so I can move Big Picture and game window between displays from my couch.

Image
Ssergih123 2026-04-12 github

Any updates? Still not working on Linux Mint "Zena"

Image
Uu83rmensch 2026-04-12 github

I found this was an issue opened 13 years ago, and was reviewed, so there's hope!

For now I use this workaround: remap controller inputs (Xbox button+Dpad with Input Remapper for example) to Super+Shift+Left/Right, so I can move Big Picture and game window between displays from my couch.

this kind of solution really only works if you're using a DE. If you're running SteamOS or using a similar solution to launch only gamescope + big picture mode as your compositor then these kinds of things dont really work.

BBellwar 2026-04-30 github

I would add audio to this. If I launch the big picture from the controller, I want it on TV with both audio and video output going to that screen. So the option for selecting preferred display and audio output in Big Picture would be nice.

And this isn't Arch thing, it is a missing feature for all Linux versions at the moment.

Nnuko147 2026-05-27 github

I found this was an issue opened 13 years ago, and was reviewed, so there's hope!

For now I use this workaround: remap controller inputs (Xbox button+Dpad with Input Remapper for example) to Super+Shift+Left/Right, so I can move Big Picture and game window between displays from my couch.
Image

I use the command in KDE connect from my phone: bash -c 'kscreen-doctor output.HDMI-A-1.priority.1 && pactl set-default-sink alsa_output.pci-0000_01_00.1.hdmi-stereo && sleep 2 && DISPLAY=:0 /usr/bin/steam -bigpicture' to use the TV as primary (from kscreen-doctor -o) and TV audio (from pactl list short sinks) + big picture Steam. And another command to make PC monitor and analog audio primary.