-
Notifications
You must be signed in to change notification settings - Fork 24
FTE Quake
Michael DeGuzis edited this page Jun 15, 2017
·
6 revisions
Table of Contents generated with DocToc
Info for FTE Quake
See: The Console Commands List
I am still looking into this. What seems to work, is adding vid_restart "1"
below to your video section in $HOME/.fte/id1/fte.cfg
:
// Video config
vid_desktopsettings "0" //Ignore the values of vid_width and vid_height, and just use the same settings that are used for the desktop.
vid_displayfrequency ""
vid_height "768" //The screen height to attempt to use, in physical pixels. 0 means use desktop resolution.
vid_width "1366" //The screen width to attempt to use, in physical pixels. 0 means use desktop resolution.
...
vid_wait "0"
vid_restart "1"
This should work, and has worked for me in situations like this. Other than this, it could mean there are permissions issues in/on your id1/ folder, or a vid_restart
command in another conflicting configuration file. You may have to remove this hack, if you wish to change the video settings again.