|
batev, VirtualBox present a FAKE video card to the guest OS, so your video card is irrelevant. It doesn't support much -- definitely not 3D acceleration (don't expect to run games on it). You'd definitely have to install the "Guest Additions" or whatever they're called (installing them involves loading a fake ISO [this is done automatically when you click the "Install Guest Additions" button from wherever it is] and running a script). I have heard of one person that got his VirtualBox installation of Slackware 12.0 in fullscreen, but he didn't provide any information. I don't have fullscreen resolution, but I admittedly haven't tried. You're going to have to edit /etc/X11/xorg.conf (AFTER installing the guest additions -- they present a more capable video card to the guest OS) and try and get it to support full resolution. You may wish to run `xorgconfig` (or `xorgsetup`, but I don't know how well that'll work in VirtualBox) to automatically generate a working xorg.conf -- but I'm not sure if you'll get it to support the full resolution or not. I don't know what driver to enable in VirtualBox to get better-than-VESA resolution since it's presenting a fake video card to the OS.
|