display resolution

  • Thread starter Thread starter ms
  • Start date Start date
M

ms

hi all,

how can i force a display resolution of 1024 by 768. fba reports unknown
settings. setting the res. manually works.

thanks,

michael
 
If setting it manually works then your display adapter supports this
resolution. Are you saying that setting this resolution in your display
adapter component in Target Designer didn't work?

KS

This posting is provided "AS IS" with no warranties and confers no rights.
 
KS said:
If setting it manually works then your display adapter supports this
resolution. Are you saying that setting this resolution in your display
adapter component in Target Designer didn't work?

KS

This posting is provided "AS IS" with no warranties and confers no rights.

yes...

setting the resolution in target designer doesn't work. fba logs

[FBAChangeDisplaySettings] Settings: [1024, 768, 32, 60]
[FBAChangeDisplaySettings] Settings not found
 
Looks like an issue with FBA not finding a video mode for the display
adapter that matches user selection in Target Designer. Try setting the
"Screen refresh Rate" to 0 or 1 (which indicates using the adapter's
default refresh rate) and see if this has any effect. Since the value 0 or
1 is not available in the dropdown box in the display adapter component
DHTML, set it through the cmiScreenRefresh advanced property of the display
adapter component. If this still doesn't work, then changing it on the
runtime seems the only way, either through the UI or you can write a little
utility to do so using the ChangeDisplaySettings API.

KS

This posting is provided "AS IS" with no warranties and confers no rights.


This posting is provided "AS IS" with no warranties and confers no rights.
 
Back
Top