mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
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 svn path=/trunk/; revision=75982
This commit is contained in:
parent
3ebd207ba1
commit
9704b70031
1 changed files with 7 additions and 0 deletions
|
@ -48,3 +48,10 @@ LocaleID = 409
|
|||
;
|
||||
[GuiRunOnce]
|
||||
%SystemRoot%\system32\cmd.exe /c "regtest.cmd"
|
||||
|
||||
[Display]
|
||||
BitsPerPel = 16
|
||||
XResolution = 800
|
||||
YResolution = 600
|
||||
VRefresh = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue