07-13-2016, 01:21 PM
(04-06-2016, 10:24 PM)lenny.raposo-pine64.pro Wrote: Here is a work around for 1280x720 resolutions from hdmi.
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
I have a monitor with 1280 * 1024 resolution.
Would the code here work for me if I change "720" to "1024"
I'm running the Debian Jessie you released June 30th (thanks! btw)