Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VNC session to Remote desktop on TE0720 (without any actual display device).  Similarly remote desktop access is possible to any other Zynq based system or SoM with Ethernet connection and external RAM.

X-Windows on Simple Framebuffer 

Install needed packages

apt-get install xserver-xorg xinit xserver-xorg-video-fbdev

Create file: /usr/share/X11/xorg.conf.d/99-fbdev.conf

Info
Section "Device"  
  Identifier "myfb"
  Driver "fbdev"
  Option "fbdev" "/dev/fb0"
EndSection

Start X Server 

startx

or

FRAMEBUFFER=/dev/fb0 startx

Note

Linux mainstream simple-framebuffer driver has a bug that prevents the driver to install correctly if the total system memory is less than 512MByte. Error -12 would come then during the startup and the driver will not get loaded. There is no simple easy patch known.