PC Review Forums Newsgroups Windows XP Windows XP Embedded Resolution~~~~~

Reply

Resolution~~~~~

 
Thread Tools Rate Thread
Old 03-09-2004, 08:14 AM   #1
kiros
Guest
 
Posts: n/a
Default Resolution~~~~~


Hi all
Can i set the resolution mode that i want?
For example, my monintor can show the resolution as below

800x600/60Hz
800x600/75Hz
800x600/85Hz
1024x768/60Hz
1024x768/75Hz
1024x768/85Hz
1280x1024/60Hz
1280x1024/75Hz
1600x1200/60Hz

Now i just want the resolution to show on Display Porperties as below

800x600/75Hz
1024x768/75Hz
1280x1024/75Hz

Is there any way can do that, like registry key or..?

Thanks
Kiros
  Reply With Quote
Old 03-09-2004, 12:53 PM   #2
Slobodan Brcin \(eMVP\)
Guest
 
Posts: n/a
Default Re: Resolution~~~~~

Hi Kiros,

I don't know if there is an easy way to change this in registry.

You can search trough registry for 800x600 but you will see that entries are PnP created without fixed path.
The easiest way to try to change this would be to open from text editor inf file from your graphic adapter and to find section with
supported resolutions and to change it.

Best regards,
Slobodan

PS: Let us know it changing resolutions in inf file worked for you.

"kiros" <kiros@termtek.com.tw> wrote in message news:8a344158.0409022214.2b0cb0ba@posting.google.com...
> Hi all
> Can i set the resolution mode that i want?
> For example, my monintor can show the resolution as below
>
> 800x600/60Hz
> 800x600/75Hz
> 800x600/85Hz
> 1024x768/60Hz
> 1024x768/75Hz
> 1024x768/85Hz
> 1280x1024/60Hz
> 1280x1024/75Hz
> 1600x1200/60Hz
>
> Now i just want the resolution to show on Display Porperties as below
>
> 800x600/75Hz
> 1024x768/75Hz
> 1280x1024/75Hz
>
> Is there any way can do that, like registry key or..?
>
> Thanks
> Kiros



  Reply With Quote
Old 03-09-2004, 06:05 PM   #3
Slobodan Brcin \(eMVP\)
Guest
 
Posts: n/a
Default Re: Resolution~~~~~

Hi Harrier,

If I understood correctly he want to prevent runtime selection of certain resolutions, and not to set resolution from TD.

Best regards,
Slobodan

"harrier" <harrier@discussions.microsoft.com> wrote in message news:C7FB8B60-0E65-4955-9878-9C0C5EFE72DF@microsoft.com...
> There is an easy way to do this. Select settings on your video driver
> component. It should have options to set the color depth, resolution and
> refresh rate. cmiColorQuality, cmiScreenResolution and cmiScreenRefresh,
> respectively. I authored a custom component that inherited the video driver
> component (prototype) and set these three properties.
>
> -harrier
>
> "Slobodan Brcin (eMVP)" wrote:
>
> > Hi Kiros,
> >
> > I don't know if there is an easy way to change this in registry.
> >
> > You can search trough registry for 800x600 but you will see that entries are PnP created without fixed path.
> > The easiest way to try to change this would be to open from text editor inf file from your graphic adapter and to find section

with
> > supported resolutions and to change it.
> >
> > Best regards,
> > Slobodan
> >
> > PS: Let us know it changing resolutions in inf file worked for you.
> >
> > "kiros" <kiros@termtek.com.tw> wrote in message news:8a344158.0409022214.2b0cb0ba@posting.google.com...
> > > Hi all
> > > Can i set the resolution mode that i want?
> > > For example, my monintor can show the resolution as below
> > >
> > > 800x600/60Hz
> > > 800x600/75Hz
> > > 800x600/85Hz
> > > 1024x768/60Hz
> > > 1024x768/75Hz
> > > 1024x768/85Hz
> > > 1280x1024/60Hz
> > > 1280x1024/75Hz
> > > 1600x1200/60Hz
> > >
> > > Now i just want the resolution to show on Display Porperties as below
> > >
> > > 800x600/75Hz
> > > 1024x768/75Hz
> > > 1280x1024/75Hz
> > >
> > > Is there any way can do that, like registry key or..?
> > >
> > > Thanks
> > > Kiros

> >
> >
> >



  Reply With Quote
Old 03-09-2004, 10:54 PM   #4
KM
Guest
 
Posts: n/a
Default Re: Resolution~~~~~

kiros,

Look at the pre-FBA image registry under [HKEY_LOCAL_MACHINE\SYSTEM\FBA]. Check out all DisplayXXXX values in there (DisplayWidth,
DisplayHeight, DisplayBpp, DisplayRefresh). You can change them there manually.
FBA will make sure to pick up the settings and, probably, use ChangeDisplaySettingsEx API.

--
Regards,
KM, BSquare Corp.


> Hi all
> Can i set the resolution mode that i want?
> For example, my monintor can show the resolution as below
>
> 800x600/60Hz
> 800x600/75Hz
> 800x600/85Hz
> 1024x768/60Hz
> 1024x768/75Hz
> 1024x768/85Hz
> 1280x1024/60Hz
> 1280x1024/75Hz
> 1600x1200/60Hz
>
> Now i just want the resolution to show on Display Porperties as below
>
> 800x600/75Hz
> 1024x768/75Hz
> 1280x1024/75Hz
>
> Is there any way can do that, like registry key or..?
>
> Thanks
> Kiros



  Reply With Quote
Old 06-09-2004, 04:10 AM   #5
kiros
Guest
 
Posts: n/a
Default Re: Resolution~~~~~

Hi Slobodan

My display driver is "VIA Tech VT8361/VT8601".
And i try to change the resolution in "KPLEWXP.INF"(that is only inf file).
But i can't find any text about resolution settings to change it.

Thanks
Kiros


"Slobodan Brcin \(eMVP\)" <sbrcin@ptt.yu> wrote in message news:<#gXvIRakEHA.3944@tk2msftngp13.phx.gbl>...
> Hi Kiros,
>
> I don't know if there is an easy way to change this in registry.
>
> You can search trough registry for 800x600 but you will see that entries are PnP created without fixed path.
> The easiest way to try to change this would be to open from text editor inf file from your graphic adapter and to find section with
> supported resolutions and to change it.
>
> Best regards,
> Slobodan
>
> PS: Let us know it changing resolutions in inf file worked for you.
>
> "kiros" <kiros@termtek.com.tw> wrote in message news:8a344158.0409022214.2b0cb0ba@posting.google.com...
> > Hi all
> > Can i set the resolution mode that i want?
> > For example, my monintor can show the resolution as below
> >
> > 800x600/60Hz
> > 800x600/75Hz
> > 800x600/85Hz
> > 1024x768/60Hz
> > 1024x768/75Hz
> > 1024x768/85Hz
> > 1280x1024/60Hz
> > 1280x1024/75Hz
> > 1600x1200/60Hz
> >
> > Now i just want the resolution to show on Display Porperties as below
> >
> > 800x600/75Hz
> > 1024x768/75Hz
> > 1280x1024/75Hz
> >
> > Is there any way can do that, like registry key or..?
> >
> > Thanks
> > Kiros

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off