The Following 32 Users Say Thank You to Graham Cobb For This Useful Post: | ||
|
2008-04-26
, 10:00
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
|
2008-04-26
, 10:10
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#3
|
echo host >/sys/devices/platform/musb_hdrc/mode
insmod /lib/modules/2.6.21-omap1/sisusbvga.ko chmod 777 /dev/sisusbvga0
sisbit [-m mode] [-b bytesperpixel] [-s sisusbdevice] ppmfile where m=0,1,2,3 for 640x480, 800x600, 1024x768, 1280x1024 and b=2 or 4 bytes per pixel
Xsisusb -help
Xsisusb :1 -ac -screen 1024x768x24/32 -noreset
xclock -display 192.168.1.247:1 -update 10 -hands red -geometry 164x164-0-0 -norender
|
2008-04-27
, 00:27
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#4
|
x11vnc -display 192.168.1.247:1 -shared -forever -scale 4/5 -allow 192.168. -solid -noshm
vncviewer 192.168.0.200:0
|
2008-04-27
, 03:09
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#5
|
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.
export DISPLAY=:1 browser
|
2008-04-27
, 22:19
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#7
|
|
2008-04-27
, 22:59
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#8
|
Benson: Unfortunately Hildon apps seem to get very upset that they cannot find a sapwood server.
/usr/lib/sapwood/sapwood-server --display :1 & /usr/bin/matchbox-window-manager -display :1 -theme default -use_titlebar yes -use_desktop_mode plain -use_lowlight no -use_cursor yes -use_dialog_mode static &
DISPLAY=:1 gpe-calendar
The Following User Says Thank You to Graham Cobb For This Useful Post: | ||
|
2008-04-28
, 14:53
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#9
|
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.
|
2008-04-28
, 17:54
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#10
|
Some Hildon apps (I only tried gpe-calendar) will work if you run a sapwood server and a matchbox window manager. The following two commands seem to work:
You can then run gpe-calendar with:Code:/usr/lib/sapwood/sapwood-server --display :1 & /usr/bin/matchbox-window-manager -display :1 -theme default -use_titlebar yes -use_desktop_mode plain -use_lowlight no -use_cursor yes -use_dialog_mode static &
However, it is not at all clear that Hildon apps are really what you want on an external VGA screen: there is no touchscreen, there is no way to get an application back once you have iconised it, there may be more real-estate available, etc.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.)!
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.
Last edited by Graham Cobb; 2008-05-01 at 11:55. Reason: Point to instructions on web site