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
m (updated template usage)
Line 12: Line 12:
 
==Windows==
 
==Windows==
 
===Borderless Gaming===
 
===Borderless Gaming===
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Instructions|ref={{cn|date=June 2017}}}}
 
 
# Download [https://github.com/Codeusa/Borderless-Gaming/releases Borderless Gaming] and install it.
 
# Download [https://github.com/Codeusa/Borderless-Gaming/releases Borderless Gaming] and install it.
 
# Navigate to the Borderless Gaming installation path and run '''BorderlessGaming.exe'''
 
# Navigate to the Borderless Gaming installation path and run '''BorderlessGaming.exe'''
Line 25: Line 24:
  
 
===Special K===
 
===Special K===
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Instructions|ref={{cn|date=June 2017}}}}
 
 
# Install the global or local injector of Special K. See [http://steamcommunity.com/sharedfiles/filedetails/?id=933337066 An Unofficial Guide to Special K] for instructions.
 
# Install the global or local injector of Special K. See [http://steamcommunity.com/sharedfiles/filedetails/?id=933337066 An Unofficial Guide to Special K] for instructions.
 
# Start the game and configure the in-game options to windowed mode and the resolution of the monitor.
 
# Start the game and configure the in-game options to windowed mode and the resolution of the monitor.
Line 41: Line 39:
 
{{--}} Limited to DirectX 9 and 32-Bit games.
 
{{--}} Limited to DirectX 9 and 32-Bit games.
  
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Instructions|ref={{cn|date=June 2017}}}}
 
 
# Install and run [https://community.pcgamingwiki.com/files/file/897-gedosato/ GeDoSaTo].
 
# Install and run [https://community.pcgamingwiki.com/files/file/897-gedosato/ GeDoSaTo].
 
# Edit settings and find the following line in GeDoSaTo.ini. <pre>forceBorderlessFullscreen false</pre>
 
# Edit settings and find the following line in GeDoSaTo.ini. <pre>forceBorderlessFullscreen false</pre>
Line 53: Line 50:
 
{{++}} Allows manipulating the size, position, and styles of a game's main/child windows.
 
{{++}} Allows manipulating the size, position, and styles of a game's main/child windows.
  
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Instructions|ref={{cn|date=June 2017}}}}
 
 
# Download [https://github.com/dtgDTGdtg/SRWE/releases SRWE] and run it as administrator.
 
# Download [https://github.com/dtgDTGdtg/SRWE/releases SRWE] and run it as administrator.
 
# Run the game in windowed mode, and switch back to SRWE.
 
# Run the game in windowed mode, and switch back to SRWE.
Line 65: Line 61:
 
===Fullscreenizer===
 
===Fullscreenizer===
 
{{--}} No have favorite games and can not be minimized to tray
 
{{--}} No have favorite games and can not be minimized to tray
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Instructions|ref={{cn|date=June 2017}}}}
 
 
# Download [http://www.ngreen.org/portfolio/fullscreenizer.html Fullscreenizer] and run it as administrator.
 
# Download [http://www.ngreen.org/portfolio/fullscreenizer.html Fullscreenizer] and run it as administrator.
 
# Run the game in windowed mode, and switch back to Fullscreenizer.
 
# Run the game in windowed mode, and switch back to Fullscreenizer.
Line 75: Line 70:
 
===Windowed Borderless Gaming===
 
===Windowed Borderless Gaming===
 
{{++}} Have favorite games and can be minimized to tray
 
{{++}} Have favorite games and can be minimized to tray
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Instructions|ref={{cn|date=June 2017}}}}
 
 
# Download [http://westechsolutions.net/sites/WindowedBorderlessGaming/ Windowed Borderless Gaming] and run.
 
# Download [http://westechsolutions.net/sites/WindowedBorderlessGaming/ Windowed Borderless Gaming] and run.
 
# Run the game in windowed mode, and click to icon in tray.
 
# Run the game in windowed mode, and click to icon in tray.
Line 87: Line 81:
  
 
===Saving and running AutoHotkey scripts===
 
===Saving and running AutoHotkey scripts===
{{Fixbox|1=
+
{{Fixbox|description=AutoHotkey|fix=
{{Fixbox/fix|AutoHotkey}}
 
 
# Download '''[http://ahkscript.org/ AutoHotkey]''' and install it.
 
# Download '''[http://ahkscript.org/ AutoHotkey]''' and install it.
 
# Go to the '''Desktop''', then {{key|Right Click}} on an empty space and select '''New''', '''AutoHotkey script'''.
 
# Go to the '''Desktop''', then {{key|Right Click}} on an empty space and select '''New''', '''AutoHotkey script'''.
Line 100: Line 93:
 
====Fullscreen Toggle Script====
 
====Fullscreen Toggle Script====
 
{{ii}} This script will remove any borders and center the currently active window on the primary monitor by pushing {{key|F12}}.
 
{{ii}} This script will remove any borders and center the currently active window on the primary monitor by pushing {{key|F12}}.
{{Fixbox|1=
+
{{Fixbox|description=Instructions|fix=
{{Fixbox/fix|Instructions}}
 
 
# Download '''[http://ahkscript.org/ AutoHotkey]''' and install it.
 
# Download '''[http://ahkscript.org/ AutoHotkey]''' and install it.
 
# Go to the '''Desktop''', then {{key|Right Click}} on an empty space and select '''New''', '''AutoHotkey script'''.
 
# Go to the '''Desktop''', then {{key|Right Click}} on an empty space and select '''New''', '''AutoHotkey script'''.
Line 121: Line 113:
 
====Fullscreen Toggle Script (Hidden Taskbar)====
 
====Fullscreen Toggle Script (Hidden Taskbar)====
 
{{ii}} This script will toggle between fullscreen and windowed modes when pressing {{key|F12}} as well as hiding the taskbar on the fullscreen mode.
 
{{ii}} This script will toggle between fullscreen and windowed modes when pressing {{key|F12}} as well as hiding the taskbar on the fullscreen mode.
{{Fixbox|1=
+
{{Fixbox|description=Fullscreen script|fix=
{{Fixbox/fix|Fullscreen script}}
 
 
<pre>
 
<pre>
 
#UseHook On
 
#UseHook On
Line 157: Line 148:
 
{{ii}} 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.
 
{{ii}} 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.
 
{{ii}} This is a snippet from the [[#Fullscreen Toggle Script|Fullscreen toggle script]].
 
{{ii}} This is a snippet from the [[#Fullscreen Toggle Script|Fullscreen toggle script]].
{{Fixbox|1=
+
{{Fixbox|description=Fullscreen script|fix=
{{Fixbox/fix|Fullscreen script}}
 
 
* The values '''0, 0,''' represent the coordinates of the upper left corner of the window.
 
* The values '''0, 0,''' represent the coordinates of the upper left corner of the window.
 
<pre>WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight</pre>
 
<pre>WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight</pre>
Line 174: Line 164:
 
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 {{key|Ctrl|Alt|F7}} and {{key|Ctrl|Alt|F8}} (buttons may differ, may be {{key|F1}} through {{key|F12}}) and it increases performance and stability. To do this, edit the launch options for your game on Steam as follows:
 
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 {{key|Ctrl|Alt|F7}} and {{key|Ctrl|Alt|F8}} (buttons may differ, may be {{key|F1}} through {{key|F12}}) and it increases performance and stability. To do this, edit the launch options for your game on Steam as follows:
  
{{Fixbox|1=
+
{{Fixbox|description=Run Game in New X Server|fix=
{{Fixbox/fix|Run Game in New X Server}}
 
 
<pre>
 
<pre>
 
xinit %command% :1
 
xinit %command% :1
Line 185: Line 174:
  
 
===Improved tiling windows manager===
 
===Improved tiling windows manager===
{{Fixbox|1=
+
{{Fixbox|description=Instructions|fix=
{{Fixbox/fix|Instructions}}
 
 
# Install '''[http://i3wm.org/ improved tiling wm]'''.
 
# Install '''[http://i3wm.org/ improved tiling wm]'''.
 
# Start the game in a windowed mode.
 
# Start the game in a windowed mode.
Line 195: Line 183:
 
==Engines==
 
==Engines==
 
===[[Engine:Source|Source]]===
 
===[[Engine:Source|Source]]===
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref=<ref>[https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters Command line options - Valve Developer Community]</ref>|fix=
{{Fixbox/fix|Instructions|ref=<ref>[https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters Command line options - Valve Developer Community]</ref>}}
 
 
# See [[Glossary:Command line arguments|Command line arguments]].
 
# See [[Glossary:Command line arguments|Command line arguments]].
 
# Use the <code>-windowed -noborder</code> arguments.
 
# Use the <code>-windowed -noborder</code> arguments.
Line 202: Line 189:
  
 
===[[Engine:Unity|Unity]]===
 
===[[Engine:Unity|Unity]]===
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref=<ref>[http://docs.unity3d.com/Manual/CommandLineArguments.html Unity - Manual: Command line arguments]</ref>|fix=
{{Fixbox/fix|Instructions|ref=<ref>[http://docs.unity3d.com/Manual/CommandLineArguments.html Unity - Manual: Command line arguments]</ref>}}
 
 
# Use the <code>-popupwindow</code> [[Glossary:Command line arguments|command line argument]].
 
# Use the <code>-popupwindow</code> [[Glossary:Command line arguments|command line argument]].
 
# Launch the game in windowed mode (if no option is available toggle with {{key|Alt|Enter}}).
 
# Launch the game in windowed mode (if no option is available toggle with {{key|Alt|Enter}}).

Revision as of 02:25, 23 November 2017

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


Key points

Borderless fullscreen windowed offers similar benefits as normal windowed mode, but with a fullscreen-like appearance.
Native feature in many modern titles, and can often be forced in the majority of older titles.
Can sometimes be used to enable wider or higher resolutions via resizing the game's viewport.[1][2]
Seamless task switching with no risk of crashes or freezes with a minor loss in performance.
Eliminates screen tearing on Windows due to Vsync being applied over any windows by default.[3]
Will cause an input lag due to the Windows' window composition VSync. It is possible to disable the composition to remove it, however that can be done only in Windows 7.

Windows

Borderless Gaming

Instructions[citation needed]
  1. Download Borderless Gaming and install it.
  2. Navigate to the Borderless Gaming installation path and run BorderlessGaming.exe
  3. Run the game in a Windowed mode, then Alt+Tab to the Desktop and open Borderless Gaming again.
  4. Select the game's executable from under the Applications field, then push the first Right Arrow button located at the top.

Notes

Restart the game if the borderless mode isn't working, keep Borderless Gaming open.
If the game crashed after Borderless Gaming was launched then restart the game, keep Borderless Gaming open.

Special K

Instructions[citation needed]
  1. Install the global or local injector of Special K. See An Unofficial Guide to Special K for instructions.
  2. Start the game and configure the in-game options to windowed mode and the resolution of the monitor.
  3. Press Ctrl+ Shift+← Backspace to invoke the Special K Control Panel.
  4. Expand the Window Management section.
  5. Enable Borderless and Fullscreen (Borderless Upscale).

Notes

Special K's OSD can be toggled with Ctrl+ Shift+O.

GeDoSaTo

Works with games on the Unreal Engine 3. Allows Windowed modes to be forced on games which don't have them.
Limited to DirectX 9 and 32-Bit games.
Instructions[citation needed]
  1. Install and run GeDoSaTo.
  2. Edit settings and find the following line in GeDoSaTo.ini.
    forceBorderlessFullscreen false
  3. Edit the value from "false" to "true" to force this mode.
  4. Add the game's executable name to the user whitelist.
  5. Run the game in its normal fullscreen mode as opposed to windowed.

Simple Runtime Window Editor

Allows manipulating the size, position, and styles of a game's main/child windows.
Instructions[citation needed]
  1. Download SRWE and run it as administrator.
  2. Run the game in windowed mode, and switch back to SRWE.
  3. Select running application and open the game.
  4. Use the Remove borders and Fake fullscreen buttons.
  5. Save the profile to the same folder as SRWE.


Fullscreenizer

No have favorite games and can not be minimized to tray
Instructions[citation needed]
  1. Download Fullscreenizer and run it as administrator.
  2. Run the game in windowed mode, and switch back to Fullscreenizer.
  3. Click to "Show All", select game and click "Add".
  4. Use the Fullscrenize button.

Windowed Borderless Gaming

Have favorite games and can be minimized to tray
Instructions[citation needed]
  1. Download Windowed Borderless Gaming and run.
  2. Run the game in windowed mode, and click to icon in tray.
  3. Use "Add window (F3)" button, go to game and click F3.
  4. Restart the game.

AutoHotkey

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

Saving and running AutoHotkey scripts

AutoHotkey
  1. Download AutoHotkey and install it.
  2. Go to the Desktop, then Right Click on an empty space and select New, AutoHotkey script.
  3. Right Click on the AutoHotkey file, and select Edit Script, erase the contents of this file, close it and save any new changes.
  4. Double click on the file in order to launch the script.

Notes

AutoHotkey scripts can be placed in the Startup folder in order to be executed automatically.

Fullscreen Toggle Script

This script will remove any borders and center the currently active window on the primary monitor by pushing F12.
Instructions
  1. Download AutoHotkey and install it.
  2. Go to the Desktop, then Right Click on an empty space and select New, AutoHotkey script.
  3. Right Click on the AutoHotkey file, and select Edit Script, erase the contents of the file.
  4. Copy the following source code into the new file, close the file and save, then Double Click on it in order to execute the script.
#UseHook On
F12::

WinGet, WindowID, ID, A
WinSet, Style, -0xC40000, ahk_id %WindowID%
WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight

Return

   5. Push F12 while in a game in order to activate the script.

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.
Fullscreen script
#UseHook On
F12::
WinGet, TempWindowID, ID, A
If (WindowID != TempWindowID)
{
  WindowID:=TempWindowID
  WindowState:=0
}
If (WindowState != 1)
{
  WinGetPos, WinPosX, WinPosY, WindowWidth, WindowHeight, ahk_id %WindowID%
  WinSet, Style, -0xC40000, ahk_id %WindowID%
  WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight
  ;Hide Windows Task Bar and Start Button. (Remove the following two lines if you don't want that behaviour)
  WinHide ahk_class Shell_TrayWnd
  WinHide Start ahk_class Button
}
Else
{
  WinSet, Style, +0xC40000, ahk_id %WindowID%
  WinMove, ahk_id %WindowID%, , WinPosX, WinPosY, WindowWidth, WindowHeight
  ;Show the task bar again
  WinShow ahk_class Shell_TrayWnd
  WinShow Start ahk_class Button
}
WindowState:=!WindowState
return

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.
Fullscreen script
  • The values 0, 0, represent the coordinates of the upper left corner of the window.
WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight
  • For multiple resolutions the values have to be the sum of the monitors total width, for 3840x1080 them being.
WinMove, ahk_id %WindowID%, , 1920, 0, 1920, 1080

Notes

Use 1920, 0, 1920, 1080 (right) or 0, 1920, 1920, 1080 (left) in order to change which side of the screen is filled.

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:

Run Game in New X Server
xinit %command% :1

Notes

Manually launch a Non-Steam game by replacing %command% with the path to the game executable. Some games, including Middle-earth: Shadow of Mordor may run into glitches using this method (as verified by Feral Interactive)

Improved tiling windows manager

Instructions
  1. Install improved tiling wm.
  2. Start the game in a windowed mode.
  3. Move it to a new virtual desktop by using Shift+ Win+Number.
  4. Switch to the virtual terminal with Win+Number then go into fullscreen mode by pushing Win+F.

Engines

Source

Instructions[4]
  1. See Command line arguments.
  2. Use the -windowed -noborder arguments.

Unity

Instructions[5]
  1. Use the -popupwindow command line argument.
  2. Launch the game in windowed mode (if no option is available toggle with Alt+ Enter).

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