I'm very new in Windows CE .net and should configure a
CE .net with the Platform Builder to run on a small-PC.
This works well, but only in 640x480 Screen Resolution.
Is it possible to change the screen resolution to
1280x1024? I'm using an VIA Board (on Board Graphic) with
CE .NET 4.2 Drivers for that board.
I haven't found an option in the platform builder.
thank you very much!
Patric Joos
I am usign a via board as wel and the via drivers. Look in
the registry file of your diplay driver. There you can
change your screen resolution.
Hope it helped
Jaap
>.
>
Thats the only position where I can find a field
called: "CxScreen" and "CyScreen". So I changed this to:
;; 1280x1024x24
"CxScreen"=dword:500
"CyScreen"=dword:400
"BPP"=dword:18
"Freq"=dword:3C
I compiled, and installed the nk.bin Image, but the
device only shows 640x480 with 256 colors. :-(
I use the origional VIA Drivers for Win CE .NET 4.2 and
he supports that resolution.
Can you post your part of the commmon.reg with that
section?
Thank you very much!
Patric
I am using another driver form via i think. You can try
this:
[HKEY_LOCAL_MACHINE\Drivers\Display\Via]
"LoadBIOSVGASet": VGA registers initialized by VGA VESA
BIOS.
0: disable (default)
1: enable
NOTE: if this registry key is enabled, The registry
keys "CxScreen","CyScreen", "Bpp" are invalid. The display
mode is determined by the boot arguments specified in the
option /L: of "Loadcepc.exe".
ex. If 800x600x16bpp mode is intended, then run
loadcepc.exe with,"loadcepc /L:800x600x16 NK.BIN"
The display modes supported are described in the before-
mentioned paragraph "4. Feature descriptions".
When this registry key is enabled, all the VGA registers
are set by VGA BIOS, but not by the driver.
Hope it will help
>.
>
I think this device don't love me ;-)
I tried "loadcepc /L:1024x768x16 NK.BIN" but is has still
800x640.
And i tried
--schnipp---
IF BSP_DISPLAY_VIA
[HKEY_LOCAL_MACHINE\System\GDI\Drivers]
"Display"="ddi_via.dll"
"CxScreen"=dword:400
"CyScreen"=dword:300
"BPP"=dword:10
; "Freq"=dword:3C
ENDIF
--schnipp---
in the common.reg
thanks!
Patric
greetz
>.
>
I'm very confused... :-/
thanks!
Patric
[HKEY_LOCAL_MACHINE\Drivers\Display\VIA]
;; Mode Select ,if we doesn't assign modeno,the default
mode is 640x480x16 60Hz
;0: 640x480x16 60Hz
;1: 640x480x8 60Hz
;2: 640x480x32 60Hz
;3: 800x600x16 60Hz
;4: 800x600x8 60Hz
;5: 800x600x32 60Hz
;6: 1024x768x16 60Hz
;7: 1024x768x8 60Hz
;8: 1024x768x32 60Hz
;9: 1280x1024x8 60Hz
;A: 1280x1024x16 60Hz
;B: 1280x1024x32 60Hz
;C: 1600x1200x8 60Hz
;D: 1600x1200x16 60Hz
;E: 1600x1200x32 60Hz
;F: 1280x768x8 60Hz
;10: 1280x768x16 60Hz
;11: 1280x768x32 60Hz
;12: 1280x960x8 60Hz
;13: 1280x960x16 60Hz
;14: 1280x960x32 60Hz
;15: 640x400x8 85Hz
;16: 640x400x16 85Hz
;17: 640x400x32 85Hz
;18: 800x480x8 60Hz
;19: 800x480x16 60Hz
;1A: 800x480x32 60Hz
;1B: 848x480x8 60Hz
;1C: 848x480x16 60Hz
;1D: 848X480X32 60Hz
;1E: 720x480x8 60Hz
;1F: 720x480x16 60Hz
;20: 720x480x32 60Hz
;21: 720x576x8 60Hz
;22: 720x576x16 60Hz
;23: 720x576x32 60Hz
;24: 320x200x8 85Hz
;25: 320x200x16 85Hz
;26: 320x200x32 85Hz
;27: 320x240x8 85Hz
;28: 320x240x16 85Hz
;29: 320x240x32 85Hz
;2A: 400x300x8 85Hz
;2B: 400x300x16 85Hz
;2C: 400x300x32 85Hz
;2D: 512x384x8 85Hz
;2E: 512x384x16 85Hz
;2F: 512x384x32 85Hz
;30: 640x480x8 75Hz
;31: 640x480x16 75Hz
;32: 640x480x32 75Hz
;33: 800x600x8 75Hz
;34: 800x600x16 75Hz
;35: 800x600x32 75Hz
;36: 1024x768x8 75Hz
;37: 1024x768x16 75Hz
;38: 1024x768x32 75Hz
;39: 1280x1024x8 75Hz
;3A: 1280x1024x16 75Hz
;3B: 1280x1024x32 75Hz
;3C: 640x480x8 85Hz
;3D: 640x480x16 85Hz
;3E: 640x480x32 85Hz
;3F: 800x600x8 85Hz
;40: 800x600x16 85Hz
;41: 800x600x32 85Hz
;42: 1024x768x8 85Hz
;43: 1024x768x16 85Hz
;44: 1024x768x32 85Hz
;45: 1280x1024x8 85Hz
;46: 1280x1024x16 85Hz
;47: 1280x1024x32 85Hz
"DisplayModeNum"=dword:0