Author: spetreolle Date: Thu Sep 28 14:43:09 2017 New Revision: 75982
URL: http://svn.reactos.org/svn/reactos?rev=75982&view=rev Log: Set the resolution to 800x600x16 bit onbootcdregtest. This removes the fallback to 640x480x256 colors induced by the lack of 32bits in KVM's cirrus GPU. Fixes: dosbox 2.intro irfanview 2.OpenDocument smplayer 2.play_file
Modified: trunk/reactos/boot/bootdata/bootcdregtest/unattend.inf
Modified: trunk/reactos/boot/bootdata/bootcdregtest/unattend.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/bootcdregtest... ============================================================================== --- trunk/reactos/boot/bootdata/bootcdregtest/unattend.inf [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/bootcdregtest/unattend.inf [iso-8859-1] Thu Sep 28 14:43:09 2017 @@ -48,3 +48,10 @@ ; [GuiRunOnce] %SystemRoot%\system32\cmd.exe /c "regtest.cmd" + +[Display] +BitsPerPel = 16 +XResolution = 800 +YResolution = 600 +VRefresh = 0 +