{"id":12999,"date":"2026-02-17T14:25:00","date_gmt":"2026-02-17T22:25:00","guid":{"rendered":"https:\/\/www.maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/?update=20260217"},"modified":"2026-02-17T14:25:00","modified_gmt":"2026-02-17T22:25:00","slug":"run-fullscreen-games-in-linux-with-dual-monitors","status":"publish","type":"post","link":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/","title":{"rendered":"How to Run Full-screen Games In Linux With Dual Monitors"},"content":{"rendered":"\n<p>When you launch a game on Linux with dual monitors connected, it usually tries to open on your primary screen. However, depending on your setup and display server, fullscreen mode does not always behave perfectly. The game might stretch oddly, open in borderless mode, or allow your mouse to drift onto the second monitor instead of staying locked where it should.<\/p>\n\n\n\n<p>With the right settings and a few simple tweaks, you can keep your game perfectly fullscreen on one display while your other screen remains fully usable. If you prefer an ultra-wide experience, you can also span the game across both monitors at once, using tools like Gamescope or by creating a virtual super-resolution monitor with <a href=\"https:\/\/maketecheasier.com\/how-to-setup-dual-monitors-with-xrandr\/\">XRandR<\/a> or Nvidia TwinView.<\/p>\n\n\n<nav class=\"content-toc-wrapper relative lazyblock-toc-2bQmFt wp-block-lazyblock-toc\" aria-label=\"Table of Contents\"><div id=\"content-toc-header\" class=\"content-toc-header flex cursor-pointer items-center justify-between\">\n                <span class=\"text-sm font-semibold\">Table of Contents<\/span>\n                <span class=\"toc-caret\"><svg viewBox=\"0 0 24 24\" class=\"chevron\" width=\"16\" height=\"16\"><use xlink:href=\"#icon-chevron\"><\/use><\/svg><\/span>\n            <\/div><div class=\"content-toc hidden w-full\"><div class=\"toc\"><ul class=\"toc-content font-semibold\"><li><a href=\"#change-display-server-wayland\" class=\"toc-link block mb-6\">Try Changing Your Display Server to Wayland<\/a><\/li><li><a href=\"#set-primary-monitor\" class=\"toc-link block mb-6\">Set Your Primary Monitor Properly<\/a><\/li><li><a href=\"#borderless-window-mode\" class=\"toc-link block mb-6\">Switching to Borderless Window Mode<\/a><\/li><li><a href=\"#use-gamescope-compositor\" class=\"toc-link block mb-6\">Use Gamescope Compositor<\/a><\/li><li><a href=\"#tweaks-for-steam-lutris-heroic\" class=\"toc-link block mb-6\">Tweaks for Steam, Lutris, and Heroic<\/a><\/li><li><a href=\"#xrandr-control-displays\" class=\"toc-link block mb-6\">Use XRandR to Control Displays<\/a><\/li><\/ul><\/div><\/div><\/nav>\n\n\n<h2 class=\"wp-block-heading\" id=\"change-display-server-wayland\">Try Changing Your Display Server to Wayland<\/h2>\n\n\n\n<p>Unlike Windows, Linux supports multiple display stacks, primarily <a href=\"https:\/\/maketecheasier.com\/the-x-window-system\/\">X11<\/a> and <a href=\"https:\/\/maketecheasier.com\/what-is-wayland\/\">Wayland<\/a>. On the legacy X11 system, your monitors often behave like one large virtual canvas. As a result, a full-screen game might stretch across both screens, launch on the wrong monitor, lose focus when your mouse crosses displays, or drop to the lowest refresh rate shared between monitors.<\/p>\n\n\n\n<p>Wayland, the modern replacement, handles this much better. It properly manages exclusive fullscreen requests, confining the game to one monitor without affecting the rest of your desktop. Most major distros like Fedora or Ubuntu use Wayland by default, and gaming on it generally feels more polished. If you are still using X11, <a href=\"https:\/\/maketecheasier.com\/switch-xorg-wayland-ubuntu1710\/\">switching to Wayland<\/a> could solve many of your problems immediately.<\/p>\n\n\n\n<p>First, determine your session type by opening a terminal and typing:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo $XDG_SESSION_TYPE<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"691\" height=\"126\" src=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/05\/Checking-wayland-session-type.png\" alt=\"Checking Wayland Session Type\" class=\"wp-image-808930\" srcset=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/05\/Checking-wayland-session-type.png 691w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/05\/Checking-wayland-session-type-400x73.png 400w\" sizes=\"(max-width: 691px) 100vw, 691px\" \/><\/figure>\n\n\n\n<p>If the output says x11, you are on the legacy system. If it says Wayland, you are on the modern standard. On most distros, log out, click the gear icon on the login screen, and select Wayland (or Plasma on Wayland for KDE), then log back in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"set-primary-monitor\">Set Your Primary Monitor Properly<\/h2>\n\n\n\n<p>Many fullscreen issues occur simply because the wrong monitor is marked as primary. On KDE, go to <strong>System Settings<\/strong> and then <strong>Display<\/strong> to set your gaming monitor as Primary. On GNOME, go to <strong>Settings<\/strong> and then <strong>Displays<\/strong> to do the same.<\/p>\n\n\n\n<p>Restart the game after making this change. If the game still opens on the wrong monitor, try launching Steam directly on the monitor where you want the game to appear, as many games inherit Steam&#8217;s position.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"borderless-window-mode\">Switching to Borderless Window Mode<\/h2>\n\n\n\n<p>The performance difference between exclusive fullscreen and borderless mode on Linux is now minimal, especially under Wayland and modern compositors like <a href=\"https:\/\/maketecheasier.com\/kde-plasma-review\/\">KDE Plasma<\/a> or <a href=\"https:\/\/maketecheasier.com\/gnome-shell-review\/\">GNOME<\/a>.<\/p>\n\n\n\n<p>To set this up, open your game settings, change the <strong>Display Mode<\/strong> to <strong>Borderless Windowed<\/strong>, set the resolution to your monitor&#8217;s native resolution, and ensure your gaming monitor is marked as Primary in your system display settings.<\/p>\n\n\n\n<p>This method works because the compositor remains in control. There is no display mode switching, the second monitor does not go black, and <kbd>Alt<\/kbd> + <kbd>Tab<\/kbd> works smoothly. For most games, this is all you need. If the game does not support this mode natively, do not worry; there are tools to force it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"use-gamescope-compositor\">Use Gamescope Compositor<\/h2>\n\n\n\n<p>Gamescope is a micro-compositor built by Valve and used on the Steam Deck to create a controlled environment for your game. It traps the mouse, forces resolution, manages refresh rates, fixes multi-monitor focus issues, and prevents fullscreen glitches.<\/p>\n\n\n\n<p>Gamescope can be installed in multiple ways depending on your Linux distribution. On <a href=\"https:\/\/maketecheasier.com\/linux-rolling-release-model\/\">rolling and up-to-date distros<\/a> like Arch Linux and Fedora, it&#8217;s available directly in the official repositories. For example, on Arch Linux (and Arch-based distributions), you can install it with:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo pacman -S gamescope<\/code><\/pre>\n\n\n\n<p>On Fedora, use:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dnf install gamescope<\/code><\/pre>\n\n\n\n<p>If your distribution does not provide a recent version, you can always <a href=\"https:\/\/maketecheasier.com\/build-package-from-source-linux\/\">build Gamescope<\/a> directly from its official <a href=\"https:\/\/github.com\/ValveSoftware\/gamescope\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub repository<\/a>.<\/p>\n\n\n\n<p>Once installed, add the following to your Steam Launch Options:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>gamescope -f -w 2560 -h 1440 -r 144 -- %command%<\/code><\/pre>\n\n\n\n<p>Adjust the <code>-w<\/code> and <code>-h<\/code> flags to match your monitor\u2019s resolution, and set the <code>-r<\/code> flag to match your refresh rate. The <code>-f<\/code> flag forces fullscreen mode. Gamescope effectively contains the game so it cannot interfere with your second monitor.<\/p>\n\n\n\n<p>Additionally, you can also check your distro&#8217;s Gamescope package documentation for the latest flags, as they may evolve over time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tweaks-for-steam-lutris-heroic\">Tweaks for Steam, Lutris, and Heroic<\/h2>\n\n\n\n<p>Since most Linux gamers rely on Steam with Proton, there are a few other practical tweaks you can try if fullscreen behaves strangely on a dual-monitor setup. In Steam, right-click your game, open <strong>Properties<\/strong>, and look for the <strong>Launch Options<\/strong> field under the General tab. There, you can add:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SDL_VIDEO_FULLSCREEN_DISPLAY=0 %command%<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"577\" src=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Launch-options-on-steam-800x577.png\" alt=\"Launch Options On Steam\" class=\"wp-image-854874\" srcset=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Launch-options-on-steam-800x577.png 800w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Launch-options-on-steam-312x225.png 312w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Launch-options-on-steam-623x450.png 623w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Launch-options-on-steam-625x451.png 625w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Launch-options-on-steam.png 1082w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>This environment variable tells SDL-based games which monitor to use for fullscreen. If the game still launches on the wrong screen, change the <code>0<\/code> to <code>1<\/code> (or another number) depending on your monitor order.<\/p>\n\n\n\n<p>It is also worth testing different Proton versions by going to the Compatibility tab and selecting <strong>Proton Experimental<\/strong> or the latest stable release. Some fullscreen, focus, or multi-monitor bugs are specific to certain Proton builds, so switching versions can immediately resolve the issue without changing anything else on your system.<\/p>\n\n\n\n<p>For non-Steam games, tools like <a href=\"https:\/\/maketecheasier.com\/lutris-linux-game-manager\/\">Lutris<\/a> and Heroic Games Launcher offer similar controls. In Lutris, right-click the game, choose <strong>Configure<\/strong>, go to <strong>Runner Options<\/strong>, and enable <strong>Windowed (Virtual Desktop)<\/strong>. <\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"583\" src=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Enabling-windowed-virtual-desktop-options-on-lutris-800x583.png\" alt=\"Enabling Windowed Virtual Desktop Options On Lutris\" class=\"wp-image-854877\" srcset=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Enabling-windowed-virtual-desktop-options-on-lutris-800x583.png 800w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Enabling-windowed-virtual-desktop-options-on-lutris-309x225.png 309w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Enabling-windowed-virtual-desktop-options-on-lutris-617x450.png 617w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Enabling-windowed-virtual-desktop-options-on-lutris-619x451.png 619w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Enabling-windowed-virtual-desktop-options-on-lutris.png 952w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>This feature creates a virtual Windows desktop inside a single window at a resolution you define. Set that resolution to match your monitor&#8217;s native size, and the game will stay confined within that virtual space, preventing it from stretching across both monitors or losing focus when you <kbd>Alt<\/kbd> + <kbd>Tab<\/kbd>.<\/p>\n\n\n\n<p>In Heroic Games Launcher, you can open the game&#8217;s Wine or Proton Settings and enable Gamescope with a simple toggle. Gamescope acts as a lightweight compositor that wraps the game, controls resolution and refresh rate. Further, it also keeps it locked to one display without requiring manual command-line arguments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"xrandr-control-displays\">Use XRandR to Control Displays<\/h2>\n\n\n\n<p>If you prefer to stay on X11, you can manually control your monitors using the XRandR tool. First, open a terminal and run <code>xrandr<\/code> to list your connected displays and identify their exact names (for example, HDMI-1 or DP-1).<\/p>\n\n\n\n<p>To temporarily disable your secondary monitor before launching a game, use:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>xrandr --output HDMI-1 --off<\/code><\/pre>\n\n\n\n<p>Replace HDMI-1 with your actual secondary monitor identifier. After you finish gaming, re-enable it with:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>xrandr --output HDMI-1 --auto<\/code><\/pre>\n\n\n\n<p>Although this method is more of a brute-force solution, it guarantees the game runs truly fullscreen on the remaining monitor.<\/p>\n\n\n\n<p>Both KDE (KWin) and GNOME (Mutter) include settings such as <strong>unredirect fullscreen windows<\/strong> or options to disable compositing for fullscreen applications. Enabling these can improve performance and eliminate minor stuttering issues.<\/p>\n\n\n\n<h2 class=\"wp-block-heading notoc\" id=\"final-thoughts\">Final Thoughts<\/h2>\n\n\n\n<p>Linux works best when you take a little time to understand your setup. You can easily configure multiple monitors and use them for gaming, while keeping your second monitor open for other tasks without interrupting your game. You should also check out how you can <a href=\"https:\/\/maketecheasier.com\/improve-gaming-performance-using-gamemode-linux\/\">improve gaming performance in Linux using GameMode<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With a few simple tweaks, you can run your game fullscreen on one display while your other screen remains fully usable. Here is how to do so.<\/p>\n","protected":false},"author":15380,"featured_media":854821,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[1272,574,788,5257,573],"class_list":["post-12999","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-dual-monitors","tag-dual-screens","tag-games","tag-linux","tag-xrandr"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Run Full-screen Games In Linux With Dual Monitors - Make Tech Easier<\/title>\n<meta name=\"description\" content=\"With a few simple tweaks, you can run your game fullscreen on one display while your other screen remains fully usable. Here is how to do so.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Run Full-screen Games In Linux With Dual Monitors - Make Tech Easier\" \/>\n<meta property=\"og:description\" content=\"With a few simple tweaks, you can run your game fullscreen on one display while your other screen remains fully usable. Here is how to do so.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/\" \/>\n<meta property=\"og:site_name\" content=\"Make Tech Easier\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MakeTechEasierMTE\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-17T22:25:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Haroon Javed\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@maketecheasier\" \/>\n<meta name=\"twitter:site\" content=\"@maketecheasier\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/\"},\"author\":{\"name\":\"Haroon Javed\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#\\\/schema\\\/person\\\/5e8ec6bd20386c9a8655bdd61680e2dd\"},\"headline\":\"How to Run Full-screen Games In Linux With Dual Monitors\",\"datePublished\":\"2026-02-17T22:25:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/\"},\"wordCount\":1134,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg\",\"keywords\":[\"dual monitors\",\"dual screens\",\"games\",\"Linux\",\"xrandr\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/\",\"name\":\"How to Run Full-screen Games In Linux With Dual Monitors - Make Tech Easier\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg\",\"datePublished\":\"2026-02-17T22:25:00+00:00\",\"description\":\"With a few simple tweaks, you can run your game fullscreen on one display while your other screen remains fully usable. Here is how to do so.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/#primaryimage\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg\",\"contentUrl\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg\",\"width\":1280,\"height\":720,\"caption\":\"Run Fullscreen Games In Linux With Dual Monitors Feature Image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/run-fullscreen-games-in-linux-with-dual-monitors\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/maketecheasier.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Computing\",\"item\":\"https:\\\/\\\/maketecheasier.com\\\/category\\\/computing\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/maketecheasier.com\\\/category\\\/linux\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to Run Full-screen Games In Linux With Dual Monitors\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#website\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/\",\"name\":\"Make Tech Easier\",\"description\":\"Uncomplicating the complicated, making life easier\",\"publisher\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/maketecheasier.com\\\/search\\\/{search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#organization\",\"name\":\"Make Tech Easier\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/mte-logo.png\",\"contentUrl\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/mte-logo.png\",\"width\":696,\"height\":84,\"caption\":\"Make Tech Easier\"},\"image\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/MakeTechEasierMTE\",\"https:\\\/\\\/x.com\\\/maketecheasier\",\"https:\\\/\\\/www.instagram.com\\\/maketecheasier\\\/\",\"https:\\\/\\\/pinterest.com\\\/MakeTechEasier\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Maketecheasier\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#\\\/schema\\\/person\\\/5e8ec6bd20386c9a8655bdd61680e2dd\",\"name\":\"Haroon Javed\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g\",\"caption\":\"Haroon Javed\"},\"description\":\"Haroon is a lifelong tech enthusiast with over five years of experience writing thousands of articles about Linux, programming languages, and more. He loves exploring new technologies and experimenting with them to find innovative ways to use them. Haroon's work has been featured on various online platforms, including HTG, Baeldung, and LinuxHint.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/haroon-javed445\\\/\"],\"url\":\"https:\\\/\\\/maketecheasier.com\\\/author\\\/jharoonjaved\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Run Full-screen Games In Linux With Dual Monitors - Make Tech Easier","description":"With a few simple tweaks, you can run your game fullscreen on one display while your other screen remains fully usable. Here is how to do so.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/","og_locale":"en_US","og_type":"article","og_title":"How to Run Full-screen Games In Linux With Dual Monitors - Make Tech Easier","og_description":"With a few simple tweaks, you can run your game fullscreen on one display while your other screen remains fully usable. Here is how to do so.","og_url":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/","og_site_name":"Make Tech Easier","article_publisher":"https:\/\/www.facebook.com\/MakeTechEasierMTE","article_published_time":"2026-02-17T22:25:00+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg","type":"image\/jpeg"}],"author":"Haroon Javed","twitter_card":"summary_large_image","twitter_creator":"@maketecheasier","twitter_site":"@maketecheasier","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/#article","isPartOf":{"@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/"},"author":{"name":"Haroon Javed","@id":"https:\/\/maketecheasier.com\/#\/schema\/person\/5e8ec6bd20386c9a8655bdd61680e2dd"},"headline":"How to Run Full-screen Games In Linux With Dual Monitors","datePublished":"2026-02-17T22:25:00+00:00","mainEntityOfPage":{"@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/"},"wordCount":1134,"commentCount":1,"publisher":{"@id":"https:\/\/maketecheasier.com\/#organization"},"image":{"@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/#primaryimage"},"thumbnailUrl":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg","keywords":["dual monitors","dual screens","games","Linux","xrandr"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/","url":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/","name":"How to Run Full-screen Games In Linux With Dual Monitors - Make Tech Easier","isPartOf":{"@id":"https:\/\/maketecheasier.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/#primaryimage"},"image":{"@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/#primaryimage"},"thumbnailUrl":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg","datePublished":"2026-02-17T22:25:00+00:00","description":"With a few simple tweaks, you can run your game fullscreen on one display while your other screen remains fully usable. Here is how to do so.","breadcrumb":{"@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/#primaryimage","url":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg","contentUrl":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/09\/Run-fullscreen-games-in-linux-with-dual-monitors-feature-image.jpg","width":1280,"height":720,"caption":"Run Fullscreen Games In Linux With Dual Monitors Feature Image"},{"@type":"BreadcrumbList","@id":"https:\/\/maketecheasier.com\/run-fullscreen-games-in-linux-with-dual-monitors\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/maketecheasier.com\/"},{"@type":"ListItem","position":2,"name":"Computing","item":"https:\/\/maketecheasier.com\/category\/computing\/"},{"@type":"ListItem","position":3,"name":"Linux","item":"https:\/\/maketecheasier.com\/category\/linux\/"},{"@type":"ListItem","position":4,"name":"How to Run Full-screen Games In Linux With Dual Monitors"}]},{"@type":"WebSite","@id":"https:\/\/maketecheasier.com\/#website","url":"https:\/\/maketecheasier.com\/","name":"Make Tech Easier","description":"Uncomplicating the complicated, making life easier","publisher":{"@id":"https:\/\/maketecheasier.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/maketecheasier.com\/search\/{search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/maketecheasier.com\/#organization","name":"Make Tech Easier","url":"https:\/\/maketecheasier.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/maketecheasier.com\/#\/schema\/logo\/image\/","url":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/03\/mte-logo.png","contentUrl":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/03\/mte-logo.png","width":696,"height":84,"caption":"Make Tech Easier"},"image":{"@id":"https:\/\/maketecheasier.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MakeTechEasierMTE","https:\/\/x.com\/maketecheasier","https:\/\/www.instagram.com\/maketecheasier\/","https:\/\/pinterest.com\/MakeTechEasier","https:\/\/www.youtube.com\/c\/Maketecheasier"]},{"@type":"Person","@id":"https:\/\/maketecheasier.com\/#\/schema\/person\/5e8ec6bd20386c9a8655bdd61680e2dd","name":"Haroon Javed","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g","caption":"Haroon Javed"},"description":"Haroon is a lifelong tech enthusiast with over five years of experience writing thousands of articles about Linux, programming languages, and more. He loves exploring new technologies and experimenting with them to find innovative ways to use them. Haroon's work has been featured on various online platforms, including HTG, Baeldung, and LinuxHint.","sameAs":["https:\/\/www.linkedin.com\/in\/haroon-javed445\/"],"url":"https:\/\/maketecheasier.com\/author\/jharoonjaved\/"}]}},"_links":{"self":[{"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/posts\/12999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/users\/15380"}],"replies":[{"embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/comments?post=12999"}],"version-history":[{"count":0,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/posts\/12999\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/media\/854821"}],"wp:attachment":[{"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/media?parent=12999"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/categories?post=12999"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/tags?post=12999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}