Slashdot Mirror


User: Gamester17

Gamester17's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:XBMC for all on Linux Finally Getting XBMC · · Score: 1

    Sorry but it is XBMC's GUI toolkit that requires it for all rendering, (not the skins) =/

    Also in the future pixel shaders will be used for hardware-accelerated video-decoding

  2. Re:XBMC for all on Linux Finally Getting XBMC · · Score: 2, Informative

    XBMC for Linux (once mature enough for eveyone to use) will require that end-users (not developers) have a 3D GPU (Graphics Processing Unit) that at least supports Shader Model 3.0 and OpenGL 2.0 (and featuring 24bpp or 32bpp for 3D hardware-acceleration support, (such retail adapter usually state on the box that they support "DirectX version 9.0c"). The XBMC GUI needs this to run smootly at an acceptable frame-rate). Meaning a NVIDIA GeForce 6150 (or later), alternativly a Intel GMA X3000/G965 (or later) graphics-controller-chip/chipset, (ATI has so bad Linux drivers so not worth mentioning).

  3. Re:XBMC on Linux Finally Getting XBMC · · Score: 2, Insightful

    Note! You do not need Visual Studio to develop XBMC for Linux, nor do you need the XDK (Xbox Development Kit), you do not even need Microsoft Windows. Those are only needed when you develop XBMC for Xbox.

    If are are competent with C/C++ programming-language then all you need to start with developing XBMC for Linux (to help in the porting project) is a x86-based computer running Linux, (Ubuntu 7.04 is recommended). The software development tool used to develop XBMC under Linux is called Kdevelop, which is also free and open source.
    http://xbmc.svn.sourceforge.net/viewvc/*checkout*/ xbmc/branches/linuxport/XBMC/README.linux

  4. Unfamiliar to XBMC? Checkout the Wikipedia article on Linux Finally Getting XBMC · · Score: 4, Informative

    http://en.wikipedia.org/wiki/XBMC "Xbox Media Center (XBMC) is an award-winning media player for the original Xbox game-console. XBMC can play music, play videos and display images from the Xbox's DVD drive, its internal hard-drive drive, a local network, USB flash drive, and the internet. It also functions as a replacement dashboard to launch Xbox games off the hard-disk drive. Other functions of XBMC include large metadata databases for music/video-file handling, displaying weather forecasts and TV guides, watching YouTube videos and apple.com movie trailers, listening to SHOUTcast and Podcasts streaming internet radio/video, also XBMC functions as a gaming platform by allowing users to play python-based mini-games and a free online-gaming alternative to Xbox Live. It is important to note that the software requires a modchip, softmod exploit or other means by which to execute on the Xbox as it is a homebrew application. XBMC is free and open source software, the source code is distributed under the GNU General Public License. The XBMC project is not produced or endorsed by Microsoft."

    The article then goes on into more feature/function details, it is recommended reading ;)