User Tools

Site Tools


monitor_resolution

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
monitor_resolution [2015/06/06 13:42] pavroomonitor_resolution [2020/02/19 21:56] pavroo
Line 35: Line 35:
   * 60 - refresh-frequency   * 60 - refresh-frequency
  
-Set your resolution copping the last output of **gft** command, starting after **Modeline**:+3. Set your resolution copying the last output of **gtf** command, starting after **Modeline**:
  
    xrandr --newmode "1368x768_60.00" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync    xrandr --newmode "1368x768_60.00" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
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 a new file in your home directory, for example **.mymonitor**:
  
    nano .mymonitor    nano .mymonitor
  
-Copy the previous 3 commands used for manual setting the monitor and past it onto the file: +2. Copy previous 3 commands you used for manually setting the monitorand paste onto the file: 
  
    #! /bin/bash    #! /bin/bash
Line 56: Line 58:
    xrandr --output VGA1 --mode 1368x768_60.00    xrandr --output VGA1 --mode 1368x768_60.00
  
-Make the file executable:+3. Make the file executable:
  
    chmod +x .mymonitor    chmod +x .mymonitor
  
-Add the ~HOME/.mymonitor file to the system startup.+4. Add the ~HOME/.mymonitor file to the system startup.
  
 More information about XRandR can be found via commands: More information about XRandR can be found via commands:
monitor_resolution.txt · Last modified: 2021/05/04 15:24 by 127.0.0.1