Different Resolutions (4:3, 1680x1050...) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32) +---- Forum: HDMI Port (https://forum.pine64.org/forumdisplay.php?fid=36) +---- Thread: Different Resolutions (4:3, 1680x1050...) (/showthread.php?tid=1503) |
Different Resolutions (4:3, 1680x1050...) - LeRoms77 - 06-24-2016 Hi is there a way to add any others resolutions than 1080p or 720p ? Like 1024x768, 1280x1024, 1680x1050 etc... Is it a problem with actual kernel or is it hardware related problems with AllWinner Chips ? Thanks in advance RE: Different Resolutions (4:3, 1680x1050...) - MarkHaysHarris777 - 06-24-2016 Lenny is working on getting the video driver into the kernel for linux/ ... coming soon. RE: Different Resolutions (4:3, 1680x1050...) - xalius - 06-24-2016 The video resolutions are independent of the Mali accelerator. Currently the Linux kernel driver supports the following resolutions in HDMI mode: Code: struct disp_video_timings video_timing[] = While the timing generators can be configured for other resolutions as well (see LCD output), one would have to figure out how to add new resolutions here and what is exactly supported by the hardware, but I think not all documentation for the AW Display Engine 2 are out in the open... (from AW Usermanual) Code: Support LVDS interface with single link, up to 1366x768@60fps RE: Different Resolutions (4:3, 1680x1050...) - LeRoms77 - 06-24-2016 (06-24-2016, 12:37 PM)MarkHaysHarris777 Wrote: Lenny is working on getting the video driver into the kernel for linux/ Cool Thanks RE: Different Resolutions (4:3, 1680x1050...) - Luke - 06-25-2016 (06-24-2016, 12:52 PM)LeRoms77 Wrote:(06-24-2016, 12:37 PM)MarkHaysHarris777 Wrote: Lenny is working on getting the video driver into the kernel for linux/ LeRoms77, MarkHaysHarris777 was trying to be helpful, but the driver will not affect the supported resolutions; it only affects graphics acceleration in linux. Please see what Xalius wrote (above) - I believe that you can change output resolution in /boot/uEnv.txt RE: Different Resolutions (4:3, 1680x1050...) - LeRoms77 - 07-01-2016 (06-25-2016, 06:52 AM)Luke Wrote:(06-24-2016, 12:52 PM)LeRoms77 Wrote:(06-24-2016, 12:37 PM)MarkHaysHarris777 Wrote: Lenny is working on getting the video driver into the kernel for linux/ Yes you can change resolution in uEnv.txt, but there isn't any resolutions like 1680x1050, 1024x768 or 1280x1024 available... RE: Different Resolutions (4:3, 1680x1050...) - sboyce - 07-02-2016 There is no resolution in uEnv.txt in Ubuntu 16.04 LTS. I added the line below but the default resolution is still 1920x1080 which on a 7 inch touch screen is readable only using a magnifier. I guess that line is not OK. ----------------------------------------------- video=HDMI-A-1:800x480@60 ----------------------------------------------- root@PINE64:~# cat /sys/class/graphics/fb0/modes U:1920x1080p-0 |