NoMachine - Jetson Remote Desktop on Windows

  Рет қаралды 9,250

JetsonHacks

JetsonHacks

Күн бұрын

Пікірлер: 70
@JetsonHacks
@JetsonHacks 10 ай бұрын
If you need the GUI back: After following the NoMachine instructions to use the headless option, you turned off the GUI. This is done by the initd system. This is the command which effectively shuts off the GUI (equivalent to run level 3): $ sudo systemctl set-default multi-user.target To change to a graphical interface, you would use graphical.target with the command: $ sudo systemctl set-default graphical.target
10 ай бұрын
This channel is a national treasure 😊...
@JetsonHacks
@JetsonHacks 10 ай бұрын
You crack me up. I see y'all are doing some great work, the DK6 looks like a beast!
@rickhunt3183
@rickhunt3183 10 ай бұрын
This was good food for thought. I was downloading and installing the application while watching the video. I was a bit concerned about 85% cpu utilization, but compressing and sending video, is cpu intensive, and the nano was never designed to be used as a desktop computer. It would probably shine in a control environment sending screen information, and sensory data to a host. It's been a while since we've interacted. I've had to deal with life a bit, but the jetson has been in the back of my mind and I think it's time to give it some attention. I don't know what you'e been up to, but I think it's time to build something. When I watch your videos I always pickup something new that I can use. One thing that's always helped me when dealing with people trying to put an obstacle in my path was something you told me long time ago. Never accept criticism from someone you're not willing to take advice from. When someone says, "that's not possible or that's too hard". I don't even hear, or acknowledge that. Too hard for them maybe, but with some determination you can always make things happen.Consider adding LoRa to a project and controlling something , or reading sensory data from a long distance. It might be fun. Anyway You just take care of yourself and have a great night.
@JetsonHacks
@JetsonHacks 10 ай бұрын
Thanks for taking the time to write this note. The Nano is a fun little machine, but using it via a remote desktop seems odd to me. It might be useful to do that in certain circumstances, but as a daily driver remote seems a little much. If you're trying to do some AI type of tasks, serving a Jupyter notebook seems a better way to go. For more involved tasks, like video overlays and transmission, more specialized software for compression and transmission would make more sense. Trying to get a feel for the new year projects, hopefully have some fun stuff in the future. Good to hear that you're dealing with life.
@Chickenism
@Chickenism 7 ай бұрын
Thanks for all your awesome material.
@JetsonHacks
@JetsonHacks 7 ай бұрын
Thank you for the kind words, and thanks for watching!
@leibaleibovich5806
@leibaleibovich5806 10 ай бұрын
Greetings! Thank you for the video, Jim! -- I was looking for this type of information for long time! Two questions, if I may: 1) How are your Windows machine and Jetson Nano connected? Is it via Ethernet cable or Wi-Fi? 2) A while ago I was researching options for remote desktop. NoMachine was one of suggestions. Someone has also mentioned an open-source software called Remmina. Have you heard about / tried Remmina? P.S.: I got myself a portable monitor and, hence, have never tried remoting. Though I feel like I need to start homelabing.
@JetsonHacks
@JetsonHacks 10 ай бұрын
You are welcome. In the video, the PC and the Jetson are on the same wired local Ethernet network. Reminna is an open source alternative to NoMachine. NoMachine is more modern, and provides features beyond the Reminna offering such as file transfers. Reminna is for use connecting Linux machines together (RDP, VNC,SSH), NoMachine works across all major platforms and devices. NoMachine uses a compression technique called adaptive compression, which takes into account the speed of the network dynamically. NoMachine tends to be faster for that reason. Hope that helps, and thanks for watching!
@leibaleibovich5806
@leibaleibovich5806 10 ай бұрын
@@JetsonHacksThank you very much for comprehensive explanation! Now I have to add a coil of Ethernet cable to my shopping list.
@JetsonHacks
@JetsonHacks 10 ай бұрын
@@leibaleibovich5806 You are welcome. There's always more equipment to buy.
@krischlapek6939
@krischlapek6939 10 ай бұрын
IS there any reason why the GUI isn`t available when you disconnect the remote access? all i have left now is the command promt rather than the original debian interface. Thanks
@JetsonHacks
@JetsonHacks 10 ай бұрын
If you followed the NoMachine instructions and selected the headless option, you turned off the GUI. This is done by the initd system. This is the command which effectively shuts off the GUI (equivalent to run level 3): $ sudo systemctl set-default multi-user.target To change to a graphical interface, you would use graphical.target with the command: $ sudo systemctl set-default graphical.target Hope this helps, and thanks for watching!
@krischlapek6939
@krischlapek6939 10 ай бұрын
@@JetsonHacks you're my hero!😀
@JetsonHacks
@JetsonHacks 10 ай бұрын
@@krischlapek6939 You must have a pretty low bar for hero things. 😀
@79ober
@79ober 10 ай бұрын
Thanks for the guide! It is very helpful.
@JetsonHacks
@JetsonHacks 10 ай бұрын
You are welcome, and thanks for watching!
@zero-gt9yg
@zero-gt9yg 5 ай бұрын
Hello again, I followed the instructions in the video, however the machine usually does not show up in nomachine, or even when it does show up it always shows connection timeout. I connected them via a usb-c cable. Do you know if I used a HDMI cable it would fix things up? Thanks
@JetsonHacks
@JetsonHacks 5 ай бұрын
I'm not sure what you mean by HDMI cable? The machines must be connected over a network connection, like Ethernet or wireless.
@zero-gt9yg
@zero-gt9yg 5 ай бұрын
@@JetsonHacks Oh i see, thank you!
@zero-gt9yg
@zero-gt9yg 5 ай бұрын
@@JetsonHacks I do not have access to ethernet, so i will be doing a bridge connection instead. Thanks
@zero-gt9yg
@zero-gt9yg 5 ай бұрын
@@JetsonHacks got it solved, appreciate the help!
@francisferri2732
@francisferri2732 Ай бұрын
Hi Your video was very good and helped me a lot
@JetsonHacks
@JetsonHacks Ай бұрын
Thank you for the kind words. I'm glad that you find it useful, and thanks for watching!
@오이닝-f2i
@오이닝-f2i 5 ай бұрын
Thank you first for the good video. I have a question. Ubuntu is trying to run an installation file like window's '.exe'. Ubuntu says I can use an app called 'wine', but I failed this. So I found something called NoMachine while trying to find another way. Can this NoMachine run the '.exe' file in Ubuntu environment?
@JetsonHacks
@JetsonHacks 5 ай бұрын
A .exe file is for a x86 Windows machine, and not natively supported in Ubuntu. Thanks for watching!
@rabisankarbhowmik9728
@rabisankarbhowmik9728 6 ай бұрын
Hi, I am facing issues when I connect the HDMI display with Jetson Orin after NoMachine installation, The HDMI display does not show, only the remote display shows. What to do?
@JetsonHacks
@JetsonHacks 6 ай бұрын
Please see the pinned comment at the top of the comments section to turn the display back on.
@vuxuanhai7311
@vuxuanhai7311 10 ай бұрын
Thanks ❤❤ what is different between nomachine and vnc?
@JetsonHacks
@JetsonHacks 10 ай бұрын
VNC (Virtual Network Computing) and NoMachine are both remote desktop software solutions. There are several differences: 1. Protocol - VNC uses Remote Frame Buffer to control another machine remotely. It transmits keyboard and mouse events, and relays the graphical screen updates to the client. It's simple and compatible with most systems. NoMachine uses its own NX protocol. NX uses techniques like adaptive compression, caching, and differential frame encoding to minimize the amount of data that needs to be transmitted between the remote and local machines. This is especially useful if you are doing graphically intensive applications remotely. 2. VNC is a more basic experience, depending on the VNC variant used (RealVNC, TightVNC, and so on). NoMachine provides a more modern experience, plus you can do file transfers and play audio and video files on the remote desktop. 3. Setup - VNC can be more complex to set up, especially for less experienced users. Setup for NoMachine took me about 10 minutes all together. 4. Security - NoMachine offers robust security features, including SSL encryption, out of the box. That's usually a paid upgrade on VNC. Thanks for watching!
@vuxuanhai7311
@vuxuanhai7311 10 ай бұрын
Thank you so much. I enjoy every clip that you post. Hope that you doing well
@JetsonHacks
@JetsonHacks 10 ай бұрын
@@vuxuanhai7311 You are welcome, and thanks for watching!
@zero-gt9yg
@zero-gt9yg 5 ай бұрын
Hi, I am confused on how I can install nomachine on my jetson device when I cannot get the jetson desktop running in the first place(I do not have a monitor). Thanks!
@JetsonHacks
@JetsonHacks 5 ай бұрын
You can install it via SSH.
@zero-gt9yg
@zero-gt9yg 5 ай бұрын
@@JetsonHacks thanks!
@ngocmanprocoder
@ngocmanprocoder 5 ай бұрын
I want to shutdown jetson nano after disconnecting NoMachine with jetson nano. And I just do it by simply unplugging dc power jack or using physical monitor? Thanks a million.
@JetsonHacks
@JetsonHacks 5 ай бұрын
You should shut off the Jetson from NoMachine before disconnecting NoMachine. You can unplug the DC power jack, but risk corrupting data that way.
@홍시몽-y7j
@홍시몽-y7j 4 ай бұрын
I ran into a problem while following the process in the video above. After installing No Machine on Jetson Nano and shutting it down, I installed No Machine on Windows and booted Jetson Nano, but it does not boot. It does not go past the myname-desktop login screen. please help meㅠㅠ
@JetsonHacks
@JetsonHacks 4 ай бұрын
From your description, it sounds like there's an issue. Can you SSH into the Jetson from your Windows machine?
@naidinp
@naidinp 10 ай бұрын
Hi Jim, thanks for sharing your tips and tells with us, I didn’t miss a single one ;). Can you make a video on disabling deep sleep; I can't find a solution. I have a Jetson Nano upgrade to ubuntu 20.04 with LXDE desktop. greetings from France
@JetsonHacks
@JetsonHacks 10 ай бұрын
A true fan! Even I don't watch all of the videos. I'm not sure what you mean by deep sleep. Do you mean the screen and automatic suspend? These can be adjusted in the Settings > Power section. Thanks for watching!
@naidinp
@naidinp 10 ай бұрын
@@JetsonHacks yes, I already tried in the settings for the screen and it worked, however it always goes into deep sleep and it is impossible to turn it back on. I have to unplug the power and plug it back in. Do you have any tips for disabling suspend mode?
@JetsonHacks
@JetsonHacks 10 ай бұрын
@@naidinpI don't know the answer. Please ask the question on the official Jetson Nano forum where the NVIDIA engineers can help work through the problem.
@ngocmanprocoder
@ngocmanprocoder 5 ай бұрын
I run CSI-Camera on NoMachine and i encounter the error "cv2.error: OpenCV(4.2.0) ../modules/highgui/src/window.cpp:376: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow' ". How do i fix it? My problem has prolonged for 4 days. Many thanks
@JetsonHacks
@JetsonHacks 5 ай бұрын
What CSI camera are you using? Does the camera work on the Jetson when connected to a monitor and not NoMachine?
@ngocmanprocoder
@ngocmanprocoder 5 ай бұрын
@@JetsonHacks IMX219-160 Camera. Yes, it works on the Jetson, and does not NoMachine.
@JetsonHacks
@JetsonHacks 5 ай бұрын
@@ngocmanprocoder Did you try to get it to work with gstreamer from the command line?
@ngocmanprocoder
@ngocmanprocoder 5 ай бұрын
@@JetsonHacks gst-launch command does not work, either. We can not run camera on NoMachine, right?
@ngocmanprocoder
@ngocmanprocoder 5 ай бұрын
@@JetsonHacks Terminal prints "ipeline is live and does not need PREROLL ... Got context from element 'eglglessink0': gst.egl.EGLDisplay=context, display=(GstEGLDisplay)NULL; Setting pipeline to PLAYING ... New clock: GstSystemClock GST_ARGUS: Creating output stream (Argus) Error BadParameter: (propagating from src/eglstream/FrameConsumerImpl.cpp, function initialize(), line 89) (Argus) Error BadParameter: (propagating from src/eglstream/FrameConsumerImpl.cpp, function create(), line 44) Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, threadInitialize:320 Failed to create FrameConsumer Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, threadFunction:241 (propagating) Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, waitRunning:203 Invalid thread state 3 Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:806 (propagating) Got EOS from element "pipeline0". Execution ended after 0:00:00.583648095 Setting pipeline to NULL ... Freeing pipeline ... " after running gst-launch. I search for google but I do not find a solution, help me! Thanks
@poplu7076
@poplu7076 3 ай бұрын
Sir, once we install no machine and then when we try to connect to our jetson nano(jetson nano isn't connected to an external monitor, it is only connected to a power supply and network adapter) it shows no display found on the no machine. Sir, can you also please tell how else is it possible to connect the device to laptop
@JetsonHacks
@JetsonHacks 3 ай бұрын
You should be able to SSH into the Jetson.
@poplu7076
@poplu7076 3 ай бұрын
@@JetsonHacks yessir thankyou
@JetsonHacks
@JetsonHacks 3 ай бұрын
@@poplu7076 You are welcome. Good luck on your project!
@poplu7076
@poplu7076 3 ай бұрын
@@JetsonHacks thankyou very much .. will update you once the uni project is done.
@sy2532
@sy2532 9 ай бұрын
wow Jim, this is so perfect! Thank you so Much!!!!!!!! I had sound now no sound. The sound settings work. just when I play youtube in the browser no sound. I also noticed bluetooth will not enable.
@JetsonHacks
@JetsonHacks 9 ай бұрын
I'm glad you found it to be useful. Thanks for watching!
@hjmdhcndjskjfcl
@hjmdhcndjskjfcl 3 ай бұрын
Thank you! Works great!!
@JetsonHacks
@JetsonHacks 3 ай бұрын
You are welcome. Thanks for watching!
@surflaweb
@surflaweb 10 ай бұрын
Amazing. Thanks. Could you make a video about how to install the sdkmanager on the jetson orin nano with jetpack 5.1.1 Thanks. Im gettings a lot of errores after upgrade the ubuntu..
@JetsonHacks
@JetsonHacks 10 ай бұрын
Start here: kzbin.info/www/bejne/i5TKZo2nop6Ng80 Thanks for watching!
@selfdestructint
@selfdestructint 8 ай бұрын
Excellent and helpful as always Jim, I am disappointed however that now you have made it big as the foremost Jetson celebrity in the world, shark has been relegated to the background, another tragic LA story.
@JetsonHacks
@JetsonHacks 8 ай бұрын
That's just the way it is in Hollywood. You have to crush the hopes and dreams of the little people on the climb to the top. Thanks for watching!
@rickysambora8321
@rickysambora8321 7 ай бұрын
Cool, i can do remote my machine now. But my nomachine is strange. i can't open my terminal while using no machine. it just won't open.
@JetsonHacks
@JetsonHacks 7 ай бұрын
How did you try to troubleshoot it?
@NoMachineNX
@NoMachineNX 10 ай бұрын
Cool video
@JetsonHacks
@JetsonHacks 10 ай бұрын
Thank you for the kind words, and thanks for watching!
NVIDIA Jetson AGX Orin Unbox, Setup, Demo - Just Wow
13:24
JetsonHacks
Рет қаралды 77 М.
No Machine: Remote Any Desktop From Anywhere
14:20
DS-Tech Media
Рет қаралды 34 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 31 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,9 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 1,2 МЛН
OpenCV with CUDA in Python on Jetson
8:38
JetsonHacks
Рет қаралды 15 М.
NVIDIA Jetson on Battery Power
23:19
JetsonHacks
Рет қаралды 25 М.
Build Your Own GPU Accelerated Supercomputer - NVIDIA Jetson Cluster
15:03
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 653 М.
Linux Mint vs... Linux Mint (Debian Edition)
17:43
Veronica Explains
Рет қаралды 275 М.
Jetson Nano - Run On USB Drive
12:05
JetsonHacks
Рет қаралды 37 М.
CUDA Programming in Python
9:12
JetsonHacks
Рет қаралды 7 М.
Building Simulations, Troubleshooting, and Functions in Java
34:35
The cloud is over-engineered and overpriced (no music)
14:39
Tom Delalande
Рет қаралды 652 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 31 МЛН