I have searched and found the VirtualBox Guest Addons fix, but that isn't working for me. Every time I resize the window in the VirtualBox settings and/or the Display Settings in Parrot Security, it initially resizes to what I want but reverts back to the 800x600 square default (both the VB machine (if in scaled mode) and the Parrot Sec display, although the display settings still say that they are in the higher resolution - see the screenshot below which shows a VirtualBox screen expanded to fit my display, with a Parrot Sec display resized to 1280x800 but only showing as 800x600. If I click where my mouse is in the screenshot, the window briefly goes to 1280x800 only to drop back to 800x600 a fraction of a second later.
How do I resize the screen of Parrot Sec in VirtualBox?
12k views Asked by Mark Smith At
1
There are 1 answers
Related Questions in VIRTUALBOX
- Only 32 bit available in Oracle VM - Hadoop Installation
- How to access Guest's port 3000 from Host?
- vagrant, docker, shared volume not ready on initial provisioning
- scp between two virtual machines in virtualbox
- homestead up not working after vagrant up
- Win7 Virtualbox is giving this error when trying to launch a vm: Error loading 'crypt32.dll': 1790
- VirtualBox: VERR_VMX_MSR_VMXON_DISABLED
- Virtual Box MySQL Server VM constantly timing out
- Docker inside Windows guest virtual machine
- Guest CentOS in virtualbox failed to load GNOME Power manager
- VirtualBox machine - Set to access LAN only
- Virtualbox on Genymotion show an Error when i tried to install it
- Oracle VirtualBox terminated unexpectedly, with exit code -1073741819 (0xc0000005)
- How to change default Nginx setting on Homestead Laravel Virtualbox VM
- is sharding same as distributed database in mongoDB?
Related Questions in SCREEN-RESOLUTION
- How to make size of Window responsive for every type of screen resolution using Windows form
- Bad Swing UI scaling on high resolution (MS Surface)
- What is today's most popular screen resolution?
- Generate a Unity 2d Game Object Dynamically within the different devices screen bounds
- Layout folder name for tablet 21"
- How to resize image according from screen resolution on html css
- iOS - Converting an iPad app to a universal app - resolution issue
- iPhone 4S/6 fixing resolution by scale?
- How to make game fit any screen size
- ScreenToWorldPoint offset for different resolutions in Unity 2D
- Independent scrolling panels with no body scroll
- Developing responsive website, independent of device resolution
- Am I understanding Android density independence correctly?
- Why and how display zoom option changes iPhone screen size in points?
- Android, different layout for 10.1 and 9.7 inch displays
Related Questions in PARROT-OS
- Split the array by anything that isn't a letter
- Vim Parrot Os not installing
- How to make Parrot OS go full screen on HYPER-V?
- Can't run GitKraken on ParrotOS 4.3
- Cannot open shared object file libpng12.so.0
- how to find the function of an input in gdb to disassemble?
- nothing happens when i click on burpsuite / parrot 4.11.1
- How do I install shutter?
- Problema with python (pip) in ParrotOS
- Keyboard not working while entering root password(Linux)
- Nmap not showing MAC address & does not seem to be doing ARP ping scans
- pdfdump in python not working using scapy
- I cannot start parrot os on my virtual machine
- Linux-OS missing after installing in Virtualbox
- AWS EC2 Parrot Linux instance
Related Questions in VIRTUALBOX-GUEST-ADDITIONS
- Getting [Errno 39] Directory not empty issue while installing python modules inside shared folder of vagrant using virtual environment
- How to restart VM and wait till it fully starts up again using VirtualBox CLI?
- Vagrant on Ubuntu 20.04 (host) with older ubuntu on (guest)
- vboxmanage guestcontrol change password
- Changing names of Guest Additions for Vbox
- Vagrant up causes guest additions to reinstall each time, why?
- Making VirtualBox VM fullscreen on MacOS
- stack-protector enabled but compiler support broken while installing VirtualBox Guest Additions with devtoolset-8
- Resize Error with Virtual Box and Vagrant
- error when I try to update virtual box guest addition: Running update file "/bin/sh" on guest failed: VERR_INTERNAL_ERROR 5
- How do I resize the screen of Parrot Sec in VirtualBox?
- FreeBSD mount failed with error: operation not supported by device
- VirtualBox window doesn’t scale up to full-screen
- Destroying VM causes Guest Additions Mismatch to Recur
- No vbox guest modules load in Debian guest after update Virtualbox from v6 to v7
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)

After installing VirtualBox Guest Additions, in your guest machine, open a terminal and run:
If it asks you about keeping a file or installing the new one, press I to select the new one/package maintainer's version;
Installing virtualbox-guest-x11 package also resolves the issue where the shared folders are not visible.
And installing this package (and rebooting the virtual machine) also resolves the guest window not auto-resizing when the VM window is resized.
This also resolves the issue where paste after a reboot no longer works and the
sudo VBoxClient --clipboardcommand needs to be repeated. After installing VirtualBox-guest-x11, the--clipboardcommand does not need to be repeated after each reboot.