Windows 2000 Screen resolution

Discussions about using Windows guests in VirtualBox.
Post Reply
Pyrarrows
Posts: 6
Joined: 7. May 2009, 20:01
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: ReactOS, Windows 2000, Ubuntu9.04

Windows 2000 Screen resolution

Post by Pyrarrows »

Could anyone tell me if it would be possible to have Windows 2000 show at 1366x768? it's currently maxing out at 1360x768, which makes seamless mode look very odd. (Missing one window border, other side shows a small portion of the default blue desktop background). In normal Full-screen mode, there are 3 pixel wide black areas on each side of the screen, which is not nearly as noticeable as seamless mode.

I have raised the video memory, and the RAM, neither change changed anything.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Windows 2000 Screen resolution

Post by Perryg »

I have seen this a couple of times here and if memory serves me they had to change a setting in their Compiz section of the host. Other fixes have been upgrading the VBox to a newer release. Ver 2.2.4 is out now. You can search the entire forum from Google using: YOUR KEYWORDS site:forums.virtualbox.org
Gamesoul Master
Posts: 6
Joined: 25. May 2009, 06:28
Primary OS: MS Windows XP
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Various Windows beta OS's

Re: Windows 2000 Screen resolution

Post by Gamesoul Master »

A 15 second search turned up this post which is exactly what you need:
baf wrote:In the guest try:
start a command prompt
cd "program files\sun\virtualbox guest additions"
then use vboxcontrol excerpt from help.

VBoxControl.exe listcustommodes
VBoxControl.exe addcustommode <width> <height> <bpp>
VBoxControl.exe removecustommode <width> <height> <bpp>
VBoxControl.exe setvideomode <width> <height> <bpp> <screen>
You want to use that second line to add the resolution(s) you want to the list of available resolutions. In case you don't know, "<bpp>" is the color depth. So your line would look like "C:\Program Files\Sun\Virtualbox Guest Additions\VBoxControl addcustommode 1366 768 32". Or 1366 768 16 if you really want to use 16-bit color depth (almost unheard of these days, but that may not be as much the case with this being a VM).
chungy
Volunteer
Posts: 132
Joined: 26. Jan 2008, 10:27

Re: Windows 2000 Screen resolution

Post by chungy »

On Debian, he'll just need to simply type "VBoxManage" (not VBoxControl), no changing the directory needed.
Pyrarrows
Posts: 6
Joined: 7. May 2009, 20:01
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: ReactOS, Windows 2000, Ubuntu9.04

Re: Windows 2000 Screen resolution

Post by Pyrarrows »

Thanks Gamesoul Master. Although it didn't work, I entered

Code: Select all

VBoxControl.exe setvideomode 1366 768 32
, but then it said 'Changing to 1360x768x32' which is what it has been maxing out at on my machine. I did a search on the VirtualBox screen resolution and found this: http://www.virtualbox.org/ticket/2047

basically Virtualbox doesn't work with screens that are the same size as mine due to a bug, according to that....

Can this bug be fixed? :| it is keeping me from running the VM in both Ubuntu Linux and Windows Vista.

At least OpenGL is working, I ran Doom 3 in a VM...
Post Reply