PC Review
Forums
Newsgroups
Windows XP
Windows XP Embedded
Resolution~~~~~
Forums
Newsgroups
Windows XP
Windows XP Embedded
Resolution~~~~~
![]() |
Resolution~~~~~ |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 > > > > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

