From: Yitzhak B. G. <yit...@ya...> - 2004-09-14 11:05:33
|
Ideally, the video controller could be external, like the Japanese did in the example. The driver requests could be passed over USB to the external VGA controller and executed there. That is better than sending an entire video stream over the wire (or even better, wireless). The advantage of USB is it's multi-channel, so that a future laptop could host multiple local wireless X stations, which in turn might be over an extended range physically, like upt to perhaps 30 meters. Nice, eh? Yitzhak -----Original Message----- From: Aivils [mailto:ai...@un...] Sent: Tuesday, September 14, 2004 1:49 PM To: Helge Hafting Cc: yitzhak bar geva; lin...@li... Subject: Re: Ruby on laptops or video over USB On Tuesday 14 September 2004 13:06, Helge Hafting wrote: > >Any idea how we could implement Ruby by directing the > >video stream directly to USB and from there converting > >to VGA with an external adapter. Here's an example: > >http://www.usbgear.com/USBG-SVGA2.html > > > > > Wow - an USB video card! It should work fine with ruby > if you can get a X driver for it. Or a linux kernel > framebuffer driver, on which you may run framebuffer X. > I expect this thing to be somewhat slow either way. :-/ That driver net2280 already be in the kernel drivers/usb/gadget Who knows how about VGA support ? Aivils |