Jump to content

Screen Saver Initialization: Difference between revisions

From LinuxMCE
Jerry finn (talk | contribs)
No edit summary
Jerry finn (talk | contribs)
No edit summary
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>LinuxMCE Screen Saver has inside a setup class that gives different parameters for it and is named GallerySetup.  
LinuxMCE Screen Saver has inside a setup class that gives different parameters for it and is named GallerySetup.  
The parameters refer to Width and Height of the screen, Fading times between two images, and a \n string list that separates the files that will need to be "animated".
The parameters refer to Width and Height of the screen, Fading times between two images, and a \n string list that separates the files that will need to be "animated".



Revision as of 15:51, 16 March 2007

LinuxMCE Screen Saver has inside a setup class that gives different parameters for it and is named GallerySetup. The parameters refer to Width and Height of the screen, Fading times between two images, and a \n string list that separates the files that will need to be "animated".

On any ON command, PSS will setup and will animate frames until will get an OFF command.

The ON command reads: - Width of parent device (parent Orbiter) - Height of parent device (parent Orbiter) - ZoomTime millisecond time to animate one picture (it is get from the web-admin page) - Fade time - time in milliseconds that pass between the two images switch.