Hi folks.... I finally managed to get (a little) work fglrx in my fedora...I had conflicts between runlevels..
but now I have another problem..
after boot, if I run the amd/ati control panel or a game....nothing happen... with top I see that X is at 84 % CPU and GLXINFO HI cpu usage too...
for unlocking the problem, I just run GLXGEARS and all works....
what happen? How to fix this issue?
I'm using the fglrx 8.44 by livna... same problem with 8.45 (livna) and official installer...
kernel: 2.6.23.14-107
Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
# Option "AGPMode" "8"
Option "RenderAccel" "on"
Option "XAANoOffscreenPixmaps"
Option "ColorTiling" "on"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
Option "AGPFastWrite" "on"
Option "EnablePageFlip" "true"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection