Using ultra-mobile Linux with a Nokia Internet Tablet (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Using ultra-mobile Linux with a Nokia Internet Tablet (video)
# 1  
Old 05-12-2008
Using ultra-mobile Linux with a Nokia Internet Tablet (video)

Mon, 12 May 2008 15:00:00 GMT
I'm on the go all the time, and sometimes that makes it hard to stay connected. I could carry my laptop with me everywhere, but that can be a pain, especially when I am on my bike. To meet the demands of my daily life I have constructed a lightweight, ultra-portable, Linux-based computing solution. I use a Nokia 770 tethered to a Nokia N75 mobile phone (when Wi-Fi is not available) and a Bluetooth PDA keyboard. This video explains the how and why of the solution.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. IP Networking

I can't get the mobile Internet connection using a dongle.

Hi My computer is a 64 bit one and it has AMD processor. I installed Fedora Core and tried in vain to configure the dongle given by 3. I mean to get mobile internet to my desktop computer. I bought the dongle from 3. I know the company 3 is in many European countries. I downloaded... (0 Replies)
Discussion started by: Toxic
0 Replies

2. What is on Your Mind?

Do You Use Your Mobile Phone to Access the Internet?

How much do you use your mobile phone to access the Internet? Vote and Discuss!! (46 Replies)
Discussion started by: Neo
46 Replies

3. Solaris

ultra sparc 2 no video - ok prompt access

I have an ultra sparc 2 with no video - I connect to it with hyperterm. Is there a way to get to the OK prompt? I have tried control/break and that does not work. If not is there a video card I can get to put in this box? I have Solaris 10 installed on this machine. Thanks (7 Replies)
Discussion started by: tribbles
7 Replies

4. Solaris

problems with my M3 video card and my Tatung Ultra 10 clone

i took this Elite 3D M3 video card out of my Ultra 60 machine which was replaced with an M6. the card was working w/o issue in the Ultra 60. however, i'm getting no video when i power the Tatung machine. yes, the M3 is does work with an AXi motherboard. any ideas what's causing the problem? (1 Reply)
Discussion started by: xyyz
1 Replies
Login or Register to Ask a Question
XvStopVideo(3)						     Library Functions Manual						    XvStopVideo(3)

Name
       XvStopVideo - stop active video

Syntax
       #include <X11/extensions/Xvlib.h>

       XvGetStill(Display *dpy, XvPortID port, Drawable draw);

Arguments
       dpy     Specifies the connection to the X server.

       port    Specifies the port for which video is to be stopped.

       draw    Specifies the drawable associated with the named port.

Description
       XvStopVideo(3)  stops  active video for the specified port and drawable.  If the port is not processing video, or if it is processing video
       in a different drawable, the request is ignored.  When video is stopped a XvVideoNotify(3) event with detail XvStopped is generated for the
       associated drawable.

Returned Values
       [Success]
	       Returned if XvStopVideo(3) completed successfully.

       [XvBadExtension]
	       Returned if the Xv extension is unavailable.

       [XvBadAlloc]
	       Returned if XvStopVideo(3) failed to allocate memory to process the request.

Diagnostics
       [XvBadPort]
	       Generated if the requested port does not exist.

       [BadDrawable]
	       Generated if the requested drawable does not exist.

See Also
       XvGetVideo(3), XvPutVideo(3), XvVideoNotifyEvent(3)

X Version 11							    libXv 1.0.4 						    XvStopVideo(3)