"Desktop effects could not be enabled" on Ubuntu 10.10 x64

Discussions about using Linux guests in VirtualBox.
weconsultants
Posts: 30
Joined: 2. Jan 2009, 20:55
Primary OS: MS Windows XP
VBox Version: OSE other
Guest OSses: kubuntu-64

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by weconsultants »

weconsultants wrote:
weconsultants wrote:EDIT: I am going to uninstall VirtualBox 3.2.10 and reinstall the VirtualBox 3.2.8 to see if I can change The Desktop Effects.
I installed VirtualBox 3.2.8 on my Ubuntu 10.10 and the only VA that worked was the Shared folders. The cursor was locked into the virtual Ubuntu console but I could <Ctrl> to exit. The Ubuntu console would not expand as the virtual window was expanded. So I guess I need to go back to VirtualBox 3.2.10. This is a strange problem.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by Perryg »

weconsultants wrote:
weconsultants wrote:
weconsultants wrote:EDIT: I am going to uninstall VirtualBox 3.2.10 and reinstall the VirtualBox 3.2.8 to see if I can change The Desktop Effects.
I installed VirtualBox 3.2.8 on my Ubuntu 10.10 and the only VA that worked was the Shared folders. The cursor was locked into the virtual Ubuntu console but I could <Ctrl> to exit. The Ubuntu console would not expand as the virtual window was expanded. So I guess I need to go back to VirtualBox 3.2.10. This is a strange problem.
I doubt that you would have gotten Ubuntu to work in 3.2.8 since they changed xorg to 1.9. You would need to install the test GAs that have been floating around here for a while. 3.2.9 IIRC. Conical is still working on the release (shoot I got a kernel update the very next day) and there are plenty of people having problems on metal. Just hang in there.
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: just about all that run

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by loukingjr »

Just so everyone knows, I have all 4 flavors of Ubuntu 10.10 running in VB 3.2.10 just as they should. All were fresh installs however.

and btw, it's the first time I've ever seen desktop effects in Kubuntu or any KDE based distro for that matter. I have screens of all four running if anyone cares. Just click my link.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
boomshankerx
Posts: 2
Joined: 16. Oct 2010, 17:40
Primary OS: MS Windows XP
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04/10.10

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by boomshankerx »

This is what I did to get it working on 10.04 and 10.10.
  • Install 3.2.10
    Install Ubuntu 10.04/10.10

    Code: Select all

    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install dkms build-essential
    reboot
    install guest editions
    reboot
    turn on Desktop effects
If you experience the weird mouse moving windows in the wrong direction install compiz manager and turn off "Snapping Windows" and it goes away.

Code: Select all

sudo apt-get install compizconfig-settings-manager
Last edited by boomshankerx on 19. Nov 2010, 07:50, edited 1 time in total.
fatso
Posts: 4
Joined: 26. Jan 2010, 17:44
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 9.10 32bit, Windows XP SP3 32 bit

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by fatso »

Installing build-essential and dkms made it work for me! Thanks, boomshankerx :D

Unfortunately it only works in windowed mode, not fullscreen. In fullscreen the picture is static. Nothing moves or can be moved. I reported that bug half a year ago and still no go ...
boomshankerx wrote:sudo apt-get install dkms build-essentials
BTW. That should say

Code: Select all

sudo apt-get install dkms build-essential
(no 's')
chudilo
Posts: 1
Joined: 26. Oct 2010, 18:13
Primary OS: MS Windows XP
VBox Version: OSE other
Guest OSses: Ubuntu 10.10

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by chudilo »

Installing build-essential and dkms worked for me as well.
Don't forget to reinstall VBox additions (as it rebuilds some packages) and reboot afterward.
Kingy
Posts: 13
Joined: 5. Sep 2010, 18:40
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Windows, Ubuntu, etc.

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by Kingy »

It's needed for Mint Linux 10 too (which is based off Ubuntu 10.10) however I noticed as the GAs are reinstalling, this appears... Doing non-kernel setup of the Guest Additions... has anyone else noticed this as well? Happens in both the x86 and x64 versions of Mint 10.
xuqake
Posts: 1
Joined: 5. Nov 2010, 13:20
Primary OS: MS Windows XP
VBox Version: OSE other
Guest OSses: Ubuntu

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by xuqake »

I can confirm installing dkms and build-essential make the trick for me.

Thanks a lot!
boomshankerx
Posts: 2
Joined: 16. Oct 2010, 17:40
Primary OS: MS Windows XP
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04/10.10

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by boomshankerx »

Thanks for the typo fix fatso!
weconsultants
Posts: 30
Joined: 2. Jan 2009, 20:55
Primary OS: MS Windows XP
VBox Version: OSE other
Guest OSses: kubuntu-64

Re: "Desktop effects could not be enabled" on Ubuntu 10.10 x64

Post by weconsultants »

xuqake wrote:I can confirm installing dkms and build-essential make the trick for me.
Same here...
Post Reply