You are not logged in.

#6576 2014-05-13 22:05:26

ttheodor
Member
Registered: 2013-12-29
Posts: 31

Re: The AMD/ATI Bar & Grill

Steef435 wrote:

I recall some magic happening with Awesome if the --no-argb option were passed. I had no issues like that with or without the option some time back though. Do you mean this doesn't occur with the open-source drivers? If so, I'd recommend you to create a thread for this.

My GPU is 5870, and yes, it doesn't happen with the open-source driver.

Offline

#6577 2014-05-17 16:03:33

AdrianoM
Member
Registered: 2011-06-27
Posts: 11

Re: The AMD/ATI Bar & Grill

AndreaConte wrote:

Hi!
I've just updated to latest catalyst driver provided by Vi0l0 repository with the --force command as i read in this thread.
I have also catalyst hook installed in my system that now is giving this error when he tries to recompile fglrx module

+ building fglrx module for 3.14.2-1-ARCH kernel ...
Failed!!! Check out log: /var/log/catalyst-install.log

this is my catalyst-install.log

$ cat /var/log/catalyst-install.log

--------
2014-05-01 16:19:38
Building fglrx module for 3.14.2-1-ARCH kernel ...
--------
OsVersion says: SMP=1
file /proc/kallsyms says: SMP=1
file /usr/lib/modules/3.14.2-1-ARCH/build/include/generated/autoconf.h says: SMP=1
file /usr/lib/modules/3.14.2-1-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=1                                                                                                                 
file /usr/lib/modules/3.14.2-1-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space                                                                         
make: ingresso nella directory "/usr/lib/modules/3.14.2-1-ARCH/build"                                                                                                                                      
Makefile:615: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler                                                                                               
  CC [M]  /tmp/catalyst.F5vjGM/firegl_public.o                                                                                                                                                             
gcc: error: unrecognized command line option ‘-fstack-protector-strong’                                                                                                                                    
scripts/Makefile.build:308: set di istruzioni per l'obiettivo "/tmp/catalyst.F5vjGM/firegl_public.o" non riuscito                                                                                          
make[1]: *** [/tmp/catalyst.F5vjGM/firegl_public.o] Errore 1                                                                                                                                               
Makefile:1274: set di istruzioni per l'obiettivo "_module_/tmp/catalyst.F5vjGM" non riuscito                                                                                                               
make: *** [_module_/tmp/catalyst.F5vjGM] Errore 2                                                                                                                                                          
make: uscita dalla directory "/usr/lib/modules/3.14.2-1-ARCH/build"   

i think my problems are inside "gcc: error: unrecognized command line option ‘-fstack-protector-strong’   " but i don't know how to get rid of this error. Anyone?


EDIT:
I noticed that -fstack-protector-strong is only for gcc 4.9 and it is provided only in testing archlinux
so I activated the testing repo, made

# pacman -S libtool gcc

and then just

# pacman -R catalyst-hook
# pacman -S catalyst-hook

to let catalyst-hook proc and finally fglrx was compiled smile

Hi,
with all packages updated gcc 4.9.0-2 and linux 3.14.4-1 I have the same problem
Can you help me?

Offline

#6578 2014-05-17 21:17:36

hippieben
Member
Registered: 2013-10-27
Posts: 218

Re: The AMD/ATI Bar & Grill

Just ran an update today and pacman is prompting me with this... "warning: libpng12: local (1.2.51-1) is newer than catalyst (1.2.50-1)"  I've never seen that before, nor did I even know libpng was a part of the catalyst repo (is it?).  Have others seen this?  Did your update go well?  Just seems odd so I thought I'd check in with the homies and see what's good.

Thanks.

Offline

#6579 2014-05-17 22:07:47

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

Re: The AMD/ATI Bar & Grill

AdrianoM wrote:
AndreaConte wrote:
$ cat /var/log/catalyst-install.log

--------
2014-05-01 16:19:38
Building fglrx module for 3.14.2-1-ARCH kernel ...
--------
OsVersion says: SMP=1
file /proc/kallsyms says: SMP=1
file /usr/lib/modules/3.14.2-1-ARCH/build/include/generated/autoconf.h says: SMP=1
file /usr/lib/modules/3.14.2-1-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=1                                                                                                                 
file /usr/lib/modules/3.14.2-1-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space                                                                         
make: ingresso nella directory "/usr/lib/modules/3.14.2-1-ARCH/build"                                                                                                                                      
Makefile:615: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler                                                                                               
  CC [M]  /tmp/catalyst.F5vjGM/firegl_public.o                                                                                                                                                             
gcc: error: unrecognized command line option ‘-fstack-protector-strong’                                                                                                                                    
scripts/Makefile.build:308: set di istruzioni per l'obiettivo "/tmp/catalyst.F5vjGM/firegl_public.o" non riuscito                                                                                          
make[1]: *** [/tmp/catalyst.F5vjGM/firegl_public.o] Errore 1                                                                                                                                               
Makefile:1274: set di istruzioni per l'obiettivo "_module_/tmp/catalyst.F5vjGM" non riuscito                                                                                                               
make: *** [_module_/tmp/catalyst.F5vjGM] Errore 2                                                                                                                                                          
make: uscita dalla directory "/usr/lib/modules/3.14.2-1-ARCH/build"   

Hi,
with all packages updated gcc 4.9.0-2 and linux 3.14.4-1 I have the same problem
Can you help me?

You mean there's exact same error in the log after running ie.:

catalyst_build_module 3.14.4-1-ARCH

? Odd thing... on which architecture?

hippieben wrote:

Just ran an update today and pacman is prompting me with this... "warning: libpng12: local (1.2.51-1) is newer than catalyst (1.2.50-1)"  I've never seen that before, nor did I even know libpng was a part of the catalyst repo (is it?).  Have others seen this?  Did your update go well?  Just seems odd so I thought I'd check in with the homies and see what's good.

Thanks.

uuuh, yes, it's in catalyst for some long long time, iirc it was there before it hit aur, which was before it hit community...
Landed there because its needed for gdebugger and codexl to work.
Anyway I think it's time to remove it. Thanks for the head up

Last edited by Vi0L0 (2014-05-17 22:09:44)

Offline

#6580 2014-05-18 07:36:34

AdrianoM
Member
Registered: 2011-06-27
Posts: 11

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

You mean there's exact same error in the log after running ie.:

catalyst_build_module 3.14.4-1-ARCH

? Odd thing... on which architecture?

Arch x86_64 with latest updates, there is the log:

--------
2014-05-18 11:28:31
Building fglrx module for 3.14.4-1-ARCH kernel ...
--------
OsVersion says: SMP=1
file /proc/kallsyms says: SMP=1
file /usr/lib/modules/3.14.4-1-ARCH/build/include/generated/autoconf.h says: SMP=1
file /usr/lib/modules/3.14.4-1-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=1
file /usr/lib/modules/3.14.4-1-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space
make: ingresso nella directory "/usr/lib/modules/3.14.4-1-ARCH/build"
/usr/lib/modules/3.14.4-1-ARCH/build/arch/x86/Makefile:119: stack-protector enabled but compiler support broken
Makefile:615: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
  CC [M]  /tmp/catalyst.Go4xlW/firegl_public.o
gcc: internal compiler error: Errore di bus (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
scripts/Makefile.build:308: set di istruzioni per l'obiettivo "/tmp/catalyst.Go4xlW/firegl_public.o" non riuscito
make[1]: *** [/tmp/catalyst.Go4xlW/firegl_public.o] Errore 4
Makefile:1274: set di istruzioni per l'obiettivo "_module_/tmp/catalyst.Go4xlW" non riuscito
make: *** [_module_/tmp/catalyst.Go4xlW] Errore 2
make: uscita dalla directory "/usr/lib/modules/3.14.4-1-ARCH/build"

Offline

#6581 2014-05-18 10:46:54

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

Re: The AMD/ATI Bar & Grill

AdrianoM wrote:
/usr/lib/modules/3.14.4-1-ARCH/build/arch/x86/Makefile:119: stack-protector enabled but compiler support broken

suggests problems with a toolchain, i guess tongue. Try to reinstall gcc (or gcc-multilib if you are using it), maybe whole base-devel, and try again.
What is `gcc --version` saying?

Last edited by Vi0L0 (2014-05-18 10:51:44)

Offline

#6582 2014-05-18 17:33:42

AdrianoM
Member
Registered: 2011-06-27
Posts: 11

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:
AdrianoM wrote:
/usr/lib/modules/3.14.4-1-ARCH/build/arch/x86/Makefile:119: stack-protector enabled but compiler support broken

suggests problems with a toolchain, i guess tongue. Try to reinstall gcc (or gcc-multilib if you are using it), maybe whole base-devel, and try again.
What is `gcc --version` saying?

Thanks for your answer.
I have reinstalled in order:
- gcc
- whole base-devel
- base
- linux-headers
- gcc-multilib (remove gcc)
- gcc (gcc-removed)

gcc --version output is

gcc (GCC) 4.9.0 20140507 (prerelease)
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

The result still the same

Offline

#6583 2014-05-18 17:38:43

teozkr
Member
Registered: 2013-08-15
Posts: 16

Re: The AMD/ATI Bar & Grill

Tried changing repo to Catalyst-14.3, and ran "# pacman -Syyuu" to downgrade. Same issue.

Xorg.0.log

Offline

#6584 2014-05-19 14:09:15

rodrigolc
Member
Registered: 2014-05-19
Posts: 2

Re: The AMD/ATI Bar & Grill

Hey guys,

I've been struggling with catalyst for a week for my Dell 7520, and ended up being without a usable graphical interface for the weekend >.<
Tried the open source drivers on a brand new install, no dice.

Yesterday I got integrated graphics to work through catalyst-total-pxp, xf86-video-intel and intel-dri, but the AMD driver is playing coy.

Using all the updated packages, from AUR through packer.

Any idea about what might be happening, or (more importantly) how can I fix it?

here's my Xorg.0.log

Offline

#6585 2014-05-19 17:19:54

rodrigolc
Member
Registered: 2014-05-19
Posts: 2

Re: The AMD/ATI Bar & Grill

Sooo, my search skills must have been failing me these days, but I finally got the driver to work big_smile
But GDM isn't being a gentleman and a scholar >.<
It seems LXDM and KDM are getting along with catalyst just fine, it's just GDM that keeps failing to run.

Not sure if this is the right place to ask anymore, but do any of you guys have any idea of what might be happening?

[edit: verb tenses]

[edit 2]
For anyone stumbling on this post, I downgraded xf86-video-intel to 2.99.910- for catalyst to work

Last edited by rodrigolc (2014-05-19 19:23:17)

Offline

#6586 2014-05-21 20:09:13

clawz
Member
Registered: 2014-02-22
Posts: 3

Re: The AMD/ATI Bar & Grill

I can confirm that downgrading + using kde works.

Thanks!

Last edited by clawz (2014-05-21 20:09:37)

Offline

#6587 2014-05-24 00:07:26

ChemBro
Member
Registered: 2008-10-22
Posts: 703

Re: The AMD/ATI Bar & Grill

Please update Catalyst 14.4 rev2 (stable):

http://www2.ati.com/drivers/linux/amd-c … 4-may6.zip

This is a bugfix-release only for The Witcher II, which just has been released "for Linux" (well, it still has a Wine-like wrapper...). Anyhow, please update.

Edit: Forgot, you can't like directly:

http://support.amd.com/de-de/download/d … t-packages

Last edited by ChemBro (2014-05-24 00:08:36)

Offline

#6588 2014-05-24 09:25:22

H-Bloxx
Member
Registered: 2010-08-10
Posts: 14

Re: The AMD/ATI Bar & Grill

rodrigolc wrote:

Sooo, my search skills must have been failing me these days, but I finally got the driver to work big_smile
But GDM isn't being a gentleman and a scholar >.<
It seems LXDM and KDM are getting along with catalyst just fine, it's just GDM that keeps failing to run.

Not sure if this is the right place to ask anymore, but do any of you guys have any idea of what might be happening?

[edit: verb tenses]

[edit 2]
For anyone stumbling on this post, I downgraded xf86-video-intel to 2.99.910- for catalyst to work

I have the same issue since gdm 3.12. With gdm 3.10 everything is working as expected. Is this problem addressed anywhere?

Offline

#6589 2014-05-24 22:28:08

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

Re: The AMD/ATI Bar & Grill

ChemBro wrote:

Please update Catalyst 14.4 rev2 (stable):

http://www2.ati.com/drivers/linux/amd-c … 4-may6.zip

This is a bugfix-release only for The Witcher II, which just has been released "for Linux" (well, it still has a Wine-like wrapper...). Anyhow, please update.

Edit: Forgot, you can't like directly:

http://support.amd.com/de-de/download/d … t-packages

Thanks for the head up. I just get back from a trip, its late so I will update pkgs tomorrow. Edit: done, archive repo is called [catalyst-stable-14.4-rev1]
Too bad that I won't be able to test Witcher 2 on my own - I bought the game months ago on the official site (cdp.pl), but I don't see linux edition there and there's no steam key, pretty sad.
Edit: btw comment from phoronix forums:

narciso wrote:

The game is bloody mess even with the revised catalyst. But it was a progress, now, instead of not even running, it crashes most of the time. I've tested in Floatsam level, and it crashes and black screens when entering house doors.

AdrianoM wrote:

The result still the same

What if you will install catalyst-generator instead of catalyst-hook?

Last edited by Vi0L0 (2014-05-25 12:20:05)

Offline

#6590 2014-05-25 12:29:41

Caldazar
Member
Registered: 2012-06-21
Posts: 38

Re: The AMD/ATI Bar & Grill

Driver update's in the repo. Thanks Vi0L0 for the quick response.

About TW 2: It starts more reliably now but there's no improvements in performance with my HD 6670. It still sucks like in "half a second lagging behind" on quite low settings.
So in conclusion, the port now sucks more reliably.

Last edited by Caldazar (2014-05-25 12:29:58)


4.4.11-1-lts #1 SMP Thu May 19 21:03:24 CEST 2016 x86_64 GNU/Linux
KDE
AMD Phenom II X4 960T - AMD Radeon HD 6670 with Catalyst - 24GB RAM

Offline

#6591 2014-05-25 22:28:31

parashep
Member
Registered: 2014-04-20
Posts: 12

Re: The AMD/ATI Bar & Grill

H-Bloxx wrote:

I have the same issue since gdm 3.12. With gdm 3.10 everything is working as expected. Is this problem addressed anywhere?

yeah, it's been discussed in this topic since page 259, it's some kind of incompatibility with the two that hasn't been sorted out.
if you want to stay on GNOME 3.12 you have the option of disabling GDM with systemctl and using a different compatible manager such as SLiM.

Offline

#6592 2014-05-26 20:31:27

VOT Productions
Member
Registered: 2011-10-22
Posts: 47

Re: The AMD/ATI Bar & Grill

'Ello,

I have a problem on Catalyst (any version) where after 5-60 minutes it will just freeze up X without logging anything. This is a really weird and annoying issue to diagnose, as it doesn't leave anything in the logs.
I own a Radeon HD7750, open source drivers work fine if a bit slow.

I've also noticed that 2D acceleration on Catalyst is painfully slow, and it can take up to several seconds to redraw a window.

By the way, the machine is SSHable when it crashes, but I can't get logs to show errors because of the sudden crash issue.

Last edited by VOT Productions (2014-05-26 20:33:01)

Offline

#6593 2014-05-27 05:39:00

phonky
Member
Registered: 2008-12-19
Posts: 69

Re: The AMD/ATI Bar & Grill

Hi *
I think I messed up my X installation sad

I was having horrible 2D performance when scrolling.
So I decided to uninstall the catalyst drivers.

I had installed them via the additional repo.
I had to issue pacman -Rdd catalyst-utils catalyst-libgl to get rid of them.

I think I followed the instructions, but smth must have gone wrong.

I can't get my X back sad

/var/log/Xorg.0.log tells me that fglrx is still tried to be loaded:

[        17.376] (EE) Failed to load module "fglrx" (module does not exist)....


How can I completely get rid of fglrx?

I really hope I don't need to reinstall,
I tried updating everything pacman -Syuu, and I removed nomodeset and all that....

I hope someone can help!

Offline

#6594 2014-05-27 07:53:14

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

Re: The AMD/ATI Bar & Grill

Didn't you forget to remove xorg.conf? If you did it and problem persists then be sure that there's no /etc/modules-load.d/catalyst.conf

Offline

#6595 2014-05-27 13:35:35

phonky
Member
Registered: 2008-12-19
Posts: 69

Re: The AMD/ATI Bar & Grill

Vi0l0 thanks for helping.

I did remove xorg.conf - however, I made a mistake and did NOT reboot first after removing catalyst* first...
And there's no file in /etc/modules-load.d/...

Offline

#6596 2014-05-27 14:24:04

phonky
Member
Registered: 2008-12-19
Posts: 69

Re: The AMD/ATI Bar & Grill

I've tried removing xf86-video-ati, removing xorg-server and xorg-server-common, lightdm, reinstalling and even reinstalling the linux package, recreating the grub config - no joy.

Looks badly as I'll have to reinstall sad((((

Offline

#6597 2014-05-27 14:38:59

phonky
Member
Registered: 2008-12-19
Posts: 69

Re: The AMD/ATI Bar & Grill

to make things worse, I get "[ 4.844143] [drm:radeon_init] *ERROR* No UMS support in radeon module!" at boot,
which according to googling is when you have a nomodeset in the grub config...which I had removed...and recreated...
looks like a veritable mess?

Last edited by phonky (2014-05-27 14:39:42)

Offline

#6598 2014-05-27 19:03:09

ChemBro
Member
Registered: 2008-10-22
Posts: 703

Re: The AMD/ATI Bar & Grill

Offline

#6599 2014-05-27 23:19:24

baldosa
Member
Registered: 2012-07-27
Posts: 2

Re: The AMD/ATI Bar & Grill

Last week my 6870 died and I decided to change to nvidia. All my steam games load 100% faster, better and stronger tongue
I'm here only to thank you, Vi0l0, for the years of support and your hard work making these horrendous drivers work in my pc.

Offline

#6600 2014-05-28 01:52:17

phonky
Member
Registered: 2008-12-19
Posts: 69

Re: The AMD/ATI Bar & Grill

ok I got a step further!

For some reason unknown to me I had a file /etc/X11/xorg.conf.d/10-monitor.conf

that file contained a section with a "Device" - with the fglrx module...
removing that file at least now it's not looking for fglrx.

BUT

still it doesn't load X, but it feels like I am one step away!
bear with me...

I have at boot

[     8.428175] [drm:radeon_init] *ERROR* No UMS support in radeon module!

this is the same output that if I'd do modprobe radeon

Now, googling I found out that this error message is there if you have nomodeset in kernel parameters

But I don't have nomodeset in my kernel parameters!
Also, there's nothing in /etc/modprobe.d/ other than alsa-base.conf

What else could prevent radeon to be loaded correctly?

Offline

Board footer

Powered by FluxBB