2015-06-13, 07:29
do you have wmctrl installed?
(2015-06-17, 20:44)Zalem Wrote: Hi,
I'm running this addon with kodibuntu and runs perfect most of the time. Thank you for your work!!
My only problem appears just sometimes. I have always Sound in steam bpm but no ingame sound when i start any game.
I configured pulse audio with your tutorial.
Any idea?
Oh a side note.. Sometimes when i open the Audio config menue in steam bpm, i get a gui bug. Then i have to restart my kodi Device. Here's a pic: http://imgur.com/1Mxfik3
(2015-06-19, 01:15)tdhz77 Wrote: Been happy with my KodiStreambuntu machine for a few months now. It's the longest running setup I've had in a long time.
Been running into an issue, and I can't put my finger on it.
After a while my game crashes and I see a blank screen and my TV can't detect a video signal.
This behavior also happens while leaving Steam idle too.
At first I thought my computer shutdown because of heat. I opened the case and installed new fans.
However, the machine is still running and so is steam. Oddly, If I go to my office and stream a game from their to my HTPC -- The GUI (BPM) will popup again.
I'm on the latest Steam.
What video drivers are most people on for Nvidia? I have a 670 GTX.
I also was wondering if openbox has a screensaver, or some sort of energy saver setting?
Haven't been able to figure this one out yet. Any help would be greatly appreciated.
(2015-06-19, 01:18)tdhz77 Wrote:(2015-06-17, 20:44)Zalem Wrote: Hi,
I'm running this addon with kodibuntu and runs perfect most of the time. Thank you for your work!!
My only problem appears just sometimes. I have always Sound in steam bpm but no ingame sound when i start any game.
I configured pulse audio with your tutorial.
Any idea?
Oh a side note.. Sometimes when i open the Audio config menue in steam bpm, i get a gui bug. Then i have to restart my kodi Device. Here's a pic: http://imgur.com/1Mxfik3
Make sure and set a default audio device in Kodi. That's what fixed no in-game sound for me. Also, make sure you are running your audio scripts with proper permissions.
Had your issue once with the gui. I installed the 32bit steam libraries as mentioned at the very bottom of the guide. I think I may have reinstalled steam too.
(2015-06-23, 09:49)teeedubb Wrote: Are you sure pulseaudio is running? No sound in games is a symptom of not having audio mixing available, either dmix or PA. (At least when running games locally)
(2015-02-16, 05:29)metheos Wrote: I didn't have sound in steam until I manually edited /etc/pulse/default.pa
In the 'Load audio drivers statically' section I put my known working alsa device
Code:load-module module-alsa-sink device=hw:0,3
You can determine yours from the output of aplay -l, here's my output
Code:**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
I commented out
Code:#load-module module-udev-detect
And I installed jackdbus
Code:sudo apt-get install jackd2
After that, it "just worked"