- Tales From the Land of Auck and Zea
- Contract Paused Due to Health Issues
- Bits and Pieces: The Small BCardLayout
- Lesson 22: A First (Bigger) Project
- API Design is Hard, Finding Bugs (Can be Made) Easy!
- The Haiku Tutorial is Here!
- From Bugs back to Wireless and Friends
- Greetings (mostly) from the Kernel (Debugging Land)
- 2011 Google Code-In Contest, Haiku Selected as One of Eighteen Participating Organzations
- Virtualize a Physical Haiku Partition With Virtualbox
VBox guest additions: 3/4 term report
New status report:
major feature dropped; bugs fixed;
did some screen research.
At the start of the third term, it was pointed out to me that Haiku does not actually support hardware 3D acceleration, and to add it would be a larger project than I have the time (or knowledge) for. Therefore, I've had to drop host-accelerated OpenGL from the planned features. I'm somewhat annoyed by this, but looking back it was probably a bit too ambitious anyway, and I'm not convinced I could have finished it in time.
As a result of this quite large decrease in scope, I decided to mentally revise the timeline and spend most of my coding time in the third quarter fixing some of the annoying bugs that had been following me around for a while:
- Icons can now be dragged around without having to disable MPI first.
- VBoxService no longer implodes on exit.
- vboxsf no longer refuses to load on hosts that are running VBox 3 (but symlinks will not work properly as VBox 3 didn't support them).
I've also added guest control support for executing programs - see $(VBoxManage help guestcontrol) for usage instructions. Note that you'll have to set a password on your Haiku user account to use this if you haven't already, as VBox's guest control requires authentication.
This leaves screen resizing, which will be my primary focus in these last few weeks, followed by a bit of cleanup and finally sending a patch off to the VBox people.
- scgtrp's blog
- Login or register to post comments







Comments
Re: VBox guest additions: 3/4 term report
Hey, don't forget about Tracker freeze when trying to browse vboxsf shares ;-)
Oh and having Quit menu in VBoxTray replicant would be nice too.
Re: VBox guest additions: 3/4 term report
Nice progress, as for the host-accelerated opengl, not surprised that it has to be scrapped as it sounded as something that deserved it's own GSOC project.