You are not logged in.
Pages: 1
Few weeks ago I upgraded xbmc (to 9.11).
Since than it is not anymore usable.
The mouse cursor is very slow and the whole application is unresponsive.
I have nVidia5700fx and official drivers (from arch repo).
Some other applications are running well (counter-strike with wine).
(sorry for bad English)
Offline
Are you using PM3HD skin? Change it to Confluence or to the old standard skin.
It's a know bug, but not solved.
I have it with an ATI 9250se gpu. Some things are slow has hell!
Last edited by TigTex (2009-12-21 20:03:23)
.::. TigTex @ Portugal .::.
Offline
I am using PM3 skin (I always did).
I tried Confluence, but there is no difference.
Menus are still unresponsive and very slow.
Offline
This could be related to the fact that XBMC havn't updated to use libjpeg7 yet, check the main XBMC thread I think there are ways to downgrade outlined in there.
Jack.
Offline
I just tried the Alaska skin and it's super smooth and very fast. it's almost fully functional, here's the todo list:
http://xbmc.org/forum/showthread.php?t=62586
PKGBUILD:
pkgname=xbmc-skin-alaska-git
pkgver=20091225
pkgrel=1
pkgdesc="Alaska skin for XBMC"
arch=('i686' 'x86_64')
url="http://xbmc.org/forum/forumdisplay.php?f=126"
source=()
md5sums=()
depends=('xbmc')
makedepends=('git')
license=('GPL')
_gitroot="git://github.com/HitcherUK/Alaska.git"
_gitname="Alaska"
build() {
cd ${srcdir}
msg "Connecting to GIT server"
if [ -d $_gitname ] ; then
cd $_gitname && git pull origin
msg "The local files are updated."
else
git clone $_gitroot
fi
msg "GIT checkout done or server timeout"
mkdir -p $pkgdir/usr/share/xbmc/skin/Alaska
cp -r $startdir/src/$_gitname/* $pkgdir/usr/share/xbmc/skin/Alaska/
}Offline
Xbmc 9.11 the final version is released and now everything is working good ![]()
(this post can be marked as SOLVED)
Offline
Pages: 1