04-06-2016, 10:24 PM
(This post was last modified: 04-06-2016, 10:38 PM by lenny.raposo-pine64.pro.)
Here is a work around for 1280x720 resolutions from hdmi.
Execute These commands from a console or ssh into your board externally
And voila you will see the login screen is at 720p and not 1080p. login and it will remain at 720p. Keep in mind this needs to be done everytime you reboot the board or you can simply make a script to do just that at startup
Execute These commands from a console or ssh into your board externally
Code:
sudo apt-get install fbset
sudo service lightdm stop
sudo fbset -a -xres 1280 -yres 720 -vxres 1280 -vyres 720
sudo service lightdm start
And voila you will see the login screen is at 720p and not 1080p. login and it will remain at 720p. Keep in mind this needs to be done everytime you reboot the board or you can simply make a script to do just that at startup
If you like my work be sure to check out my site or wish to donate to the cause
Cheers
Cheers