View Single Post
Old 11-04-2022, 11:55 AM   #74
Alex Aab
OOTP Developments
 
Alex Aab's Avatar
 
Join Date: Aug 2021
Posts: 174
The setting was written to the app.cfg file. You need to remove the "opengl_mode" and the following lines or delete/rename the file entirely. It will be restored with default setting again. Then start the game again.

You can find the location of that file by opening a terminal and typing following command into it:

find / -iname app.cfg 2>/dev/null

(it will search everywhere "/" for the name "app.cfg", ignoring upper/lower case ("i" in "iname"), error stream "2" will be redirected ">" to nirvana "/dev/null", basically ignoring all errors when searching)
Alex Aab is offline   Reply With Quote