| Anterior | Siguiente |
| STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY | STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET |
STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE
Qué significa STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE
Un VidPN source representa el origen de contenido que puede conectarse a targets. STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE apunta a enumeration/driver initialization, no a un modo concreto inválido.
En adapters virtuales o indirect display también hay que publicar sources antes de que Windows pueda construir una topology útil.
Qué comprobar
- Revise el source count reportado por el miniport.
- Compruebe inicialización del adapter antes de publicar capabilities.
- Correlacione con restart/power transitions.
- No intente corregirlo añadiendo un monitor target; falta el lado source.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.
