Screen Resolution ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to set the screen resolution in the configuration itself (not after deploying) ???

What component do i need to add to set it after booting ?

thanks in advance

vaddina prakash rao
 
Depending on a way that you use video adapter drivers, you can:

If going by MS doc then find your video adapter component (for instance ATI
driver component) open settings and set resolution.

If you plan to create universal support for more than one video adapter,
then you should find explanation in this NG how to do this by:

In short:
1. Remove all components for video adapters.
2. Create and add component that will copy all driver files to their
folders.
3. Add Device: Display component and use it for setting resolution.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Is there any way to set the screen resolution in the configuration itself (not after deploying) ???

Each display adapter component (hardware : devices : display adapters)
contains the settings.
I suppose you have one of those in your configuration ;)

If you included more than one display adapter (FBA will try to pick
the right driver at first boot), adjust each of them.

What component do i need to add to set it after booting ??

Software : System : User Interface : Shells : Windows Shell : Display
Control Panel

It won't work through 'command line control panel support' and refuses
to open from explorer even if everything a dependency check added is
included, unless you add the full windows (explorer) shell too.
Maybe it can work with less, but I don't know what dependency(ies) is
(are) missing.
 
Back
Top