Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Edit: <pref name="Screenmanager Resolution Use Native" type="int">1</pref>
(was 0 before).
The game will start normally and correctly set width and height.
1. Edit launch parameters and add "-screen-fullscreen 0" (without quotes) there. The game will start in window mode.
2. Change the resolution in in-game graphics settings then exit. Remove parameter "-screen-fullscreen 0" and start the game again.
3. Change resolution and full screen again.
4. Enjoy your full screen game without any additional parameters. :)
This method worked for me on Antegros with closed NVidia drivers. Build was SU-291640.
Thanks man.
This worked for me on Arch Linux as of 2018/11/23. Thank you!
Thank you!
Thanks
This method worked for me,
Ubuntu 18.10 (Cosmic Cuttlefish)
This worked:
open
~/.config/unity3d/Klei/Oxygen Not Included/prefs
change
<pref name="Screenmanager Fullscreen mode" type="int">1</pref>
<pref name="Screenmanager Resolution Height" type="int">1</pref>
<pref name="Screenmanager Resolution Use Native" type="int">0</pref>
<pref name="Screenmanager Resolution Width" type="int">1</pref>
to
<pref name="Screenmanager Fullscreen mode" type="int">1</pref>
<pref name="Screenmanager Resolution Use Native" type="int">1</pref>