2014-04-28, 01:37
glad you enjoy it.
find ~/.xbmc |grep -i script.steam |grep -i zip && find ~/.xbmc |grep -i repository.teeedubb |grep -i zip
%appdata%\XBMC\
(2014-02-19, 08:14)teeedubb Wrote: Another option is to just use openbox and disable the compositor when xbmc is running, if it gives you problems. Probably easier to setup, especially if you want to run emulators, and one downside of my way is steam/chrome/xbmc take longer to start up due to the session restart+ console text shows up on screen.
(2014-05-03, 04:14)teeedubb Wrote: Yeah, you need to set up xbmcbuntu to boot is to the desktop session.
(2014-05-07, 02:47)teeedubb Wrote: Now that xbmcbuntu 13 is final I will write a new guide, but from what I saw with the betas its very similar to 12, main thing being the openbox session is disabled, take a look in /use/share/xsessions (that path is from memory, so double check) to enable it. Then xbmcbuntu 13 thread has info on how to select the openbox session once its enabled.
echo "xsetroot -solid black &" >> $HOME/.config/openbox/autostart.sh && echo "/usr/bin/xbmc &" >> $HOME/.config/openbox/autostart.sh && chmod +x $HOME/.config/openbox/autostart.sh
# first set oss apps to use dmixer
pcm.dsp {
type plug
slave.pcm "dmixer"
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
# this makes native ALSA apps default to using dmix
pcm.!default {
type plug
slave.pcm "dmixer"
}
ctl.!default {
type hw
card 0
}
pcm.dmixer {
type dmix
ipc_key 101
slave {
pcm "hw:0,3"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}
(2014-05-08, 09:55)teeedubb Wrote: Nice, that about sums everything up. Youve been busy reading
So hows it working for you?
You only need a asound.conf file in /etc/ if you are using multiple users and want those configs system wide, which I doubt youll need on a htpc.
You could modify the script at the bottom of this post to run a compositor when xbmc isnt running, although if a compositor is set up correctly (unredirect fullscreen) it might not interfere with xbmc. I dont use xbmc all that often with a compositor running, so I dont know if it impacts xbmc.
Also from this post it looks like using dmix isnt the best for audio quality, but again what kind of a difference it makes I dont know.
(2014-05-08, 09:55)teeedubb Wrote: Nice, that about sums everything up. Youve been busy reading
So hows it working for you?
sudo gedit /etc/ld.so.conf.d/steam.conf
/usr/lib32
/usr/lib/i386-linux-gnu/mesa
sudo ldconfig
echo "xsetroot -solid black &" >> $HOME/.config/openbox/autostart.sh && echo "/usr/bin/xbmc &" >> $HOME/.config/openbox/autostart.sh && chmod +x $HOME/.config/openbox/autostart.sh