This release adds FSR 4.2.0 support, improves Steam Deck behavior, and updates several game profiles and docs.
Changes
- Added support for FSR 4.2.0.
- Improved Steam Deck-specific tuning.
- Updated 9 game profiles.
- Improved motion handling.
- Refreshed documentation and setup notes.
Advanced features
Frame Generation
FSR 4.2.0 includes an experimental frame generation option for supported games.
[OptiScaler]
FrameGeneration=Enabled
FrameGenInsertionRate=Aggressive # Balanced, ConservativeNotes:
- Can increase FPS.
- Adds some latency.
- Best suited for single-player games.
- Not recommended for competitive play.
Requirements:
- GPU with hardware frame generation support.
- Enough VRAM, ideally 8 GB or more.
- CPU headroom for frame analysis.
Adaptive Quality
FSR 4.2.0 can adjust quality automatically based on performance.
[OptiScaler]
AdaptiveQuality=Enabled
TargetFrameRate=60
MinFrameRate=30Behavior:
- Targets a steady frame rate.
- Lowers quality when needed.
- Raises quality when performance allows.
- Reduces manual tuning.
Custom presets
You can create a custom preset and apply it per game:
cp templates/OptiScaler.ini.template ~/.optiscaler-universal/custom-preset.ini
nano ~/.optiscaler-universal/custom-preset.ini
cp ~/.optiscaler-universal/custom-preset.ini ~/.steam/root/steamapps/compatdata/[STEAM_ID]/pfx/drive_c/Program\ Files/Game/Bin64/OptiScaler.iniMigration from FSR 3.1
Automatic update
cd ~/0ptiscaler4linux
git pull origin main
bash scripts/install.sh --updateManual migration
Upscaler=FSR420
FSRMode=BalancedKeep your existing settings:
TargetResolution=1280x720
SharpnessLevel=75
MotionSharpness=EnabledTo roll back, restore your backup or switch back to:
Upscaler=FSR31System requirements
| Feature | FSR 3.1 | FSR 4.2.0 |
|---|---|---|
| Minimum VRAM | 2 GB | 2 GB |
| Recommended VRAM | 6 GB | 6 GB |
| Minimum driver | Mesa 22+ | Mesa 24+ |
| Minimum Proton | 8.x+ | 10.x+ |
| CPU overhead | Low | Low |
| GPU overhead | 5-10% | 3-7% |
| First-time compile | 10-30 s | 5-10 s |
Quick tips
- Use
FSRMode=Performancefor more FPS. - Use
FSRMode=Qualityfor better image quality. - Disable
MotionSharpnessif you notice stutter. - Lower heavy in-game settings like shadows and reflections if needed.
Links
- Installation guide:
docs/INSTALLATION.md - Steam Deck guide:
docs/steam-deck-setup-optiscaler-linux-gaming.md - GPU profiles:
docs/GPU_PROFILES.md - Game support:
docs/GAME_SUPPORT.md - Troubleshooting:
docs/TROUBLESHOOTING.md