DisplayManager: Difference between revisions

From MIB-Helper.com Wiki
Jump to navigation Jump to search
Created page with "App responsible for setting up contexts, windows, display, etc. Example ./displaymanager -splashShow 1 -splash /eso/lib/splash.psse -2nd libdmfw.so -dbg 0 -dbgcl 1 -t"
 
No edit summary
Line 1: Line 1:
App responsible for setting up contexts, windows, display, etc.
App responsible for setting up contexts, windows, display, etc.  


Example
== Research: Parameters ==
Sadly there's no <code>use displaymanager</code> info that would show us how to fully use the potential of displaymanager. Luckily there's [[DisplayManager Debug Tool (dmdt)|DisplayManager Debug Tool]] with nice description.
 
But still I would like to know how the displaymanager works when controlled directly. Below info was found by accident in system references to the displaymanager binary.
 
* <code>-splashShow 1</code>
* <code>-splash </code>
* <code>-2nd</code>
* <code>-dbg</code>
* <code>-dbgcl</code>
 
== Examples ==
Used by the start script to show splashscreen animation:
  ./displaymanager -splashShow 1 -splash /eso/lib/splash.psse -2nd libdmfw.so -dbg 0 -dbgcl 1 -t
  ./displaymanager -splashShow 1 -splash /eso/lib/splash.psse -2nd libdmfw.so -dbg 0 -dbgcl 1 -t

Revision as of 09:27, 19 January 2025

App responsible for setting up contexts, windows, display, etc.

Research: Parameters

Sadly there's no use displaymanager info that would show us how to fully use the potential of displaymanager. Luckily there's DisplayManager Debug Tool with nice description.

But still I would like to know how the displaymanager works when controlled directly. Below info was found by accident in system references to the displaymanager binary.

  • -splashShow 1
  • -splash
  • -2nd
  • -dbg
  • -dbgcl

Examples

Used by the start script to show splashscreen animation:

./displaymanager -splashShow 1 -splash /eso/lib/splash.psse -2nd libdmfw.so -dbg 0 -dbgcl 1 -t