LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   getting the most out of 3.12/3.13 with hd6850 (https://www.linuxquestions.org/questions/slackware-14/getting-the-most-out-of-3-12-3-13-with-hd6850-4175493547/)

Stuferus 02-03-2014 08:38 AM

getting the most out of 3.12/3.13 with hd6850
 
hi,

what would i need to update if i compile me 3.12 or 3.13 kernel to get the most out of my hd6850? llvm? mesa?

thx

ReaperX7 02-03-2014 11:16 PM

You need the following packages at their most recent versions if listed or later if they are available:

Linux-3.13
LibMesa-10.0.1
LLVM-3.4
GlamorEGL-0.6.0
xf86-video-ati-7.3.0

This should give you the proper support for your video card.

You may wish to also look into driconf-0.9.1-2 (www.slackbuilds.org)

moisespedro 02-04-2014 02:07 AM

Quote:

Originally Posted by ReaperX7 (Post 5110966)
You need the following packages at their most recent versions if listed or later if they are available:

Linux-3.13
LibMesa-10.0.1
LLVM-3.4
GlamorEGL-0.6.0
xf86-video-ati-7.3.0

This should give you the proper support for your video card.

You may wish to also look into driconf-0.9.1-2 (www.slackbuilds.org)

Is it way better than the default install?

TobiSGD 02-04-2014 04:03 AM

Quote:

Originally Posted by ReaperX7 (Post 5110966)
You need the following packages at their most recent versions if listed or later if they are available:

Linux-3.13
LibMesa-10.0.1
LLVM-3.4
GlamorEGL-0.6.0
xf86-video-ati-7.3.0

This should give you the proper support for your video card.

You may wish to also look into driconf-0.9.1-2 (www.slackbuilds.org)

I would add the newest libdrm and libvdpau to the list.
I have done it this way:
- Build Linux 3.13
- Build the latest libdrm
- Build LLVM 3.4
- Build libvdpau
- Build Mesa 10.0.3, add the options --enable-vdpau and --enable-texture-float to the configure-step in the Slackbuild before doing that
- Rebuild libvdpau, this step is necessary, otherwise VDPAU will bail out with not finding the correct library
- Build GLAMOR
- Build xf86-video-ati

With libvdpau you get hardware video decoding, AlienBob's VLC supports this by default (though VLC is bugy when it comes to VDPAU), if you want to use it with MPlayer (works fine here) just rebuilt it, the MPlayer configure script should pick up libvdpau automatically.
The --enable-texture-float option is necessary to get OpenGL 3 support, without that option you will get only OpenGL 2.1
The 3.13 kernel still has some bugs regarding dynamic powermanagement whith some AMD cards with the BARTS chip (HD68xx), which is why it is disabled by default for those cards. On my HD6870 it works fine, so if you want to give it a try append the kernel option radeon.dpm=1 to your lilo.conf.

Quote:

Originally Posted by moisespedro
Is it way better than the default install?

You get:
- hardware video decoding
- dynamic power management
- OpenGL 3 support
- much better performance

Stuferus 02-04-2014 10:00 AM

danke tobi, thanks tobi. :)


All times are GMT -5. The time now is 07:03 PM.