[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:multimedia:htpc [2013/01/23 17:47 (UTC)] – [Build A Slackware Mediacenter (HTPC) With XBMC] hazelhowtos:multimedia:htpc [2013/01/23 17:50 (UTC)] – [Some Other Things to Configure] hazel
Line 5: Line 5:
 ====== My Situation ====== ====== My Situation ======
  
-I wanted a **stand alone** media center and everything pointed to XBMC. I tried the various LiveCD versions of XBMC but each had problems that either made to system just not work or were too annoying.  The solution turned out to be a Slackware 14 box that boots right into XBMC.+I wanted a **stand alone** media center and everything pointed to XBMC. I tried the various LiveCD versions of XBMC but each had problems that either prevented the system from working or were too annoying.  The solution turned out to be a Slackware 14 box that boots right into XBMC.
  
 ====== Here's What I Did ====== ====== Here's What I Did ======
Line 27: Line 27:
 exec /usr/bin/xbmc -geometry +0+0 exec /usr/bin/xbmc -geometry +0+0
 </code> </code>
-  - "su" back to root+  - "su" to root
   - Install FFMPEG, XBMC and their dependencies via [[http://www.sbopkg.org/|sbopkg]].   - Install FFMPEG, XBMC and their dependencies via [[http://www.sbopkg.org/|sbopkg]].
   - Edit /etc/rc.d/rc.local and add: <code>   - Edit /etc/rc.d/rc.local and add: <code>
Line 37: Line 37:
 ====== Some Other Things to Configure ===== ====== Some Other Things to Configure =====
  
-If you keep your media files on other machines and they are accessible via Samba or NFS, make sure you:+If you keep your media files on other machines and they are accessible via Samba or NFS, make sure you enable file sharing:
  
   * To enable Samba file sharing: <code>   * To enable Samba file sharing: <code>
 howtos:multimedia:htpc ()