Set the resolution to 800x600x16 bit onbootcdregtest.
authorSylvain Petreolle <spetreolle@yahoo.fr>
Thu, 28 Sep 2017 14:43:09 +0000 (14:43 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Thu, 28 Sep 2017 14:43:09 +0000 (14:43 +0000)
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

svn path=/trunk/; revision=75982

reactos/boot/bootdata/bootcdregtest/unattend.inf

index 69fc20a..985a6ff 100644 (file)
@@ -48,3 +48,10 @@ LocaleID = 409
 ;\r
 [GuiRunOnce]\r
 %SystemRoot%\system32\cmd.exe /c "regtest.cmd"\r
 ;\r
 [GuiRunOnce]\r
 %SystemRoot%\system32\cmd.exe /c "regtest.cmd"\r
+\r
+[Display]\r
+BitsPerPel = 16\r
+XResolution = 800\r
+YResolution = 600\r
+VRefresh = 0\r
+\r