PINE64
Howto run Linux with resolution other than 1080p - 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)
+--- Thread: Howto run Linux with resolution other than 1080p (/showthread.php?tid=980)

Pages: 1 2 3


RE: Howto run Linux with resolution other than 1080p - webbson - 05-17-2016

(05-17-2016, 12:17 AM)frewind Wrote: I thought that resolution could not be supported as longsleep stated..

I thought he said that the Xenial image has the Kernel already setup and working.

(05-07-2016, 02:40 PM)longsleep Wrote: I just released a new Ubuntu Xenial image (20160507-1) which has the Kernel and tools to read output_mode from uEnv.txt pre-installed.



RE: Howto run Linux with resolution other than 1080p - Ghost - 05-17-2016

The readme shows the list of possible supported resolution names. 2160p is indeed on there.


RE: Howto run Linux with resolution other than 1080p - longsleep - 06-04-2016

The tool supports many revolutions as its not specific to Pine64. Not all of them are supported n Pine64 (depends on Kernel and the drivers there).


RE: Howto run Linux with resolution other than 1080p - pine771 - 06-04-2016

Is it possible to change that in remix os?


RE: Howto run Linux with resolution other than 1080p - illustris - 07-17-2016

Is there any way to do this in lenny.raposo's Debian build?


RE: Howto run Linux with resolution other than 1080p - UnixOutlaw - 08-24-2016

(07-17-2016, 01:20 AM)illustris Wrote: Is there any way to do this in lenny.raposo's Debian build?

I'd like to know the answer too...

I've got a Motorola Atrix Lapdock, capable of 1366x768, I know it can do that - because both NTC CHIP and LeMaker BananaPI sync to that resolution when hooked up via HDMI.

But Pine64 defaults to 1280x720.

None of those lists (e.g. here : https://github.com/longsleep/sunxi-disp-tool#available-hdmi-output-names ) seem to mention 1366x768.

I tried some time ago to get Pine doing 1366x768 on a GAEMS portable monitor without success either...

It's a shame, 'cause 1366x768 is not all that uncommon, I've got several laptops with that resolution.


RE: Howto run Linux with resolution other than 1080p - psychedup - 08-24-2016

I set my Pine64 to 720p and plugged it into my Motorola Lapdock and the display looked just fine. The lapdock must have stretched the display or something but it didn't look distorted at all. I have the Lapdock 100 if that matters.


RE: Howto run Linux with resolution other than 1080p - UnixOutlaw - 08-25-2016

(08-24-2016, 10:34 PM)psychedup Wrote: I set my Pine64 to 720p and plugged it into my Motorola Lapdock and the display looked just fine. The lapdock must have stretched the display or something but it didn't look distorted at all. I have the Lapdock 100 if that matters.

Yeah - it looks okay - not blurry or distorted at 720p on the Atrix Lapdock - but - I'd rather the few extra pixels that 1366x768 gives me (and which both NTC CHIP and BananaPI sync to automatically).

I also have a Lapdock 100 (Bionic) but I've never had any success getting to to work with anything...


RE: Howto run Linux with resolution other than 1080p - wboson - 08-30-2016

Issue: System menus appear off viewable screen
Hardware\Software : Pine64, A64-DB-Rev B (1 GB), Ubuntu, 16.04, xenial "Ubuntu 16.04.1 LTS" - Longsleep Distro w\Mate - 32 GB MicroSD, HP w2216h LCD Monitor using HDMI cable capable of various resolutions at 10+ years old

Have tried standard 1080p, and five or six resolutions from low to high using the uEnv.txt settings, e.g: optargs=disp.screen0_output_mode=1680x1050p60 but all result in menus off the viewable monitor. There is no hardware setting to shrink the horizontal and vertical of the image to fit using HDMI. Lowering or increasing the resolution has no impact; one setting duplicated the viewable monitor and menu and rendered it unusable. SSH login allowed me to edit the uEnv.txt to change the resolution!

Is there a method to move the menus position using X window settings or configurations such that the position will be lower and\or further into the horizontal \ vertical image area?

Thanks for any direction or ideas.

http://h10032.www1.hp.com/ctg/Manual/c00834092


RE: Howto run Linux with resolution other than 1080p - MarkHaysHarris777 - 08-31-2016

(08-30-2016, 11:40 PM)wboson Wrote: Is there a method to move the menus position using X window settings or configurations such that the position will be lower and\or further into the horizontal \ vertical image area?

Thanks for any direction or ideas.

One thing that many have done to work-around this problem is to use vnc4server and the vncviewer on the same machine; in other words, you close your normal desktop.  Then you start an X session on your local machine (it will be off the screen too, but we don't care. Then you start a vnc4server on your local machine with default geometry of something reasonable like 1367x768, at position 20,20, and then on the same machine you start the vncviewer on localhost, displaying on your X session you started earlier. The vnc session can be made to be whatever size and location you want it to be.  The reason this works is that X is a networked interface, and that works over unix domain sockets just as well as over the network. 

You will want to play around with the position and geometry settings to get it the way you want it. Another thing, you do not need a desktop up to run this, just an X server for the vncviewer to run in... it does not even have to have a window manager running !