- Newest
- Most votes
- Most comments
The Enter full screen button is the 5th button from top left, besides Audio. Move your mouse over to see tooltip.
After creating a case in Support center. Following the below steps, the issue got resolved: 1.) Please ensure that you DCV client is up to date and using the latest version. Please first test again after installing latest version as this may resolve the issue. https://docs.aws.amazon.com/dcv/latest/userguide/client-windows.html#client-windows-install Download link - https://d1uj6qtbmh3dt5.cloudfront.net/2024.0/Clients/nice-dcv-client-Release-2024.0-9431.msi
2.) Ensure the XDummy driver for non-GPU instances is installed on the instance. sudo apt install xserver-xorg-video-dummy https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-installing-linux-prereq.html#linux-prereq-nongpu
3.) Configure /etc/X11/xorg.conf with the contents of the document below: https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-installing-linux-prereq.html#linux-prereq-nongpu I changed the "Virtual 4096 2160" resolution to "Virtual 1920 1080"
4.) Restart the X server for the changes to take effect. sudo systemctl isolate multi-user.target sudo systemctl isolate graphical.target https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-installing-linux-prereq.html#linux-prereq-nongpu
answered a year ago
To make your NICE DCV session display in full screen on your client, you have several options depending on which DCV client you're using.
For the Windows client:
- Look for the "Full Screen" icon in the toolbar at the top of the window
- Click on it and select "Across all monitors" from the drop-down menu
For the macOS client:
- Go to the toolbar at the top of the window
- Choose "View" from the toolbar
- Select "Full Screen All Monitors" from the drop-down menu
For the Linux client:
- Go to the toolbar at the top of the window
- Click on the "Full Screen" icon
If you're using the web browser client:
- Look for the "Multiscreen" icon in the toolbar at the top of the window
- Click on it to enable full screen mode
If you're experiencing issues with screen resizing, you might want to check the DCV server configuration. You can modify the /etc/dcv/dcv.conf file on your Ubuntu instance to adjust display settings. For example, you can set specific display layouts using the dcv set-display-layout command after connecting to your instance.
If you're still having issues, you might need to check if your X Windows is properly configured, especially if you're using a GPU-enabled instance.
Sources
Extending full-screen across all monitors - Amazon DCV
Screen Recording Interruption with NICE DCV | AWS re:Post
NICE DCV Pixel issues on GPU | AWS re:Post
answered a year ago
Relevant content
asked 4 years ago

It did not help.