Dear TurboVNC-Users, I built TurboVNC from source in my Jetson Xavier (aarch64) as follows:
1) build libjpeg-turbo: git clone https://github.com/libjpeg-turbo/libjpeg-turbo.git cd libjpeg-turbo && mkdir build && cd build cmake -G"Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/opt/libjpeg-turbo ../ make -j 8 sudo make install 2) build turbovnc: git clone https://github.com/TurboVNC/turbovnc.git cd turbovnc && mkdir build && cd build cmake -G "Unix Makefiles" -DTVNC_BUILDJAVA=0 ../ make -j 8 sudo make install Besides: - I *didn't* change the following 2 things, since I think they are the same (or am I wrong?): - "DEBARCH=arm64" --> "DEBARCH=aarch64" in pkgsripts/makedpkg - "Architecture: arm64" --> "Archtecture: aarch64" in pkgsripts/deb-control - I didn't build and install VirtualGL in my Jetson Xavier, since a remote rendering is not necessary at the moment (or must TurboVNC always be used together with VirtualGL?) When I create a remote desktop in Windows, I got always a black screen. Where am I wrong and how should I solve the problem? Best regards, Shen -- You received this message because you are subscribed to the Google Groups "TurboVNC User Discussion/Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/turbovnc-users/8d28674d-52fb-46ef-b70f-313ab8b0ecb6n%40googlegroups.com.
