Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentgameplays/doom3-linux-widescreen-fix
doom 3 linux widescreen fix
https://github.com/silentgameplays/doom3-linux-widescreen-fix
doom3 fix linux proton steam widescreen
Last synced: about 8 hours ago
JSON representation
doom 3 linux widescreen fix
- Host: GitHub
- URL: https://github.com/silentgameplays/doom3-linux-widescreen-fix
- Owner: silentgameplays
- Created: 2022-05-15T16:02:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T03:58:02.000Z (12 months ago)
- Last Synced: 2024-07-07T06:27:44.192Z (4 months ago)
- Topics: doom3, fix, linux, proton, steam, widescreen
- Homepage: https://www.youtube.com/c/SilentGamePLS/
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# doom3-linux-widescreen-fix
# NB! The creator of this fix is not responsible if something will go wrong during install,or for any issues that arise on your OS/hardware.This fix is distributed under GPL 3.0 license.This tutorial is meant for enthusiasts,tinkerers and gamers who want the the game to work and are not affraid to take the risk of learning some new stuff in the process.# Create a an autoexec.cfg and drop it into your base doom3 directory in Steam client.Recommended Proton versions 5.13 and 6.8 (they don't give black textures as experimental does)
# Explanation
# Your monitor resolution:
* seta r_customHeight "1080"
* seta r_customWidth "1920"
# Fullscreen On:
* seta r_fullscreen "1"
# FOV
* seta r_mode "-1"
# Aspect Ratio for 4:3 it will be 0,for 16:9 it will be 1,for 16:10 it will be 2
* seta r_aspectratio "1"
# Your display refresh v-sync rate current 60,you can set according to your monitor refresh rate 144.160,180,244,etc,just make sure you enabled it in display configuration.
* seta r_displayRefresh "60"
# Antialiasing from 0 to 4 to 8,depends on how you like it
* seta r_multisamples "0"
* vid_restart# My YT channel:
https://www.youtube.com/c/SilentGamePLS/
# Enjoy silentgamepls!