Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:Borderless fullscreen windowed"

From PCGamingWiki, the wiki about fixing PC games
Line 28: Line 28:
  
 
===[http://blog.metaclassofnil.com/?page_id=582 GeDoSaTo]===
 
===[http://blog.metaclassofnil.com/?page_id=582 GeDoSaTo]===
{{ii}} Useful for [[Engine:Unreal Engine 3|Unreal Engine 3]] games which Borderless Gaming does not support.
+
{{ii}} Useful for [[Engine:Unreal Engine 3|Unreal Engine 3]] games which [[#Borderless Gaming|Borderless Gaming]] does not support.
{{++}} Can force windowed and borderless mode if games don't offer them.
+
{{++}} Can force windowed or borderless mode if games don't offer them.
 
{{--}} Only DirectX 9 supported; no DX10, 11, 12 or OpenGL, and no 64-bit games.
 
{{--}} Only DirectX 9 supported; no DX10, 11, 12 or OpenGL, and no 64-bit games.
 
{{--}} Slightly unintuitive interface.
 
{{--}} Slightly unintuitive interface.
Line 39: Line 39:
 
# Edit the value from "false" to "true" to force this mode.
 
# Edit the value from "false" to "true" to force this mode.
 
# Add the game's executable name to the user whitelist.
 
# Add the game's executable name to the user whitelist.
# Run the game in its regular fullscreen mode as opposed to windowed.
+
# Run the game in its normal fullscreen mode as opposed to windowed.
 
}}
 
}}
 
<!--===[http://www.nexusmods.com/skyrim/mods/7347/? Simple Runtime Window Editor]===
 
<!--===[http://www.nexusmods.com/skyrim/mods/7347/? Simple Runtime Window Editor]===

Revision as of 15:52, 21 October 2016

For a list of games, see List of games that support borderless fullscreen windowed.


Key points

A borderless mode is a Windowed mode with no borders. Set the desired game to run in a Windowed mode first before applying a borderless mode.
Seamless task switching with no risk of crashes or freezes with a minor loss in performance.
AMD/ATI cards only support Crossfire in this mode for games using Mantle.[1]

Windows

Eliminates screen tearing on Windows due to V-Sync being applied over any windows by default.[2]
Keeps custom color profiles in use.

Borderless Gaming

Open source and simple to use application.
Allows the taskbar to be hidden while also being on top.
Customizable window size and window bounds per game.
Cannot force windowed mode in games if not natively supported.
Poor compatibility with Unreal Engine 3 and GameMaker games.
Instructions

GeDoSaTo

Useful for Unreal Engine 3 games which Borderless Gaming does not support.
Can force windowed or borderless mode if games don't offer them.
Only DirectX 9 supported; no DX10, 11, 12 or OpenGL, and no 64-bit games.
Slightly unintuitive interface.
Instructions

AutoHotkey

Games utilizing PunkBuster as an anti-cheat measure may mistakenly treat AutoHotkey as a cheat.

Saving and running AutoHotkey scripts

Instructions

Fullscreen Toggle Script

This script will remove any borders and center the currently active window on the primary monitor by pushing F12.
Instructions

Fullscreen Toggle Script (Hidden Taskbar)

This script will toggle between fullscreen and windowed modes when pressing F12 as well as hiding the taskbar on the fullscreen mode.
Instructions

Multiple monitors script

Someone needs to check whenever this explanation for the script is correct or if 0, 0, and A_ScreenWidth/Height mean that the script automatically detects the user's resolution.
This is a snippet from the Fullscreen toggle script.
Instructions

Linux

Most Linux window managers allow fullscreen applications to natively run under a borderless mode by default.

Another tip that exclusively works on Linux is running your game in a separate X server instance. This allows you to switch between your game and your desktop using Ctrl+Alt+F7 and Ctrl+Alt+F8 (buttons may differ, may be F1 through F12) and it increases performance and stability. To do this, edit the launch options for your game on Steam as follows:

Instructions

Improved tiling windows manager

Instructions

Engines

Source

Instructions

Unity

Instructions

Windows troubleshooting

Game crashes on startup

Certain borderless applications have to be started before the game itself and not while the game is running.

Window constantly resizes itself

After applying the borderless mode simply restart the game itself, while keeping the borderless application open.


References