Updated Skyrim: Septimus (markdown)

Omni-guides
2023-03-20 16:11:29 +00:00
parent 37cbc054ec
commit 839cdcbd22

@@ -361,22 +361,17 @@ When running wine commands in Konsole, it usually mangles the terminal a bit - t
### Step 9 - Set Resolution
Next, we should set the resolution and desired Max FPS so that the deck isn't doing more work than it needs to. There's no point in asking Skyrim to render at 1440p, and then have the game squeezed into an 800p screen on the deck. To do this in MO2, we can click the Tools icon, followed by INI Editor":
Next, we should set the resolution and desired Max FPS so that the deck isn't doing more work than it needs to. There's no point in asking Skyrim to render at 1440p, and then have the game squeezed into an 800p screen on the deck. You can also decide to lock the FPS here, or you can leave it and lock the FPS/Refresh via the Steam Deck itself. To do this in MO2, we can double-click the "SSE Display Tweaks" mod entry in MO2:
![image](https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/Septimus/SeptimusINIEditor.png)
![image](https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/shared/SSEDisplayEditINI.png)
Select the "SkyrimPrefs" tab, and then edit in the lower part of the window your desired resolution and other changes. Personally, I set the following options:
Select the "INI Files" tab, click the entry under Ini Files, and then edit in the right pane for your desired resolution and Frame Limit:
```
bBorderless = 0
bFullScreen = 1
iSize H = 800
iSize V = 1280
```
![image](https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/shared/SSEDisplayEditResolution.png)
![image](https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/Septimus/SeptimusSetResolution.png)
Finally, click close and then Yes to accept the changes:
Finally, click 'Save' and then close the window.
![image](https://github.com/Omni-guides/Wabbajack-Modlist-Linux/blob/main/images/Septimus/SeptimusAcceptResolution.png)
---