Hi, there. I followed this link to installed fglrx+xgl+compiz-fusion on Fedora 7, without a problem. I've got awesome desktop top effects. However, after a clean installation of Fedora 8, and followed the installation instruction, I have fglrx 8.42.3 successfully installed, but got no desktop effects.
Here are some info about the situation. The version of fglrx is: 8.42.3:
Code:
[root@localhost ~]# yum info kmod-fglrx
Loading "refresh-updatesd" plugin
Installed Packages
Name : kmod-fglrx
Arch : i686
Version: 8.42.3
Release: 7.lvn8
Size : 0.0
Repo : installed
Summary: Metapackage which tracks in fglrx kernel module for newest kernel
Description:
This is a meta-package without payload which sole purpose is to require the
fglrx kernel module(s) for the newest kernel,
to make sure you get it together with a new kernel.
And fglrxinfo output:
Code:
[root@localhost ~]# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1300
OpenGL version string: 2.0.6958 Release
And the output of glxinfo:
Code:
[root@localhost ~]# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
It seems that I have installed the correct driver, and there is direct rendering.
However, when I tried to enable desktop effect, it failed me:
Code:
[root@localhost ~]# desktop-effects
compiz (core) - Fatal: No valid GL extensions string found.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
In my xorg.conf file reads:
Code:
[root@localhost ~]# cat /etc/X11/xorg.conf
# 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" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "EmulateWheel" "yes"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "UserFastTLS" "0"
Option "BlockSignalOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
Option "UserInternalAGPGART" "no"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Can you give me some help here?
Thanks!