mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
Enable textddi for vgapnp.sys driver. Note that ReactOS vgapnp.sys driver doesn't support text modes yet!
This commit is contained in:
parent
f1440f15ea
commit
92613bd920
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
#add_subdirectory(framebuf)
|
#add_subdirectory(framebuf)
|
||||||
add_subdirectory(framebuf_new)
|
add_subdirectory(framebuf_new)
|
||||||
|
add_subdirectory(textddi)
|
||||||
add_subdirectory(vga)
|
add_subdirectory(vga)
|
||||||
|
|
|
@ -8,7 +8,7 @@ HKLM,"SYSTEM\CurrentControlSet\Services\vga","Type",0x00010001,0x00000001
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\vga","Tag",0x00010001,0x00000001
|
HKLM,"SYSTEM\CurrentControlSet\Services\vga","Tag",0x00010001,0x00000001
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Video","Service",0x00000000,"vga"
|
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Video","Service",0x00000000,"vga"
|
||||||
|
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Device0","InstalledDisplayDrivers",0x00010000,"framebuf"
|
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Device0","InstalledDisplayDrivers",0x00010000,"textddi"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Device0","DefaultSettings.VRefresh",0x00010001,1
|
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Device0","DefaultSettings.VRefresh",0x00010001,1
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Device0","DefaultSettings.BitsPerPel",0x00010001,32
|
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Device0","DefaultSettings.BitsPerPel",0x00010001,32
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Device0","DefaultSettings.XResolution",0x00010001,800
|
HKLM,"SYSTEM\CurrentControlSet\Services\vga\Device0","DefaultSettings.XResolution",0x00010001,800
|
||||||
|
|
Loading…
Reference in a new issue