Difference between revisions of "Green Zone Kiosk"

From Earlham CS Department
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Summary =
 
= Summary =
This kiosk is located on the first floor of Dennis near the green zone. It's intended to display anything related to energy that HIP/Green Science creates.
+
This kiosk is located on the first floor of Dennis near the green zone. It's currently intended to display anything related to energy that HIP/Green Science creates.
  
 
= Products =
 
= Products =
Line 10: Line 10:
 
* wires enclosed
 
* wires enclosed
 
** very little slack available
 
** very little slack available
* original stand removed (pictured [http://i.walmartimages.com/i/p/00/88/65/41/75/0088654175601_AV2_500X500.jpg here])
+
* original stand removed [http://i.walmartimages.com/i/p/00/88/65/41/75/0088654175601_AV2_500X500.jpg picture]
* plate at bottom of monitor removed (pictured [http://i.walmartimages.com/i/p/00/88/65/41/75/0088654175601_AV2_500X500.jpg here])
+
* plate at bottom of monitor removed [http://i.walmartimages.com/i/p/00/88/65/41/75/0088654175601_AV2_500X500.jpg picture]
 +
 
 +
=== Improvements ===
 +
* An extension should be used to force page reloads. An example of that would be [https://addons.mozilla.org/en-US/firefox/addon/reloadevery/ Reload Every].
 +
* Firefox should be started from /etc/init.d rather rather than a script.
 +
* Basically, all use of sleep and xdotool should be replaced by other means.
  
 
=== PC ===
 
=== PC ===
Line 37: Line 42:
 
* [http://www.amazon.com/Acer-T272HL-bmidz-27-Inch-Display/dp/B00966IW6I Amazon]
 
* [http://www.amazon.com/Acer-T272HL-bmidz-27-Inch-Display/dp/B00966IW6I Amazon]
  
= Startup Script =
+
= Start Script =
  
<code>Code goes here.</code>
+
* located in the Desktop directory
 +
* refreshes the screen every 5 minutes
  
= On Display =
+
= Broken? =
* 2013, energy consumption of buildings [http://proto.cs.earlham.edu/~energy/production/eDisplay/ eDisplay]
+
# plug in a keyboard
 +
# alt+f4
 +
# restart the PC or execute the start script from the terminal

Latest revision as of 12:39, 11 August 2014

Summary

This kiosk is located on the first floor of Dennis near the green zone. It's currently intended to display anything related to energy that HIP/Green Science creates.

Products

Acer T272HL bmidz

Implementation

  • mounted upside down
  • wires enclosed
    • very little slack available
  • original stand removed picture
  • plate at bottom of monitor removed picture

Improvements

  • An extension should be used to force page reloads. An example of that would be Reload Every.
  • Firefox should be started from /etc/init.d rather rather than a script.
  • Basically, all use of sleep and xdotool should be replaced by other means.

PC

  • tucked away in the ceiling directly above the monitor
  • PC runs a script upon startup to invert touch/video and start Firefox
    • script is located on the desktop of the Kiosk user
  • Firefox uses the R-kiosk extension
    • run firefox in safe mode to get out of R-kiosk

Specifications

  • purchased in the Fall of 2013
  • 27-inch Touch Screen
  • 1920x1080 resolution
  • 100x100 Vesa compatible
  • DVI / HDMI / VGA ports
  • built-in speakers
  • USB-in cable carries touch data
  • USB-out hub with three ports on monitor's left side
  • 65 watt power consumption
  • VA/TFT panel with 5ms GTG and a 60hz refresh rate

Links

Start Script

  • located in the Desktop directory
  • refreshes the screen every 5 minutes

Broken?

  1. plug in a keyboard
  2. alt+f4
  3. restart the PC or execute the start script from the terminal