You are not logged in.

#1 2011-02-12 19:56:20

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Installing fglrx messes up my system

Hey guys. I recently installed Arch and I like it a lot. There's only one problem I couldn't solve yet - I can't get fglrx/Ati Catalyst (whatever you wanna call it) to work.
Everytime I install it X won't start anymore or GDM freezes as soon as it shows the login screen. Also it seems to mess up something else about my system, probably the kernel modules but I don't really know - everytime I install fglrx most of the hardware support seems to be broken. For example the support for my network card. I really don't know how I could solve this. I've already asked in the German forum but apparently nobody can help me there, so I thought I try it here.

Last edited by InterstellarOverdrive (2011-02-12 20:04:56)

Offline

#2 2011-02-12 22:57:17

Mixhel
Member
Registered: 2011-02-07
Posts: 11

Re: Installing fglrx messes up my system

Did you tried install Catalyst from

[catalyst]
   Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch
?
Those works fine, I'm not sure about how you install catalyst driver
maybe you need read this :
https://wiki.archlinux.org/index.php/ATI_Catalyst
Regards!

Offline

#3 2011-02-12 23:30:57

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Nope. I followed the instructions on the wiki but I must have overread the part about the catalyst repository (sorry), so I used the packages from the AUR and I also tried downloading it directly from the ATI Page. So thanks for telling me about the catalyst repository, I'll try this soon.

Offline

#4 2011-02-13 07:11:22

iTwenty
Member
From: India
Registered: 2010-10-24
Posts: 63
Website

Re: Installing fglrx messes up my system

What ATI card are you using.?
Cards upto HD4xxx are well supported by the open-source drivers. HD5xxx works too, but without 3D support for now.
Checking Xorg.0.log after an unsuccessful attempt at starting X/GDM will be helpful too.


“Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover.” - Mark Twain

Offline

#5 2011-02-13 22:29:23

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

iTwenty wrote:

What ATI card are you using.?
Cards upto HD4xxx are well supported by the open-source drivers. HD5xxx works too, but without 3D support for now.

Are you talking about the xf86-video-ati or about the radeonhd driver? I have a HD4670 but I don't think the open source driver supports it very well. The performance isn't very good and it doesn't seem to have any 3d acceleration at all. I use the xf86-video-ati driver because I read everywhere it's better than the radeonhd driver so I never tried this one.

Checking Xorg.0.log after an unsuccessful attempt at starting X/GDM will be helpful too.

Well, I didn't really care about why Xorg wasn't working as nothing else was working. (No more support for my network card (so no internet connection), nomore framebuffer (which isn't that fatal but it's odd), no more filesystem support. I couldn't even mount ext2 stuff.)


So this time I installed it from the [catalyst] repository but building the kernel module failed. Heres the catalyst-install.log:
EDIT: This time the rest of the system is still working.

--------
2011-02-13 22:58:55
Building fglrx module for 2.6.33-ARCH kernel ...
--------
+ cp /usr/share/ati/build_mod /tmp/catalyst.m7byN0 -R
+ cd /tmp/catalyst.m7byN0
+ patch -Np7 -i makefile_compat.patch
patching file Makefile
+ patch -Np6 -i 2.6.38_console.patch
patching file firegl_public.c
+ . ati_make.sh
+ _ati_check
+ SMP=0
++ uname -v
+ OsVersion='#1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010'
++ echo '#1' SMP PREEMPT Thu May 13 11:32:37 CEST 2010
++ grep '[sS][mM][pP]' -c
+ '[' 1 -ne 0 ']'
+ SMP=1
+ echo 'OsVersion says: SMP=1'
OsVersion says: SMP=1
+ src_file=/proc/kallsyms
+ '[' -e /proc/kallsyms ']'
++ fgrep smp /proc/kallsyms -c
+ '[' 69 -gt 10 ']'
+ SMP=1
+ echo 'file /proc/kallsyms says: SMP=1'
file /proc/kallsyms says: SMP=1
+ '[' -f /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
+ autoconf_h=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ src_file=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ grep CONFIG_SMP -c
++ grep '#undef'
+ '[' 0 = 0 ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ cut '-d ' -f3
++ grep CONFIG_SMP
+ SMP=1
+ echo 'file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: SMP=1'
file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: SMP=1
+ '[' 1 = 0 ']'
+ '[' '!' 1 = 0 ']'
+ smp=-SMP
+ def_smp=-D__SMP__
+ PAGE_ATTR_FIX=0
+ src_file=/proc/kallsyms
+ '[' -e /proc/kallsyms ']'
++ fgrep ' change_page_attr$' /proc/kallsyms -c
+ '[' 0 -gt 0 ']'
+ MODVERSIONS=0
+ src_file=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ grep CONFIG_MODVERSIONS -c
++ grep '#undef'
+ '[' 0 = 0 ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ cut '-d ' -f3
++ grep CONFIG_MODVERSIONS
+ MODVERSIONS=
+ echo 'file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: MODVERSIONS='
file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=
+ '[' '' = 0 ']'
+ '[' '!' '' = 0 ']'
+ def_modversions=-DMODVERSIONS
+ COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space
+ src_file=/lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h
++ grep -c arch_compat_alloc_user_space
+ '[' 0 -gt 0 ']'
+ echo 'file /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space'
file /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space
++ uname -v
+ sed '/MODULE_DESCRIPTION/a\MODULE_DESCRIPTION("__unv:#1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010");' -i firegl_public.c
++ pwd
+ make -C /lib/modules/2.6.33-ARCH/build SUBDIRS=/tmp/catalyst.m7byN0 ARCH=x86_64 'MODFLAGS=-DMODULE -DATI -DFGL -DPAGE_ATTR_FIX=0 -DCOMPAT_ALLOC_USER_SPACE=compat_alloc_user_space -D__SMP__ -DMODVERSIONS' PAGE_ATTR_FIX=0 COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space modules
make: Entering directory `/usr/src/linux-2.6.33-ARCH'
/usr/src/linux-2.6.33-ARCH/arch/x86/Makefile:81: stack protector enabled but no compiler support
  CC [M]  /tmp/catalyst.m7byN0/firegl_public.o
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
make[1]: *** [/tmp/catalyst.m7byN0/firegl_public.o] Error 1
make: *** [_module_/tmp/catalyst.m7byN0] Error 2
make: Leaving directory `/usr/src/linux-2.6.33-ARCH'
+ return 1

--------
2011-02-13 23:05:58
Building fglrx module for 2.6.33-ARCH kernel ...
--------
+ cp /usr/share/ati/build_mod /tmp/catalyst.pRzoVB -R
+ cd /tmp/catalyst.pRzoVB
+ patch -Np7 -i makefile_compat.patch
patching file Makefile
+ patch -Np6 -i 2.6.38_console.patch
patching file firegl_public.c
+ . ati_make.sh
+ _ati_check
+ SMP=0
++ uname -v
+ OsVersion='#1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010'
++ echo '#1' SMP PREEMPT Thu May 13 11:32:37 CEST 2010
++ grep '[sS][mM][pP]' -c
+ '[' 1 -ne 0 ']'
+ SMP=1
+ echo 'OsVersion says: SMP=1'
OsVersion says: SMP=1
+ src_file=/proc/kallsyms
+ '[' -e /proc/kallsyms ']'
++ fgrep smp /proc/kallsyms -c
+ '[' 69 -gt 10 ']'
+ SMP=1
+ echo 'file /proc/kallsyms says: SMP=1'
file /proc/kallsyms says: SMP=1
+ '[' -f /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
+ autoconf_h=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ src_file=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ grep CONFIG_SMP -c
++ grep '#undef'
+ '[' 0 = 0 ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ cut '-d ' -f3
++ grep CONFIG_SMP
+ SMP=1
+ echo 'file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: SMP=1'
file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: SMP=1
+ '[' 1 = 0 ']'
+ '[' '!' 1 = 0 ']'
+ smp=-SMP
+ def_smp=-D__SMP__
+ PAGE_ATTR_FIX=0
+ src_file=/proc/kallsyms
+ '[' -e /proc/kallsyms ']'
++ fgrep ' change_page_attr$' /proc/kallsyms -c
+ '[' 0 -gt 0 ']'
+ MODVERSIONS=0
+ src_file=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ grep CONFIG_MODVERSIONS -c
++ grep '#undef'
+ '[' 0 = 0 ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ cut '-d ' -f3
++ grep CONFIG_MODVERSIONS
+ MODVERSIONS=
+ echo 'file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: MODVERSIONS='
file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=
+ '[' '' = 0 ']'
+ '[' '!' '' = 0 ']'
+ def_modversions=-DMODVERSIONS
+ COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space
+ src_file=/lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h
++ grep -c arch_compat_alloc_user_space
+ '[' 0 -gt 0 ']'
+ echo 'file /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space'
file /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space
++ uname -v
+ sed '/MODULE_DESCRIPTION/a\MODULE_DESCRIPTION("__unv:#1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010");' -i firegl_public.c
++ pwd
+ make -C /lib/modules/2.6.33-ARCH/build SUBDIRS=/tmp/catalyst.pRzoVB ARCH=x86_64 'MODFLAGS=-DMODULE -DATI -DFGL -DPAGE_ATTR_FIX=0 -DCOMPAT_ALLOC_USER_SPACE=compat_alloc_user_space -D__SMP__ -DMODVERSIONS' PAGE_ATTR_FIX=0 COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space modules
make: Entering directory `/usr/src/linux-2.6.33-ARCH'
/usr/src/linux-2.6.33-ARCH/arch/x86/Makefile:81: stack protector enabled but no compiler support
  CC [M]  /tmp/catalyst.pRzoVB/firegl_public.o
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
make[1]: *** [/tmp/catalyst.pRzoVB/firegl_public.o] Error 1
make: *** [_module_/tmp/catalyst.pRzoVB] Error 2
make: Leaving directory `/usr/src/linux-2.6.33-ARCH'
+ return 1

--------
2011-02-13 23:08:41
Building fglrx module for 2.6.33-ARCH kernel ...
--------
+ cp /usr/share/ati/build_mod /tmp/catalyst.BWcCVC -R
+ cd /tmp/catalyst.BWcCVC
+ patch -Np7 -i makefile_compat.patch
patching file Makefile
+ patch -Np6 -i 2.6.38_console.patch
patching file firegl_public.c
+ . ati_make.sh
+ _ati_check
+ SMP=0
++ uname -v
+ OsVersion='#1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010'
++ echo '#1' SMP PREEMPT Thu May 13 11:32:37 CEST 2010
++ grep '[sS][mM][pP]' -c
+ '[' 1 -ne 0 ']'
+ SMP=1
+ echo 'OsVersion says: SMP=1'
OsVersion says: SMP=1
+ src_file=/proc/kallsyms
+ '[' -e /proc/kallsyms ']'
++ fgrep smp /proc/kallsyms -c
+ '[' 69 -gt 10 ']'
+ SMP=1
+ echo 'file /proc/kallsyms says: SMP=1'
file /proc/kallsyms says: SMP=1
+ '[' -f /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
+ autoconf_h=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ src_file=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ grep CONFIG_SMP -c
++ grep '#undef'
+ '[' 0 = 0 ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ cut '-d ' -f3
++ grep CONFIG_SMP
+ SMP=1
+ echo 'file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: SMP=1'
file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: SMP=1
+ '[' 1 = 0 ']'
+ '[' '!' 1 = 0 ']'
+ smp=-SMP
+ def_smp=-D__SMP__
+ PAGE_ATTR_FIX=0
+ src_file=/proc/kallsyms
+ '[' -e /proc/kallsyms ']'
++ fgrep ' change_page_attr$' /proc/kallsyms -c
+ '[' 0 -gt 0 ']'
+ MODVERSIONS=0
+ src_file=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ grep '#undef'
++ grep CONFIG_MODVERSIONS -c
+ '[' 0 = 0 ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ cut '-d ' -f3
++ grep CONFIG_MODVERSIONS
+ MODVERSIONS=
+ echo 'file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: MODVERSIONS='
file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=
+ '[' '' = 0 ']'
+ '[' '!' '' = 0 ']'
+ def_modversions=-DMODVERSIONS
+ COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space
+ src_file=/lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h
++ grep -c arch_compat_alloc_user_space
+ '[' 0 -gt 0 ']'
+ echo 'file /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space'
file /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space
++ uname -v
+ sed '/MODULE_DESCRIPTION/a\MODULE_DESCRIPTION("__unv:#1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010");' -i firegl_public.c
++ pwd
+ make -C /lib/modules/2.6.33-ARCH/build SUBDIRS=/tmp/catalyst.BWcCVC ARCH=x86_64 'MODFLAGS=-DMODULE -DATI -DFGL -DPAGE_ATTR_FIX=0 -DCOMPAT_ALLOC_USER_SPACE=compat_alloc_user_space -D__SMP__ -DMODVERSIONS' PAGE_ATTR_FIX=0 COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space modules
make: Entering directory `/usr/src/linux-2.6.33-ARCH'
/usr/src/linux-2.6.33-ARCH/arch/x86/Makefile:81: stack protector enabled but no compiler support
  CC [M]  /tmp/catalyst.BWcCVC/firegl_public.o
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
make[1]: *** [/tmp/catalyst.BWcCVC/firegl_public.o] Error 1
make: *** [_module_/tmp/catalyst.BWcCVC] Error 2
make: Leaving directory `/usr/src/linux-2.6.33-ARCH'
+ return 1

--------
2011-02-13 23:14:54
Building fglrx module for 2.6.33-ARCH kernel ...
--------
+ cp /usr/share/ati/build_mod /tmp/catalyst.UNUVHc -R
+ cd /tmp/catalyst.UNUVHc
+ patch -Np7 -i makefile_compat.patch
patching file Makefile
+ patch -Np6 -i 2.6.38_console.patch
patching file firegl_public.c
+ . ati_make.sh
+ _ati_check
+ SMP=0
++ uname -v
+ OsVersion='#1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010'
++ echo '#1' SMP PREEMPT Thu May 13 11:32:37 CEST 2010
++ grep '[sS][mM][pP]' -c
+ '[' 1 -ne 0 ']'
+ SMP=1
+ echo 'OsVersion says: SMP=1'
OsVersion says: SMP=1
+ src_file=/proc/kallsyms
+ '[' -e /proc/kallsyms ']'
++ fgrep smp /proc/kallsyms -c
+ '[' 69 -gt 10 ']'
+ SMP=1
+ echo 'file /proc/kallsyms says: SMP=1'
file /proc/kallsyms says: SMP=1
+ '[' -f /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
+ autoconf_h=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ src_file=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ grep '#undef'
++ grep CONFIG_SMP -c
+ '[' 0 = 0 ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ cut '-d ' -f3
++ grep CONFIG_SMP
+ SMP=1
+ echo 'file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: SMP=1'
file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: SMP=1
+ '[' 1 = 0 ']'
+ '[' '!' 1 = 0 ']'
+ smp=-SMP
+ def_smp=-D__SMP__
+ PAGE_ATTR_FIX=0
+ src_file=/proc/kallsyms
+ '[' -e /proc/kallsyms ']'
++ fgrep ' change_page_attr$' /proc/kallsyms -c
+ '[' 0 -gt 0 ']'
+ MODVERSIONS=0
+ src_file=/lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ grep '#undef'
++ grep CONFIG_MODVERSIONS -c
+ '[' 0 = 0 ']'
++ cat /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h
++ cut '-d ' -f3
++ grep CONFIG_MODVERSIONS
+ MODVERSIONS=
+ echo 'file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: MODVERSIONS='
file /lib/modules/2.6.33-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=
+ '[' '' = 0 ']'
+ '[' '!' '' = 0 ']'
+ def_modversions=-DMODVERSIONS
+ COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space
+ src_file=/lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h
+ '[' '!' -e /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h ']'
++ cat /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h
++ grep -c arch_compat_alloc_user_space
+ '[' 0 -gt 0 ']'
+ echo 'file /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space'
file /lib/modules/2.6.33-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space
++ uname -v
+ sed '/MODULE_DESCRIPTION/a\MODULE_DESCRIPTION("__unv:#1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010");' -i firegl_public.c
++ pwd
+ make -C /lib/modules/2.6.33-ARCH/build SUBDIRS=/tmp/catalyst.UNUVHc ARCH=x86_64 'MODFLAGS=-DMODULE -DATI -DFGL -DPAGE_ATTR_FIX=0 -DCOMPAT_ALLOC_USER_SPACE=compat_alloc_user_space -D__SMP__ -DMODVERSIONS' PAGE_ATTR_FIX=0 COMPAT_ALLOC_USER_SPACE=compat_alloc_user_space modules
make: Entering directory `/usr/src/linux-2.6.33-ARCH'
/usr/src/linux-2.6.33-ARCH/arch/x86/Makefile:81: stack protector enabled but no compiler support
  CC [M]  /tmp/catalyst.UNUVHc/firegl_public.o
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
make[1]: *** [/tmp/catalyst.UNUVHc/firegl_public.o] Error 1
make: *** [_module_/tmp/catalyst.UNUVHc] Error 2
make: Leaving directory `/usr/src/linux-2.6.33-ARCH'
+ return 1

Last edited by InterstellarOverdrive (2011-02-13 22:44:44)

Offline

#6 2011-02-13 22:40:41

MonolithImmortal
Member
From: Atlanta, GA
Registered: 2011-01-29
Posts: 6

Re: Installing fglrx messes up my system

Could you please post that in a code box so that it's easier to read?

Offline

#7 2011-02-13 22:45:49

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Oh, yes, of course smile

Offline

#8 2011-02-14 10:54:16

iTwenty
Member
From: India
Registered: 2010-10-24
Posts: 63
Website

Re: Installing fglrx messes up my system

You really should consider doing a pacman -Syu on your machine before proceeding any further. You are on kernel 2.6.33 while 2.6.37 is already in the repos.


“Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover.” - Mark Twain

Offline

#9 2011-02-14 12:11:35

aparthia
Member
Registered: 2010-09-04
Posts: 46

Re: Installing fglrx messes up my system

two things: make sure you have installed kernelheaders otherwise it won't build, moreover if you installed a new kernel and didn't restart for example from the 10.05 release and installed the newest kernel without restarting you might have problems building it as well(I did) so do a pacman -Syu reboot and then install the catalyst-utils.

A tip: install the catalyst-hook from the repo as well, it makes your system build the module on kernel upgrade

Offline

#10 2011-02-14 17:51:18

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Okay, after a pacman -Syu building the module worked. Glad about that. Last time I did a -Syu that also messed up my system so I was a bit anxious about that big_smile
Now Xorg crashes when I try to start it (black screen). Heres the log:

[    59.006] (WW) Failed to open protocol names file /usr/lib/xorg/protocol.txt
[    59.023] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[    59.023] X Protocol Version 11, Revision 0
[    59.023] Build Operating System: Linux 2.6.37-ARCH x86_64 
[    59.023] Current Operating System: Linux dm 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 20:00:33 CET 2011 x86_64
[    59.023] Kernel command line: root=/dev/sda3 ro nomodset
[    59.023] Build Date: 04 February 2011  09:38:18PM
[    59.023]  
[    59.023] Current version of pixman: 0.20.2
[    59.023]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    59.023] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    59.024] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 14 18:22:12 2011
[    59.084] (==) Using config file: "/etc/X11/xorg.conf"
[    59.084] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    59.127] (==) ServerLayout "aticonfig Layout"
[    59.127] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    59.127] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    59.127] (**) |   |-->Device "aticonfig-Device[0]-0"
[    59.127] (==) Automatically adding devices
[    59.127] (==) Automatically enabling devices
[    59.191] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    59.191]     Entry deleted from font path.
[    59.245] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    59.245] (==) ModulePath set to "/usr/lib/xorg/modules"
[    59.245] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    59.245] (II) Loader magic: 0x7d3b20
[    59.245] (II) Module ABI versions:
[    59.245]     X.Org ANSI C Emulation: 0.4
[    59.245]     X.Org Video Driver: 8.0
[    59.245]     X.Org XInput driver : 11.0
[    59.245]     X.Org Server Extension : 4.0
[    59.248] (--) PCI:*(0:2:0:0) 1002:9490:1787:2009 rev 0, Mem @ 0xd0000000/268435456, 0xfebf0000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    59.248] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    59.248] (II) "extmod" will be loaded by default.
[    59.248] (II) "dbe" will be loaded by default.
[    59.248] (II) "glx" will be loaded by default.
[    59.248] (II) "record" will be loaded by default.
[    59.248] (II) "dri" will be loaded by default.
[    59.248] (II) "dri2" will be loaded by default.
[    59.248] (II) LoadModule: "extmod"
[    59.286] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    59.294] (II) Module extmod: vendor="X.Org Foundation"
[    59.294]     compiled for 1.9.4, module version = 1.0.0
[    59.294]     Module class: X.Org Server Extension
[    59.294]     ABI class: X.Org Server Extension, version 4.0
[    59.294] (II) Loading extension MIT-SCREEN-SAVER
[    59.294] (II) Loading extension XFree86-VidModeExtension
[    59.294] (II) Loading extension XFree86-DGA
[    59.294] (II) Loading extension DPMS
[    59.294] (II) Loading extension XVideo
[    59.294] (II) Loading extension XVideo-MotionCompensation
[    59.294] (II) Loading extension X-Resource
[    59.294] (II) LoadModule: "dbe"
[    59.295] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    59.296] (II) Module dbe: vendor="X.Org Foundation"
[    59.296]     compiled for 1.9.4, module version = 1.0.0
[    59.296]     Module class: X.Org Server Extension
[    59.296]     ABI class: X.Org Server Extension, version 4.0
[    59.296] (II) Loading extension DOUBLE-BUFFER
[    59.296] (II) LoadModule: "glx"
[    59.296] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    59.340] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[    59.342]     compiled for 7.6.0, module version = 1.0.0
[    59.342] (II) Loading extension GLX
[    59.342] (II) LoadModule: "record"
[    59.342] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    59.353] (II) Module record: vendor="X.Org Foundation"
[    59.353]     compiled for 1.9.4, module version = 1.13.0
[    59.353]     Module class: X.Org Server Extension
[    59.353]     ABI class: X.Org Server Extension, version 4.0
[    59.353] (II) Loading extension RECORD
[    59.353] (II) LoadModule: "dri"
[    59.353] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    59.374] (II) Module dri: vendor="X.Org Foundation"
[    59.374]     compiled for 1.9.4, module version = 1.0.0
[    59.374]     ABI class: X.Org Server Extension, version 4.0
[    59.374] (II) Loading extension XFree86-DRI
[    59.374] (II) LoadModule: "dri2"
[    59.374] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    59.387] (II) Module dri2: vendor="X.Org Foundation"
[    59.387]     compiled for 1.9.4, module version = 1.2.0
[    59.387]     ABI class: X.Org Server Extension, version 4.0
[    59.387] (II) Loading extension DRI2
[    59.387] (II) LoadModule: "fglrx"
[    59.392] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    59.812] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[    59.835]     compiled for 1.4.99.906, module version = 8.81.5
[    59.835]     Module class: X.Org Video Driver
[    59.841] (II) Loading sub module "fglrxdrm"
[    59.841] (II) LoadModule: "fglrxdrm"
[    59.842] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    59.876] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[    59.876]     compiled for 1.4.99.906, module version = 8.81.5
[    59.876] (II) ATI Proprietary Linux Driver Version Identifier:8.81.5
[    59.876] (II) ATI Proprietary Linux Driver Release Identifier: 8.812                                
[    59.876] (II) ATI Proprietary Linux Driver Build Date: Jan  4 2011 21:31:36
[    59.876] (++) using VT number 7

[    59.885] (WW) Falling back to old probe method for fglrx
[    59.978] (II) Loading PCS database from /etc/ati/amdpcsdb
[    59.987] (--) Chipset Supported AMD Graphics Processor (0x9490) found
[    59.997] (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
[    59.998] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[    60.007] (II) AMD Video driver is signed
[    60.008] (II) fglrx(0): pEnt->device->identifier=0x1c8d590
[    60.008] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[    60.021] (II) Loading sub module "vgahw"
[    60.021] (II) LoadModule: "vgahw"
[    60.039] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    60.048] (II) Module vgahw: vendor="X.Org Foundation"
[    60.048]     compiled for 1.9.4, module version = 0.1.0
[    60.048]     ABI class: X.Org Video Driver, version 8.0
[    60.048] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    60.048] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    60.048] (==) fglrx(0): Default visual is TrueColor
[    60.048] (**) fglrx(0): Option "DPMS" "true"
[    60.048] (==) fglrx(0): RGB weight 888
[    60.048] (II) fglrx(0): Using 8 bits per RGB 
[    60.048] (==) fglrx(0): Buffer Tiling is ON
[    60.059] (II) Loading sub module "fglrxdrm"
[    60.059] (II) LoadModule: "fglrxdrm"
[    60.059] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    60.062] ukiDynamicMajor: found major device number 251
[    60.062] ukiDynamicMajor: found major device number 251
[    60.062] ukiOpenByBusid: Searching for BusID PCI:2:0:0
[    60.062] ukiOpenDevice: node name is /dev/ati/card0
[    60.062] ukiOpenDevice: open result is 9, (OK)
[    60.062] ukiOpenByBusid: ukiOpenMinor returns 9
[    60.062] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
[    60.063] (==) fglrx(0): NoAccel = NO
[    60.063] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[    60.063] (--) fglrx(0): Chipset: "ATI Radeon HD 4600 Series" (Chipset = 0x9490)
[    60.063] (--) fglrx(0): (PciSubVendor = 0x1787, PciSubDevice = 0x2009)
[    60.063] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[    60.063] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[    60.063] (--) fglrx(0): MMIO registers at 0xfebf0000
[    60.063] (--) fglrx(0): I/O port at 0x0000e000
[    60.063] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    60.090] (II) fglrx(0): AC Adapter is used
[    60.140] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[    60.225] (II) Loading sub module "vbe"
[    60.225] (II) LoadModule: "vbe"
[    60.226] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    60.238] (II) Module vbe: vendor="X.Org Foundation"
[    60.238]     compiled for 1.9.4, module version = 1.1.0
[    60.238]     ABI class: X.Org Video Driver, version 8.0
[    60.239] (II) fglrx(0): VESA BIOS detected
[    60.239] (II) fglrx(0): VESA VBE Version 3.0
[    60.239] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[    60.239] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[    60.239] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
[    60.239] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[    60.239] (II) fglrx(0): VESA VBE OEM Product: R-00
[    60.239] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[    60.322] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[    60.322] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[    60.322] (II) fglrx(0): PCIE card detected
[    60.322] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    60.322] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    60.326] (II) fglrx(0): Using adapter: 2:0.0.
[    65.355] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[    65.360] (II) fglrx(0): Interrupt handler installed at IRQ 47.
[    65.360] (II) fglrx(0): RandR 1.2 support is enabled!
[    65.360] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    65.361] (==) fglrx(0): Center Mode is disabled 
[    65.361] (II) Loading sub module "fb"
[    65.361] (II) LoadModule: "fb"
[    65.361] (II) Loading /usr/lib/xorg/modules/libfb.so
[    70.361] (II) Module fb: vendor="X.Org Foundation"
[    70.361]     compiled for 1.9.4, module version = 1.0.0
[    70.361]     ABI class: X.Org ANSI C Emulation, version 0.4
[    70.670] (II) Loading sub module "ddc"
[    70.670] (II) LoadModule: "ddc"
[    70.670] (II) Module "ddc" already built-in
[    77.702] (II) fglrx(0): Finished Initialize PPLIB!
[    77.884] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[    77.885] (II) fglrx(0): Output DFP2 has no monitor section
[    77.885] (II) fglrx(0): Output CRT1 has no monitor section
[    77.885] (II) fglrx(0): Output CRT2 has no monitor section
[    78.086] (II) Loading sub module "ddc"
[    78.086] (II) LoadModule: "ddc"
[    78.086] (II) Module "ddc" already built-in
[    78.086] (II) fglrx(0): Connected Display0: CRT2
[    78.086] (II) fglrx(0): Display0 EDID data ---------------------------
[    78.086] (II) fglrx(0): Manufacturer: GSM  Model: 4a78  Serial#: 110739
[    78.086] (II) fglrx(0): Year: 2004  Week: 11
[    78.086] (II) fglrx(0): EDID Version: 1.3
[    78.086] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    78.087] (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
[    78.087] (II) fglrx(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    78.087] (II) fglrx(0): Gamma: 2.20
[    78.087] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    78.087] (II) fglrx(0): First detailed timing is preferred mode
[    78.087] (II) fglrx(0): redX: 0.647 redY: 0.346   greenX: 0.292 greenY: 0.602
[    78.087] (II) fglrx(0): blueX: 0.149 blueY: 0.130   whiteX: 0.312 whiteY: 0.328
[    78.087] (II) fglrx(0): Supported established timings:
[    78.087] (II) fglrx(0): 720x400@70Hz
[    78.087] (II) fglrx(0): 640x480@60Hz
[    78.087] (II) fglrx(0): 640x480@75Hz
[    78.087] (II) fglrx(0): 800x600@60Hz
[    78.087] (II) fglrx(0): 800x600@75Hz
[    78.087] (II) fglrx(0): 832x624@75Hz
[    78.087] (II) fglrx(0): 1024x768@60Hz
[    78.087] (II) fglrx(0): 1024x768@75Hz
[    78.087] (II) fglrx(0): 1280x1024@75Hz
[    78.087] (II) fglrx(0): 1152x864@75Hz
[    78.087] (II) fglrx(0): Manufacturer's mask: 0
[    78.087] (II) fglrx(0): Supported standard timings:
[    78.087] (II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
[    78.087] (II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 75  vid: 20293
[    78.087] (II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
[    78.087] (II) fglrx(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    78.087] (II) fglrx(0): Supported detailed timing:
[    78.087] (II) fglrx(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[    78.087] (II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    78.087] (II) fglrx(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    78.087] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[    78.087] (II) fglrx(0): Monitor name: L1910S
[    78.087] (II) fglrx(0): Monitor name: 
[    78.087] (II) fglrx(0): EDID (in hex):
[    78.087] (II) fglrx(0):     00ffffffffffff001e6d784a93b00100
[    78.087] (II) fglrx(0):     0b0e01036e261e78eaec50a5584a9a26
[    78.088] (II) fglrx(0):     215054a56b80314f454f614f81800101
[    78.088] (II) fglrx(0):     010101010101302a009851002a403070
[    78.088] (II) fglrx(0):     1300782d1100001e000000fd00384b1e
[    78.088] (II) fglrx(0):     530e000a202020202020000000fc004c
[    78.088] (II) fglrx(0):     3139313053200a2020202020000000fc
[    78.088] (II) fglrx(0):     000a202020202020202020202020002c
[    78.088] (II) fglrx(0): End of Display0 EDID data --------------------
[    78.161] (II) fglrx(0): EDID for output DFP1
[    78.161] (II) fglrx(0): EDID for output DFP2
[    78.161] (II) fglrx(0): EDID for output CRT1
[    78.161] (II) fglrx(0): EDID for output CRT2
[    78.161] (II) fglrx(0): Manufacturer: GSM  Model: 4a78  Serial#: 110739
[    78.161] (II) fglrx(0): Year: 2004  Week: 11
[    78.161] (II) fglrx(0): EDID Version: 1.3
[    78.161] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    78.161] (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
[    78.161] (II) fglrx(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    78.161] (II) fglrx(0): Gamma: 2.20
[    78.161] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    78.161] (II) fglrx(0): First detailed timing is preferred mode
[    78.161] (II) fglrx(0): redX: 0.647 redY: 0.346   greenX: 0.292 greenY: 0.602
[    78.161] (II) fglrx(0): blueX: 0.149 blueY: 0.130   whiteX: 0.312 whiteY: 0.328
[    78.161] (II) fglrx(0): Supported established timings:
[    78.161] (II) fglrx(0): 720x400@70Hz
[    78.161] (II) fglrx(0): 640x480@60Hz
[    78.161] (II) fglrx(0): 640x480@75Hz
[    78.161] (II) fglrx(0): 800x600@60Hz
[    78.161] (II) fglrx(0): 800x600@75Hz
[    78.161] (II) fglrx(0): 832x624@75Hz
[    78.162] (II) fglrx(0): 1024x768@60Hz
[    78.162] (II) fglrx(0): 1024x768@75Hz
[    78.162] (II) fglrx(0): 1280x1024@75Hz
[    78.162] (II) fglrx(0): 1152x864@75Hz
[    78.162] (II) fglrx(0): Manufacturer's mask: 0
[    78.162] (II) fglrx(0): Supported standard timings:
[    78.162] (II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
[    78.162] (II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 75  vid: 20293
[    78.162] (II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
[    78.162] (II) fglrx(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    78.162] (II) fglrx(0): Supported detailed timing:
[    78.162] (II) fglrx(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[    78.162] (II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    78.162] (II) fglrx(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    78.162] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[    78.162] (II) fglrx(0): Monitor name: L1910S
[    78.162] (II) fglrx(0): Monitor name: 
[    78.162] (II) fglrx(0): EDID (in hex):
[    78.162] (II) fglrx(0):     00000000000000003a20537570706f72
[    78.162] (II) fglrx(0):     7465642064657461696c65642074696d
[    78.162] (II) fglrx(0):     696e673a0a00003a0a00614f81800101
[    78.162] (II) fglrx(0):     010101010101302a6100000000000000
[    78.162] (II) fglrx(0):     00000000000000003a2052616e676573
[    78.162] (II) fglrx(0):     3a2056206d696e3a2025692056206d61
[    78.162] (II) fglrx(0):     783a20256920487a2c2048206d696e3a
[    78.162] (II) fglrx(0):     2025692048206d61783a202569206b48
[    78.162] (II) fglrx(0): Printing probed modes for output CRT2
[    78.162] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
[    78.162] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz)
[    78.162] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 -hsync -vsync (80.0 kHz)
[    78.162] (II) fglrx(0): Modeline "1280x960"x75.0  129.86  1280 1368 1504 1728  960 961 964 1002 +hsync -vsync (75.2 kHz)
[    78.162] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 -hsync -vsync (60.0 kHz)
[    78.162] (II) fglrx(0): Modeline "1280x800"x75.0  107.21  1280 1360 1496 1712  800 801 804 835 +hsync -vsync (62.6 kHz)
[    78.163] (II) fglrx(0): Modeline "1280x800"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 +hsync -vsync (49.7 kHz)
[    78.163] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 -hsync -vsync (67.5 kHz)
[    78.163] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 +hsync -vsync (53.7 kHz)
[    78.163] (II) fglrx(0): Modeline "1280x768"x75.0  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz)
[    78.163] (II) fglrx(0): Modeline "1280x768"x60.0   79.50  1280 1344 1472 1664  768 771 778 798 +hsync -vsync (47.8 kHz)
[    78.163] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 -hsync -vsync (60.0 kHz)
[    78.163] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync (48.4 kHz)
[    78.163] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
[    78.163] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 -hsync -vsync (37.9 kHz)
[    78.163] (II) fglrx(0): Modeline "720x480"x60.0   26.71  720 736 808 896  480 481 484 497 +hsync -vsync (29.8 kHz)
[    78.163] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 +hsync +vsync (37.5 kHz)
[    78.163] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 648 744 800  480 482 484 525 +hsync +vsync (31.5 kHz)
[    78.163] (II) fglrx(0): Output DFP1 disconnected
[    78.163] (II) fglrx(0): Output DFP2 disconnected
[    78.163] (II) fglrx(0): Output CRT1 disconnected
[    78.163] (II) fglrx(0): Output CRT2 connected
[    78.163] (II) fglrx(0): Using exact sizes for initial modes
[    78.163] (II) fglrx(0): Output CRT2 using initial mode 1280x1024
[    78.163] (II) fglrx(0): DPI set to (96, 96)
[    78.163] (II) fglrx(0): Adapter ATI Radeon HD 4600 Series has 2 configurable heads and 1 displays connected.
[    78.163] (==) fglrx(0):  PseudoColor visuals disabled
[    78.163] (II) Loading sub module "ramdac"
[    78.163] (II) LoadModule: "ramdac"
[    78.163] (II) Module "ramdac" already built-in
[    78.164] (==) fglrx(0): NoDRI = NO
[    78.164] (==) fglrx(0): Capabilities: 0x00000000
[    78.164] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    78.164] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    78.164] (==) fglrx(0): UseFastTLS=0
[    78.164] (==) fglrx(0): BlockSignalsOnLock=1
[    78.164] (--) Depth 24 pixmap format is 32 bpp
[    78.167] (II) Loading extension ATIFGLRXDRI
[    78.167] (II) fglrx(0): doing swlDriScreenInit
[    78.167] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    78.167] ukiDynamicMajor: found major device number 251
[    78.167] ukiDynamicMajor: found major device number 251
[    78.167] ukiDynamicMajor: found major device number 251
[    78.167] ukiOpenByBusid: Searching for BusID PCI:2:0:0
[    78.167] ukiOpenDevice: node name is /dev/ati/card0
[    78.167] ukiOpenDevice: open result is 14, (OK)
[    78.167] ukiOpenByBusid: ukiOpenMinor returns 14
[    78.167] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
[    78.167] (II) fglrx(0): [uki] DRM interface version 1.0
[    78.167] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:2:0:0"
[    78.167] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[    78.167] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fd26fad2000
[    78.167] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[    78.168] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    78.168] (II) fglrx(0): swlDriScreenInit done
[    78.168] (II) fglrx(0): Kernel Module Version Information:
[    78.168] (II) fglrx(0):     Name: fglrx
[    78.168] (II) fglrx(0):     Version: 8.81.5
[    78.168] (II) fglrx(0):     Date: Jan  4 2011
[    78.168] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[    78.168] (II) fglrx(0): Kernel Module version matches driver.
[    78.168] (II) fglrx(0): Kernel Module Build Time Information:
[    78.168] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.37-ARCH
[    78.168] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[    78.168] (II) fglrx(0):     Build-Kernel __SMP__:            no
[    78.168] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    78.168] (II) fglrx(0): [uki] register handle = 0x00004000

Last edited by InterstellarOverdrive (2011-02-14 17:55:11)

Offline

#11 2011-02-14 21:50:06

cubeist
Member
Registered: 2010-08-01
Posts: 36

Re: Installing fglrx messes up my system

Did you follow the configuration section of the wiki after building the modules?

https://wiki.archlinux.org/index.php/AT … figuration

When using the catalyst driver it is important to have the fglrx module loaded at boot, and to have a correctly formated xorg.conf

Based on this warning in your xorg I would guess you have a configuration problem.

[    59.997] (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found

Offline

#12 2011-02-14 22:58:32

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

cubeist wrote:

Did you follow the configuration section of the wiki after building the modules?

Yes, I edited the xorg.conf file according to the wiki page. But okay, I'm gonna check the xorg.conf again and I'm gonna post it here. I changed a few things but it didn't really help.

Edit: There it is:

Section "ServerLayout"
    Identifier     "Arch"
    Screen      0  "Screen0" 0 0
EndSection

Section "Module"
    Load "extmod"
    Load "dbe"
    Load "xtrap"
    Load "record"
    Load "dri"
    Load "glx"
    Load "GLcore"
    Load "freetype"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:2:0:0"
    VendorName  "Ati Technologies Inc"
    BoardName   "Radeon HD4670"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

But at least I don't get a black screen anymore

[   676.893] (WW) Failed to open protocol names file /usr/lib/xorg/protocol.txt
[   676.894] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[   676.894] X Protocol Version 11, Revision 0
[   676.894] Build Operating System: Linux 2.6.37-ARCH x86_64 
[   676.894] Current Operating System: Linux dm 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 20:00:33 CET 2011 x86_64
[   676.894] Kernel command line: root=/dev/sda3 ro nomodset
[   676.894] Build Date: 04 February 2011  09:38:18PM
[   676.894]  
[   676.894] Current version of pixman: 0.20.2
[   676.894]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   676.894] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   676.894] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 14 23:51:33 2011
[   676.946] (==) Using config file: "/etc/X11/xorg.conf"
[   676.947] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   676.985] Data incomplete in file /etc/X11/xorg.conf
    Undefined Screen "Screen0" referenced by ServerLayout "Arch".
[   676.985] (EE) Problem parsing the config file
[   676.985] (EE) Error parsing the config file
[   676.985] 
Fatal server error:
[   676.985] no screens found
[   676.985] 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[   676.985] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   676.985] 

Last edited by InterstellarOverdrive (2011-02-14 23:10:55)

Offline

#13 2011-02-15 04:28:40

cubeist
Member
Registered: 2010-08-01
Posts: 36

Re: Installing fglrx messes up my system

The errors in your xorg log still show you have numerous problems with your xorg.conf

as per the wiki, after installing the catalyst driver, you need to first run aticonfig before you start editing the file manually.

as sudo run

aticonfig --initial -f

then reboot, hopefully it will work, if not post the logs

Offline

#14 2011-02-16 14:52:11

LightoM
Member
Registered: 2011-02-16
Posts: 1

Re: Installing fglrx messes up my system

Worked for me

aticonfig --initial -f

and added fgrlx in DAEMONS. big_smile

Offline

#15 2011-02-16 17:00:08

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Okay, the -f probably did something helpful as X does start now. It does however freeze as soon as the GUI is visble.

[    31.878] (WW) Failed to open protocol names file /usr/lib/xorg/protocol.txt
[    31.878] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[    31.878] X Protocol Version 11, Revision 0
[    31.878] Build Operating System: Linux 2.6.37-ARCH x86_64 
[    31.878] Current Operating System: Linux dm 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 20:00:33 CET 2011 x86_64
[    31.878] Kernel command line: root=/dev/sda3 ro nomodset
[    31.878] Build Date: 04 February 2011  09:38:18PM
[    31.878]  
[    31.878] Current version of pixman: 0.20.2
[    31.879]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    31.879] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    31.879] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 16 17:47:54 2011
[    31.948] (==) Using config file: "/etc/X11/xorg.conf"
[    31.948] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    31.994] (==) ServerLayout "Arch"
[    31.994] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    31.994] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    31.994] (**) |   |-->Device "aticonfig-Device[0]-0"
[    31.994] (==) Automatically adding devices
[    31.994] (==) Automatically enabling devices
[    32.055] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    32.055]     Entry deleted from font path.
[    32.109] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    32.109] (==) ModulePath set to "/usr/lib/xorg/modules"
[    32.109] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    32.109] (II) Loader magic: 0x7d3b20
[    32.109] (II) Module ABI versions:
[    32.109]     X.Org ANSI C Emulation: 0.4
[    32.109]     X.Org Video Driver: 8.0
[    32.109]     X.Org XInput driver : 11.0
[    32.109]     X.Org Server Extension : 4.0
[    32.112] (--) PCI:*(0:2:0:0) 1002:9490:1787:2009 rev 0, Mem @ 0xd0000000/268435456, 0xfebf0000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    32.112] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    32.112] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    32.112] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    32.112] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    32.112] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    32.112] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    32.112] (II) "dri2" will be loaded by default.
[    32.112] (II) LoadModule: "extmod"
[    32.151] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    32.158] (II) Module extmod: vendor="X.Org Foundation"
[    32.158]     compiled for 1.9.4, module version = 1.0.0
[    32.158]     Module class: X.Org Server Extension
[    32.158]     ABI class: X.Org Server Extension, version 4.0
[    32.158] (II) Loading extension MIT-SCREEN-SAVER
[    32.158] (II) Loading extension XFree86-VidModeExtension
[    32.158] (II) Loading extension XFree86-DGA
[    32.158] (II) Loading extension DPMS
[    32.158] (II) Loading extension XVideo
[    32.158] (II) Loading extension XVideo-MotionCompensation
[    32.158] (II) Loading extension X-Resource
[    32.158] (II) LoadModule: "dbe"
[    32.159] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    32.160] (II) Module dbe: vendor="X.Org Foundation"
[    32.160]     compiled for 1.9.4, module version = 1.0.0
[    32.160]     Module class: X.Org Server Extension
[    32.160]     ABI class: X.Org Server Extension, version 4.0
[    32.160] (II) Loading extension DOUBLE-BUFFER
[    32.160] (II) LoadModule: "xtrap"
[    32.193] (WW) Warning, couldn't open module xtrap
[    32.193] (II) UnloadModule: "xtrap"
[    32.193] (EE) Failed to load module "xtrap" (module does not exist, 0)
[    32.193] (II) LoadModule: "record"
[    32.193] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    32.200] (II) Module record: vendor="X.Org Foundation"
[    32.200]     compiled for 1.9.4, module version = 1.13.0
[    32.200]     Module class: X.Org Server Extension
[    32.200]     ABI class: X.Org Server Extension, version 4.0
[    32.200] (II) Loading extension RECORD
[    32.200] (II) LoadModule: "dri"
[    32.200] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    32.221] (II) Module dri: vendor="X.Org Foundation"
[    32.221]     compiled for 1.9.4, module version = 1.0.0
[    32.221]     ABI class: X.Org Server Extension, version 4.0
[    32.221] (II) Loading extension XFree86-DRI
[    32.221] (II) LoadModule: "glx"
[    32.221] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    32.262] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[    32.264]     compiled for 7.6.0, module version = 1.0.0
[    32.264] (II) Loading extension GLX
[    32.265] (II) LoadModule: "dri2"
[    32.265] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    32.267] (II) Module dri2: vendor="X.Org Foundation"
[    32.267]     compiled for 1.9.4, module version = 1.2.0
[    32.267]     ABI class: X.Org Server Extension, version 4.0
[    32.267] (II) Loading extension DRI2
[    32.267] (II) LoadModule: "fglrx"
[    32.268] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    32.701] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[    32.724]     compiled for 1.4.99.906, module version = 8.81.5
[    32.724]     Module class: X.Org Video Driver
[    32.730] (II) Loading sub module "fglrxdrm"
[    32.730] (II) LoadModule: "fglrxdrm"
[    32.730] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    32.765] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[    32.765]     compiled for 1.4.99.906, module version = 8.81.5
[    32.765] (II) ATI Proprietary Linux Driver Version Identifier:8.81.5
[    32.765] (II) ATI Proprietary Linux Driver Release Identifier: 8.812                                
[    32.765] (II) ATI Proprietary Linux Driver Build Date: Jan  4 2011 21:31:36
[    32.765] (++) using VT number 7

[    32.767] (WW) Falling back to old probe method for fglrx
[    32.846] (II) Loading PCS database from /etc/ati/amdpcsdb
[    32.851] (--) Chipset Supported AMD Graphics Processor (0x9490) found
[    32.861] (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
[    32.862] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[    32.871] (II) AMD Video driver is signed
[    32.872] (II) fglrx(0): pEnt->device->identifier=0x1318890
[    32.872] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[    32.885] (II) Loading sub module "vgahw"
[    32.885] (II) LoadModule: "vgahw"
[    32.885] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    32.895] (II) Module vgahw: vendor="X.Org Foundation"
[    32.895]     compiled for 1.9.4, module version = 0.1.0
[    32.895]     ABI class: X.Org Video Driver, version 8.0
[    32.895] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    32.895] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    32.895] (==) fglrx(0): Default visual is TrueColor
[    32.895] (**) fglrx(0): Option "DPMS" "true"
[    32.896] (==) fglrx(0): RGB weight 888
[    32.896] (II) fglrx(0): Using 8 bits per RGB 
[    32.896] (==) fglrx(0): Buffer Tiling is ON
[    32.906] (II) Loading sub module "fglrxdrm"
[    32.906] (II) LoadModule: "fglrxdrm"
[    32.907] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    32.909] ukiDynamicMajor: found major device number 252
[    32.909] ukiDynamicMajor: found major device number 252
[    32.909] ukiOpenByBusid: Searching for BusID PCI:2:0:0
[    32.909] ukiOpenDevice: node name is /dev/ati/card0
[    32.909] ukiOpenDevice: open result is 9, (OK)
[    32.909] ukiOpenByBusid: ukiOpenMinor returns 9
[    32.909] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
[    32.910] (==) fglrx(0): NoAccel = NO
[    32.910] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[    32.910] (--) fglrx(0): Chipset: "ATI Radeon HD 4600 Series" (Chipset = 0x9490)
[    32.910] (--) fglrx(0): (PciSubVendor = 0x1787, PciSubDevice = 0x2009)
[    32.910] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[    32.910] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[    32.910] (--) fglrx(0): MMIO registers at 0xfebf0000
[    32.910] (--) fglrx(0): I/O port at 0x0000e000
[    32.910] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    32.937] (II) fglrx(0): AC Adapter is used
[    32.996] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[    33.081] (II) Loading sub module "vbe"
[    33.081] (II) LoadModule: "vbe"
[    33.081] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    33.086] (II) Module vbe: vendor="X.Org Foundation"
[    33.086]     compiled for 1.9.4, module version = 1.1.0
[    33.086]     ABI class: X.Org Video Driver, version 8.0
[    33.086] (II) fglrx(0): VESA BIOS detected
[    33.086] (II) fglrx(0): VESA VBE Version 3.0
[    33.086] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[    33.086] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[    33.086] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
[    33.086] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[    33.086] (II) fglrx(0): VESA VBE OEM Product: R-00
[    33.086] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[    33.158] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[    33.158] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[    33.158] (II) fglrx(0): PCIE card detected
[    33.158] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    33.158] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    33.163] (II) fglrx(0): Using adapter: 2:0.0.
[    33.229] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[    33.256] (II) fglrx(0): Interrupt handler installed at IRQ 45.
[    33.256] (II) fglrx(0): RandR 1.2 support is enabled!
[    33.256] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    33.256] (==) fglrx(0): Center Mode is disabled 
[    33.256] (II) Loading sub module "fb"
[    33.256] (II) LoadModule: "fb"
[    33.257] (II) Loading /usr/lib/xorg/modules/libfb.so
[    33.272] (II) Module fb: vendor="X.Org Foundation"
[    33.272]     compiled for 1.9.4, module version = 1.0.0
[    33.272]     ABI class: X.Org ANSI C Emulation, version 0.4
[    33.273] (II) Loading sub module "ddc"
[    33.273] (II) LoadModule: "ddc"
[    33.273] (II) Module "ddc" already built-in
[    33.985] (II) fglrx(0): Finished Initialize PPLIB!
[    34.009] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[    34.009] (II) fglrx(0): Output DFP2 has no monitor section
[    34.010] (II) fglrx(0): Output CRT1 has no monitor section
[    34.010] (II) fglrx(0): Output CRT2 has no monitor section
[    34.022] (II) Loading sub module "ddc"
[    34.022] (II) LoadModule: "ddc"
[    34.022] (II) Module "ddc" already built-in
[    34.022] (II) fglrx(0): Connected Display0: CRT2
[    34.022] (II) fglrx(0): Display0 EDID data ---------------------------
[    34.022] (II) fglrx(0): Manufacturer: GSM  Model: 4a78  Serial#: 110739
[    34.022] (II) fglrx(0): Year: 2004  Week: 11
[    34.022] (II) fglrx(0): EDID Version: 1.3
[    34.022] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    34.023] (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
[    34.023] (II) fglrx(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    34.023] (II) fglrx(0): Gamma: 2.20
[    34.023] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    34.023] (II) fglrx(0): First detailed timing is preferred mode
[    34.023] (II) fglrx(0): redX: 0.647 redY: 0.346   greenX: 0.292 greenY: 0.602
[    34.023] (II) fglrx(0): blueX: 0.149 blueY: 0.130   whiteX: 0.312 whiteY: 0.328
[    34.023] (II) fglrx(0): Supported established timings:
[    34.023] (II) fglrx(0): 720x400@70Hz
[    34.023] (II) fglrx(0): 640x480@60Hz
[    34.023] (II) fglrx(0): 640x480@75Hz
[    34.023] (II) fglrx(0): 800x600@60Hz
[    34.023] (II) fglrx(0): 800x600@75Hz
[    34.023] (II) fglrx(0): 832x624@75Hz
[    34.023] (II) fglrx(0): 1024x768@60Hz
[    34.023] (II) fglrx(0): 1024x768@75Hz
[    34.023] (II) fglrx(0): 1280x1024@75Hz
[    34.023] (II) fglrx(0): 1152x864@75Hz
[    34.023] (II) fglrx(0): Manufacturer's mask: 0
[    34.023] (II) fglrx(0): Supported standard timings:
[    34.023] (II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
[    34.023] (II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 75  vid: 20293
[    34.023] (II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
[    34.023] (II) fglrx(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    34.023] (II) fglrx(0): Supported detailed timing:
[    34.023] (II) fglrx(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[    34.023] (II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    34.023] (II) fglrx(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    34.023] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[    34.023] (II) fglrx(0): Monitor name: L1910S
[    34.023] (II) fglrx(0): Monitor name: 
[    34.023] (II) fglrx(0): EDID (in hex):
[    34.023] (II) fglrx(0):     00ffffffffffff001e6d784a93b00100
[    34.024] (II) fglrx(0):     0b0e01036e261e78eaec50a5584a9a26
[    34.024] (II) fglrx(0):     215054a56b80314f454f614f81800101
[    34.024] (II) fglrx(0):     010101010101302a009851002a403070
[    34.024] (II) fglrx(0):     1300782d1100001e000000fd00384b1e
[    34.024] (II) fglrx(0):     530e000a202020202020000000fc004c
[    34.024] (II) fglrx(0):     3139313053200a2020202020000000fc
[    34.024] (II) fglrx(0):     000a202020202020202020202020002c
[    34.024] (II) fglrx(0): End of Display0 EDID data --------------------
[    34.097] (II) fglrx(0): EDID for output DFP1
[    34.097] (II) fglrx(0): EDID for output DFP2
[    34.097] (II) fglrx(0): EDID for output CRT1
[    34.097] (II) fglrx(0): EDID for output CRT2
[    34.097] (II) fglrx(0): Manufacturer: GSM  Model: 4a78  Serial#: 110739
[    34.097] (II) fglrx(0): Year: 2004  Week: 11
[    34.097] (II) fglrx(0): EDID Version: 1.3
[    34.097] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    34.097] (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
[    34.097] (II) fglrx(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    34.097] (II) fglrx(0): Gamma: 2.20
[    34.097] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    34.097] (II) fglrx(0): First detailed timing is preferred mode
[    34.097] (II) fglrx(0): redX: 0.647 redY: 0.346   greenX: 0.292 greenY: 0.602
[    34.097] (II) fglrx(0): blueX: 0.149 blueY: 0.130   whiteX: 0.312 whiteY: 0.328
[    34.097] (II) fglrx(0): Supported established timings:
[    34.097] (II) fglrx(0): 720x400@70Hz
[    34.097] (II) fglrx(0): 640x480@60Hz
[    34.097] (II) fglrx(0): 640x480@75Hz
[    34.098] (II) fglrx(0): 800x600@60Hz
[    34.098] (II) fglrx(0): 800x600@75Hz
[    34.098] (II) fglrx(0): 832x624@75Hz
[    34.098] (II) fglrx(0): 1024x768@60Hz
[    34.098] (II) fglrx(0): 1024x768@75Hz
[    34.098] (II) fglrx(0): 1280x1024@75Hz
[    34.098] (II) fglrx(0): 1152x864@75Hz
[    34.098] (II) fglrx(0): Manufacturer's mask: 0
[    34.098] (II) fglrx(0): Supported standard timings:
[    34.098] (II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
[    34.098] (II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 75  vid: 20293
[    34.098] (II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
[    34.098] (II) fglrx(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    34.098] (II) fglrx(0): Supported detailed timing:
[    34.098] (II) fglrx(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[    34.098] (II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    34.098] (II) fglrx(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    34.098] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[    34.098] (II) fglrx(0): Monitor name: L1910S
[    34.098] (II) fglrx(0): Monitor name: 
[    34.098] (II) fglrx(0): EDID (in hex):
[    34.098] (II) fglrx(0):     00000000000000003a202325693a2068
[    34.098] (II) fglrx(0):     73697a653a20256920207673697a6520
[    34.098] (II) fglrx(0):     25692020726566726573683a20256920
[    34.098] (II) fglrx(0):     207669643a2025690a0051002a403070
[    34.098] (II) fglrx(0):     1300782d1100001e4100000000000000
[    34.098] (II) fglrx(0):     00000000000000003a20537570706f72
[    34.098] (II) fglrx(0):     7465642064657461696c65642074696d
[    34.098] (II) fglrx(0):     696e673a0a00003a0a0020202020002c
[    34.098] (II) fglrx(0): Printing probed modes for output CRT2
[    34.098] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
[    34.098] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz)
[    34.098] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 -hsync -vsync (80.0 kHz)
[    34.099] (II) fglrx(0): Modeline "1280x960"x75.0  129.86  1280 1368 1504 1728  960 961 964 1002 +hsync -vsync (75.2 kHz)
[    34.099] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 -hsync -vsync (60.0 kHz)
[    34.099] (II) fglrx(0): Modeline "1280x800"x75.0  107.21  1280 1360 1496 1712  800 801 804 835 +hsync -vsync (62.6 kHz)
[    34.099] (II) fglrx(0): Modeline "1280x800"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 +hsync -vsync (49.7 kHz)
[    34.099] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 -hsync -vsync (67.5 kHz)
[    34.099] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 +hsync -vsync (53.7 kHz)
[    34.099] (II) fglrx(0): Modeline "1280x768"x75.0  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz)
[    34.099] (II) fglrx(0): Modeline "1280x768"x60.0   79.50  1280 1344 1472 1664  768 771 778 798 +hsync -vsync (47.8 kHz)
[    34.099] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 -hsync -vsync (60.0 kHz)
[    34.099] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync (48.4 kHz)
[    34.099] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
[    34.099] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 -hsync -vsync (37.9 kHz)
[    34.099] (II) fglrx(0): Modeline "720x480"x60.0   26.71  720 736 808 896  480 481 484 497 +hsync -vsync (29.8 kHz)
[    34.099] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 +hsync +vsync (37.5 kHz)
[    34.099] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 648 744 800  480 482 484 525 +hsync +vsync (31.5 kHz)
[    34.099] (II) fglrx(0): Output DFP1 disconnected
[    34.099] (II) fglrx(0): Output DFP2 disconnected
[    34.099] (II) fglrx(0): Output CRT1 disconnected
[    34.099] (II) fglrx(0): Output CRT2 connected
[    34.099] (II) fglrx(0): Using exact sizes for initial modes
[    34.099] (II) fglrx(0): Output CRT2 using initial mode 1280x1024
[    34.099] (II) fglrx(0): DPI set to (96, 96)
[    34.099] (II) fglrx(0): Adapter ATI Radeon HD 4600 Series has 2 configurable heads and 1 displays connected.
[    34.099] (==) fglrx(0):  PseudoColor visuals disabled
[    34.099] (II) Loading sub module "ramdac"
[    34.099] (II) LoadModule: "ramdac"
[    34.100] (II) Module "ramdac" already built-in
[    34.100] (==) fglrx(0): NoDRI = NO
[    34.100] (==) fglrx(0): Capabilities: 0x00000000
[    34.100] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    34.100] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    34.100] (==) fglrx(0): UseFastTLS=0
[    34.100] (==) fglrx(0): BlockSignalsOnLock=1
[    34.100] (--) Depth 24 pixmap format is 32 bpp
[    34.100] (II) Loading extension ATIFGLRXDRI
[    34.100] (II) fglrx(0): doing swlDriScreenInit
[    34.100] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    34.100] ukiDynamicMajor: found major device number 252
[    34.100] ukiDynamicMajor: found major device number 252
[    34.101] ukiDynamicMajor: found major device number 252
[    34.101] ukiOpenByBusid: Searching for BusID PCI:2:0:0
[    34.101] ukiOpenDevice: node name is /dev/ati/card0
[    34.101] ukiOpenDevice: open result is 14, (OK)
[    34.101] ukiOpenByBusid: ukiOpenMinor returns 14
[    34.101] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
[    34.101] (II) fglrx(0): [uki] DRM interface version 1.0
[    34.101] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:2:0:0"
[    34.101] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[    34.101] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fc25b540000
[    34.101] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[    34.101] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    34.101] (II) fglrx(0): swlDriScreenInit done
[    34.101] (II) fglrx(0): Kernel Module Version Information:
[    34.101] (II) fglrx(0):     Name: fglrx
[    34.101] (II) fglrx(0):     Version: 8.81.5
[    34.101] (II) fglrx(0):     Date: Jan  4 2011
[    34.101] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[    34.101] (II) fglrx(0): Kernel Module version matches driver.
[    34.101] (II) fglrx(0): Kernel Module Build Time Information:
[    34.101] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.37-ARCH
[    34.101] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[    34.101] (II) fglrx(0):     Build-Kernel __SMP__:            no
[    34.101] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    34.101] (II) fglrx(0): [uki] register handle = 0x00004000
[    34.148] (II) fglrx(0): DRI initialization successfull
[    34.148] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01004000
[    34.175] (==) fglrx(0): Backing store disabled
[    34.175] (II) Loading extension FGLRXEXTENSION
[    34.175] (**) fglrx(0): DPMS enabled
[    34.175] (II) fglrx(0): Initialized in-driver Xinerama extension
[    34.175] (**) fglrx(0): Textured Video is enabled.
[    34.175] (II) LoadModule: "glesx"
[    34.175] (II) Loading /usr/lib/xorg/modules/glesx.so
[    34.360] (II) Module glesx: vendor="X.Org Foundation"
[    34.360]     compiled for 1.4.99.906, module version = 1.0.0
[    34.360] (II) Loading extension GLESX
[    34.360] (II) fglrx(0): GLESX enableFlags = 528
[    34.367] (II) fglrx(0): GLESX is enabled
[    34.367] (II) LoadModule: "amdxmm"
[    34.368] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    34.404] (II) Module amdxmm: vendor="X.Org Foundation"
[    34.404]     compiled for 1.4.99.906, module version = 2.0.0
[    34.405] (II) Loading extension AMDXVOPL
[    34.405] (II) Loading extension AMDXVBA
[    34.418] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[    34.420] (II) fglrx(0): Enable composite support successfully
[    34.421] (WW) fglrx(0): Option "VendorName" is not used
[    34.421] (WW) fglrx(0): Option "ModelName" is not used
[    34.421] (II) fglrx(0): X context handle = 0x1
[    34.421] (II) fglrx(0): [DRI] installation complete
[    34.421] (==) fglrx(0): Silken mouse enabled
[    34.434] (==) fglrx(0): Using HW cursor of display infrastructure!
[    34.435] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[    34.550] (--) RandR disabled
[    34.551] (II) Initializing built-in extension Generic Event Extension
[    34.551] (II) Initializing built-in extension SHAPE
[    34.551] (II) Initializing built-in extension MIT-SHM
[    34.551] (II) Initializing built-in extension XInputExtension
[    34.551] (II) Initializing built-in extension XTEST
[    34.551] (II) Initializing built-in extension BIG-REQUESTS
[    34.551] (II) Initializing built-in extension SYNC
[    34.551] (II) Initializing built-in extension XKEYBOARD
[    34.551] (II) Initializing built-in extension XC-MISC
[    34.551] (II) Initializing built-in extension SECURITY
[    34.551] (II) Initializing built-in extension XINERAMA
[    34.551] (II) Initializing built-in extension XFIXES
[    34.551] (II) Initializing built-in extension RENDER
[    34.551] (II) Initializing built-in extension RANDR
[    34.551] (II) Initializing built-in extension COMPOSITE
[    34.551] (II) Initializing built-in extension DAMAGE
[    34.551] ukiDynamicMajor: found major device number 252
[    34.551] ukiDynamicMajor: found major device number 252
[    34.551] ukiOpenByBusid: Searching for BusID PCI:2:0:0
[    34.551] ukiOpenDevice: node name is /dev/ati/card0
[    34.551] ukiOpenDevice: open result is 15, (OK)
[    34.551] ukiOpenByBusid: ukiOpenMinor returns 15
[    34.551] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
[    35.968] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[    36.122] (II) fglrx(0): Enable the clock gating!
[    36.122] (II) fglrx(0): Setting screen physical size to 338 x 270
[    36.717] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    36.717] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    36.717] (**) Power Button: Applying InputClass "keyboard"
[    36.717] (II) LoadModule: "evdev"
[    36.717] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.734] (II) Module evdev: vendor="X.Org Foundation"
[    36.734]     compiled for 1.8.1.902, module version = 2.4.0
[    36.734]     Module class: X.Org XInput Driver
[    36.734]     ABI class: X.Org XInput driver, version 9.0
[    36.734] (EE) module ABI major version (9) doesn't match the server's version (11)
[    36.734] (II) UnloadModule: "evdev"
[    36.734] (II) Unloading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.735] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    36.735] (EE) No input driver matching `evdev'
[    36.739] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    36.739] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    36.739] (**) Power Button: Applying InputClass "keyboard"
[    36.739] (II) LoadModule: "evdev"
[    36.740] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.740] (II) Module evdev: vendor="X.Org Foundation"
[    36.740]     compiled for 1.8.1.902, module version = 2.4.0
[    36.740]     Module class: X.Org XInput Driver
[    36.740]     ABI class: X.Org XInput driver, version 9.0
[    36.740] (EE) module ABI major version (9) doesn't match the server's version (11)
[    36.740] (II) UnloadModule: "evdev"
[    36.740] (II) Unloading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.740] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    36.740] (EE) No input driver matching `evdev'
[    36.747] (II) config/udev: Adding input device HID 047f:c001 (/dev/input/event5)
[    36.747] (**) HID 047f:c001: Applying InputClass "evdev keyboard catchall"
[    36.747] (**) HID 047f:c001: Applying InputClass "keyboard"
[    36.747] (II) LoadModule: "evdev"
[    36.747] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.747] (II) Module evdev: vendor="X.Org Foundation"
[    36.747]     compiled for 1.8.1.902, module version = 2.4.0
[    36.747]     Module class: X.Org XInput Driver
[    36.747]     ABI class: X.Org XInput driver, version 9.0
[    36.747] (EE) module ABI major version (9) doesn't match the server's version (11)
[    36.747] (II) UnloadModule: "evdev"
[    36.747] (II) Unloading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.747] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    36.747] (EE) No input driver matching `evdev'
[    36.754] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event6)
[    36.754] (II) No input driver/identifier specified (ignoring)
[    36.760] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    36.760] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    36.760] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
[    36.760] (II) LoadModule: "evdev"
[    36.761] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.761] (II) Module evdev: vendor="X.Org Foundation"
[    36.761]     compiled for 1.8.1.902, module version = 2.4.0
[    36.761]     Module class: X.Org XInput Driver
[    36.761]     ABI class: X.Org XInput driver, version 9.0
[    36.761] (EE) module ABI major version (9) doesn't match the server's version (11)
[    36.761] (II) UnloadModule: "evdev"
[    36.761] (II) Unloading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.761] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    36.761] (EE) No input driver matching `evdev'
[    36.762] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
[    36.762] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    36.762] (II) LoadModule: "evdev"
[    36.762] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.762] (II) Module evdev: vendor="X.Org Foundation"
[    36.762]     compiled for 1.8.1.902, module version = 2.4.0
[    36.762]     Module class: X.Org XInput Driver
[    36.762]     ABI class: X.Org XInput driver, version 9.0
[    36.762] (EE) module ABI major version (9) doesn't match the server's version (11)
[    36.762] (II) UnloadModule: "evdev"
[    36.762] (II) Unloading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.762] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    36.762] (EE) No input driver matching `evdev'
[    36.763] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[    36.763] (II) No input driver/identifier specified (ignoring)
[    36.764] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    36.764] (II) No input driver/identifier specified (ignoring)
[    36.833] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[    39.319] (II) fglrx(0): EDID vendor "GSM", prod id 19064
[    39.319] (II) fglrx(0): Using EDID range info for horizontal sync
[    39.319] (II) fglrx(0): Using EDID range info for vertical refresh
[    39.319] (II) fglrx(0): Printing DDC gathered Modelines:
[    39.319] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    39.319] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    39.319] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    39.319] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    39.319] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    39.319] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    39.319] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    39.319] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    39.319] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    39.320] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    39.320] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    39.660] (II) fglrx(0): EDID vendor "GSM", prod id 19064
[    39.660] (II) fglrx(0): Using hsync ranges from config file
[    39.660] (II) fglrx(0): Using vrefresh ranges from config file
[    39.660] (II) fglrx(0): Printing DDC gathered Modelines:
[    39.660] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    39.660] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    39.660] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    39.660] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    39.660] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    39.660] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    39.660] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    39.660] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    39.660] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    39.660] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    39.660] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    40.008] (II) fglrx(0): EDID vendor "GSM", prod id 19064
[    40.008] (II) fglrx(0): Using hsync ranges from config file
[    40.008] (II) fglrx(0): Using vrefresh ranges from config file
[    40.008] (II) fglrx(0): Printing DDC gathered Modelines:
[    40.008] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    40.008] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    40.008] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    40.008] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    40.008] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    40.008] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    40.008] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    40.008] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    40.008] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    40.008] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    40.008] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    40.351] (II) fglrx(0): EDID vendor "GSM", prod id 19064
[    40.351] (II) fglrx(0): Using hsync ranges from config file
[    40.351] (II) fglrx(0): Using vrefresh ranges from config file
[    40.351] (II) fglrx(0): Printing DDC gathered Modelines:
[    40.351] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    40.351] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    40.351] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    40.351] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    40.351] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    40.351] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    40.352] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    40.352] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    40.352] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    40.352] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    40.352] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)

Offline

#16 2011-02-19 18:34:41

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Anyone any idea?

Offline

#17 2011-02-20 05:26:23

cubeist
Member
Registered: 2010-08-01
Posts: 36

Re: Installing fglrx messes up my system

your Xorg log still shows the same error,

(WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found

so there is either a problem with the installation or the configuration, but I have no idea where the problem lies.  The best advice I can offer is to:
a) use the open-source xf86-video-ati driver (everything except gaming should work great), or:
b) restart the ati catalyst driver from scratch and go slow, make sure to do each and every step in the wiki (I followed the wiki a couple times on different machines and it does get a working graphics driver)
c) wait for others to reply in this thread; maybe someone else knows a better solution than I do.

Offline

#18 2011-02-20 05:37:45

Mixhel
Member
Registered: 2011-02-07
Posts: 11

Re: Installing fglrx messes up my system

try add to kernel line "radeon.modeset=0"
and post your
1.dmesg |grep fglrx
2.dmesg |grep radeon
and erase your xorg.conf after restart and post your dmesg before of reboot and after reboot ( yeah with radeon.modeset=0)

Regards

Last edited by Mixhel (2011-02-20 05:39:58)

Offline

#19 2011-02-20 18:59:37

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Before reboot:

fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 3798 MBytes.
[fglrx]   vendor: 1002 device: 9490 count: 1
[fglrx] ioport: bar 4, base 0xe000, size: 0x100
[fglrx] Kernel PAT support is enabled
[fglrx] module loaded - fglrx 8.81.5 [Jan  4 2011] with 1 minors
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.

After reboot:

fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 3798 MBytes.
[fglrx]   vendor: 1002 device: 9490 count: 1
[fglrx] ioport: bar 4, base 0xe000, size: 0x100
[fglrx] Kernel PAT support is enabled
[fglrx] module loaded - fglrx 8.81.5 [Jan  4 2011] with 1 minors
Command line: root=/dev/sda3 ro nomodset radeon.modset=0
Kernel command line: root=/dev/sda3 ro nomodset radeon.modset=0
radeon: Unknown parameter `modset'

(By the way, I don't like Starnberg which is not far from here:D)

Last edited by InterstellarOverdrive (2011-02-20 19:01:07)

Offline

#20 2011-02-20 19:04:14

Dogmeat
Member
From: Slovak Republic
Registered: 2009-02-24
Posts: 193

Re: Installing fglrx messes up my system

You have a typo there. It should be radeon.modeset=0 but you have there radeon.modset=0.

Offline

#21 2011-02-20 19:06:22

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Damn, I didn't see that. Gonna fix it.

Edit: Okay, fixed it but that didn't help

Last edited by InterstellarOverdrive (2011-02-20 19:18:07)

Offline

#22 2011-02-20 19:34:19

Mixhel
Member
Registered: 2011-02-07
Posts: 11

Re: Installing fglrx messes up my system

what is your

sudo cat /var/log/errors.log |grep X

note: you have a nomodeset too bad tongue before radeon.modeset (you have nomodset)


nvm!!
Did you erase your Xorg? and when you loggin into you see black screen like a tty? if you see it then do with root aticonfig --intial
and restart

Last edited by Mixhel (2011-02-20 19:45:10)

Offline

#23 2011-02-20 20:24:00

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Mixhel wrote:

what is your

sudo cat /var/log/errors.log |grep X

No output at all.

Did you erase your Xorg?

Yes

and when you loggin into you see black screen like a tty?

Yes

if you see it then do with root aticonfig --intial
and restart

Did that, didn't help

Offline

#24 2011-02-21 02:50:08

Mixhel
Member
Registered: 2011-02-07
Posts: 11

Re: Installing fglrx messes up my system

try install xf86-input-evdev

Offline

#25 2011-02-21 16:22:35

InterstellarOverdrive
Member
From: Munich Countryside, Bavaria
Registered: 2011-02-12
Posts: 12

Re: Installing fglrx messes up my system

Was already installed. Reinstalling didn't help either.

Offline

Board footer

Powered by FluxBB