<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Randomblink</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Randomblink"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Randomblink"/>
	<updated>2026-05-11T05:41:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Basic_Skin&amp;diff=16487</id>
		<title>Basic Skin</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Basic_Skin&amp;diff=16487"/>
		<updated>2008-12-04T22:46:48Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: New page: Development for a new Basic Skin has begun.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Development for a new Basic Skin has begun.&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Create_my_own_skins_or_GUI_for_LinuxMCE&amp;diff=16486</id>
		<title>Create my own skins or GUI for LinuxMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Create_my_own_skins_or_GUI_for_LinuxMCE&amp;diff=16486"/>
		<updated>2008-12-04T22:44:34Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[[Category: Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==Terms==&lt;br /&gt;
&lt;br /&gt;
===Graphical User Interface===&lt;br /&gt;
The graphical user interface (GUI or UI) you see on the Orbiters is defined in the pluto_main database.  sqlCVS is the utility that keeps the databases in sync and allows you to share your changes with others.&lt;br /&gt;
&lt;br /&gt;
===Designer===&lt;br /&gt;
[[Designer]] is a software program used to create the screens to display on the Orbiters.  Every element you see on the Orbiter screen, including the screen itself, is a &amp;quot;Design Object&amp;quot; (&amp;quot;DesignObj&amp;quot;).  Every DesignObj has one or more variations for each User Interface.  Examples of the User Interface are &amp;quot;standard 3:4 monitors&amp;quot;, &amp;quot;TVs and webpads&amp;quot;, &amp;quot;vertical 4:3 PDAs&amp;quot;, &amp;quot;Symbian series 60 mobile phones&amp;quot;, and so on.  For example, a screen (a DesignObj) for the standard 3:4 variation (perhaps used with a DVD remote) might have two columns of buttons and a data grid.  However the 4:3 PDA variation, which is designed for a smaller screen, may have fewer buttons and a &amp;quot;more...&amp;quot; button to take you to the next screen (which has more buttons).&lt;br /&gt;
&lt;br /&gt;
===Skin===&lt;br /&gt;
A skin refers to a set of graphical files (bitmaps) which are the backgrounds of the DesignObjs.  There is a &amp;quot;marble&amp;quot; skin, which has images resembling marble, and a &amp;quot;wood&amp;quot; skin, with buttons and backgrounds that look like wood. The &amp;quot;Snozberries&amp;quot; skin looks (and tastes!) like Snozberries!&lt;br /&gt;
&lt;br /&gt;
===Additional Screens===&lt;br /&gt;
A variety of screens can be designated as the main menu. The main menu is the primary screen that the user interacts with. There can be a version that simply lists all the scenarios in a grid, like LinuxMCE&#039;s default. Another version might focus on just media scenarios. One might display pop up windows and rotating graphics. Creating a new main menu doesn&#039;t require redoing &#039;&#039;all&#039;&#039; the screens, though.  You can still use existing submenus.&lt;br /&gt;
&lt;br /&gt;
==Modifications==&lt;br /&gt;
===Upload a Background===&lt;br /&gt;
The simplest way to change the look of your orbiter is to simply upload a new background image for the main menu.  Do this in the [[LinuxMCE Admin Website]]--&amp;gt;Wizard--&amp;gt;Devices--&amp;gt;Orbiter--&amp;gt;upload BG. The main menu will have whatever background you upload, but the buttons and the other screens will be unaffected.&lt;br /&gt;
&lt;br /&gt;
===Create a New Skin===&lt;br /&gt;
Another way to customize the orbiter is to create a new skin.  This means you take all the graphics files in the the directory /usr/pluto/orbiter/skins/Basic (i.e. the &amp;quot;Basic&amp;quot; skin) and create new versions. The same size, same name, and the same directory structure will be used, but different pictures or backgrounds will be used (such as a water theme or tropical image theme).&lt;br /&gt;
&lt;br /&gt;
The directory name is the same as the Description record in the &amp;quot;Skins&amp;quot; table. OrbiterGen will use the new graphics if they exist, and will revert to the graphics in &amp;quot;Basic&amp;quot; if they don&#039;t.  You don&#039;t need to completely replace every graphic, just the ones you want.&lt;br /&gt;
&lt;br /&gt;
===Modify Menu Behavior===&lt;br /&gt;
If you want to change the way the main menu behaves, you can create a new screen or DesignObj in Designer. Add a record to the DeviceTemplate_DesignObj table, where FK_DeviceTemplate=8 (the Orbiter) and FK_DesignObj=your new screen.  This screen will then appear as a new main menu option on the Orbiter page (in LinuxMCE Admin).&lt;br /&gt;
===Add a new type of Remote Control===&lt;br /&gt;
You might want a different type of remote control. Let&#039;s say you added a device that controls your Jacuzzi, and you want to a remote control for it.  You can use Designer to create the screen (or DesignObj). You would then add a record with the ID of the Jacuzzi&#039;s device template in the DeviceTemplate_DesignObj. You would also add a record to specify the DesignObj to use as a remote.  When the user creates a climate scenario to control the Jacuzzi, it will show this new screen as a remote control.&lt;br /&gt;
==Creating New GUIs==&lt;br /&gt;
The most ambitious change is to create a new user interface.  Let&#039;s say you have a new type of device, with a totally unique aspect ratio. You want to use it as an Orbiter.  Maybe it has a screen that is an odd shape or or has unusual proportions.  You would need to create a new user interface. Every screen of the new User Interface would need a variation that lays out the objects so they will fit on that screen.  Fortunately, Designer is object oriented, so even if you have a screen that is an odd shape, you can still embeded stock objects (like media controls) without having to recreate their layout. Even if the layout is a triangle and requires a custom layout.  &lt;br /&gt;
&lt;br /&gt;
Creating a new user interface is a fairly big task that involves recreating the layouts of all the screens. If your screen is at all similar in shape and aspect ratio to an existing user interface, we recommend you only add a new entry in the Size table, specifying the resolution and a custom scale factor.  OrbiterGen can also rotate screens.  For example if you have a screen with a 5:3 aspect ratio, it may be easier to create a new Size for it simply by scaling the standard 4:3 user interface up by 25%.&lt;br /&gt;
&lt;br /&gt;
LinuxMCE stores all the graphics in a size much larger than most Orbiters will ever need to display, anyway.  This allows the graphics to be stretched and scaled with no visible loss of quality.&lt;br /&gt;
&lt;br /&gt;
Also see the [[Designer User&#039;s manual]] and the [[Skins]] entry.&lt;br /&gt;
&lt;br /&gt;
Go to [[LinuxMCE Admin Website]]--&amp;gt;Wizard--&amp;gt;Devices--&amp;gt;&amp;gt;[[Orbiter]] to specify the skin, user interface, language, and the main menu for each Orbiter.&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Skins&amp;diff=16485</id>
		<title>Skins</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Skins&amp;diff=16485"/>
		<updated>2008-12-04T22:43:47Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LinuxMCE utilizes a GUI (Graphical User Interface) that is referenced as a Skin. The capability for an end user (you) to create your own skins is also a built in option.&lt;br /&gt;
&lt;br /&gt;
===Current Skins===&lt;br /&gt;
* [[U11 Skin|U11]]&lt;br /&gt;
* [[U12 Skin|U12]]&lt;br /&gt;
* [[Basic Skin|Basic]]&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Skins&amp;diff=16484</id>
		<title>Skins</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Skins&amp;diff=16484"/>
		<updated>2008-12-04T22:43:37Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: The forum had started a thread about creating a new GUI. I do not have Linux Programmer Skills (yet), but I can help in this way&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Skins==&lt;br /&gt;
LinuxMCE utilizes a GUI (Graphical User Interface) that is referenced as a Skin. The capability for an end user (you) to create your own skins is also a built in option.&lt;br /&gt;
&lt;br /&gt;
===Current Skins===&lt;br /&gt;
* [[U11 Skin|U11]]&lt;br /&gt;
* [[U12 Skin|U12]]&lt;br /&gt;
* [[Basic Skin|Basic]]&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Category:Hardware&amp;diff=16480</id>
		<title>Category:Hardware</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Category:Hardware&amp;diff=16480"/>
		<updated>2008-12-04T21:11:15Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Main]]&lt;br /&gt;
The main article for this category is [[hardware]].&lt;br /&gt;
&lt;br /&gt;
Please [[Add_a_page_to_the_wiki|add a page to the wiki]] regarding any information on hardware you have tried with LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
Please add &amp;lt;nowiki&amp;gt;[[Category: Hardware]]&amp;lt;/nowiki&amp;gt; to the top of a page you wish to have listed here.&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Category:Hardware&amp;diff=16479</id>
		<title>Category:Hardware</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Category:Hardware&amp;diff=16479"/>
		<updated>2008-12-04T21:10:53Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Main]]&lt;br /&gt;
[[Category: Where to Buy]]&lt;br /&gt;
&lt;br /&gt;
The main article for this category is [[hardware]].&lt;br /&gt;
&lt;br /&gt;
Please [[Add_a_page_to_the_wiki|add a page to the wiki]] regarding any information on hardware you have tried with LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
Please add &amp;lt;nowiki&amp;gt;[[Category: Hardware]]&amp;lt;/nowiki&amp;gt; to the top of a page you wish to have listed here.&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16478</id>
		<title>Where to Buy</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16478"/>
		<updated>2008-12-04T21:09:06Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware| ]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
This is &#039;&#039;&#039;not&#039;&#039;&#039; meant as an endorsement, but the question of where to buy certain things pops up regularly.  Some of this equipment can be hard to find locally, so help out and add your own suppliers to the list if they aren&#039;t already there and either way feel free to add a line with your experience.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add countries alphabetically, and append new stores to the bottom of the lists in order to keep things organized, thank you and good luck with that shopping list!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
&lt;br /&gt;
== America ==&lt;br /&gt;
&lt;br /&gt;
=== United States ===&lt;br /&gt;
;&#039;&#039;&#039;Fiire&#039;&#039;&#039; ([http://www.fiire.com/ english]) :&#039;&#039;The&#039;&#039; remote, and also core/media director hardware.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Mi Casa Verde&#039;&#039;&#039; ([http://shop.micasaverde.com/ english]) :Z-Wave home Automation devices including a new Z-Wave USB interface + inclusion controller in one, and surveillance cameras.  Also, a low-cost LinuxMCE-compatible core combined with a Wi-Fi access point.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Smarthome&#039;&#039;&#039; ([http://wwww.smarthome.com english]) :Home Automation supplies including Insteon, X10, and Zwave and more custom components as well.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Provantage&#039;&#039;&#039; ([http://www.provantage.com/ english]) :Computing parts and accessory superstore.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;NewEgg&#039;&#039;&#039; ([http://www.newegg.com/ english]) :Computing parts and accessories.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Mini-ITX&#039;&#039;&#039; ([http://www.mini-itx.com/store/?c=27 english]) :Thin Clients utilizing their small motherboard technology.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
&lt;br /&gt;
== Australia ==&lt;br /&gt;
;&#039;&#039;&#039;MSY Technology&#039;&#039;&#039; ([http://www.msy.com.au]) :Computing parts and accessories. Reasonably priced and in most states of Australia.&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
=== Belgium ===&lt;br /&gt;
;&#039;&#039;&#039;IntelliHome&#039;&#039;&#039; Domotica Shop ([http://www.intellihome.be/ multi]/[http://www.intellihome.be/english/home.asp english]/[http://www.intellihome.be/nederlands/home.asp dutch]/[http://www.intellihome.be/francais/home.asp french]/[http://www.intellihome.be/deutsch/home.asp german]) :Marmitek X10 Home Automation/Security Products, European shipping&lt;br /&gt;
;&#039;&#039;&#039;Voipsolutions&#039;&#039;&#039; ([http://www.voipsolutions.be/ english]/[http://www.voipsolutions.be/language/fr french]/[http://www.voipsolutions.be/language/nl dutch]) :All kinds of VoIP related hardware solutions.&lt;br /&gt;
&lt;br /&gt;
=== Denmark ===&lt;br /&gt;
;&#039;&#039;&#039;Seluxit&#039;&#039;&#039;&lt;br /&gt;
:([http://www.seluxit.com english]) Z-wave products incl. &lt;br /&gt;
:[http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=30 multi-sensor] [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=29 usb homecontroller]&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;Innovus&#039;&#039;&#039; ([http://www.innovus.dk/ danish]/[http://www.innovus.eu english]) &lt;br /&gt;
:Z-wave products&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;ElectronicHouseKeeper&#039;&#039;&#039; ([http://www.electronichousekeeper.com danish])&lt;br /&gt;
:Their own line of Z-wave products&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
&lt;br /&gt;
=== Germany ===&lt;br /&gt;
;&#039;&#039;&#039;DVBShop&#039;&#039;&#039; ([http://www.dvbshop.net english]) :Everything you need for DVB (Cable, Sattelite or Terrestrial) digital television, worldwide shipping.&lt;br /&gt;
;&#039;&#039;&#039;Zwave4u&#039;&#039;&#039; ([http://www.zwave4u.de german]) &lt;br /&gt;
:Z-wave products. Accepts Paypal.&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;Merten&#039;&#039;&#039; ([http://www.merten.de german]) :Own line of Z-wave products.&lt;br /&gt;
;&#039;&#039;&#039;Firma ENS Elektronetshop&#039;&#039;&#039; ([http://www.elektronetshop.de german]) &lt;br /&gt;
:Merten stuff &lt;br /&gt;
:Best price found on Sep 9, 2008&lt;br /&gt;
;&#039;&#039;&#039;Voltus Elektro Shop&#039;&#039;&#039; ([http://www.voltus.de german]) &lt;br /&gt;
:Merten stuff &lt;br /&gt;
:Also cheaper than official Merten prices, but I found service to be severely lacking (very, very unresponsive!). Summer 2008.&lt;br /&gt;
;&#039;&#039;&#039;Duewi&#039;&#039;&#039; ([http://www.duewi.de german]) &lt;br /&gt;
:They have their own line of Z-wave products.&lt;br /&gt;
:No online shop.&lt;br /&gt;
;&#039;&#039;&#039;FINE-BUY&#039;&#039;&#039; ([http://www.fine-buy.de/ german]) &lt;br /&gt;
:They have some touchscreens.&lt;br /&gt;
:the 12.1&amp;quot; (http://www.fine-buy.de/shop/product_info.php?cPath=3_30_64&amp;amp;products_id=159) works fine: [[Egalax-Touchscreen]]&lt;br /&gt;
&lt;br /&gt;
=== Italy ===&lt;br /&gt;
;&#039;&#039;&#039;Z-wave Europe&#039;&#039;&#039; ([http://www.z-wave-europe.org/ italian]) :Z-wave product list for Europe and website links.&lt;br /&gt;
&lt;br /&gt;
=== Netherlands ===&lt;br /&gt;
;&#039;&#039;&#039;ElekHomica&#039;&#039;&#039; ([http://www.elekhomica.nl/ dutch]/[http://www.elekhomica.nl/infopage2.php?language=nn english])&lt;br /&gt;
:X10 and Zwave, even remote controlled curtainrail!  EU shipping (curtainrail NL/BE only).&lt;br /&gt;
:Quick and painless delivery.&lt;br /&gt;
;&#039;&#039;&#039;ALTERNATE&#039;&#039;&#039; Computerversand ([http://www.alternate.nl/ dutch]) &lt;br /&gt;
:[http://www.alternate.nl/html/productDetails.html?artno=NMZV62 airmouse] and lots of regular PC hardware, &lt;br /&gt;
:Usually slow on delivery.&lt;br /&gt;
;&#039;&#039;&#039;iHabitat&#039;&#039;&#039; Home automation ([http://www.ihabitat.nl/ dutch])&lt;br /&gt;
:[http://www.ihabitat.nl/html/global_cache.html gc100] &lt;br /&gt;
:A bit slow to respond to the inquiry, but fast no-nonsense delivery.&lt;br /&gt;
;&#039;&#039;&#039;MyPowerShop&#039;&#039;&#039; ([http://www.mypowershop.eu dutch]) &lt;br /&gt;
:X10 and Z-wave products. Accepts Paypal&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
=== Norway ===&lt;br /&gt;
;&#039;&#039;&#039;Tronika aka Smarthus&#039;&#039;&#039; ([http://www.smarthus.info/ norwegian]) &lt;br /&gt;
:Z-wave products incl. [http://www.smarthus.info/product_info.php?cPath=1_46_115&amp;amp;products_id=2248 usb homecontroller]&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
=== Sweden ===&lt;br /&gt;
;&#039;&#039;&#039;Eliving&#039;&#039;&#039; ([http://www.eliving.se swedish]) &lt;br /&gt;
:Z-wave products incl. [http://www.eliving.se/product_info.php?cPath=21_29&amp;amp;products_id=72 usb homecontroller]&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
=== United Kingdom ===&lt;br /&gt;
;&#039;&#039;&#039;Convergent Home Technologies - The Digital Home Specialists&#039;&#039;&#039; ([http://www.chtukltd.co.uk English])&lt;br /&gt;
:Core/Hybrids built &amp;amp; tested to order (AM2/nVidia, Intel)&lt;br /&gt;
:MD&#039;s built &amp;amp; tested (AM2/nVidia, AM2/ATI, Intel)&lt;br /&gt;
:Z-wave - full range of European units&lt;br /&gt;
:lmce-0710 software pre-installed &amp;amp; configured on all Core/Hybrids&lt;br /&gt;
:Full after sales support provided&lt;br /&gt;
:Will Ship Worldwide (but not currently to the US)&lt;br /&gt;
;&#039;&#039;&#039;Let&#039;s automate&#039;&#039;&#039; ([http://www.letsautomate.com/index.cfm english]) &lt;br /&gt;
:ZWave home automation&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16477</id>
		<title>Where to Buy</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16477"/>
		<updated>2008-12-04T21:02:33Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: Reformatted the page for ease of use.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware| ]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
This is &#039;&#039;&#039;not&#039;&#039;&#039; meant as an endorsement, but the question of where to buy certain things pops up regularly.  Some of this equipment can be hard to find locally, so help out and add your own suppliers to the list if they aren&#039;t already there and either way feel free to add a line with your experience.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add countries alphabetically, and append new stores to the bottom of the lists in order to keep things organized, thank you and good luck with that shopping list!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== America ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== United States ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Fiire&#039;&#039;&#039; ([http://www.fiire.com/ english]) :&#039;&#039;The&#039;&#039; remote, and also core/media director hardware.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Mi Casa Verde&#039;&#039;&#039; ([http://shop.micasaverde.com/ english]) :Z-Wave home Automation devices including a new Z-Wave USB interface + inclusion controller in one, and surveillance cameras.  Also, a low-cost LinuxMCE-compatible core combined with a Wi-Fi access point.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Smarthome&#039;&#039;&#039; ([http://wwww.smarthome.com english]) :Home Automation supplies including Insteon, X10, and Zwave and more custom components as well.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Provantage&#039;&#039;&#039; ([http://www.provantage.com/ english]) :Computing parts and accessory superstore.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;NewEgg&#039;&#039;&#039; ([http://www.newegg.com/ english]) :Computing parts and accessories.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Mini-ITX&#039;&#039;&#039; ([http://www.mini-itx.com/store/?c=27 english]) :Thin Clients utilizing their small motherboard technology.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Australia ==&lt;br /&gt;
;&#039;&#039;&#039;MSY Technology&#039;&#039;&#039; ([http://www.msy.com.au]) :Computing parts and accessories. Reasonably priced and in most states of Australia.&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Belgium ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;IntelliHome&#039;&#039;&#039; Domotica Shop ([http://www.intellihome.be/ multi]/[http://www.intellihome.be/english/home.asp english]/[http://www.intellihome.be/nederlands/home.asp dutch]/[http://www.intellihome.be/francais/home.asp french]/[http://www.intellihome.be/deutsch/home.asp german]) :Marmitek X10 Home Automation/Security Products, European shipping&lt;br /&gt;
;&#039;&#039;&#039;Voipsolutions&#039;&#039;&#039; ([http://www.voipsolutions.be/ english]/[http://www.voipsolutions.be/language/fr french]/[http://www.voipsolutions.be/language/nl dutch]) :All kinds of VoIP related hardware solutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Denmark ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Seluxit&#039;&#039;&#039;&lt;br /&gt;
:([http://www.seluxit.com english]) Z-wave products incl. &lt;br /&gt;
:[http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=30 multi-sensor] [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=29 usb homecontroller]&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Innovus&#039;&#039;&#039; ([http://www.innovus.dk/ danish]/[http://www.innovus.eu english]) &lt;br /&gt;
:Z-wave products&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;ElectronicHouseKeeper&#039;&#039;&#039; ([http://www.electronichousekeeper.com danish])&lt;br /&gt;
:Their own line of Z-wave products&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Germany ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;DVBShop&#039;&#039;&#039; ([http://www.dvbshop.net english]) :Everything you need for DVB (Cable, Sattelite or Terrestrial) digital television, worldwide shipping.&lt;br /&gt;
;&#039;&#039;&#039;Zwave4u&#039;&#039;&#039; ([http://www.zwave4u.de german]) &lt;br /&gt;
:Z-wave products. Accepts Paypal.&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;Merten&#039;&#039;&#039; ([http://www.merten.de german]) :Own line of Z-wave products.&lt;br /&gt;
;&#039;&#039;&#039;Firma ENS Elektronetshop&#039;&#039;&#039; ([http://www.elektronetshop.de german]) &lt;br /&gt;
:Merten stuff &lt;br /&gt;
:Best price found on Sep 9, 2008&lt;br /&gt;
;&#039;&#039;&#039;Voltus Elektro Shop&#039;&#039;&#039; ([http://www.voltus.de german]) &lt;br /&gt;
:Merten stuff &lt;br /&gt;
:Also cheaper than official Merten prices, but I found service to be severely lacking (very, very unresponsive!). Summer 2008.&lt;br /&gt;
;&#039;&#039;&#039;Duewi&#039;&#039;&#039; ([http://www.duewi.de german]) &lt;br /&gt;
:They have their own line of Z-wave products.&lt;br /&gt;
:No online shop.&lt;br /&gt;
;&#039;&#039;&#039;FINE-BUY&#039;&#039;&#039; ([http://www.fine-buy.de/ german]) &lt;br /&gt;
:They have some touchscreens.&lt;br /&gt;
:the 12.1&amp;quot; (http://www.fine-buy.de/shop/product_info.php?cPath=3_30_64&amp;amp;products_id=159) works fine: [[Egalax-Touchscreen]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Italy ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Z-wave Europe&#039;&#039;&#039; ([http://www.z-wave-europe.org/ italian]) :Z-wave product list for Europe and website links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Netherlands ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;ElekHomica&#039;&#039;&#039; ([http://www.elekhomica.nl/ dutch]/[http://www.elekhomica.nl/infopage2.php?language=nn english])&lt;br /&gt;
:X10 and Zwave, even remote controlled curtainrail!  EU shipping (curtainrail NL/BE only).&lt;br /&gt;
:Quick and painless delivery.&lt;br /&gt;
;&#039;&#039;&#039;ALTERNATE&#039;&#039;&#039; Computerversand ([http://www.alternate.nl/ dutch]) &lt;br /&gt;
:[http://www.alternate.nl/html/productDetails.html?artno=NMZV62 airmouse] and lots of regular PC hardware, &lt;br /&gt;
:Usually slow on delivery.&lt;br /&gt;
;&#039;&#039;&#039;iHabitat&#039;&#039;&#039; Home automation ([http://www.ihabitat.nl/ dutch])&lt;br /&gt;
:[http://www.ihabitat.nl/html/global_cache.html gc100] &lt;br /&gt;
:A bit slow to respond to the inquiry, but fast no-nonsense delivery.&lt;br /&gt;
;&#039;&#039;&#039;MyPowerShop&#039;&#039;&#039; ([http://www.mypowershop.eu dutch]) &lt;br /&gt;
:X10 and Z-wave products. Accepts Paypal&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
=== Norway ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Tronika aka Smarthus&#039;&#039;&#039; ([http://www.smarthus.info/ norwegian]) &lt;br /&gt;
:Z-wave products incl. [http://www.smarthus.info/product_info.php?cPath=1_46_115&amp;amp;products_id=2248 usb homecontroller]&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sweden ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Eliving&#039;&#039;&#039; ([http://www.eliving.se swedish]) &lt;br /&gt;
:Z-wave products incl. [http://www.eliving.se/product_info.php?cPath=21_29&amp;amp;products_id=72 usb homecontroller]&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== United Kingdom ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Convergent Home Technologies - The Digital Home Specialists&#039;&#039;&#039; ([http://www.chtukltd.co.uk English])&lt;br /&gt;
:Core/Hybrids built &amp;amp; tested to order (AM2/nVidia, Intel)&lt;br /&gt;
:MD&#039;s built &amp;amp; tested (AM2/nVidia, AM2/ATI, Intel)&lt;br /&gt;
:Z-wave - full range of European units&lt;br /&gt;
:lmce-0710 software pre-installed &amp;amp; configured on all Core/Hybrids&lt;br /&gt;
:Full after sales support provided&lt;br /&gt;
:Will Ship Worldwide (but not currently to the US)&lt;br /&gt;
;&#039;&#039;&#039;Let&#039;s automate&#039;&#039;&#039; ([http://www.letsautomate.com/index.cfm english]) &lt;br /&gt;
:ZWave home automation&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16476</id>
		<title>Where to Buy</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16476"/>
		<updated>2008-12-04T20:58:01Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: /* United States */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware| ]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
This is &#039;&#039;&#039;not&#039;&#039;&#039; meant as an endorsement, but the question of where to buy certain things pops up regularly.  Some of this equipment can be hard to find locally, so help out and add your own suppliers to the list if they aren&#039;t already there and either way feel free to add a line with your experience.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add countries alphabetically, and append new stores to the bottom of the lists in order to keep things organized, thank you and good luck with that shopping list!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== America ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== United States ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Fiire&#039;&#039;&#039; ([http://www.fiire.com/ english]) :&#039;&#039;The&#039;&#039; remote, and also core/media director hardware.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Mi Casa Verde&#039;&#039;&#039; ([http://shop.micasaverde.com/ english]) :Z-Wave home Automation devices including a new Z-Wave USB interface + inclusion controller in one, and surveillance cameras.  Also, a low-cost LinuxMCE-compatible core combined with a Wi-Fi access point.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Smarthome&#039;&#039;&#039; ([http://wwww.smarthome.com english]) :Home Automation supplies including Insteon, X10, and Zwave and more custom components as well.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Provantage&#039;&#039;&#039; ([http://www.provantage.com/ english]) :Computing parts and accessory superstore.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;NewEgg&#039;&#039;&#039; ([http://www.newegg.com/ english]) :Computing parts and accessories.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Mini-ITX&#039;&#039;&#039; ([http://www.mini-itx.com/store/?c=27 english]) :Thin Clients utilizing their small motherboard technology.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Australia ==&lt;br /&gt;
&#039;&#039;&#039;MSY Technology&#039;&#039;&#039; ([http://www.msy.com.au]) Computing parts and accessories. Reasonably priced and in most states of Australia.&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Belgium ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IntelliHome&#039;&#039;&#039; Domotica Shop ([http://www.intellihome.be/ multi]/[http://www.intellihome.be/english/home.asp english]/[http://www.intellihome.be/nederlands/home.asp dutch]/[http://www.intellihome.be/francais/home.asp french]/[http://www.intellihome.be/deutsch/home.asp german]) Marmitek X10 Home Automation/Security Products, European shipping&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Voipsolutions&#039;&#039;&#039; ([http://www.voipsolutions.be/ english]/[http://www.voipsolutions.be/language/fr french]/[http://www.voipsolutions.be/language/nl dutch]) All kinds of VoIP related hardware solutions.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Denmark ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Seluxit&#039;&#039;&#039; ([http://www.seluxit.com english]) Z-wave products incl. [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=30 multi-sensor] [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=29 usb homecontroller]&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Innovus&#039;&#039;&#039; ([http://www.innovus.dk/ danish]/[http://www.innovus.eu english]) Z-wave products&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ElectronicHouseKeeper&#039;&#039;&#039; ([http://www.electronichousekeeper.com danish]) Their own line of Z-wave products&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Germany ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DVBShop&#039;&#039;&#039; ([http://www.dvbshop.net english]) Everything you need for DVB (Cable, Sattelite or Terrestrial) digital television, worldwide shipping.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zwave4u&#039;&#039;&#039; ([http://www.zwave4u.de german]) Z-wave products. Accepts Paypal.&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merten&#039;&#039;&#039; ([http://www.merten.de german]) Own line of Z-wave products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Firma ENS Elektronetshop&#039;&#039;&#039; ([http://www.elektronetshop.de german]) Merten stuff &lt;br /&gt;
* Best price found on Sep 9, 2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Voltus Elektro Shop&#039;&#039;&#039; ([http://www.voltus.de german]) - Merten stuff &lt;br /&gt;
* Also cheaper than official Merten prices, but I found service to be severely lacking (very, very unresponsive!). Summer 2008.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duewi&#039;&#039;&#039; ([http://www.duewi.de german]) They have their own line of Z-wave products.&lt;br /&gt;
* No online shop.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FINE-BUY&#039;&#039;&#039; ([http://www.fine-buy.de/ german]) They have some touchscreens.&lt;br /&gt;
* the 12.1&amp;quot; (http://www.fine-buy.de/shop/product_info.php?cPath=3_30_64&amp;amp;products_id=159) works fine: [[Egalax-Touchscreen]]&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
=== Italy ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Z-wave Europe&#039;&#039;&#039; ([http://www.z-wave-europe.org/ italian]) Z-wave product list for Europe and website links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Netherlands ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ElekHomica&#039;&#039;&#039; ([http://www.elekhomica.nl/ dutch]/[http://www.elekhomica.nl/infopage2.php?language=nn english])&lt;br /&gt;
X10 and Zwave, even remote controlled curtainrail!  EU shipping (curtainrail NL/BE only).&lt;br /&gt;
* Quick and painless delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ALTERNATE&#039;&#039;&#039; Computerversand ([http://www.alternate.nl/ dutch]) [http://www.alternate.nl/html/productDetails.html?artno=NMZV62 airmouse] and lots of regular PC hardware, &lt;br /&gt;
* Usually slow on delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iHabitat&#039;&#039;&#039; Home automation ([http://www.ihabitat.nl/ dutch])&lt;br /&gt;
[http://www.ihabitat.nl/html/global_cache.html gc100] &lt;br /&gt;
* A bit slow to respond to the inquiry, but fast no-nonsense delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MyPowerShop&#039;&#039;&#039; ([http://www.mypowershop.eu dutch]) X10 and Z-wave products. Accepts Paypal&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Norway ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tronika aka Smarthus&#039;&#039;&#039; ([http://www.smarthus.info/ norwegian]) Z-wave products incl. [http://www.smarthus.info/product_info.php?cPath=1_46_115&amp;amp;products_id=2248 usb homecontroller]&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sweden ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Eliving&#039;&#039;&#039; ([http://www.eliving.se swedish]) Z-wave products incl. [http://www.eliving.se/product_info.php?cPath=21_29&amp;amp;products_id=72 usb homecontroller]&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== United Kingdom ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Convergent Home Technologies - The Digital Home Specialists&#039;&#039;&#039; ([http://www.chtukltd.co.uk English])&lt;br /&gt;
* Core/Hybrids built &amp;amp; tested to order (AM2/nVidia, Intel)&lt;br /&gt;
* MD&#039;s built &amp;amp; tested (AM2/nVidia, AM2/ATI, Intel)&lt;br /&gt;
* Z-wave - full range of European units&lt;br /&gt;
* lmce-0710 software pre-installed &amp;amp; configured on all Core/Hybrids&lt;br /&gt;
* Full after sales support provided&lt;br /&gt;
* Will Ship Worldwide (but not currently to the US)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Let&#039;s automate&#039;&#039;&#039; ([http://www.letsautomate.com/index.cfm english]) ZWave home automation&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16475</id>
		<title>Where to Buy</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16475"/>
		<updated>2008-12-04T20:50:21Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: /* United States */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware| ]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
This is &#039;&#039;&#039;not&#039;&#039;&#039; meant as an endorsement, but the question of where to buy certain things pops up regularly.  Some of this equipment can be hard to find locally, so help out and add your own suppliers to the list if they aren&#039;t already there and either way feel free to add a line with your experience.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add countries alphabetically, and append new stores to the bottom of the lists in order to keep things organized, thank you and good luck with that shopping list!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== America ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== United States ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fiire&#039;&#039;&#039; ([http://www.fiire.com/ english]) &#039;&#039;The&#039;&#039; remote, and also core/media director hardware.&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Mi Casa Verde&#039;&#039;&#039; ([http://shop.micasaverde.com/ english]) Z-Wave home Automation devices including a new Z-Wave USB interface + inclusion controller in one, and surveillance cameras.  Also, a low-cost LinuxMCE-compatible core combined with a Wi-Fi access point.&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smarthome&#039;&#039;&#039; ([http://wwww.smarthome.com english]) Home Automation supplies including Insteon, X10, and Zwave and more custom components as well.&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Provantage&#039;&#039;&#039; ([http://www.provantage.com/ english]) Computing parts and accessory superstore.&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;NewEgg&#039;&#039;&#039; ([http://www.newegg.com/ english]) Computing parts and accessories.&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Mini-ITX&#039;&#039;&#039; ([http://www.mini-itx.com/store/?c=27 english]) Thin Clients utilizing their small motherboard technology.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Australia ==&lt;br /&gt;
&#039;&#039;&#039;MSY Technology&#039;&#039;&#039; ([http://www.msy.com.au]) Computing parts and accessories. Reasonably priced and in most states of Australia.&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Belgium ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IntelliHome&#039;&#039;&#039; Domotica Shop ([http://www.intellihome.be/ multi]/[http://www.intellihome.be/english/home.asp english]/[http://www.intellihome.be/nederlands/home.asp dutch]/[http://www.intellihome.be/francais/home.asp french]/[http://www.intellihome.be/deutsch/home.asp german]) Marmitek X10 Home Automation/Security Products, European shipping&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Voipsolutions&#039;&#039;&#039; ([http://www.voipsolutions.be/ english]/[http://www.voipsolutions.be/language/fr french]/[http://www.voipsolutions.be/language/nl dutch]) All kinds of VoIP related hardware solutions.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Denmark ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Seluxit&#039;&#039;&#039; ([http://www.seluxit.com english]) Z-wave products incl. [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=30 multi-sensor] [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=29 usb homecontroller]&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Innovus&#039;&#039;&#039; ([http://www.innovus.dk/ danish]/[http://www.innovus.eu english]) Z-wave products&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ElectronicHouseKeeper&#039;&#039;&#039; ([http://www.electronichousekeeper.com danish]) Their own line of Z-wave products&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Germany ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DVBShop&#039;&#039;&#039; ([http://www.dvbshop.net english]) Everything you need for DVB (Cable, Sattelite or Terrestrial) digital television, worldwide shipping.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zwave4u&#039;&#039;&#039; ([http://www.zwave4u.de german]) Z-wave products. Accepts Paypal.&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merten&#039;&#039;&#039; ([http://www.merten.de german]) Own line of Z-wave products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Firma ENS Elektronetshop&#039;&#039;&#039; ([http://www.elektronetshop.de german]) Merten stuff &lt;br /&gt;
* Best price found on Sep 9, 2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Voltus Elektro Shop&#039;&#039;&#039; ([http://www.voltus.de german]) - Merten stuff &lt;br /&gt;
* Also cheaper than official Merten prices, but I found service to be severely lacking (very, very unresponsive!). Summer 2008.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duewi&#039;&#039;&#039; ([http://www.duewi.de german]) They have their own line of Z-wave products.&lt;br /&gt;
* No online shop.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FINE-BUY&#039;&#039;&#039; ([http://www.fine-buy.de/ german]) They have some touchscreens.&lt;br /&gt;
* the 12.1&amp;quot; (http://www.fine-buy.de/shop/product_info.php?cPath=3_30_64&amp;amp;products_id=159) works fine: [[Egalax-Touchscreen]]&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
=== Italy ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Z-wave Europe&#039;&#039;&#039; ([http://www.z-wave-europe.org/ italian]) Z-wave product list for Europe and website links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Netherlands ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ElekHomica&#039;&#039;&#039; ([http://www.elekhomica.nl/ dutch]/[http://www.elekhomica.nl/infopage2.php?language=nn english])&lt;br /&gt;
X10 and Zwave, even remote controlled curtainrail!  EU shipping (curtainrail NL/BE only).&lt;br /&gt;
* Quick and painless delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ALTERNATE&#039;&#039;&#039; Computerversand ([http://www.alternate.nl/ dutch]) [http://www.alternate.nl/html/productDetails.html?artno=NMZV62 airmouse] and lots of regular PC hardware, &lt;br /&gt;
* Usually slow on delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iHabitat&#039;&#039;&#039; Home automation ([http://www.ihabitat.nl/ dutch])&lt;br /&gt;
[http://www.ihabitat.nl/html/global_cache.html gc100] &lt;br /&gt;
* A bit slow to respond to the inquiry, but fast no-nonsense delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MyPowerShop&#039;&#039;&#039; ([http://www.mypowershop.eu dutch]) X10 and Z-wave products. Accepts Paypal&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Norway ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tronika aka Smarthus&#039;&#039;&#039; ([http://www.smarthus.info/ norwegian]) Z-wave products incl. [http://www.smarthus.info/product_info.php?cPath=1_46_115&amp;amp;products_id=2248 usb homecontroller]&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sweden ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Eliving&#039;&#039;&#039; ([http://www.eliving.se swedish]) Z-wave products incl. [http://www.eliving.se/product_info.php?cPath=21_29&amp;amp;products_id=72 usb homecontroller]&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== United Kingdom ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Convergent Home Technologies - The Digital Home Specialists&#039;&#039;&#039; ([http://www.chtukltd.co.uk English])&lt;br /&gt;
* Core/Hybrids built &amp;amp; tested to order (AM2/nVidia, Intel)&lt;br /&gt;
* MD&#039;s built &amp;amp; tested (AM2/nVidia, AM2/ATI, Intel)&lt;br /&gt;
* Z-wave - full range of European units&lt;br /&gt;
* lmce-0710 software pre-installed &amp;amp; configured on all Core/Hybrids&lt;br /&gt;
* Full after sales support provided&lt;br /&gt;
* Will Ship Worldwide (but not currently to the US)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Let&#039;s automate&#039;&#039;&#039; ([http://www.letsautomate.com/index.cfm english]) ZWave home automation&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16474</id>
		<title>Where to Buy</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=16474"/>
		<updated>2008-12-04T20:45:57Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware| ]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
This is &#039;&#039;&#039;not&#039;&#039;&#039; meant as an endorsement, but the question of where to buy certain things pops up regularly.  Some of this equipment can be hard to find locally, so help out and add your own suppliers to the list if they aren&#039;t already there and either way feel free to add a line with your experience.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add countries alphabetically, and append new stores to the bottom of the lists in order to keep things organized, thank you and good luck with that shopping list!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== America ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== United States ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fiire&#039;&#039;&#039; ([http://www.fiire.com/ english]) &#039;&#039;The&#039;&#039; remote, and also core/media director hardware.&lt;br /&gt;
&#039;&#039;&#039;Mi Casa Verde&#039;&#039;&#039; ([http://shop.micasaverde.com/ english]) Z-Wave home Automation devices including a new Z-Wave USB interface + inclusion controller in one, and surveillance cameras.  Also, a low-cost LinuxMCE-compatible core combined with a Wi-Fi access point.&lt;br /&gt;
&#039;&#039;&#039;Smarthome&#039;&#039;&#039; ([http://wwww.smarthome.com english]) Home Automation supplies including Insteon, X10, and Zwave and more custom components as well.&lt;br /&gt;
&#039;&#039;&#039;Provantage&#039;&#039;&#039; ([http://www.provantage.com/ english]) Computing parts and accessory superstore.&lt;br /&gt;
&#039;&#039;&#039;NewEgg&#039;&#039;&#039; ([http://www.newegg.com/ english]) Computing parts and accessories.&lt;br /&gt;
&#039;&#039;&#039;Mini-ITX&#039;&#039;&#039; ([http://www.mini-itx.com/store/?c=27 english]) Thin Clients utilizing their small motherboard technology.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Australia ==&lt;br /&gt;
&#039;&#039;&#039;MSY Technology&#039;&#039;&#039; ([http://www.msy.com.au]) Computing parts and accessories. Reasonably priced and in most states of Australia.&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Belgium ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IntelliHome&#039;&#039;&#039; Domotica Shop ([http://www.intellihome.be/ multi]/[http://www.intellihome.be/english/home.asp english]/[http://www.intellihome.be/nederlands/home.asp dutch]/[http://www.intellihome.be/francais/home.asp french]/[http://www.intellihome.be/deutsch/home.asp german]) Marmitek X10 Home Automation/Security Products, European shipping&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Voipsolutions&#039;&#039;&#039; ([http://www.voipsolutions.be/ english]/[http://www.voipsolutions.be/language/fr french]/[http://www.voipsolutions.be/language/nl dutch]) All kinds of VoIP related hardware solutions.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Denmark ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Seluxit&#039;&#039;&#039; ([http://www.seluxit.com english]) Z-wave products incl. [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=30 multi-sensor] [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=29 usb homecontroller]&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Innovus&#039;&#039;&#039; ([http://www.innovus.dk/ danish]/[http://www.innovus.eu english]) Z-wave products&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ElectronicHouseKeeper&#039;&#039;&#039; ([http://www.electronichousekeeper.com danish]) Their own line of Z-wave products&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Germany ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DVBShop&#039;&#039;&#039; ([http://www.dvbshop.net english]) Everything you need for DVB (Cable, Sattelite or Terrestrial) digital television, worldwide shipping.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zwave4u&#039;&#039;&#039; ([http://www.zwave4u.de german]) Z-wave products. Accepts Paypal.&lt;br /&gt;
* Not yet tested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merten&#039;&#039;&#039; ([http://www.merten.de german]) Own line of Z-wave products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Firma ENS Elektronetshop&#039;&#039;&#039; ([http://www.elektronetshop.de german]) Merten stuff &lt;br /&gt;
* Best price found on Sep 9, 2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Voltus Elektro Shop&#039;&#039;&#039; ([http://www.voltus.de german]) - Merten stuff &lt;br /&gt;
* Also cheaper than official Merten prices, but I found service to be severely lacking (very, very unresponsive!). Summer 2008.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Duewi&#039;&#039;&#039; ([http://www.duewi.de german]) They have their own line of Z-wave products.&lt;br /&gt;
* No online shop.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FINE-BUY&#039;&#039;&#039; ([http://www.fine-buy.de/ german]) They have some touchscreens.&lt;br /&gt;
* the 12.1&amp;quot; (http://www.fine-buy.de/shop/product_info.php?cPath=3_30_64&amp;amp;products_id=159) works fine: [[Egalax-Touchscreen]]&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
=== Italy ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Z-wave Europe&#039;&#039;&#039; ([http://www.z-wave-europe.org/ italian]) Z-wave product list for Europe and website links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Netherlands ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ElekHomica&#039;&#039;&#039; ([http://www.elekhomica.nl/ dutch]/[http://www.elekhomica.nl/infopage2.php?language=nn english])&lt;br /&gt;
X10 and Zwave, even remote controlled curtainrail!  EU shipping (curtainrail NL/BE only).&lt;br /&gt;
* Quick and painless delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ALTERNATE&#039;&#039;&#039; Computerversand ([http://www.alternate.nl/ dutch]) [http://www.alternate.nl/html/productDetails.html?artno=NMZV62 airmouse] and lots of regular PC hardware, &lt;br /&gt;
* Usually slow on delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iHabitat&#039;&#039;&#039; Home automation ([http://www.ihabitat.nl/ dutch])&lt;br /&gt;
[http://www.ihabitat.nl/html/global_cache.html gc100] &lt;br /&gt;
* A bit slow to respond to the inquiry, but fast no-nonsense delivery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;MyPowerShop&#039;&#039;&#039; ([http://www.mypowershop.eu dutch]) X10 and Z-wave products. Accepts Paypal&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Norway ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tronika aka Smarthus&#039;&#039;&#039; ([http://www.smarthus.info/ norwegian]) Z-wave products incl. [http://www.smarthus.info/product_info.php?cPath=1_46_115&amp;amp;products_id=2248 usb homecontroller]&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sweden ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Eliving&#039;&#039;&#039; ([http://www.eliving.se swedish]) Z-wave products incl. [http://www.eliving.se/product_info.php?cPath=21_29&amp;amp;products_id=72 usb homecontroller]&lt;br /&gt;
* Not yet tested&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== United Kingdom ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Convergent Home Technologies - The Digital Home Specialists&#039;&#039;&#039; ([http://www.chtukltd.co.uk English])&lt;br /&gt;
* Core/Hybrids built &amp;amp; tested to order (AM2/nVidia, Intel)&lt;br /&gt;
* MD&#039;s built &amp;amp; tested (AM2/nVidia, AM2/ATI, Intel)&lt;br /&gt;
* Z-wave - full range of European units&lt;br /&gt;
* lmce-0710 software pre-installed &amp;amp; configured on all Core/Hybrids&lt;br /&gt;
* Full after sales support provided&lt;br /&gt;
* Will Ship Worldwide (but not currently to the US)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Let&#039;s automate&#039;&#039;&#039; ([http://www.letsautomate.com/index.cfm english]) ZWave home automation&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=ASUS_P1_AH2&amp;diff=16407</id>
		<title>ASUS P1 AH2</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=ASUS_P1_AH2&amp;diff=16407"/>
		<updated>2008-12-01T00:47:02Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: Added in the new information from NewEgg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:  Hardware]]&lt;br /&gt;
[[Category:  Barebones]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASUS P1-AH2 Barebones&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Specs:&lt;br /&gt;
  CPU Type	 AMD Athlon 64/FX/X2 up to 4600+ GHz&lt;br /&gt;
  CPU Socket	 AMD Socket AM2&lt;br /&gt;
  FSB	         1000MHz HyperTransport&lt;br /&gt;
  North Bridge	 NVIDIA GeForce 6150&lt;br /&gt;
  Memory slot	 2 x 240Pin&lt;br /&gt;
  Memory Type Supported	 DDR2 667/800&lt;br /&gt;
  Max Memory Supported	 2GB&lt;br /&gt;
  Dual Channel Memory Supported	 YesPCI Express	 None&lt;br /&gt;
  PCI	 2&lt;br /&gt;
  IDE ATA	 1 x ATA 133&lt;br /&gt;
  Serial ATA	 2 x SATAII 300&lt;br /&gt;
  Onboard Video	 GeForce 6150&lt;br /&gt;
  Onboard Audio	 Azalia ALC86-DTS&lt;br /&gt;
  Channel	 6-CH&lt;br /&gt;
  Max LAN Speed	 10/100/1000Mbps&lt;br /&gt;
  3.5&amp;quot; Internal bays	 1&lt;br /&gt;
  5.25&amp;quot; External bays	 1&lt;br /&gt;
  Front USB	 2&lt;br /&gt;
  Front IEEE 1394	 2&lt;br /&gt;
  Front S/PDIF Out	 Yes&lt;br /&gt;
  Front Audio Ports	 2 jacks&lt;br /&gt;
  Card Reader	 3 in 1&lt;br /&gt;
  PS/2	 2 &lt;br /&gt;
  COM	 1&lt;br /&gt;
  LPT	 1 &lt;br /&gt;
  VGA	 1 x DVI&lt;br /&gt;
  1 x D-sub&lt;br /&gt;
  TV-Out	 S-Video + RCA&lt;br /&gt;
  Rear USB	 2 &lt;br /&gt;
  Rear Audio Ports	 3 jacks&lt;br /&gt;
  Power Supply&lt;br /&gt;
  Power Supply	 250W (PFC)&lt;br /&gt;
&lt;br /&gt;
Comments:&lt;br /&gt;
&lt;br /&gt;
With bios version 0404 you can install AMD Athlon 64 X2 CPUs up to 6000+, the specs above were prior to this bios release.  Very sturdy well built pc with a small footprint.  I currently do not have a capture card in mine, but have read reviews stating that a capture card will fit but the install will be tight.  I am currently running a Sempron 3000+ with 1GB ram and as a hybrid this machine works beautifully.  Quick install DVD works fine with no video card related issues due to the nvidia 6150.  Also am using spdif optical out with no issues.  The only negative for this machine is that the spdif out is on the FRONT of the machine.  So if you&#039;re using this out in the open you&#039;ll have to deal with looking at a cable coming out of the front if you use the optical out.  Since I&#039;m not doing any video capture, I can&#039;t comment much on performance, but running UI2 with overlay and playing .avi movies the machine doesn&#039;t even break a sweat.  With the Sempron 3000+ I cannot play 1080p but can play 720p with no problems.&lt;br /&gt;
&lt;br /&gt;
Link: http://www.newegg.com/Product/Product.aspx?Item=N82E16856110057 (This item has been deactivated at NewEgg)&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Category:Media_Directors&amp;diff=16406</id>
		<title>Category:Media Directors</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Category:Media_Directors&amp;diff=16406"/>
		<updated>2008-12-01T00:43:54Z</updated>

		<summary type="html">&lt;p&gt;Randomblink: Trying to get this page to show up in the Hardware Subcategories area.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Hardware]]&lt;br /&gt;
Stand alone devices that can be used as Media Directors.&lt;/div&gt;</summary>
		<author><name>Randomblink</name></author>
	</entry>
</feed>