Page 1 of 1
KDE User interface subtle slowdown.
Posted: 7. Mar 2013, 09:05
by Z
I am running Windows 7 Home Premium 64 bit as my main operating system,
and am virtualising Mandriva Linux 2011 64 bit successfully.
I have installed the extra plugin for virtualbox.
When I am running java programs inside the java virtual machine, I notice
that there is a slight slow down to Konsole, particularly when just doing larger amounts default output
using System.out.println();.
How can I change this so that indefinite output happens instantaneously, with no slowdown,
particularly when printing from a while or for loop? Is there anything that can be done to help this?
(I have already entirely disabled scrollback).
Re: KDE User interface subtle slowdown.
Posted: 7. Mar 2013, 15:32
by Perryg
Post the guests log file (as an attachment)
See
Online Users Manual for the location of the file.
Re: KDE User interface subtle slowdown.
Posted: 8. Mar 2013, 04:37
by Z
I have read through the linked document, and can't find what is being talked about.
What is the name of this guest log file, and where will it be located?
Re: KDE User interface subtle slowdown.
Posted: 8. Mar 2013, 05:16
by Perryg
C:\VirtualBox-VMs\<guest_name>\Logs ? There will be several listed as VBox.log through 1,2,3 I only need the VBox,log
Re: KDE User interface subtle slowdown.
Posted: 8. Mar 2013, 05:21
by Z
C:\Program Files\Oracle\VirtualBox\64 bit Mandriva Linux 2011\Logs\VBox.txt
There are some other log files there. Is the default text file log the desired one?
Re: KDE User interface subtle slowdown.
Posted: 8. Mar 2013, 06:01
by Perryg
Zip them all and send them as an attachment. I will look at the tomorrow.
Re: KDE User interface subtle slowdown.
Posted: 8. Mar 2013, 06:06
by Z
Here are those log files. Can my Linux command line be sped up, more cleanly?
- logs.zip
- My log files here.
- (83.59 KiB) Downloaded 8 times
Re: KDE User interface subtle slowdown.
Posted: 8. Mar 2013, 15:18
by Perryg
Ext Pack out of sync with the main program
Code: Select all
VirtualBox VM 4.2.6 r82870 win.amd64 (Dec 19 2012 14:42:41) release log
00:00:01.787310 Oracle VM VirtualBox Extension Pack (Version: 4.2.2 r81494; VRDE Module: VBoxVRDP)
Assigned memory is more than 50% of available memory (leads to overcommit)
Code: Select all
00:00:01.781494 Host RAM: 4067MB total, 3407MB available
00:00:02.247572 RamSize <integer> = 0x000000007d000000 (2 097 152 000, 2 000 MB)
CPU over commited. You only have two cores and 4 threads set to one processor
Code: Select all
00:00:02.247568 NumCPUs <integer> = 0x0000000000000004 (4)
http://ark.intel.com/products/53426/Int ... e-3_30-GHz
Set RAM to 32MB more is a waste
Code: Select all
00:00:02.248011 VRamSize <integer> = 0x0000000008000000 (134 217 728, 128 MB)
VHD is not native to VBox and does have some issues. I would convert it to VDI if it were mine
Code: Select all
00:00:02.374473 AIOMgr: Endpoint for file 'C:\Program Files\Oracle\VirtualBox\64 bit Mandriva Linux 2011\64 bit Mandriva Linux 2011.vhd
Guest additions out of sync with the main program & is the OSE version which is a mismatch, Remove them and install the ones that came with your install
Code: Select all
00:00:17.563032 Guest Additions information report: Version 4.0.8 r71778 '4.0.8_OSE'
Re: KDE User interface subtle slowdown.
Posted: 10. Mar 2013, 06:24
by Z
I have done everything but a vhd to vdi convert.
I have converted my vhd to a vdi file, but my VirtualBox 4.2.6 doesn't seem
to understand or import vdi files. Is there a way to make them work in VirtualBox 4.2.6?
Do latest logs reveal any other ideas?
Re: KDE User interface subtle slowdown.
Posted: 10. Mar 2013, 15:31
by Perryg
You need to fix the shared folder issue.
Code: Select all
Host path 'C:\Users\Zac\Desktop\Network Folder', map name 'Network_Folder', writable, automount=true, create_symlinks=false, missing=true
00:00:01.541996 ERROR [COM]: aRC=E_INVALIDARG (0x80070057) aIID={db7ab4ca-2a3f-4183-9243-c1208da92392} aComponent={Console} aText={Shared folder path 'C:\Users\Zac\Desktop\Network Folder' does not exist on the host}, preserve=false
00:00:01.542135 Console: VM runtime error: fatal=false, errorID=BrokenSharedFolder message="The shared folder 'Network_Folder' could not be set up: Shared folder path 'C:\Users\Zac\Desktop\Network Folder' does not exist on the host.
00:00:01.542137 The shared folder setup will not be complete. It is recommended to power down the virtual machine and fix the shared folder settings while the machine is not running"
You still need to update the guest additions. Your build is 4.2.6 and your GAs are 4.0.8
00:00:12.061034 Guest Additions information report: Version 4.0.8 r71778 '4.0.8_OSE'
You need to set the D'n'D to host to guest not bidirectional.
Code: Select all
00:00:00.723774 Drag'n'drop mode: Bidirectional
KDE User interface subtle slowdown.
Posted: 11. Mar 2013, 07:22
by Z
Do my "Guest Additions" need to be altered now?
Where do I go to remove Guest Additions anyway, if needed?