For those that have a Mac, download "
OpenGL Extensions Viewer" from the Apple Store, free. For the Windows aficionados, see the website of
realtech VR »
OpenGL Extensions Viewer, free again...
That reports 100%
4.1 OpenGL compatibility for my low-power "Intel Iris Pro 5200", high-performance "AMD Radeon R9 M370X"
and the "Apple Software Renderer", if in "
Core Mode". All three available options, 100% 4.1 OpenGL.
But... it gives me only 100%
2.1 OpenGL compatibility (and nothing more), if I choose the "
Compatibility Mode". That would explain what you see in the logs. I would
completely ignore it, since VirtualBox doesn't support anything higher than OpenGL 2.1 in any event. That's a red-herring and in
no way what causes your
perceived slowness, stop worrying about that and don't bang your head on the wall trying to "solve" this...
So, let's take a closer look at your log, the last one posted. BTW, if a change is
not proposed by a more experienced user, please don't change things randomly. Example:
[quote=""
SSD_LINUX-2019-04-26-09-50-45.log""]
00:00:01.625932 EnablePAE <integer> = 0x0000000000000001 (1)
00:00:01.626001 NonRotationalMedium <integer> = 0x0000000000000001 (1)
00:00:01.626117 [/Devices/usb-xhci/0/Config/] (level 4)
[/quote]
[quote=""
arch_linux-2019-04-26-15-33-54.log""]
00:00:01.570227 EnablePAE <integer> = 0x0000000000000000 (0)
00:00:01.570417 [/Devices/usb-ehci/0/Config/] (level 4)
[/quote]Keep in mind for example that there are special kernels that are compiled with or without the PAE option. Changing them
after the OS is installed is not suggested. Same for the downgrade of the USB controller...
00:00:01.533767 File system of '/Volumes/SSD_DRIVE/VirtualBox VMs/arch_linux/Snapshots' (snapshots) is unknown
00:00:01.533779 File system of '/Volumes/SSD_DRIVE/SSD_LINUX.vdi' is hfs
The VDI is still separated from the VM and not in what would be their default state, but it doesn't affect your VM's response, we'll deal with it later...
00:00:01.570232 RamSize <integer> = 0x000000045e800000 (18 765 316 096, 17 896 MB, 17.4 GB)
Do you really need that much RAM for your guest? What are you doing? I think I know, based on an entry in the previous log, but I'd like you to confirm it:
00:00:01.625423 Per-VM extradata API settings:
00:00:01.625446 VBoxInternal2/SharedFoldersEnableSymlinksCreate/Genomic_drive="1"
00:00:01.625579 VBoxInternal2/SharedFoldersEnableSymlinksCreate/sf_Genomic_drive="1"
00:00:01.772871 Host path '/Users/david/Google Drive', map name 'Genomics_Drive', writable, automount=true, automntpnt=, create_symlinks=false, missing=false
Careful with that one, you have at least two extra processes that have read/write access to it. Three (3) if you include the Finder...
00:00:24.812540 VMMDev: SetVideoModeHint: Got a video mode hint (2560x1440x32)@(0x0),(1;0) at 0
This seems to be your problem, too many pixels to deal with.
Go to the VirtualBox Preferences » Display » Scale Factor: set that to 200% for all monitors that have a HiDPI. And then choose a smaller resolution for your Arch VM. I use 1280x1024x32 on most of my guests...
<Off-topic>
00:00:01.752865 NAT: DNS#0: 9.9.9.9
After Google's 8.8.8.8 and Cloudflare's
1.1.1.1, we're having "
Quad9" with 9.9.9.9? What's next, every N.N.N.N is going to be a DNS server?
