Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 733 Bytes

automate_console_settings_guide.md

File metadata and controls

13 lines (13 loc) · 733 Bytes
  1. Download the src folder that contain these files: customize_resolution.txt & resolution-script.sh
  2. Do level 1 to 5 in manual_console_settings_guide to find out available resolutions.
  3. Choose and remember the appropriate screen resolution.
  4. After rebooting the system write your chosen resolution number in customize_resolution.txt file: note: It should contain two numbers and an x ​​as separator without space. And first number should be more than second one. for example:
echo 1024x768 > customize_resolution.txt
  1. run the script with sudo permition
sudo bash resolution-script.sh