Its annoying me to much so i had to try again.
This is what i did on 10.10 server:
sudo apt-get install python-software-properties –y
sudo apt-get update
sudo apt-get upgrade –y
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
sudo apt-get update
sudo apt-get install linux-alsa-driver-modules-$(uname -r)
sudo apt-get install binutils gcc –y
sudo wget
http://us.download.nvidia.com/XFree86/Li....09.07.run
sudo sh ./NVIDIA-Linux-x86-275.09.07.run
sudo apt-get install pm-utils policykit-1 upower –y
sudo add-apt-repository ppa:ricotz/unstable
sudo apt-get update
sudo apt-get install alsa –y
sudo nano /etc/modprobe.d/sound.conf
options snd-hda-intel probe_mask=0x101
sudo reboot
sudo alsamixer
sudo alsactl store 0
sudo nano .asoundrc
pcm.!default {
type plug
slave {
pcm "hdmi"
}
}
sudo reboot
sudo add-apt-repository ppa:mario-sitz/ppa
sudo apt-get update
sudo apt-get install xbmc xinit x11-xserver-utils xbmc-standalone –y
I added the script that BurningSky posted on this forum:
# xbmc-standalone
description "Autostart XBMC"
start on (filesystem and stopped udevtrigger)
stop on runlevel [06]
task
console output
emits starting-x
script
su xbmc -c "startx /etc/X11/Xsession /usr/bin/xbmc-standalone"
end script
When i restart i get the terminal login. When i login and manually do:
su xbmc -c "startx /etc/X11/Xsession /usr/bin/xbmc-standalone" XBMC starts after entering my password ( it shouldn't i assume ?) It also works if i manually do su xbmc -c "xinit xbmc" or just xinit xbmc(-standalone )
What am i missing to make it autostart?
I also added xbmc ALL=(ALL) in the sudoers file
Thank you in advance and sorry for asking the same question like 100 others
Best regards,
Henkske