Virtual machine running painfully slow12.04 running slow on my machineUbuntu running slow on my good machine!virtual Box on Mac running slowWindow chrome disappears and reappears causing jumpy windowsBrowsing is painfully slowUbuntu 15.04 VM too laggyUbuntu virtual machine very slow boot timeVirtual machine works slowUbuntu becomes extremely slow after running Machine Learning training programUbuntu running very slowly on VirtualBox VM
Has any country ever had 2 former presidents in jail simultaneously?
Why do Radio Buttons not fill the entire outer circle?
What is Cash Advance APR?
Why do ¬, ∀ and ∃ have the same precedence?
Does the Linux kernel need a file system to run?
How to explain what's wrong with this application of the chain rule?
Why does this expression simplify as such?
What is the highest possible scrabble score for placing a single tile
Why is the Sun approximated as a black body at ~ 5800 K?
Biological Blimps: Propulsion
Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?
Why is it that I can sometimes guess the next note?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
Multiplicative persistence
15% tax on $7.5k earnings. Is that right?
Make a Bowl of Alphabet Soup
Is it allowed to activate the ability of multiple planeswalkers in a single turn?
When were female captains banned from Starfleet?
Did the UK lift the requirement for registering SIM cards?
Shouldn’t conservatives embrace universal basic income?
Is this toilet slogan correct usage of the English language?
Is there a way to have vectors outlined in a Vector Plot?
What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?
Were Persian-Median kings illiterate?
Virtual machine running painfully slow
12.04 running slow on my machineUbuntu running slow on my good machine!virtual Box on Mac running slowWindow chrome disappears and reappears causing jumpy windowsBrowsing is painfully slowUbuntu 15.04 VM too laggyUbuntu virtual machine very slow boot timeVirtual machine works slowUbuntu becomes extremely slow after running Machine Learning training programUbuntu running very slowly on VirtualBox VM
I am running Ubuntu 14.04, and I've installed windows 8 on virtualbox. The problem is that it is too slow - even minimizing a windows takes 2-3 seconds.
The reason I think this is a problem is because I have a fairly strong machine here: my cpu is i5-3470, and I have 8 Gigabytes of DDR3 running on intel SSD with SATA3. Checking the hardware monitor while running the VM shows that I only use 4 Gigabytes and CPU usage is around 5% idle.
Here's what I think: I have an on board graphics card that can't run all of windows' eye candy fast enough. Also, in virtualbox preferences I can't check 2d/3d acceleration, as I get a message about invalid configurations.
Am I right? And if not, any suggestions?
Thanks!
virtualbox performance window
add a comment |
I am running Ubuntu 14.04, and I've installed windows 8 on virtualbox. The problem is that it is too slow - even minimizing a windows takes 2-3 seconds.
The reason I think this is a problem is because I have a fairly strong machine here: my cpu is i5-3470, and I have 8 Gigabytes of DDR3 running on intel SSD with SATA3. Checking the hardware monitor while running the VM shows that I only use 4 Gigabytes and CPU usage is around 5% idle.
Here's what I think: I have an on board graphics card that can't run all of windows' eye candy fast enough. Also, in virtualbox preferences I can't check 2d/3d acceleration, as I get a message about invalid configurations.
Am I right? And if not, any suggestions?
Thanks!
virtualbox performance window
I'm guessing you mean the built-in HD 2500 graphics on your CPU? Can you be more specific about the error about the 2D/3D acceleration?
– Nattgew
Apr 29 '14 at 15:54
add a comment |
I am running Ubuntu 14.04, and I've installed windows 8 on virtualbox. The problem is that it is too slow - even minimizing a windows takes 2-3 seconds.
The reason I think this is a problem is because I have a fairly strong machine here: my cpu is i5-3470, and I have 8 Gigabytes of DDR3 running on intel SSD with SATA3. Checking the hardware monitor while running the VM shows that I only use 4 Gigabytes and CPU usage is around 5% idle.
Here's what I think: I have an on board graphics card that can't run all of windows' eye candy fast enough. Also, in virtualbox preferences I can't check 2d/3d acceleration, as I get a message about invalid configurations.
Am I right? And if not, any suggestions?
Thanks!
virtualbox performance window
I am running Ubuntu 14.04, and I've installed windows 8 on virtualbox. The problem is that it is too slow - even minimizing a windows takes 2-3 seconds.
The reason I think this is a problem is because I have a fairly strong machine here: my cpu is i5-3470, and I have 8 Gigabytes of DDR3 running on intel SSD with SATA3. Checking the hardware monitor while running the VM shows that I only use 4 Gigabytes and CPU usage is around 5% idle.
Here's what I think: I have an on board graphics card that can't run all of windows' eye candy fast enough. Also, in virtualbox preferences I can't check 2d/3d acceleration, as I get a message about invalid configurations.
Am I right? And if not, any suggestions?
Thanks!
virtualbox performance window
virtualbox performance window
asked Apr 29 '14 at 9:08
YotamYotam
5091613
5091613
I'm guessing you mean the built-in HD 2500 graphics on your CPU? Can you be more specific about the error about the 2D/3D acceleration?
– Nattgew
Apr 29 '14 at 15:54
add a comment |
I'm guessing you mean the built-in HD 2500 graphics on your CPU? Can you be more specific about the error about the 2D/3D acceleration?
– Nattgew
Apr 29 '14 at 15:54
I'm guessing you mean the built-in HD 2500 graphics on your CPU? Can you be more specific about the error about the 2D/3D acceleration?
– Nattgew
Apr 29 '14 at 15:54
I'm guessing you mean the built-in HD 2500 graphics on your CPU? Can you be more specific about the error about the 2D/3D acceleration?
– Nattgew
Apr 29 '14 at 15:54
add a comment |
2 Answers
2
active
oldest
votes
Your CPU integrated card should be enough to run Windows 8 eyecandy.
The fact that you can't check 2d/3d acceleration makes me wonder if you have too little memory allocated to the virtual video card.
Try to increase it in the Display section at the virtual machine preferences menu. Make it at least 256 Mb if possible.
add a comment |
VirtualBox acceleration requires both the host and guest to have the correct functionality installed. In addition, 2D acceleration is only available if you specify the Guest OS to be Windows. This means you'll need Host DKMS in Linux, and Guest Additions in Windows. For other functionality, you may want to add yourself to the vboxusers
group, and restart your machine.
To install DKMS, install virtualbox-dkms
and then reboot the machine:
sudo apt install virtualbox-dkms
To install Guest Additions, you need the image, and to provide that image to the Guest on a ROM drive. To get the image, visit VirtualBox Website, or use apt
:
sudo apt install virtualbox-guest-additions-iso
The specifics are available on the Ubuntu Wiki.
Once these are available, and you've selected Windows as the guest OS, you'll be able to select 2D or 3D acceleration. If you chose one, or both, and see a warning, hover your mouse over the warning to read what's causing the error.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f457557%2fvirtual-machine-running-painfully-slow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your CPU integrated card should be enough to run Windows 8 eyecandy.
The fact that you can't check 2d/3d acceleration makes me wonder if you have too little memory allocated to the virtual video card.
Try to increase it in the Display section at the virtual machine preferences menu. Make it at least 256 Mb if possible.
add a comment |
Your CPU integrated card should be enough to run Windows 8 eyecandy.
The fact that you can't check 2d/3d acceleration makes me wonder if you have too little memory allocated to the virtual video card.
Try to increase it in the Display section at the virtual machine preferences menu. Make it at least 256 Mb if possible.
add a comment |
Your CPU integrated card should be enough to run Windows 8 eyecandy.
The fact that you can't check 2d/3d acceleration makes me wonder if you have too little memory allocated to the virtual video card.
Try to increase it in the Display section at the virtual machine preferences menu. Make it at least 256 Mb if possible.
Your CPU integrated card should be enough to run Windows 8 eyecandy.
The fact that you can't check 2d/3d acceleration makes me wonder if you have too little memory allocated to the virtual video card.
Try to increase it in the Display section at the virtual machine preferences menu. Make it at least 256 Mb if possible.
answered Apr 30 '14 at 6:42
Javier RiveraJavier Rivera
30.1k978101
30.1k978101
add a comment |
add a comment |
VirtualBox acceleration requires both the host and guest to have the correct functionality installed. In addition, 2D acceleration is only available if you specify the Guest OS to be Windows. This means you'll need Host DKMS in Linux, and Guest Additions in Windows. For other functionality, you may want to add yourself to the vboxusers
group, and restart your machine.
To install DKMS, install virtualbox-dkms
and then reboot the machine:
sudo apt install virtualbox-dkms
To install Guest Additions, you need the image, and to provide that image to the Guest on a ROM drive. To get the image, visit VirtualBox Website, or use apt
:
sudo apt install virtualbox-guest-additions-iso
The specifics are available on the Ubuntu Wiki.
Once these are available, and you've selected Windows as the guest OS, you'll be able to select 2D or 3D acceleration. If you chose one, or both, and see a warning, hover your mouse over the warning to read what's causing the error.
add a comment |
VirtualBox acceleration requires both the host and guest to have the correct functionality installed. In addition, 2D acceleration is only available if you specify the Guest OS to be Windows. This means you'll need Host DKMS in Linux, and Guest Additions in Windows. For other functionality, you may want to add yourself to the vboxusers
group, and restart your machine.
To install DKMS, install virtualbox-dkms
and then reboot the machine:
sudo apt install virtualbox-dkms
To install Guest Additions, you need the image, and to provide that image to the Guest on a ROM drive. To get the image, visit VirtualBox Website, or use apt
:
sudo apt install virtualbox-guest-additions-iso
The specifics are available on the Ubuntu Wiki.
Once these are available, and you've selected Windows as the guest OS, you'll be able to select 2D or 3D acceleration. If you chose one, or both, and see a warning, hover your mouse over the warning to read what's causing the error.
add a comment |
VirtualBox acceleration requires both the host and guest to have the correct functionality installed. In addition, 2D acceleration is only available if you specify the Guest OS to be Windows. This means you'll need Host DKMS in Linux, and Guest Additions in Windows. For other functionality, you may want to add yourself to the vboxusers
group, and restart your machine.
To install DKMS, install virtualbox-dkms
and then reboot the machine:
sudo apt install virtualbox-dkms
To install Guest Additions, you need the image, and to provide that image to the Guest on a ROM drive. To get the image, visit VirtualBox Website, or use apt
:
sudo apt install virtualbox-guest-additions-iso
The specifics are available on the Ubuntu Wiki.
Once these are available, and you've selected Windows as the guest OS, you'll be able to select 2D or 3D acceleration. If you chose one, or both, and see a warning, hover your mouse over the warning to read what's causing the error.
VirtualBox acceleration requires both the host and guest to have the correct functionality installed. In addition, 2D acceleration is only available if you specify the Guest OS to be Windows. This means you'll need Host DKMS in Linux, and Guest Additions in Windows. For other functionality, you may want to add yourself to the vboxusers
group, and restart your machine.
To install DKMS, install virtualbox-dkms
and then reboot the machine:
sudo apt install virtualbox-dkms
To install Guest Additions, you need the image, and to provide that image to the Guest on a ROM drive. To get the image, visit VirtualBox Website, or use apt
:
sudo apt install virtualbox-guest-additions-iso
The specifics are available on the Ubuntu Wiki.
Once these are available, and you've selected Windows as the guest OS, you'll be able to select 2D or 3D acceleration. If you chose one, or both, and see a warning, hover your mouse over the warning to read what's causing the error.
answered 1 hour ago
earthmeLonearthmeLon
6,4331851
6,4331851
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f457557%2fvirtual-machine-running-painfully-slow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm guessing you mean the built-in HD 2500 graphics on your CPU? Can you be more specific about the error about the 2D/3D acceleration?
– Nattgew
Apr 29 '14 at 15:54