Opened 14 years ago
Closed 14 years ago
#7571 closed defect (fixed)
VB 3.2.10 guest additions has broken desktop settings => Fixed in SVN
Reported by: | louis | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox 3.2.10 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Mac OS X |
Description
installed Ubuntu 10.10 in VB 3.2.10. installed the guest additions. desktop effects no longer work correctly. for one thing if you try and drag a window, it keeps moving to the right.. installed 3.2.10 guest additions into a previous install of ubuntu 10.04 and Linux Mint 9. Both gave me a can't enable desktop effects until I re-installed 3.2.8 guest additions.
Change History (14)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
I would assume so since desktop effects has never worked with #D disabled.
comment:7 by , 14 years ago
I doubt that. I can reproduce this problem with a Windows host and a Lucid guest with 3D effects enabled. The vboxvideo module is properly compiled and loaded.
comment:8 by , 14 years ago
On Lucid is ok, because it has installed as default DKMS. Maverick does not have DKMS installed as default so DKMS will not build vboxvideo module. On Maverik DKMS must be installed before guest additions. So in my opinion, options for future guest addition releases are:
- Check for DKMS in install scripts
- Build vboxvideo module on install time, not using DKMS if DKMS not found. (or build it always?)
comment:9 by , 14 years ago
Again, this ticket has probably nothing to do with #7572. vboxvideo is compiled fine here but I still can reproduce that the guest window only moves to the right despite the direction of the mouse. The issue that vboxvideo is not compiled if DKMS is not installed was fixed some days ago in the SVN and the next maintenance release will contain the fix.
comment:10 by , 14 years ago
Maybe this issue is caused by window decorator crash ? loukingjr did not provide any logs so its hard to deduce ...
Also:
OpenGL Warning: Unsupported GLX Call: glXGetConfig with attrib 0x8010, ignoring.
was fixed in SVN ?
comment:12 by , 14 years ago
Found the cause. The fix will be in the next maintenance release. And it is not sufficient to update the additions.
comment:13 by , 14 years ago
Cc: | removed |
---|---|
Summary: | VB 3.2.10 guest additions has broken desktop settings → VB 3.2.10 guest additions has broken desktop settings => Fixed in SVN |
comment:14 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Does disabling 3D in the host settings make a difference here?