To view parent comment, click here.
To read all comments associated with this story, please click here.
Seriously don't comment if you don't read. People like you are ruining this site which is supposed to be discussing the technical merits of such things. You couldn't be more wrong so next time please read the f--king article or just don't bother commenting.
That said I think this is a pretty cool idea. Technically now we could have a fully funcioning PC with just a USB controller and no VGA at all. CPUs are already plenty fast enough to do the drawing on their own so this could help usher in a new brand of affordable computing, especially for the developing world.
Moving complexity into software is always a good thing in terms of lowering cost. Especially now with machines with 2+ cores becoming very common, why can't one core do the basic drawing.
Nearly all modern OSes can run "headless", or without video hardware. Certainly all the Linuxes, BSDs and probably any other POSIX-compliant OS can run perfectly well without any video hardware at all. If I remember correctly, even BeOS, which was a very GUI-oriented OS, could run headless to a serial terminal if necessary (any BeOS wizards out there correct me if I'm wrong but I'm sure I read that back in the day when it was still being sold).
As for the computer itself, it doesn't care at all about the video. Any modern mainboard has BIOS settings that allow you to boot from as little as the mainboard, some RAM and a network connection. This is especially true in the embedded market, where a USB video solution would make a lot of sense compared to a bulky and power-hungry AGP or PCI-e card.




Member since:
2005-07-26
not necessarily, because I think that computer still needs the video card to do all the processing (I didn't read the article so please don't RTFA me ;-)) and driver just 'intercepts' already processed images from the output of the video card and passes it onto USB port and then to the monitor. If the computer itself didn't have video card you probably wouldn't be able to start the GUI as it depends on video device availability. The only difference with using the USB-based monitor is that the video card itself no longer needs to provide D-Sub or DVI connectors but it still must be present to perform all the drawing.
Edited 2007-06-18 18:52