• 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 28
Xbmcbuntu 13 Testing Thread
Ok thanx for this information, I'll do that whene I get home tonight.

By the way, on Ubuntu 14.04 LTS, with Intel GPU there is a lot of tearing even with VSync is activated.
I saw that with my desktop and laptop wich both have Intel GPU with Intel Open Source Drivers.

Tested with Xbmc 13 Beta 4 and 12.3, tearing with both versions.
Reply
Most likely the backing store issue. We have fixed that by default on xbmcbuntu.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
Yes, that's the reason I switched to XBMCBuntu. I was happy to see that the HD video playback was perfectly smooth.
I'll keep that until the realease of XBMC 13, then I'll disable the unstable PPA to stable.
Reply
Could have been fixed with a single line for normal Ubuntu as well :-)
Edit: https://github.com/xbmc/XBMCbuntu/commit...fe67979347
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
So I put this line:
+xserver-command=/usr/bin/X -bs -nolisten tcp
In this file ?
/etc/lightdm/lightdm.conf

Then I restart the computer for apply the change ? Or this will work directly ?
Reply
grrr, if you write that + in there, I will happily set you on the ignore list. Please think(!) when you do something. The "+" is from the patch as ... + means: add line - means: remove line.

On a normal Ubuntu system it could also be in /etc/lightdm/ligthdm.conf.d/10-ubuntu-something. Just find the Seat Defaults and write that line under it (without (!) the +) ... you need of course to reboot / restart lightdm and verify Xorg.0.log to have BackingStore disabled.

Btw. take care with your mailserver, if you already fail at patching / editing a single text file.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
Be cool, I'm not familiar with this way to write a file. Now I've learn a usefull thing thank to you, but no reason to be condescending with me.

On my Ubuntu 14.04 LTS in /etc/lightdm I have only "user.conf".
Reply
** never mind, got it working **
Reply
new build beta4 is available, but changelog is minimal(see OP). There is no need to reinstall your system, if everything is working.
Reply
Hey guys,

I got XBMC 12 running on my Intel Haswell HTPC. Is there an easy way to upgrade to latest 13 beta without a complete reinstall?

thanks,

boba
Reply
Yes, see Team XBMC PPA (wiki)
Reply
(2014-03-20, 08:41)wsnipex Wrote: @vip723:
The file the file you played is VC1, can you check that its not interlaced? Mediainfo will tell you.

can you add this line under [SeatDefaults] in
Code:
xserver-command=/usr/bin/X -bs -nolisten tcp
It should hopefully get rid of tearing.


@KeithLM: just to make sure, you did remove your changes from /etc/init/lightdm.conf, right?

Thanks for this. I had tearing (and keypresses being ignored in fullscreen video) after upgrading an existing xbmcbuntu installation to 14.04. Adding:
Code:
xserver-command=/usr/bin/X -bs -nolisten tcp
in the [SeatDefaults] section of /etc/lightdm/lightdm.conf and rebooting fixed it!
Reply
On Ubuntu 14.04, it's in this file you have to add the line.
/usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf
Reply
Please, don't change stuff in /usr/share that will directly be overwritten by any system upgrade.

Write it to /etc/lightdm/lightdm.conf.d/10-ubuntu.conf (create that file)

Code:
[SeatDefaults]
xserver-command=/usr/bin/X -bs -nolisten tcp
user-session=ubuntu
allow-guest=false

This is for normal Ubuntu Installation, off topic and not needed for Xbmcbuntu
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
Hi Everyone!

I see in the release notes for beta 4 that .asoundrc is removed, as I use an Intel NUC and would also like to play some steam games from time to time, how do I enable sound again on the XBMCBuntu desktop?

In the previous beta, sound drivers were provided by ALSA, which relies on .asoundrc to have sound on the normal xbmcbuntu desktop (don't quote me on that, I just read that in some threads here on the XBMC forums).

So, with that file gone, I don't have any sound when I'm on the desktop or use a program outside of XBMC.

Anybody any ideas?
Reply
  • 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 28

Logout Mark Read Team Forum Stats Members Help
Xbmcbuntu 13 Testing Thread3