KDE User interface subtle slowdown.
KDE User interface subtle slowdown.
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).
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).
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: KDE User interface subtle slowdown.
Post the guests log file (as an attachment)
See Online Users Manual for the location of the file.
See Online Users Manual for the location of the file.
Re: KDE User interface subtle slowdown.
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?
What is the name of this guest log file, and where will it be located?
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: KDE User interface subtle slowdown.
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.
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?
There are some other log files there. Is the default text file log the desired one?
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: KDE User interface subtle slowdown.
Zip them all and send them as an attachment. I will look at the tomorrow.
Re: KDE User interface subtle slowdown.
Here are those log files. Can my Linux command line be sped up, more cleanly?
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: KDE User interface subtle slowdown.
Ext Pack out of sync with the main program
Assigned memory is more than 50% of available memory (leads to overcommit)
CPU over commited. You only have two cores and 4 threads set to one processor
http://ark.intel.com/products/53426/Int ... e-3_30-GHz
Set RAM to 32MB more is a waste
VHD is not native to VBox and does have some issues. I would convert it to VDI if it were mine
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
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)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)Code: Select all
00:00:02.247568 NumCPUs <integer> = 0x0000000000000004 (4)
Set RAM to 32MB more is a waste
Code: Select all
00:00:02.248011 VRamSize <integer> = 0x0000000008000000 (134 217 728, 128 MB)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.vhdCode: 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.
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?
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?
- Attachments
-
- Logs.zip
- (84.35 KiB) Downloaded 6 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: KDE User interface subtle slowdown.
You need to fix the shared folder issue.
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
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"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: BidirectionalKDE User interface subtle slowdown.
Do my "Guest Additions" need to be altered now?
Where do I go to remove Guest Additions anyway, if needed?
Where do I go to remove Guest Additions anyway, if needed?