added git info

This commit is contained in:
2015-02-23 17:24:47 +01:00
parent 93bf55135b
commit 4b369ecd30
2 changed files with 32 additions and 0 deletions

26
doc/audio.txt Normal file
View File

@@ -0,0 +1,26 @@
# to set audio to HDMI
amixer cset numid=3 2
# to set audio to JACK
amixer cset numid=3 1
# to set audio to Auto
amixer cset numid=3 0
If you're still not getting sound via HDMI
In some rare cases, it is necessary to edit config.txt to force HDMI mode (as opposed to DVI mode, which does not send sound). You can do this by editing
/boot/config.txt
and setting
hdmi_drive=2
then rebooting for the change to take effect.
# Could not connect to socket error ?
Perhaps try adding the following to your $HOME/.mplayer/config file:
Code:
lirc=no

View File

@@ -6,3 +6,9 @@ fi
ln -s `pwd`/bin/* ~/bin/. ln -s `pwd`/bin/* ~/bin/.
sudo apt-get install mplayer sudo apt-get install mplayer
sudo apt-get install git tmux
git config --global user.email "git@djoce.net"
git config --global user.name "Jocelyn Fiat"