Linus Torvalds keynote speech -- from 2000 (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Linus Torvalds keynote speech -- from 2000 (video)
# 1  
Old 02-27-2008
Linus Torvalds keynote speech -- from 2000 (video)

Wed, 27 Feb 2008 21:00:00 GMT
While looking through the Linux.com video archives a few days ago, we found a digital video tape we shot of Linus Torvalds speaking at the first New York City LinuxWorld Expo in 2000. Back then, of course, we (at least some of the same people) worked for a company called Andover.net, which got absorbed by VA Linux, which has now morphed into SourceForge, Inc. Things have certainly changed since then, haven't they?


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. War Stories

Linus Torvalds reply about Meltdown and Spectre.

Apologies if this is the wrong forum but... ...This is hard hitting stuff. LKML: Linus Torvalds: Re: x86/enter: Create macros to restrict/unrestrict Indirect Branch Speculation (5 Replies)
Discussion started by: wisecracker
5 Replies

2. News, Links, Events and Announcements

A Couple of Short Linus Torvalds Videos

This link is to a page that has two short videos that feature Linus Torvalds discussing the Linux kernel. After you watch the first video, scroll down some more to reach the second video. (0 Replies)
Discussion started by: Perderabo
0 Replies

3. Filesystems, Disks and Memory

What the best HD format for Unix & Linus

Hello people, Im just about to install linux and unix but would like to know what the best Partition type format is for both of them. Can anyone tell me Thankyou in advanced (1 Reply)
Discussion started by: jeffersno1
1 Replies
Login or Register to Ask a Question
XvStopVideo(3)                                                    libXv Functions                                                   XvStopVideo(3)

NAME
XvStopVideo - stop active video SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvStopVideo(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. RETURN 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), XvVideoNotify(3) X Version 11 libXv 1.0.7 XvStopVideo(3)