You are not logged in.

#4026 2012-06-16 09:20:56

thedeli
Member
Registered: 2010-02-14
Posts: 59

Re: The AMD/ATI Bar & Grill

Thank you very much for your effort and your time...

Offline

#4027 2012-06-16 14:08:29

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

archive catalyst's repos cleanup
is anybody using archive catalyst repositories (i'm not talking about xorg nor catalyst-hd234k repos)?
Archive repositories were moved into catalyst-hd234k directory when catalyst-hd234k repo was created, seems like nobody noticed that, so i'm thinking about cleanup...
Archive repositories were not and won't be updated.
If you are using archive repo then please tell me about it, i'm planning to remove all archive repos on ~1 of July 2012


new clean patch for i686 to support 3.4 kernel
AUR's catalyst, test, total, total-hd234k, firepro, generator, hook and daemon were updated with this new patch found by 3V0LU710N and created by Sebastian Siebert from OpenSUSE!

Also generator, hook and daemon on [catalyst-hd234k] i686 repo were updated

smile

Last edited by Vi0L0 (2012-06-16 14:46:17)

Offline

#4028 2012-06-16 14:55:37

sleepforlife
Member
Registered: 2011-09-27
Posts: 107

Re: The AMD/ATI Bar & Grill

catalyst-hd234k repo working good here
catalyst 12.4-5
kernel: 3.4.2-2
xorg: 1.11
Mobility Radeon HD 3650

Last edited by sleepforlife (2012-06-16 14:56:16)

Offline

#4029 2012-06-18 18:57:11

rasmuz
Member
Registered: 2012-01-02
Posts: 30

Re: The AMD/ATI Bar & Grill

Hi everybody!

I'm using a laptop with two AMD gpus (HD 6520G and HD 7670M).

I installed latest catalyst drivers from catalyst repo. I only installed catalyst package and then runned aticonfig. Is this correct way to install or do I have to use any hook or daemon too? Wiki section was a bit confusing.

But in Ati Control Center when I choose high performance card then it is not working imo. Laptop has a dedicated led showing when high performance card is running, but that aint lid. Also it wants a restart after every change hmm.

How can I make sure which card is running currently?

Offline

#4030 2012-06-19 11:35:29

dejavu
Member
Registered: 2008-05-26
Posts: 103

Re: The AMD/ATI Bar & Grill

Much thanks also from me Vi0L0!
The idea of creating the packages for the lts kernels is really nice.
So hopefully you will be motivated some time left.

Do you think that xorg111 can be used / compiled also when some underground changes to libraries have been made?

Best Regards

Offline

#4031 2012-06-20 11:24:31

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

dejavu wrote:

The idea of creating the packages for the lts kernels is really nice.

Yup, this idea came originally from Apollo Costa.

dejavu wrote:

Do you think that xorg111 can be used / compiled also when some underground changes to libraries have been made?

If it won't force me to do some developer's work (as i'm not a developer) i can surelly do some recompilation, just let me know if you will get some problems with it.

Last edited by Vi0L0 (2012-06-20 11:27:17)

Offline

#4032 2012-06-20 19:45:54

dejavu
Member
Registered: 2008-05-26
Posts: 103

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:
dejavu wrote:

The idea of creating the packages for the lts kernels is really nice.

Yup, this idea came originally from Apollo Costa.

Ah ok, i switched already to lts and everything is working fine.

Vi0L0 wrote:
dejavu wrote:

Do you think that xorg111 can be used / compiled also when some underground changes to libraries have been made?

If it won't force me to do some developer's work (as i'm not a developer) i can surelly do some recompilation, just let me know if you will get some problems with it.

Thanks again, also I'm sure that there will appear some patches in the Internet, if anything breaks the "old" xorg. ;-)

Offline

#4033 2012-06-21 02:27:11

kismet010
Member
Registered: 2009-09-02
Posts: 137

Re: The AMD/ATI Bar & Grill

Recently updated, xbacklight doesn't work anymore ("No outputs have backlight property").
Downgraded, also kernel, installed catalyst-test from AUR, xorg-server 1.12 but nothing solve it. BTW fullscreen Flash works now with newer versions.
x86_64 / Mobility HD 5650

Edit: [SOLVED] adding "acpi_osi=Linux acpi_backlight=vendor" to grub.

Last edited by kismet010 (2012-06-21 02:49:55)

Offline

#4034 2012-06-28 02:04:03

Smasher816
Member
Registered: 2012-03-15
Posts: 32
Website

Re: The AMD/ATI Bar & Grill

Just stumbled upon this thread.
Vi0L0 or anyone else, do you think you could take a look at this thread of mine? https://bbs.archlinux.org/viewtopic.php … 4#p1122614
I'm sure I'm doing something stupid, but I can not get Catalyst to work with a custom x86_64 linux-3.4 kernel (old_rsp undefined).

Edit: Fixed my problem by manually running the catalyst_build_module commands and MAKEPKG, I have no idea why the supplied package in the AUR does not correctly build the patched the source files.
Edit 2: Turns out its a problem with the 3.4 patch to kcl_ioctl, not calling DEFINE_PER_CPU, because CONFIG_X86_X32 is set on my x86_64 machine. Why?
More info: See post 6 of https://bbs.archlinux.org/viewtopic.php … 8#p1122680

Last edited by Smasher816 (2012-06-28 04:22:33)


(Arch) Linux is user friendly, its just very selective of its friends

Offline

#4035 2012-06-28 09:03:48

achilleas.k
Member
From: Sol 3
Registered: 2011-10-30
Posts: 117

Re: The AMD/ATI Bar & Grill

Nice to see how this thread magically solves everything with little intervention smile

Offline

#4036 2012-06-28 16:46:28

Smasher816
Member
Registered: 2012-03-15
Posts: 32
Website

Re: The AMD/ATI Bar & Grill

Well after that fun I have now ended up with a bug report.
I'm sure where the best place to state it is but
Compiling a kernel with CONFIG_X86_X32=y on a x86_64 machine with a 3.4 kernel breaks this module with the error

fglrx: Unknown symbol old_rsp (err 0)

The solution is to either remove that config from the kernel, or patch the 3.4 patch like so

+//#ifndef CONFIG_X86_X32
+DEFINE_PER_CPU(unsigned long, old_rsp);
+//#endif

Is this a fault in the patch, or should I really disable this kernel flag?

Last edited by Smasher816 (2012-06-28 16:48:41)


(Arch) Linux is user friendly, its just very selective of its friends

Offline

#4037 2012-06-29 12:04:23

agapito
Member
From: Who cares.
Registered: 2008-11-13
Posts: 636

Re: The AMD/ATI Bar & Grill


Excuse my poor English.

Offline

#4038 2012-06-29 12:25:59

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: The AMD/ATI Bar & Grill

12.6 is out, but some people seem to be having problems getting the driver to work ('Unrecognized hardware', and the watermark). Sticking to the beta myself for the time being.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4039 2012-06-29 12:29:10

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,251

Re: The AMD/ATI Bar & Grill

The only good news for me is that the legacy driver will get xorg 1.12 support.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#4040 2012-07-01 18:04:39

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

catalyst 12.6

all mainline catalyst packages @AUR and [catalyst] repo were updated to catalyst 12.6 version.
12.6 stable is afaik same as 12.6 beta (known here as catalyst-test)


12.6:

- supports Radeons HD >= 5xxx ONLY   (hd 2 3 4k users please use catalyst-total-hd234k @AUR or [catalyst-hd234k] repo)

- supports 3.4 kernel (through patches);

- supports xorg-server 1.12



@Smasher816: i will look at it as soon as i get more time (probably tomorrow)

Last edited by Vi0L0 (2012-07-01 18:14:46)

Offline

#4041 2012-07-01 19:27:03

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: The AMD/ATI Bar & Grill

Allow me to pitch this as well: 12.4 and 12.6 allow h.264 High@L5.1 hardware-accelerated playback through XvBA. Before, it used to be limited to High@L4.1.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4042 2012-07-01 22:07:32

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: The AMD/ATI Bar & Grill

Thanks Vi0L0, just upgraded! However, I'm having the same issue as I had with the 12.6 beta driver: I get black screen/flashes in mplayer (using vaapi w/ xvba-video). Is there a solution for this, except for switching to another decoder? I'd like to keep using mplayer-vaapi.


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#4043 2012-07-01 22:54:25

tungsten
Member
Registered: 2012-02-22
Posts: 14

Re: The AMD/ATI Bar & Grill

I've been having problems with xvba-video since I upgraded to 12.6 with catalyst-test, it only works as root. And after installing the new catalyst-hook, I get the Unsupported Hardware watermark, even though I have a 6310.
Hardware acceleration for smooth 1080p playback on my netbook is the main reason I use Catalyst, this is a real deal breaker for me =/

Offline

#4044 2012-07-02 01:12:50

bananagranola
Member
From: US
Registered: 2011-08-07
Posts: 88
Website

Re: The AMD/ATI Bar & Grill

I'm using the RadeonHD 6310. The upgrade is giving me the "AMD Unsupported Hardware" watermark, and aticonfig says that no supported adapters are detected. Has anyone else noticed this?

I did use the Radeon 6870 script from the wiki to remove the watermark, and with a manual xorg.conf it works fine. I'm just wondering if anyone else noticed this and if anyone knows what changed.

Offline

#4045 2012-07-02 07:30:29

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

From phoronix:
"For users running supported hardware, some of them are getting the notorious unsupported watermark logo"

Guess that for some users 12.4 is better, at least till amd will fix it.

Last edited by Vi0L0 (2012-07-02 07:31:57)

Offline

#4046 2012-07-02 08:05:59

achilleas.k
Member
From: Sol 3
Registered: 2011-10-30
Posts: 117

Re: The AMD/ATI Bar & Grill

Updated everything today. Catalyst 12.6 (built using Catalyst hook) on 3.4.4-2-ck kernel working fine. I even updated to Xorg 1.12 and tested the good old video crashing bug.
(HD5750 on Lenovo Y560).

Nice to have everything at the latest version for once, though I suspect we're going to need an x112 repo once 1.13 gets released, because that's just the way it is.

Offline

#4047 2012-07-02 11:47:19

arctos
Member
Registered: 2010-12-19
Posts: 13

Re: The AMD/ATI Bar & Grill

bananagranola wrote:

I'm using the RadeonHD 6310. The upgrade is giving me the "AMD Unsupported Hardware" watermark, and aticonfig says that no supported adapters are detected. Has anyone else noticed this?

Same situation here. I've got the  "AMD Unsupported Hardware" watermark and my system became unusable.
Any idea how to make my system work again?

Offline

#4048 2012-07-02 11:48:35

arctos
Member
Registered: 2010-12-19
Posts: 13

Re: The AMD/ATI Bar & Grill

bananagranola wrote:

I'm using the RadeonHD 6310. The upgrade is giving me the "AMD Unsupported Hardware" watermark, and aticonfig says that no supported adapters are detected. Has anyone else noticed this?

Same situation here. I've got the  "AMD Unsupported Hardware" watermark and my system became unusable. I cannot even move the mouse after installing Catalyst 12.6 and upgrading xorg-server to 1.12
Any idea how to make my system work again?

Last edited by arctos (2012-07-02 11:49:05)

Offline

#4049 2012-07-02 12:46:23

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: The AMD/ATI Bar & Grill

If you haven't yet, add the [xorg111] repo to your /etc/pacman.conf and run pacman -Syuu to downgrade Xorg. Then, get the old 12.4 packages (maybe in pacman's cache?) and install them manually with pacman -U <package>


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#4050 2012-07-02 14:05:12

xorgx3
Member
From: Poland
Registered: 2011-11-29
Posts: 197

Re: The AMD/ATI Bar & Grill

I was upgraded package catalyst-utils 12.6 and xorg-server 1.12 and my system is too slow.

Fglrxinfo say:

$ fglrxinfo
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  138 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  15
  Current serial number in output stream:  15

My card is ati radeon 5400 series.

Offline

Board footer

Powered by FluxBB