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