|
原帖由 isa2004 于 2006-9-19 02:19 PM 发表
老九的最小的版本的分辨率是800*600
怎么才能改成1024*768的?
修改什么地方才能行?
我想在她在启动后就自动是1024*768的
谢谢
加载SETUPREG.HIV
; Screen Resoultion 1024x768 32bpp
0x4,"ControlSet001\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x020
0x4,"ControlSet001\Services\VgaSave\Device0","DefaultSettings.XResolution",0x400
0x4,"ControlSet001\Services\VgaSave\Device0","DefaultSettings.YResolution",0x300
; Screen Resolution 800x600 32bpp
0x4,"ControlSet001\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x020
0x4,"ControlSet001\Services\VgaSave\Device0","DefaultSettings.XResolution",0x320(800)
0x4,"ControlSet001\Services\VgaSave\Device0","DefaultSettings.YResolution",0x258(600)
[HKEY_LOCAL_MACHINE\加载名\ControlSet001\Services\VgaSave\Device0]
"InstalledDisplayDrivers"=hex(7):76,00,67,00,61,00,00,00,66,00,72,00,61,00,6d,\
00,65,00,62,00,75,00,66,00,00,00,76,00,67,00,61,00,32,00,35,00,36,00,00,00,\
76,00,67,00,61,00,36,00,34,00,6b,00,00,00,00,00
"VgaCompatible"=dword:00000001
"DefaultSettings.BitsPerPel"=dword:00000020
"DefaultSettings.XResolution"=dword:00000320
"DefaultSettings.YResolution"=dword:00000258 |
|