Difference between revisions of "Fujitsu Siemens Stylistic 3500"
(Added categories) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Category: Hardware]] | [[Category: Hardware]] | ||
+ | {{versioninfo}} | ||
+ | {| align="right" | ||
+ | | __TOC__ | ||
+ | |} | ||
[[Category: Laptops]] | [[Category: Laptops]] | ||
[[Category: Media Directors]] | [[Category: Media Directors]] | ||
Line 6: | Line 10: | ||
== Running as an Orbiter == | == Running as an Orbiter == | ||
Works very nice with the Windows orbiter and an additional W-LAN card. | Works very nice with the Windows orbiter and an additional W-LAN card. | ||
− | |||
== Running as a (limited) Media Director == | == Running as a (limited) Media Director == | ||
To get it running as a Media Director, capable of playing audio, and controlling other Media Directors, a couple of things have to downloaded and configured after the initial Media Director boot. | To get it running as a Media Director, capable of playing audio, and controlling other Media Directors, a couple of things have to downloaded and configured after the initial Media Director boot. | ||
− | |||
=== Setup Touchscreen === | === Setup Touchscreen === | ||
The touchscreen is an FPIT compatible touchscreen. To get the driver, do an | The touchscreen is an FPIT compatible touchscreen. To get the driver, do an | ||
apt-get install xserver-xorg-input-fpit | apt-get install xserver-xorg-input-fpit | ||
− | |||
Also, we need to work with the serial port, so we need | Also, we need to work with the serial port, so we need | ||
apt-get install setserial | apt-get install setserial | ||
− | |||
After that, the xorg.conf needs to be configured manually. | After that, the xorg.conf needs to be configured manually. | ||
First, we add the new input device in xorg.conf | First, we add the new input device in xorg.conf | ||
− | |||
Section "InputDevice" | Section "InputDevice" | ||
Identifier "Touchscreen" | Identifier "Touchscreen" | ||
Line 33: | Line 32: | ||
Option "MinimumYPosition" "0" | Option "MinimumYPosition" "0" | ||
EndSection | EndSection | ||
− | |||
Next we add this input section to the ServerLayout section. | Next we add this input section to the ServerLayout section. | ||
− | |||
Section "ServerLayout" | Section "ServerLayout" | ||
Identifier "XFree86 Configured" | Identifier "XFree86 Configured" | ||
Line 43: | Line 40: | ||
InputDevice "Touchscreen" | InputDevice "Touchscreen" | ||
EndSection | EndSection | ||
− | |||
No need for the mouse anymore. | No need for the mouse anymore. | ||
Line 49: | Line 45: | ||
=== Troubleshooting === | === Troubleshooting === | ||
If nothing happens when you touch the screen, try another /dev/ttyS, for example /dev/ttyS3 | If nothing happens when you touch the screen, try another /dev/ttyS, for example /dev/ttyS3 | ||
+ | == Small Things == | ||
+ | The PC is not capable of playing videos. You might want to delete the automatically generated scenario Video from the room, the media director is assigned to. |
Latest revision as of 17:40, 28 September 2010
Version | Status | Date Updated | Updated By |
---|---|---|---|
710 | Unknown | N/A | N/A |
810 | Unknown | N/A | N/A |
1004 | Unknown | N/A | N/A |
1204 | Unknown | N/A | N/A |
1404 | Unknown | N/A | N/A |
Usage Information |
The Stylistic 3500 is a Pentium 2, 400mhz powered, touchscreen computer.
Running as an Orbiter
Works very nice with the Windows orbiter and an additional W-LAN card.
Running as a (limited) Media Director
To get it running as a Media Director, capable of playing audio, and controlling other Media Directors, a couple of things have to downloaded and configured after the initial Media Director boot.
Setup Touchscreen
The touchscreen is an FPIT compatible touchscreen. To get the driver, do an
apt-get install xserver-xorg-input-fpit
Also, we need to work with the serial port, so we need
apt-get install setserial
After that, the xorg.conf needs to be configured manually.
First, we add the new input device in xorg.conf
Section "InputDevice" Identifier "Touchscreen" Driver "fpit" Option "Device" "/dev/ttyS1" Option "BaudRate" "9600" Option "Passive" Option "CorePointer" Option "MaximumXPosition" "4070" Option "MaximumYPosition" "4020" Option "MinimumXPosition" "0" Option "MinimumYPosition" "0" EndSection
Next we add this input section to the ServerLayout section.
Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 # InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Touchscreen" EndSection
No need for the mouse anymore.
Now reboot your media director, and see if everything works.
Troubleshooting
If nothing happens when you touch the screen, try another /dev/ttyS, for example /dev/ttyS3
Small Things
The PC is not capable of playing videos. You might want to delete the automatically generated scenario Video from the room, the media director is assigned to.