![]() |
[ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
I have created a "proof of concept" (V0.1) software release to support an external screen for the tablet, using a VGA USB adapter. This is, of course, only of interest if you have one of these adapters.
The current release includes three things, all built for Chinook (OS2008):
These three features work (at least for me!) but there are several tasks on the ToDo list to make this generally useful. That is why I am calling this a "proof of concept" release. It really isn't ready for general use yet, not even as a "beta" release. However, I am keen to encourage people who have the necessary hardware to test it, and I am keen to encourage others who are interested in this capability to join the development project. But be aware that the X-server, in particular, cannot handle more than a few updates per second. This software is being developed in a garage project called xsisusb: https://garage.maemo.org/projects/xsisusb/. More information is available at that project, including bug reporting in the tracker. Please let me know if you are interested in joining the project. Here is the current ToDo list from the garage project, to give some idea of the thoughts I have for developing the project:
Of these, the slideshow viewer is my real goal as I am doing this because I would like to be able to show powerpoint presentations (for example at conferences) using the tablet. For the brave, or foolish, instructions on how to get this proof of concept working are available at http://xsisusb.garage.maemo.org/. The instructions that appear later in this thread are now out of date. Note that this requires a USB-attached VGA adapter built using an SiS USB VGA chipset. The adapter I am using is made by StarTech.com and is called "USB 2.0 to VGA Display Adaptor USB2VGA2". Also note that the code in this project so far was mostly originally written by Thomas Winischhofer who, however, bears no responsibility for this implementation. |
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
Wow, thanks :) Now, I got to get me a USB adapter. Forget NoBounds :p (once update speed is better)
|
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
IMPORTANT: The instructions for using the proof-of-concept release of xsisusb are now at: http://xsisusb.garage.maemo.org/. The instructions given below are out of date and should no longer be used. They are left here just so that the flow of the thread make sense.
NOTE: This release has hardly been tested and has a number of restrictions. It is mainly intended for developers and is only really usable if you are comfortable using the Linux command line.
Hardware requirements and connectivity The software requires an external VGA adapter attached using USB 2.0 and using a SiS USB VGA chipset. The adapter I am using is made by StarTech.com and is called "USB 2.0 to VGA Display Adaptor USB2VGA2". There are other adapters available and it would be useful if people could reply here if they can report success using any other adapter. The adapter needs to be connected to the tablet, with the tablet operating in USB host mode (a powered hub will be needed). There is information on how to set that up for the N810 in this thread. My configuration uses: the Nokia-supplied USB cable, a USB-A to USB-A gender changer, the standard A-to-B cable for my hub, the powered hub, the USB2VGA2 USB cable. I turn on USB host mode using: Code:
echo host >/sys/devices/platform/musb_hdrc/mode The software is currently hosted in my experimental repository: http://www.cobb.uk.net/NokiaIT/experimental.html. To install the software, add a new Application Catalogue to the Application Manager with the following details:
I recommend you keep this repository disabled except when you are actually installing stuff from it (nothing in that repository is normally expected to work!). To install the software, enable the repository and install the following packages: sisusbvga-2.6.21, sisbit, xsisusb. Then disable the repository again. Linux kernel driver The kernel driver is installed as /lib/modules/2.6.21-omap1/sisusbvga.ko. First, plug in the USB device (and enable USB host mode if you have not done that yet). Check using dmesg that the device has been seen by the kernel. To start the driver, issue the following commands as root: Code:
insmod /lib/modules/2.6.21-omap1/sisusbvga.ko Image display Static images can be displayed on the external screen using the sisbit program. At the moment, sisbit only supports images in the PPM format. A sample image is installed in /usr/share/sisbit/test.ppm. This program can be run by the user, it does not need to run as root. Code:
sisbit [-m mode] [-b bytesperpixel] [-s sisusbdevice] ppmfile The X server is an integrated, non-configurable server, based on kdrive, just like the Nokia-supplied Xomap server. It is installed as /usr/sbin/Xsisusb and it can be run by the user, it does not need to run as root. This server has null drivers for keyboard and mouse: no input or pointer events happen. It should be possible to send keyboard and mouse events using something like x11vnc (although it doesn't seem to work at the moment). To see the list of options, use: Code:
Xsisusb -help Code:
Xsisusb :1 -ac -screen 1024x768x24/32 -noreset
There are no ordinary X-windows programs available on the Internet Tablet, as far as I am aware, so to display something on the screen you need to use a remote system. The following command line will display a clock at the bottom right hand corner of the screen: Code:
xclock -display 192.168.1.247:1 -update 10 -hands red -geometry 164x164-0-0 -norender Note: the Xsisusb server currently displays a . whenever a screen update occurs (it then copies the whole framebuffer to the device). This is to help me judge whether too many updates may be happening. |
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
x11vnc can be used to provide a way to make a mouse and keyboard work on the display. For example, I ran x11vnc on a remote Linux system using the command:
Code:
x11vnc -display 192.168.1.247:1 -shared -forever -scale 4/5 -allow 192.168. -solid -noshm I then ran vncviewer on the same system (displaying on that system's display): Code:
vncviewer 192.168.0.200:0 |
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
Quote:
Code:
export DISPLAY=:1 I'd try it myself, but I don't have one of those adapters (yet). |
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
Would synergy work with this? Without remoting the video it would probably be faster. It compiles on maemo without any modifications, although im not sure if a/the mouse cursor hack works with it.
|
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
Benson: Unfortunately Hildon apps seem to get very upset that they cannot find a sapwood server. By "ordinary X-windows programs" I mean non-Hildon. If anyone finds any programs which do work locally please reply to this topic so we can maintain a list.
pipeline: synergy probably works. The Xsisusb server supports Xtest and x2vnc (a similar program which uses a vnc server) works. However, every cursor movement causes the whole screen to be reloaded (several MB of data to send over the USB) so it isn't practical until the update optimisation is done. Graham |
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
Quote:
Code:
/usr/lib/sapwood/sapwood-server --display :1 & Code:
DISPLAY=:1 gpe-calendar It may be that we really want to create versions of some apps that use Maemo but do not use Hildon (but are compiled for armel, use the Maemo versions of libc, glib, etc.)! |
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
Quote:
|
Re: [ANNOUNCE] Proof of Concept for extrenal screen display (USB VGA)
Quote:
One of your goals was a presentation viewer; have you tried evince over X (with the presentation saved as a PDF)? |
All times are GMT. The time now is 04:26. |
vBulletin® Version 3.8.8