Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
087e152
Update guides.md
midwesternrodent Oct 11, 2024
e2898a6
Update app_examples.md
midwesternrodent Oct 11, 2024
52032fd
Update app_examples.md
midwesternrodent Oct 11, 2024
c934156
Update app_examples.md
midwesternrodent Oct 11, 2024
a82fbdf
Update guides.md
midwesternrodent Oct 11, 2024
e1062f6
Update docs/app_examples.md
midwesternrodent Oct 12, 2024
ddacef7
Update docs/app_examples.md
midwesternrodent Oct 12, 2024
ddabe91
Update docs/guides.md
midwesternrodent Oct 12, 2024
ac62a63
Update docs/app_examples.md
midwesternrodent Oct 12, 2024
7b46ebb
Update docs/guides.md
midwesternrodent Oct 12, 2024
3e7c1c8
Update docs/guides.md
midwesternrodent Oct 12, 2024
8f6898f
Update docs/guides.md
midwesternrodent Oct 12, 2024
563fc5c
Update docs/guides.md
midwesternrodent Oct 12, 2024
c651a6e
Apply suggestions from code review
midwesternrodent Oct 12, 2024
efaf0f3
Apply suggestions from code review
midwesternrodent Oct 12, 2024
d66b434
Testing code in admonition blocks
midwesternrodent Oct 15, 2024
f58e68c
Apply suggestions from code review
midwesternrodent Oct 15, 2024
744cbb5
Update app_examples.md
midwesternrodent Oct 15, 2024
ffba7a0
Update app_examples.md
midwesternrodent Oct 15, 2024
e82d15b
Apply suggestions from code review
midwesternrodent Oct 15, 2024
1269545
Update guides.md
midwesternrodent Oct 15, 2024
23262de
Apply suggestions from code review
midwesternrodent Oct 15, 2024
4fa818c
Update guides.md
midwesternrodent Oct 15, 2024
d5dad42
Update app_examples.md
midwesternrodent Oct 15, 2024
4fdf269
Update guides.md
midwesternrodent Oct 15, 2024
f0cf495
Apply suggestions from code review
midwesternrodent Oct 16, 2024
af3cb10
Apply suggestions from code review
midwesternrodent Oct 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/app_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,23 @@ This script is intended as a drop-in replacement with the same syntax. (It can b
| Do | @code{}sh -c "kscreen-doctor output.HDMI-A-1.mode.${SUNSHINE_CLIENT_WIDTH}x${SUNSHINE_CLIENT_HEIGHT}@${SUNSHINE_CLIENT_FPS}"@endcode |
| Undo | @code{}kscreen-doctor output.HDMI-A-1.mode.3840x2160@120@endcode |

@attention{The names of your displays will differ between X11 and Wayland.
Be sure to use the correct name, depending on your session manager.
e.g. On X11, the monitor may be called ``HDMI-A-0``, but on Wayland, it may be called ``HDMI-A-1``.
}

@hint{Replace ``HDMI-A-1`` with the display name of the monitor you would like to use for Moonlight.
You can list the monitors available to you with:
```
kscreen-doctor -o
```

These will also give you the supported display properties for each monitor. You can select them either by
hard-coding their corresponding number (e.g. ``kscreen-doctor output.HDMI-A1.mode.0``) or using the above
``do`` command to fetch the resolution requested by your Moonlight client
(which has a chance of not being supported by your monitor).
}

###### NVIDIA

| Prep Step | Command |
Expand Down
Loading