📄 smivgx.txt
字号:
ENVIONMENT setting:
SMI_HOST 1
SMI_DISABLE_AUTO_PWRMGR 1
SMI_VGXDMA 1
SMI_DISABLE_INT_MGR 1
SMI_MMEMU 1
SMI_CMDLIST 1
REGISTER: in common.reg
IF BSP_DISPLAY_SMIVGX
[HKEY_LOCAL_MACHINE\System\GDI\Drivers]
"Display"="ddi_vgx.dll"
[HKEY_LOCAL_MACHINE\Drivers\Display\SMIVGX]
; For Screen Size, Panel Size, and Bpp
"CxPanel" = dword:400
"CyPanel" = dword:300
"CxScreen" = dword:400
"CyScreen" = dword:300
"Bpp" = dword:20
"RefreshRate" = dword:4b
"DisplayType" = dword:3
"SaveRestore" = dword:0
"SaveSurface" = dword:0
"PowerMonitor" = dword:0
; For Host-based driver
"FB_BASE" = dword:20000000
"FG_BASE" = dword:23e00000
; For DMA API on STELLCOM Peacock, should be same as in config.bib file.
; VGXDMA 88c00000 00400000 RESERVED ; in config.bib
"SDRAM_BASE" = dword:8c000000
"VGXDMABUF_ADDR" = dword:8c05c000
"VGXDMABUF_SIZE" = dword:E0000
; For enabling Gamma correction function
"Gamma" = dword:0
; For SMI Special Modes and Panel Types
; "PanelType" = dword:{as specified below}
; For Hitachi Mono STN 320x240 panel - SP14Q003
; "PanelType" = dword:100
; For special timings of 800x600 TFT panel requested by Plexus
; "PanelType" = dword:200
; For special panel settings by modifying hardware register directly
; See definition below for detail explanation.
; "PanelSettings" = hex:0f,00,00,00,40,05,00,00,18,04,00,00,26,03,00,00,03,03,00,00 //1024X768X16X70hz
"PanelSettings" = hex:0f,00,00,00,20,03,00,00,90,02,00,00,20,0d,00,00,ea,01,00,00 //640X480X16X60HZ
; For Rotation Feature
"Angle" = dword:0
; For Multimon support
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\MONITORS]
"TOTAL MONITORS" = dword:1
; NOTE: Bpp option has to be the same across all monitors (WinCE limitation)
[HKEY_LOCAL_MACHINE\Drivers\Display\SMIVGX\MONITOR0]
"PanelSettings" = hex:0f,00,00,00,40,05,00,00,18,04,00,00,26,03,00,00,03,03,00,00
; GWES will pass this value to the LCD driver; the driver will open the
; key to which it points to read its configuration.
;[HKEY_LOCAL_MACHINE\System\GDI\DisplayCandidates]
; "Candidate10"="Drivers\\Display\\S3C2410\\SMIVGX"
ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -