Forum / NoMachine for Linux / A successful story in setting up NoMachine with Nvidia driver on AWS
- This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago by
brotech.
-
AuthorPosts
-
May 21, 2020 at 14:32 #27712
eric-duveauParticipantHi
I would like to share my experience in installing a “shadow pc” with Ubuntu 18.04 as guest OS.
You’re interested in this I will tell you more.
Here is my successful recipe :
On the AWS server:
sudo apt updatewait two minutes after the end of the update
sudo apt install pulseaudio pavucontrol ubuntu-desktop mate mesa-utils glmark2 libopenal1 sudo passwd ubuntu sudo apt upgradeOn my PC on Ubuntu 20.04:
get the lastest version of NoMachine on the web site
cd /directory/where/the/package/was/downloaded sudo apt install ./nomachine_6.10.12_1_amd64.debscp -i .pem nomachine_6.10.12_1_amd64.deb ubuntu@:/tmpOn the AWS server:
sudo apt install /tmp/nomachine_6.10.12_1_amd64.deb sudo reboot sudo apt install lightdm sudo reboot sudo systemctl get-default sudo systemctl isolate graphical.target ps aux | grep X | grep -v grep glxinfo | grep -i "opengl.*version" nvidia-xconfig --preserve-busid --enable-all-gpus sudo systemctl isolate multi-user.target sudo systemctl isolate graphical.target sudo rebootHere you should have a fully functional Ubuntu gaming PC
glxinfo | grep -i "opengl.*version" ubuntu@ip-172-31-10-147:~$ glxgearsRunning synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate.
12969 frames in 5.0 seconds = 2592.448 FPS 13946 frames in 5.0 seconds = 2788.973 FPS 13696 frames in 5.0 seconds = 2739.193 FPSglmark2 Score: 2399
Attachments:
May 22, 2020 at 07:44 #27729
brotechParticipantThis step:
“get the latest version of NoMachine on the web site”can be done using the command as:
wget https://download.nomachine.com/free/linux/64/deb -O nomachine.deb
it will download the most recent deb package.
May 22, 2020 at 07:45 #27732
eric-duveauParticipantJust after :
> sudo apt install /tmp/nomachine_6.10.12_1_amd64.deb
Don’t forget to install the nvidia proprietary drivers
> sudo ubuntu-drivers autoinstall
May 25, 2020 at 08:11 #27756
eric-duveauParticipant@brotech Thanks
July 23, 2020 at 08:43 #28650
brotechParticipantHello,
the url to download recent package has been changed, now it is:https://www.nomachine.com/free/linux/64/deb
Replaced ‘download’ by ‘www’. So, full command now is:
wget https://www.nomachine.com/free/linux/64/deb -O nomachine.deb
-
AuthorPosts
This topic was marked as solved, you can't post.

