Re: change screen resolution in wince
- From: "Luc Cool" <luc__cool@xxxxxxxxxxx>
- Date: Fri, 05 Jan 2007 17:55:31 GMT
Hi,
use the vesatest.exe program to see if your video adapter is vesa 2.0
compatible and which resolutions are supported.
I start with "loadcepc /L:800x600x16:800x600 nk.bin"
The lowest resolution 320 x 240 is the only one that can use the normal 64Kb
video window in lower memory. This works with almost any video adapter. If
the requested video mode you add to loadcepc is not supported, then the
settings will default to that resolution.
I don't think your HP desktop has a MQ200 video chip. If you use the flat
vga driver for a CEPC platform, the video settings are passed by the
bootloader to the OS. Also notice that you need twice the video memory that
you might expect to need for a chosen resolution.
800 x 600 x 16 : you might expect 800 x 600 x 2 = 960000 bytes.
One line in video memory will be 1024 pixels long instead of 800
1024 x 600 x 16 :you might expect to need 1024 x 600 x 16 =1228800 bytes
For windows CE, you will need 4MB of video memory for this to work.
regards,
Luc
"vicky" <vicky_dceian@xxxxxxxxx> wrote in message
news:1168006173.601395.308670@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I made an OS image for CEPC and than load it on my Kayak HP desktop....
it works fine but screen resolution is too small...i mean every thing
is appearing too large...
than i tried that "loadcepc\L"..... command during boot time
also i changed in my platform.reg
[HKEY_LOCAL_MACHINE\Drivers\Display\MQ200]
;;800x600x16
"CxScreen"=dword:320
"CyScreen"=dword:258
"BPP"=dword:10
"Freq"=dword:3C
but nothing works.......please suggest me i am on wrong track or missed
something
i am not able to change screen resolution..
my display driver i guess....Matrox graphics millennium G200AGP
Thanks
vishal
.
- Follow-Ups:
- Re: change screen resolution in wince
- From: vicky
- Re: change screen resolution in wince
- References:
- change screen resolution in wince
- From: vicky
- change screen resolution in wince
- Prev by Date: Re: Intel 82559 network adapter / Windows CE 5.0 - Can see but can't be seen
- Next by Date: Any details as to what happens after NDISMIndicateReceivePacket is invoked
- Previous by thread: change screen resolution in wince
- Next by thread: Re: change screen resolution in wince
- Index(es):
Relevant Pages
|