TV: Difference between revisions

From Leeds Hackspace Wiki
Jump to navigation Jump to search
(add manual link)
m (do not want to imply we watch broadcast television on the screen)
Line 1: Line 1:
A plasma TV is affixed to the wall.  It displays status information about the space.
A plasma screen is affixed to the wall.  It displays status information about the space.


== The TV ==
== The Screen ==


It's a Hitachi [https://sphere.chronosempire.org.uk/~HEx/32pd5000.pdf 42PD5000].  Native resolution is 1024x1024, but it does not accept digital input at this resolution, or any sane resolution.  The screen itself is 16:9, but all the advertised EDID modes are 4:3. The manual suggests that it should be capable of more, but these are specific to which inputs are used (DVI accepts different resolutions to VGA).
It's a Hitachi [https://sphere.chronosempire.org.uk/~HEx/32pd5000.pdf 42PD5000].  Native resolution is 1024x1024, but it does not accept digital input at this resolution, or any sane resolution.  The screen itself is 16:9, but all the advertised EDID modes are 4:3. The manual suggests that it should be capable of more, but these are specific to which inputs are used (DVI accepts different resolutions to VGA).
Line 9: Line 9:
== Sauron ==
== Sauron ==


Driving the TV is an Athlon 64 box named sauron (172.31.26.150).  It runs debian jessie.
Driving the screen is an Athlon 64 box named sauron (172.31.26.150).  It runs debian jessie.


User "kiosk" is logged in on boot, running Chromium in kiosk mode.
User "kiosk" is logged in on boot, running Chromium in kiosk mode.

Revision as of 19:12, 5 May 2015

A plasma screen is affixed to the wall. It displays status information about the space.

The Screen

It's a Hitachi 42PD5000. Native resolution is 1024x1024, but it does not accept digital input at this resolution, or any sane resolution. The screen itself is 16:9, but all the advertised EDID modes are 4:3. The manual suggests that it should be capable of more, but these are specific to which inputs are used (DVI accepts different resolutions to VGA).

After much experimentation, I (HEx) settled on 1024x768 over VGA, software scaled to 1366x768.

Sauron

Driving the screen is an Athlon 64 box named sauron (172.31.26.150). It runs debian jessie.

User "kiosk" is logged in on boot, running Chromium in kiosk mode.

Status page

The status page displays:

  • General status from the API (open or closed, who's here, current temperature).
  • Twitter feed
  • Mailing list feed
  • IRC
  • Camera feed

Currently it's fetched from https://sphere.chronosempire.org.uk/~HEx/kiosk/.

Code is on github.