This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
monitor_resolution [2015/06/06 11:42] – pavroo | monitor_resolution [2021/05/04 13:24] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 35: | Line 35: | ||
* 60 - refresh-frequency | * 60 - refresh-frequency | ||
- | Set your resolution | + | 3. Set your resolution |
| | ||
Line 42: | Line 42: | ||
It is only temporary solution, after rebooting all the changes will be lost. | It is only temporary solution, after rebooting all the changes will be lost. | ||
+ | |||
+ | ---- | ||
To make it permanent, do: | To make it permanent, do: | ||
- | Crate a new file in your home directory, for example **.mymonitor**: | + | 1. Create |
nano .mymonitor | nano .mymonitor | ||
- | Copy the previous 3 commands used for manual | + | 2. Copy previous 3 commands |
#! /bin/bash | #! /bin/bash | ||
Line 56: | Line 58: | ||
| | ||
- | Make the file executable: | + | 3. Make the file executable: |
chmod +x .mymonitor | chmod +x .mymonitor | ||
- | Add the ~HOME/ | + | 4. Add the ~HOME/ |
More information about XRandR can be found via commands: | More information about XRandR can be found via commands: |