c5 & fglrx -> system hangs

Issues related to hardware problems
Post Reply
sashxx
Posts: 11
Joined: 2007/03/06 22:17:16

c5 & fglrx -> system hangs

Post by sashxx » 2007/04/14 01:01:28

I installed the fglrx driver (8.35.5) to get 3d acceleration.

I downloaded the driver from Ati and started the .sh, but the kernel module failed to compile:
[code]/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:46:2: error: #error unknown or undefined architecture configured[/code]
After I added #define CONFIG_X86_PC to firegl_public.c the module compiled without any error.

It seemed to work, because the xorg server started and everything looked fine, but dri was disabled.
I found out that the composite option was enabled and so I disabled it in xorg.conf.

Now my system freezes when xorg is loaded. I see a black screen and I'm unable to switch to a text console. Connecting via SSH failed too.
When I set composite to true the xserver works fine (without dri).
lsmod lists fglrx.

I just switched from FC6 where I used the fglrx driver rpm package from the livna repo. I had no such problems with that driver.

Is there a rpm-version of the driver for C5/ RHEL5 or any other solution?


Thanks!

arrfab
Site Admin
Posts: 878
Joined: 2005/01/03 21:30:54
Location: /country/belgium
Contact:

c5 & fglrx -> system hangs

Post by arrfab » 2007/04/14 07:06:21

no ati driver rpm available, sorry ...
I've two machines running CentOS 5 with ATI cards, but because ATI drivers sucks (they don't support AIGLX : http://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&questionID=26907) and that i wanted to have compiz enabled (and so using AIGLX) , i removed fglrx ...
But i was able to install/compile it. I only had after that to switch to init 3, rmmod radeon ; rmmod drm ; modprobe fglrx ; aticonfig --initial and then init 5 and X was using fglrx (you can now use the newer amdccle tool) .... but as already said, i removed it ... and i only use 3D/GL for supertuxkart for my kids, and the included xorg radeon driver is good enough (i'm having 732 FPS with glxgears with the xorg driver, so enough for supertuxkart ... :-D )

sashxx
Posts: 11
Joined: 2007/03/06 22:17:16

Re: c5 & fglrx -> system hangs

Post by sashxx » 2007/04/14 12:27:56

I would use the radeon driver, but it doesn't support my Radeon mobility X1600. I may use the vesa driver or the fglrx driver. So I prefer the crappy Ati driver.

I just don't get this driver working.

I did a clean install of C5:
Update system with Package Updater
Reboot (because new kernel was installed)\
Download the Ati-Driver (ati-driver-installer-8.35.5-x86.x86_64.run)
#init 3
#sh ati-driver-installer-8.35.5-x86_64.run -> Message: There were errors during installation [...]

/usr/share/ati/fglrx-install.log: No kernel module build environment

#yum install kernel-devel
#sh ati-driver-installer-8.35.5-x86_64.run -> Message: There were errors during installation [...]

/usr/share/ati/fglrx-install.log:
[code][Message] Kernel Module : Trying to install a precompiled kernel module.
[Message] Kernel Module : Precompiled kernel module version mismatched.
[Message] Kernel Module : Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
Assuming default VMAP API
Assuming default munmap API
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.18-8.1.1.el5xen/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-8.1.1.el5-xen-i686'
CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:46:2: error: #error unknown or undefined architecture configured
In file included from /lib/modules/fglrx/build_mod/2.6.x/drm_proc.h:41,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:357:
/lib/modules/fglrx/build_mod/2.6.x/drmP.h:126:1: warning: "DRM_DEBUG_CODE" redefined
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:177:1: warning: this is the location of the previous definition
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:475: warning: initialization from incompatible pointer type
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘firegl_stub_open’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:598: warning: assignment discards qualifiers from pointer target type
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_smp_call_function’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:4116: warning: passing argument 1 of ‘smp_call_function’ from incompatible pointer type
make[2]: *** [/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1
make[1]: *** [_module_/lib/modules/fglrx/build_mod/2.6.x] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-8.1.1.el5-xen-i686'
make: *** [kmod_build] Error 2
build failed with return value 2
[Error] Kernel Module : Failed to compile kernel module - please consult readme.
[/code]

I found this line: /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:46:2: error: #error unknown or undefined architecture configured

#cd /lib/modules/fglrx/build_mod
I added #define CONFIG_X86_PC to firegl_public.c
#./make.sh

Make output:
[code]ATI module generator V 2.0
==========================
initializing...
cat: /lib/modules/2.6.18-8.1.1.el5xen/build/include/linux/version-*.h: No such file or directory
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
Assuming default VMAP API
Assuming default munmap API
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.18-8.1.1.el5xen/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-8.1.1.el5-xen-i686'
Building modules, stage 2.
MODPOST
WARNING: could not find /lib/modules/fglrx/build_mod/2.6.x/.libfglrx_ip.a.GCC4.cmd for /lib/modules/fglrx/build_mod/2.6.x/libfglrx_ip.a.GCC4
make[1]: Leaving directory `/usr/src/kernels/2.6.18-8.1.1.el5-xen-i686'
build succeeded with return value 0
duplicating results into driver repository...
done.
==============================
You must change your working directory to /lib/modules/fglrx
and then call ./make_install.sh in order to install the built module.
==============================
[/code]

#cd ..
#./make_install.sh

Install output:
[code]- recreating module dependency list
- trying a sample load of the kernel modules
done.
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[/code]

#lsmod | grep radeon
and
#lsmod | grep dri
return nothing. (no module needs to be unloaded)

#modprobe fglrx
#lsmod | grep fglrx
fglrx 656892 0

#amdcccle
amdcccle: error while loading shared libraries: libstdc++.so.5: cannot
open shared object file: No such file or directory

#yum install compat-libstdc++-33

#amdcccle
amdcccle: cannot connect to X server

#init 5
Logged in as root and opened terminal:
#amdcccle

amdccle output:
[code]*** glibc detected *** amdcccle: munmap_chunk(): invalid pointer: 0xbfb2fa9f ***
======= Backtrace: =========
/lib/i686/nosegneg/libc.so.6(cfree+0x1bb)[0x42e4db]
amdcccle[0x85a5317]
amdcccle(AtiXUPcs_GetVal+0x68)[0x85a5178]
amdcccle(AtiXUDisp_InitContext+0x85)[0x85a3645]
amdcccle(AtiXUPriv_InitContext+0x4f)[0x85a26df]
amdcccle(__AtiXUtil_Open+0x9b)[0x85a154b]
amdcccle(main+0x106)[0x81449b6]
/lib/i686/nosegneg/libc.so.6(__libc_start_main+0xdc)[0x3d9dec]
amdcccle[0x8142d21]
======= Memory map: ========
00110000-00112000 rwxp 00110000 00:00 0
00112000-00121000 r-xp 00000000 fd:02 4265173 /usr/lib/libXext.so.6.4.0
00121000-00122000 rwxp 0000e000 fd:02 4265173 /usr/lib/libXext.so.6.4.0
00122000-00125000 rwxp 00122000 00:00 0
00125000-0012a000 r-xs 00000000 fd:03 98355
/var/cache/fontconfig/beeeeb3dfe132a8a0633a017c99ce0c0-x86.cache-2
0012a000-00132000 r-xs 00000000 fd:03 98350
/var/cache/fontconfig/e19de935dec46bbf3ed114ee4965548a-x86.cache-2
00132000-00138000 r-xs 00000000 fd:03 98354
/var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-x86.cache-2
00138000-0013a000 r-xs 00000000 fd:03 98313
/var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86.cache-2
0013f000-00166000 r-xp 00000000 fd:02 4265619 /usr/lib/libfontconfig.so.1.1.0
00166000-0016e000 rwxp 00027000 fd:02 4265619 /usr/lib/libfontconfig.so.1.1.0
0016e000-00193000 r-xp 00000000 fd:00 884746 /lib/i686/nosegneg/libm-2.5.so
00193000-00194000 r-xp 00024000 fd:00 884746 /lib/i686/nosegneg/libm-2.5.so
00194000-00195000 rwxp 00025000 fd:00 884746 /lib/i686/nosegneg/libm-2.5.so
001a7000-001a8000 r-xp 001a7000 00:00 0 [vdso]
001a8000-001c7000 r-xp 00000000 fd:00 884813 /lib/libexpat.so.0.5.0
001c7000-001c9000 rwxp 0001e000 fd:00 884813 /lib/libexpat.so.0.5.0
00201000-00207000 r-xs 00000000 fd:03 98352
/var/cache/fontconfig/7ddba6133ef499da58de5e8c586d3b75-x86.cache-2
00210000-00212000 r-xp 00000000 fd:00 884767 /lib/libdl-2.5.so
00212000-00213000 r-xp 00001000 fd:00 884767 /lib/libdl-2.5.so
00213000-00214000 rwxp 00002000 fd:00 884767 /lib/libdl-2.5.so
00214000-002ac000 r-xp 00000000 fd:02 4423953 /usr/lib/xorg/libGL.so.1.2
002ac000-002b1000 rwxp 00098000 fd:02 4423953 /usr/lib/xorg/libGL.so.1.2
002b1000-002b4000 rwxp 002b1000 00:00 0
002bf000-002c7000 r-xp 00000000 fd:02 4262957 /usr/lib/libSM.so.6.0.0
002c7000-002c8000 rwxp 00007000 fd:02 4262957 /usr/lib/libSM.so.6.0.0
003c4000-004ff000 r-xp 00000000 fd:00 884744 /lib/i686/nosegneg/libc-2.5.so
004ff000-00501000 r-xp 0013a000 fd:00 884744 /lib/i686/nosegneg/libc-2.5.so
00501000-00502000 rwxp 0013c000 fd:00 884744 /lib/i686/nosegneg/libc-2.5.so
00502000-00505000 rwxp 00502000 00:00 0
00512000-00529000 r-xp 00000000 fd:02 4262955 /usr/lib/libICE.so.6.3.0
00529000-0052a000 rwxp 00016000 fd:02 4262955 /usr/lib/libICE.so.6.3.0
0052a000-0052c000 rwxp 0052a000 00:00 0
00535000-0054e000 r-xp 00000000 fd:00 884754 /lib/ld-2.5.so
0054e000-0054f000 r-xp 00018000 fd:00 884754 /lib/ld-2.5.so
0054f000-00550000 rwxp 00019000 fd:00 884754 /lib/ld-2.5.so
00550000-00750000 r-xp 00000000 fd:02 4262706 /usr/lib/locale/locale-archive
00806000-00905000 r-xp 00000000 fd:02 4265171 /usr/lib/libX11.so.6.2.0
00905000-00909000 rwxp 000fe000 fd:02 4265171 /usr/lib/libX11.so.6.2.0
00928000-009a5000 r-xp 00000000 fd:02 4265028 /usr/lib/libfreetype.so.6.3.10
009a5000-009a8000 rwxp 0007d000 fd:02 4265028 /usr/lib/libfreetype.so.6.3.10
00bb0000-00bb1000 rwxp 00bb0000 00:00 0
00be0000-00be2000 r-xp 00000000 fd:02 4262980 /usr/lib/libXau.so.6.0.0
00be2000-00be3000 rwxp 00001000 fd:02 4262980 /usr/lib/libXau.so.6.0.0
00bf8000-00bfb000 r-xp 00000000 fd:02 4265181 /usr/lib/libXrandr.so.2.0.0
00bfb000-00bfc000 rwxp 00002000 fd:02 4265181 /usr/lib/libXrandr.so.2.0.0
00c10000-00c14000 r-xp 00000000 fd:02 4265194 /usr/lib/libXfixes.so.3.1.0
00c14000-00c15000 rwxp 00003000 fd:02 4265194 /usr/lib/libXfixes.so.3.1.0
00c28000-00c2d000 r-xp 00000000 fd:02 4263008 /usr/lib/libXdmcp.so.6.0.0
00c2d000-00c2e000 rwxp 00004000 fd:02 4263008 /usr/lib/libXdmcp.so.6.0.0
00c58000-00c5f000 r-xp 00000000 fd:02 4265190 /usr/lib/libXi.so.6.0.0
00c5f000-00c60000 rwxp 00006000 fd:02 4265190 /usr/lib/libXi.so.6.0.0
00c70000-00c78000 r-xp 00000000 fd:02 4265175 /usr/lib/libXrender.so.1.3.0
00c78000-00c79000 rwxp 00007000 fd:02 4265175 /usr/lib/libXrender.so.1.3.0
00c88000-00c91000 r-xp 00000000 fd:02 4265196 /usr/lib/libXcursor.so.1.0.2
00c91000-00c92000 rwxp 00008000 fd:02 4265196 /usr/lib/libXcursor.so.1.0.2
00cb8000-00cc3000 r-xp 00000000 fd:00 886979 /lib/libgcc_s-4.1.1-20070105.so.1
00cc3000-00cc4000 rwxp 0000a000 fd:00 886979 /lib/libgcc_s-4.1.1-20070105.so.1
00d53000-00d55000 r-xs 00000000 fd:03 98311
/var/cache/fontconfig/e3ead4b767b8819993a6fa3ae306afa9-x86.cache-2
00dc0000-00dd3000 r-xp 00000000 fd:00 884748 /lib/i686/nosegneg/libpthread-2.5.so
00dd3000-00dd4000 r-xp 00012000 fd:00 884748 /lib/i686/nosegneg/libpthread-2.5.so
00dd4000-00dd5000 rwxp 00013000 fd:00 884748 /lib/i686/nosegneg/libpthread-2.5.so
00dd5000-00dd7000 rwxp 00dd5000 00:00 0
00eb9000-00f68000 r-xp 00000000 fd:02 4263034 /usr/lib/libstdc++.so.5.0.7
00f68000-00f6d000 rwxp 000ae000 fd:02 4263034 /usr/lib/libstdc++.so.5.0.7
00f6d000-00f72000 rwxp 00f6d000 00:00 0
08048000-0869e000 r-xp 00000000 fd:02 1837073 /usr/bin/amdcccle
0869e000-08754000 rwxp 00656000 fd:02 1837073 /usr/bin/amdcccle
08754000-08758000 rwxp 08754000 00:00 0
0929c000-092da000 rwxp 0929c000 00:00 0
bfb1b000-bfb31000 rwxp bfb1b000 00:00 0 [stack]
Aborted
[/code]

So amdcccle doesn't work.
Then I tried aticonfig:

#init 3
#aticonfig --initial
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.original-0

#init 5

Message: Failed to start the X server (your graphical interface). [...]

/var/log/Xorg.0.log:
[code]
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-42.0.10.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux prometheus 2.6.18-8.1.1.el5xen #1 SMP Mon Apr 9 11:46:46 EDT 2007 i686
Build Date: 09 April 2007
Build ID: xorg-x11-server 1.1.1-48.13.0.1.el5
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 14 14:03:42 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) | |-->Monitor "aticonfig-Monitor[0]"
(**) | |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Keyboard0"
(==) |-->Input Device ""
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
(==) FontPath set to:
unix/:7100,
built-ins
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 8086,7270 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,27a3 card 0000,0000 rev 03 class 11,01,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 8384,7680 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 8086,7270 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,7270 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 8086,7270 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,7270 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c4 card 8086,7270 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,7270 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,71c5 card 106b,0080 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 11ab,4362 card 11ab,5321 rev 22 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 14e4,4312 card 106b,0089 rev 01 class 02,80,00 hdr 00
(II) PCI: 04:03:0: chip 11c1,5811 card 11c1,5811 rev 61 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0x90300000 - 0x903fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0x90200000 - 0x902fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x90500000 - 0x905fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0x90100000 - 0x901fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0x90000000 - 0x900fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x71c5) rev 0, Mem @ 0x80000000/28, 0x90300000/16, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[1] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[2] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[3] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[4] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[5] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[6] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[7] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[8] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[9] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[10] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[11] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[12] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[13] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[14] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[15] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[16] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[17] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[18] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[19] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[20] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[21] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[22] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[23] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[24] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[25] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[1] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[2] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[3] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[4] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[5] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[6] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[7] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[8] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[9] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[10] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[11] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[12] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[13] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[14] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[15] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[16] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[17] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[18] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[19] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[20] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[21] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[22] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[23] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[24] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[25] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[5] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[6] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[7] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[8] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[9] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[10] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[11] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[12] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[16] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[17] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[18] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[19] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[20] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[21] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[22] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[23] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[24] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[25] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[26] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[27] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[28] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[29] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[30] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[31] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
dlopen: /usr/lib/xorg/modules/drivers/fglrx_drv.so: cannot restore segment prot after reloc: Permission denied
(EE) Failed to load /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) UnloadModule: "fglrx"
(EE) Failed to load module "fglrx" (loader failed, 7)
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(EE) No drivers available.

Fatal server error:
no screens found
[/code]

Found this line: dlopen: /usr/lib/xorg/modules/drivers/fglrx_drv.so: cannot restore segment prot after reloc: Permission denied

Seems to be a selinux issue.

#init 3
#setenforce permissive
#init 5

Now it seems to work. I'm able to use the TFT's native resolution (1680x1050, the vesa driver did only support lower resolutions).
Login as root. Terminal:

#fglrxinfo
[code]Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
[/code]

/var/log/Xorg.0.log:
[code]
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-42.0.10.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux prometheus 2.6.18-8.1.1.el5xen #1 SMP Mon Apr 9 11:46:46 EDT 2007 i686
Build Date: 09 April 2007
Build ID: xorg-x11-server 1.1.1-48.13.0.1.el5
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 14 14:07:08 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) | |-->Monitor "aticonfig-Monitor[0]"
(**) | |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Keyboard0"
(==) |-->Input Device ""
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
(==) FontPath set to:
unix/:7100,
built-ins
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 8086,7270 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,27a3 card 0000,0000 rev 03 class 11,01,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 8384,7680 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 8086,7270 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,7270 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,7270 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 8086,7270 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,7270 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c4 card 8086,7270 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,7270 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,71c5 card 106b,0080 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 11ab,4362 card 11ab,5321 rev 22 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 14e4,4312 card 106b,0089 rev 01 class 02,80,00 hdr 00
(II) PCI: 04:03:0: chip 11c1,5811 card 11c1,5811 rev 61 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0x90300000 - 0x903fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0x90200000 - 0x902fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x90500000 - 0x905fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0x90100000 - 0x901fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0x90000000 - 0x900fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x71c5) rev 0, Mem @ 0x80000000/28, 0x90300000/16, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[1] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[2] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[3] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[4] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[5] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[6] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[7] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[8] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[9] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[10] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[11] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[12] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[13] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[14] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[15] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[16] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[17] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[18] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[19] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[20] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[21] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[22] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[23] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[24] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[25] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[1] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[2] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[3] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[4] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[5] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[6] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[7] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[8] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[9] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[10] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[11] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[12] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[13] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[14] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[15] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[16] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[17] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[18] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[19] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[20] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[21] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[22] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[23] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[24] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[25] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[5] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[6] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[7] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[8] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[9] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[10] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[11] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[12] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[16] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[17] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[18] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[19] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[20] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[21] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[22] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[23] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[24] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[25] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[26] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[27] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[28] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[29] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[30] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[31] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.35.5
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.35.5
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.35g1
(II) ATI Proprietary Linux Driver Build Date: Mar 27 2007 12:13:03
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.35.1.1.2.3-driver-lnx-x86-x86_64-334085
(--) Assigning device section with no busID to primary device
(--) Chipset Supported AMD Graphics Processor (0x71C5) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[5] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[6] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[7] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[8] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[9] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[10] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[11] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[12] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[16] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[17] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[18] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[19] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[20] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[21] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[22] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[23] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[24] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[25] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[26] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[27] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[28] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[29] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[30] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[31] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x87b2028
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[5] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[6] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[7] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[8] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[9] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[10] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[11] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[12] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[19] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[20] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[21] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[22] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[23] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[24] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[25] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[26] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[27] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[28] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[29] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[30] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[31] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[32] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[33] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[34] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [x]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS" "true"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"(II) Switching to x86 real mode emulator
(II) Loading /usr/lib/xorg/modules/libintxen.so
(II) Module intxen: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI Mobility Radeon X1600" (Chipset = 0x71c5)
(--) fglrx(0): (PciSubVendor = 0x106b, PciSubDevice = 0x0080)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0x80000000
(--) fglrx(0): MMIO registers at 0x90300000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 9.12
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: M56P
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.35.5
ABI class: X.Org Server Extension, version 0.3
(--) fglrx(0): VideoRAM: 262144 kByte, Type: DDR3
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: APP Model: 9c5a Serial#: 16843009
(II) fglrx(0): Year: 2005 Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): DFP 1.x compatible TMDS
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 43 vert.: 27
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.290 greenY: 0.600
(II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): Manufacturer's mask: 10
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 119.0 MHz Image Size: 433 x 270 mm
(II) fglrx(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) fglrx(0): LTM201M1
(II) fglrx(0): Monitor name: Color LCD
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff0006105a9c01010101
(II) fglrx(0): 000f0103812b1b780ae695a3544a9926
(II) fglrx(0): 0f505400001001010101010101010101
(II) fglrx(0): 0101010101017c2e90a0601a1e403020
(II) fglrx(0): 3600b10e110000180000000100061030
(II) fglrx(0): 11000000000000000a20000000fe004c
(II) fglrx(0): 544d3230314d310000000a20000000fc
(II) fglrx(0): 00436f6c6f72204c43440a202020002c
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000008
(II) fglrx(0): POWERplay not supported on this hardware
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 11 modes found for primary display.
(--) fglrx(0): Virtual size is 1680x1050 (pitch 0)
(**) fglrx(0): *Mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1680x1050" 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "1280x1024": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024" 119.00 1280 1728 1760 1840 1024 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "1152x864": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864" 119.00 1152 1728 1760 1840 864 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "1024x768": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 119.00 1024 1728 1760 1840 768 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 119.00 800 1728 1760 1840 600 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "640x480": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 119.00 640 1728 1760 1840 480 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "640x400": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 119.00 640 1728 1760 1840 400 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "512x384": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 119.00 512 1728 1760 1840 384 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "400x300": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300" 119.00 400 1728 1760 1840 300 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "320x240": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240" 119.00 320 1728 1760 1840 240 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "320x200": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200" 119.00 320 1728 1760 1840 200 1053 1059 1080 +hsync +vsync
(--) fglrx(0): Display dimensions: (430, 270) mm
(--) fglrx(0): DPI set to (99, 98)
(--) fglrx(0): Virtual size is 1680x1050 (pitch 1728)
(**) fglrx(0): *Mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1680x1050" 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "1280x1024": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024" 119.00 1280 1728 1760 1840 1024 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "1152x864": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864" 119.00 1152 1728 1760 1840 864 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "1024x768": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 119.00 1024 1728 1760 1840 768 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 119.00 800 1728 1760 1840 600 1053 1059 1080 +hsync +vsync
(**) fglrx(0): *Mode "640x480": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 119.00 640 1728 1760 1840 480 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "640x400": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 119.00 640 1728 1760 1840 400 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "512x384": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 119.00 512 1728 1760 1840 384 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "400x300": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300" 119.00 400 1728 1760 1840 300 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "320x240": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240" 119.00 320 1728 1760 1840 240 1053 1059 1080 +hsync +vsync
(**) fglrx(0): Default mode "320x200": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200" 119.00 320 1728 1760 1840 200 1053 1059 1080 +hsync +vsync
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 128 MB
(II) fglrx(0): [pcie] 126976 kB allocated with handle 0xdeadbeef
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0x90300000 - 0x9030ffff (0x10000) MX[B]
[1] 0 0 0x80000000 - 0x8fffffff (0x10000000) MX[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0x90000000 - 0x90000fff (0x1000) MX[B]
[7] -1 0 0x90100000 - 0x90103fff (0x4000) MX[B]
[8] -1 0 0x90200000 - 0x90203fff (0x4000) MX[B]
[9] -1 0 0x90405000 - 0x904053ff (0x400) MX[B]
[10] -1 0 0x90405400 - 0x904057ff (0x400) MX[B]
[11] -1 0 0x90400000 - 0x90403fff (0x4000) MX[B]
[12] -1 0 0x90404000 - 0x90404fff (0x1000) MX[B]
[13] -1 0 0x90300000 - 0x9030ffff (0x10000) MX[B](B)
[14] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[18] 0 0 0x00002000 - 0x000020ff (0x100) IX[B]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[22] -1 0 0x0000efa0 - 0x0000efbf (0x20) IX[B]
[23] -1 0 0x00003020 - 0x0000302f (0x10) IX[B]
[24] -1 0 0x000030f0 - 0x000030f3 (0x4) IX[B]
[25] -1 0 0x000030d0 - 0x000030d7 (0x8) IX[B]
[26] -1 0 0x000030f4 - 0x000030f7 (0x4) IX[B]
[27] -1 0 0x000030d8 - 0x000030df (0x8) IX[B]
[28] -1 0 0x000030c0 - 0x000030cf (0x10) IX[B]
[29] -1 0 0x000030f8 - 0x000030f8 (0x1) IX[B]
[30] -1 0 0x000030e0 - 0x000030e0 (0x1) IX[B]
[31] -1 0 0x000030fc - 0x000030fc (0x1) IX[B]
[32] -1 0 0x000030e8 - 0x000030e8 (0x1) IX[B]
[33] -1 0 0x00003040 - 0x0000305f (0x20) IX[B]
[34] -1 0 0x00003060 - 0x0000307f (0x20) IX[B]
[35] -1 0 0x00003080 - 0x0000309f (0x20) IX[B]
[36] -1 0 0x000030a0 - 0x000030bf (0x20) IX[B]
[37] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): Composite extension enabled, disabling direct rendering
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x0ffe0000
(II) fglrx(0): Splitting WC range: base: 0x80000000, size: 0xffe0000
(II) fglrx(0): Splitting WC range: base: 0x88000000, size: 0x7fe0000
(II) fglrx(0): Splitting WC range: base: 0x8c000000, size: 0x3fe0000
(II) fglrx(0): Splitting WC range: base: 0x8e000000, size: 0x1fe0000
(II) fglrx(0): Splitting WC range: base: 0x8f000000, size: 0xfe0000
(II) fglrx(0): Splitting WC range: base: 0x8f800000, size: 0x7e0000
(II) fglrx(0): Splitting WC range: base: 0x8fc00000, size: 0x3e0000
(II) fglrx(0): Splitting WC range: base: 0x8fe00000, size: 0x1e0000
(II) fglrx(0): Splitting WC range: base: 0x8ff00000, size: 0xe0000
(II) fglrx(0): Splitting WC range: base: 0x8ff80000, size: 0x60000
(==) fglrx(0): Write-combining range (0x8ffc0000,0x20000)
(==) fglrx(0): Write-combining range (0x8ff80000,0x60000)
(==) fglrx(0): Write-combining range (0x8ff00000,0xe0000)
(==) fglrx(0): Write-combining range (0x8fe00000,0x1e0000)
(==) fglrx(0): Write-combining range (0x8fc00000,0x3e0000)
(WW) fglrx(0): Failed to set up write-combining range (0x8f800000,0x7e0000)
(WW) fglrx(0): Failed to set up write-combining range (0x8f000000,0xfe0000)
(WW) fglrx(0): Failed to set up write-combining range (0x8e000000,0x1fe0000)
(WW) fglrx(0): Failed to set up write-combining range (0x8c000000,0x3fe0000)
(WW) fglrx(0): Failed to set up write-combining range (0x88000000,0x7fe0000)
(WW) fglrx(0): Failed to set up write-combining range (0x80000000,0xffe0000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1728,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1728,1050) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1728 x 7141
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) fglrx(0): Acceleration enabled
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): Direct rendering disabled
(==) fglrx(0): Using hardware cursor
fbarea0->box.x1 0x00000000, fbarea0->box.y1 0x0000041d
fbarea0->box.x2 0x000006c0, fbarea0->box.y2 0x0000041f
icon[0].start=0x6f1000
fbarea1->box.x1 0x00000000, fbarea1->box.y1 0x0000041f
fbarea1->box.x2 0x000006c0, fbarea1->box.y2 0x00000421
icon[1].start=0x6f5000
(WW) fglrx(0): Textured Video not supported without DRI enabled.
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(WW) : No Device specified, looking for one...
(II) : Setting Device option to "/dev/input/mice"
(--) : Device: "/dev/input/mice"
(==) : Protocol: "Auto"
(**) Option "CorePointer"
(**) : Core Pointer
(==) : Emulate3Buttons, Emulate3Timeout: 50
(**) : ZAxisMapping: buttons 4 and 5
(**) : Buttons: 9
(II) XINPUT: Adding extended input device "" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) : PnP-detected protocol: "ExplorerPS/2"
(II) : ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) : ps2EnableDataReporting: succeeded
[/code]

This line is intersting: (II) fglrx(0): Composite extension enabled, disabling direct rendering

So I added
[code]Section "Extensions"
Option "Composite" "false"
EndSection
[/code]
to my /etc/X11/xorg.conf

#init 3
#init 5

Now I get a black screen.
I'm unable to switch to a test console. Even switching on capslock does not work.


---
So how did you install this driver?

Lenard
Posts: 2283
Joined: 2005/11/29 02:35:25
Location: Indiana

Re: c5 & fglrx -> system hangs

Post by Lenard » 2007/04/15 12:16:32

Install the dkms rpm package from Fedora Core 6 Extras rebuilt from the source rpm, install the freshrpms-release rpm package from;

wget http://download.fedora.redhat.com/pub/fedora/linux/extras/6/SRPMS/dkms-2.0.13-1.fc6.src.rpm

rpmbuild --recompile --rebuild --define 'dist .el5' dkms-2.0.13-1.fc6.src.rpm

http://zod.freshrpms.net/rpm.html?id=118

rpm -Uvh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm
yum install ati-x11-drv

It is your responsibility to meet the requirements and have the rpm-build package installed.
Unlike the linva package when one updates the kernel you do not need to upgrade the ati-x11-drv package as it automatically gets rebuilt the first time one uses the new kernel.

jimmyf
Posts: 7
Joined: 2005/04/28 17:45:22

Re: c5 & fglrx -> system hangs

Post by jimmyf » 2007/04/19 08:45:25

Ok so I'm a newb!! Where does the rebuilt rpm go?? Or am I doing something wrong??

Lenard
Posts: 2283
Joined: 2005/11/29 02:35:25
Location: Indiana

Re: c5 & fglrx -> system hangs

Post by Lenard » 2007/04/21 17:32:29

Actually you do not need the rpm package you built, but in answer to your query the built binary rpm package can be found in either;

/usr/src/redhat/RPMS/noarch
/rpmbuild/RPMS/noarch

Dag Wieers has a built dkms rpm package available which is why you do not need the dkms rpm package you built. Adding Dag's repo is a good idea and can be done by installing the rpmforge-release package as per the instructions here;

http://dag.wieers.com/rpm/FAQ.php#B

When done as root do; yum install dkms

Post Reply