Posts: 23,451
Joined: Aug 2011
Reputation:
1,096
fritsch
Team-Kodi Developer
Posts: 23,451
2012-10-14, 08:01
(This post was last modified: 2012-10-14, 08:05 by fritsch.)
@gfisher:
Have a look in LinuxRendererGL.cpp at approx Line 1700. Also look at the Prepare Code.
I see two possibilities, where this can be done:
a) CLinuxRendererGL::UploadXVBATexture
b) CLinuxRendererGL::RenderXVBA
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 5
Joined: Oct 2012
Reputation:
0
This is the error i get when installing the driver:
dpkg: dependency problems prevent configuration of fglrx:
fglrx depends on xserver-xorg-core (>= 2:1.10.99.901); however:
Version of xserver-xorg-core on system is 2:1.10.4-1ubuntu4.2.
fglrx depends on xorg-video-abi-11 | xorg-video-abi-12 | xorg-video-abi-13; however:
Package xorg-video-abi-11 is not installed.
Package xorg-video-abi-12 is not installed.
Package xorg-video-abi-13 is not installed.
And when i try to install it:
sudo apt-get install xorg-video-abi-11
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xorg-video-abi-11 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'xorg-video-abi-11' has no installation candidate
Posts: 23,451
Joined: Aug 2011
Reputation:
1,096
fritsch
Team-Kodi Developer
Posts: 23,451
2012-10-14, 23:03
(This post was last modified: 2012-10-14, 23:03 by fritsch.)
@skyhigh12:
Oh man - you are directly installing the fglrx deb you got from this page :-( It is _not_ compatible with precise without rebuilding ... just click three pages back and you see how to do it.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 23,451
Joined: Aug 2011
Reputation:
1,096
fritsch
Team-Kodi Developer
Posts: 23,451
@skyhigh12:
lsb_release -a
uname -a
what do they tell?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 5
Joined: Oct 2012
Reputation:
0
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10 - XBMCbuntu
Release: 11.10
Codename: oneiric
Linux xbmc 3.0.0-26-generic-pae #43-Ubuntu SMP Tue Sep 25 17:39:44 UTC 2012 i686 athlon i386 GNU/Linux
Thanks for your help, i'm guessing i've messed something up here!
Posts: 23,451
Joined: Aug 2011
Reputation:
1,096
fritsch
Team-Kodi Developer
Posts: 23,451
2012-10-14, 23:17
(This post was last modified: 2012-10-14, 23:18 by fritsch.)
@skyhigh12:
This won't work on oneiric. The howto was written for Precise. I made that clear with editing the post.
in order to recover, try:
sudo apt-get -f install
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 298
Joined: Jul 2010
Reputation:
0
KRA77
Senior Member
Posts: 298
will you pull the pvr api updates for the testing ppa soon ?
Posts: 23,451
Joined: Aug 2011
Reputation:
1,096
fritsch
Team-Kodi Developer
Posts: 23,451
@KRA77:
Testing packages have been updated two days ago. Remember those packages are there for testing xvba / vdpau implementation and new patches. Currently there is no need to rebuild the ppa as nothing relevant for this testing has been added. Also there has not been an API bump on mainline since last build.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.