You are not logged in.

#1 2009-12-21 19:08:27

zchira
Member
Registered: 2008-01-13
Posts: 32

xbmc, slow menus (bad performance).

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

#2 2009-12-21 20:02:34

TigTex
Member
From: Portugal
Registered: 2008-06-19
Posts: 301

Re: xbmc, slow menus (bad performance).

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

#3 2009-12-21 20:24:10

zchira
Member
Registered: 2008-01-13
Posts: 32

Re: xbmc, slow menus (bad performance).

I am using PM3 skin (I always did).
I tried Confluence, but there is no difference.
Menus are still unresponsive and very slow.

Offline

#4 2009-12-22 11:00:15

jack.mitchell
Member
From: Ely, Cambridgeshire, UK
Registered: 2008-08-28
Posts: 156
Website

Re: xbmc, slow menus (bad performance).

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

#5 2009-12-25 22:38:46

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,557

Re: xbmc, slow menus (bad performance).

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

#6 2009-12-26 08:15:26

zchira
Member
Registered: 2008-01-13
Posts: 32

Re: xbmc, slow menus (bad performance).

Xbmc 9.11 the final version is released and now everything is working good big_smile

(this post can be marked as SOLVED)

Offline

Board footer

Powered by FluxBB