Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2016-08-10 10:57:32
Size: 598
Editor: aburgess
Comment:
Revision 7 as of 2018-09-18 16:57:40
Size: 1970
Editor: frekk
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Cerberus is the 3-screen display board currently located outside the clubroom by the door.
Line 3: Line 4:
Cerberus is was donated to the clubroom in 2015 from the UWA Business school. It sat around outside before it was installed with it's current setup but [BG3] and [TBB] Cerberus is was donated to the clubroom in 2015 from the UWA Business school. It sat around outside before it was installed with it's previous setup by [BG3] and [TBB].

Since a reinstall done by [FVP] February 2018 the machine now runs Linux using `nodm` (display manager) with `matchbox` (window manager) and Firefox to display a custom webpage for the content.
Line 7: Line 10:
 * Display UCC propaganda

= Managing Cerberus content =

'''Look in `/services/http/kiosk/` to find the HTML/JS/CSS source for Cerberus.'''

 * It is recommended to have a basic understanding of Javascript in order to modify the items displayed on Cerberus.
 * The file `script/config.js` contains all the relevant information for configuring Cerberus.

----

= "Low-level" configuration =
Line 9: Line 24:
 * Teamviewer
 * Chrome opened 3 times each on kiosk mode
 * Windows 7
 * X11 (using static custom configuration at `/etc/X11/xorg.conf.d/10-cerberus.conf`)
 * VNC (listens on `localhost:5900`)
 * NoDM (starts X session as user `cerberus` with custom session script at `/usr/local/bin/cerberus-session`)
 * matchbox-window-manager (minimal window manager, no custom configuration required)
 * Firefox (opened by `cerberus-session` and set fullscreen with `xdotool` to send F11 key): opens [[https://www.ucc.asn.au/kiosk/index.html|https://www.ucc.asn.au/kiosk/index.html]].
Line 14: Line 31:

== Future Plans for the Machine ==
Integrate with the dispense system.
 * 8GB DDR3 RAM (4x2GB)
 * AMD Radeon HD 5850 dedicated graphics
  * See above-mentioned Xorg config for details.
  * upper screen connected to DVI-1
  * middle screen connected to DVI-0
  * lower screen connected to DisplayPort-0
 * Bluetooth mouse/keyboard combo; placed on top of shelf to right of main door.
Line 20: Line 41:
UWA Buisness School for their donation UWA Buisness School for their donation.

Cerberus is the 3-screen display board currently located outside the clubroom by the door.

UCC Machine History

Cerberus is was donated to the clubroom in 2015 from the UWA Business school. It sat around outside before it was installed with it's previous setup by [BG3] and [TBB].

Since a reinstall done by [FVP] February 2018 the machine now runs Linux using nodm (display manager) with matchbox (window manager) and Firefox to display a custom webpage for the content.

Current Machine Tasks

  • Display events and coke prices
  • Display UCC propaganda

Managing Cerberus content

Look in /services/http/kiosk/ to find the HTML/JS/CSS source for Cerberus.

  • It is recommended to have a basic understanding of Javascript in order to modify the items displayed on Cerberus.
  • The file script/config.js contains all the relevant information for configuring Cerberus.


"Low-level" configuration

Current Software Configuration

  • X11 (using static custom configuration at /etc/X11/xorg.conf.d/10-cerberus.conf)

  • VNC (listens on localhost:5900)

  • NoDM (starts X session as user cerberus with custom session script at /usr/local/bin/cerberus-session)

  • matchbox-window-manager (minimal window manager, no custom configuration required)
  • Firefox (opened by cerberus-session and set fullscreen with xdotool to send F11 key): opens https://www.ucc.asn.au/kiosk/index.html.

Current hardware configuration

  • 8GB DDR3 RAM (4x2GB)
  • AMD Radeon HD 5850 dedicated graphics
    • See above-mentioned Xorg config for details.
    • upper screen connected to DVI-1
    • middle screen connected to DVI-0
    • lower screen connected to DisplayPort-0

  • Bluetooth mouse/keyboard combo; placed on top of shelf to right of main door.

Thanks to:

[BG3] and [TBB] for setting up Cerberus UWA Buisness School for their donation.