![]() |
|
[Linux] Xbmcbuntu audio weirdness/display shutting off - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: [Linux] Xbmcbuntu audio weirdness/display shutting off (/showthread.php?tid=131168) |
Xbmcbuntu audio weirdness/display shutting off - ehowe01 - 2012-05-09 23:04 So, this post really addresses 2 problems I'm having with XBMCbuntu. Background: My system is an Asus Eeepc EB1501P (Atom dual core with Nvidia ION 2 chipset). This unit is connected to my TV and I have no keyboard or mouse connected to it. I do all administration through SSH and the front end is controlled with a remote. Everything worked out of the box on my install, and I have my audio going through HDMI. First problem: Anytime I reboot my media center, the audio will not work until I restart the display manager. I have to ssh in and restart lightdm before I can get sound. I'm sure this has to do with the order something is getting started in, but I can't figure out what is getting started at the wrong time. Second problem: I can't for the life of me figure out how to keep the display from going to sleep. I've tried everything I can think of to disable power management, and nothing seems to work. The display shuts off, and my remote will not wake it up. The box is up and running though, I can shell in and restart lightdm and then everything is back to normal. So, does anybody know how to disable power management? Alternatively, how can I get the display to wake up when I push a button on the remote? Thanks in advance! RE: Xbmcbuntu audio weirdness/display shutting off - ehowe01 - 2012-05-10 22:55 So, I've narrowed down part of the audio problem. It is pulseaudio that is causing the headache. Removed pulseaudio and let alsa handle it natively. That part is working normally. Now I have to figure out how to keep my display from turning off. RE: Xbmcbuntu audio weirdness/display shutting off - hubble_xm - 2012-05-13 10:14 i have similar issues have sorted out the display switching off by installing xscreensaver and disabling screen saver using that application i have sound in xbmc but not in the desktop RE: Xbmcbuntu audio weirdness/display shutting off - kizza42 - 2012-05-30 12:38 Could you guys please provide me some copy pasta, All my wife or I know to do in this situation is sudo reboot.... RE: Xbmcbuntu audio weirdness/display shutting off - Plaguester - 2012-05-30 17:05 The following disables screensaver/screenblank for the session: Code: $ xset s offTo disable it on reboot put the following in /etc/X11/xorg.conf: Code: Section "ServerFlags" Note that the last three options disable other power management items. |