라벨이 resolution인 게시물 표시

OS/2 tricks: How to enable widescreen resolutions in VirtualBox

When using OS/2 as a guest in VirtuaBox, wide screen resolutions are not enabled by default. However, it's not impossible to use it. If you're using SNAP graphics driver, then do these. Add wide screen resolutions to OS/2 guest settings in VirtualBox Enable [Wide Resolutions] feature of SNAP Reboot Select the wide resolution Reboot Now, see respectively. Add Wide Screen Reolustion to OS/2 guest settings in VirtualBox CD into your VirtualBox directory VBoxManage setextradata "Your OS/2 guest machine name" CustomVideoMode1 widthxheightxbpp In my case, I'm using 'Warp4' as a guest machine name. And I'm using 1280x800x32 wide resolutions. So I did like this. VBoxManage setextradata Warp4 CustomVideoMode1 1280x800x32 I recommend to use 32 bpp instead of 24 bpp. If you are using 24 bpp, then some programs suffer from color corruptions. Enable [Wide Resolutions] feature of SNAP Open your [Screen] object in [Local System] folder ...