![]() |
How can I change the screen resolution? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Debian (https://forum.pine64.org/forumdisplay.php?fid=24) +---- Thread: How can I change the screen resolution? (/showthread.php?tid=1119) |
How can I change the screen resolution? - miffy_bf - 05-22-2016 Hi, I am trying to change the screen resolution at "System->Preferences->Monitor" but the Resolution tap only have a single option of 1280x720. May I know how can I change it? Thanks James RE: How can I change the screen resolution? - jl_678 - 05-22-2016 Hi, Check out this thread. http://forum.pine64.org/showthread.php?tid=980 Sent from my XT1254 using Tapatalk RE: How can I change the screen resolution? - jrullan - 06-08-2016 (05-22-2016, 10:25 AM)jl_678 Wrote: Hi, Hello, I too have the same problem. I looked into the link above but that discussion seems too complex or technical for my understanding. As a newbie user of Pine64, I expected the resolution to be set in the mate configuration tool. Could you explain how can this be done if it's possible at all? My current debian installation is (from uname -a): Linux pine64pro 3.10.101-0-pine64-longsleep #39 SMP PREEMPT Sat May 7 12:39:25 CEST 2016 aarch64 GNU/Linux RE: How can I change the screen resolution? - CaptainZalo - 06-08-2016 (06-08-2016, 06:57 AM)jrullan Wrote:(05-22-2016, 10:25 AM)jl_678 Wrote: Hi, The fast way to switch to 720p or 1080p (requires sunxi-disp-tool installed): sunxi-disp-tool switch -name 720p sunxi-disp-tool switch -name 1080p Type (or paste) this into a command shell to change the default resolution to 720p: sudo apt-get update && sudo apt-get install sunxi-disp-tool cat <<EOF | sudo tee -a /boot/uEnv.txt optargs=disp.screen0_output_mode=720p60 EOF sudo reboot Available display-modes (input after instead of 720p60 in line 3 in the script above) for /boot/uEnv.txt: Code: 720p50 Does this clarify? RE: How can I change the screen resolution? - jrullan - 06-08-2016 (06-08-2016, 06:57 AM)jrullan Wrote:(05-22-2016, 10:25 AM)jl_678 Wrote: Hi, Thanks to Luke and other folks in the IRC channel chat room, I could change the resolution by 1. Modifying the /boot/uEnv.txt file: In a terminal shell, sudo nano /boot/uEnv.txt optargs=disp.screen0_output_mode=720p60 <== changed this to 1080 2. Reboot sudo reboot RE: How can I change the screen resolution? - coolnine98 - 06-28-2016 I am getting this error: pine64user@debianpine64:~$ sudo apt-get install sunxi-disp-tool [sudo] password for pine64user: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package sunxi-disp-tool pine64user@debianpine64:~$ My display is set to 1080p at 0 hz and I like to change to 1080p 60hz or 720p. I don get any option about "optargs=disp.screen0_output_mode=720p60 <== changed this to 1080" under sudo nano /boot/uEnv.txt. ALso,when I open uEnvi.txt file I am getting following: console=tty0 console=ttyS0,115200n8 no_console_suspend kernel_filename=pine64/Image initrd_filename=initrd.img ethaddr=7a:6e:63:ac:21:f1 How do I resolve this error? Thanks |