Fedora Linux Support Community & Resources Center
  #1  
Old 9th November 2007, 04:38 AM
sweetrain's Avatar
sweetrain Offline
Registered User
 
Join Date: Feb 2005
Location: CANADA
Posts: 113
No desktop effects after fglrx installed with Fedora 8 (Lenovo T60)

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!
__________________
---------------------
Fedora 10/x86_64@
Intel Core 2 Quad Q6600
4G ram
320G sATA
----------------------
Reply With Quote
  #2  
Old 9th November 2007, 06:37 AM
kevmif Offline
Registered User
 
Join Date: Dec 2004
Location: Australia
Posts: 473
Exactly the same thing here....
Reply With Quote
  #3  
Old 9th November 2007, 09:07 AM
Deore Offline
Registered User
 
Join Date: Oct 2005
Location: Munich
Age: 27
Posts: 128
Same problem (see my first issue here )

Could it be something with the kernel? I have been reading that people were having no problems with the 2.6.22 kernel, not sure about fglrx version though...
Reply With Quote
  #4  
Old 9th November 2007, 03:11 PM
cgrim's Avatar
cgrim Offline
Registered User
 
Join Date: Jun 2007
Location: Czech republic
Posts: 178
I've the same problem. Before upgrade on F8, beryl worked fine for me.
Now when I try to run compiz it returns:
Code:
$ compiz --replace
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
I don't understand why compiz-manager wants to use XGL? (AIGLX is in Fedora so what technika!):
Code:
$ /usr/bin/compiz-manager --replace
Checking for Xgl: not present. 
No whitelisted driver found aborting and using fallback: /usr/bin/metacity
When I try to run glxinfo it freezes sometimes.
__________________
Now 5 running Fedora instances at home ...
Reply With Quote
  #5  
Old 9th November 2007, 03:25 PM
sweetrain's Avatar
sweetrain Offline
Registered User
 
Join Date: Feb 2005
Location: CANADA
Posts: 113
Yes, both fglrxinfo and glxinfo will freeze almost half of the time.

I had to Ctrl-C it, and ran them again, to get the results. This happens almost half the time.
__________________
---------------------
Fedora 10/x86_64@
Intel Core 2 Quad Q6600
4G ram
320G sATA
----------------------

Last edited by sweetrain; 9th November 2007 at 03:44 PM.
Reply With Quote
  #6  
Old 9th November 2007, 04:45 PM
cgrim's Avatar
cgrim Offline
Registered User
 
Join Date: Jun 2007
Location: Czech republic
Posts: 178
There is some info http://64.233.183.104/search?q=cache...lnk&cd=5&gl=cz
but I don't understand French
__________________
Now 5 running Fedora instances at home ...
Reply With Quote
  #7  
Old 11th November 2007, 12:49 AM
Jebba33 Offline
Registered User
 
Join Date: Apr 2006
Location: Maine
Posts: 25
yup me too.

I am in the same situation. Beryl was fine in 7. Not so fine in 8.
Reply With Quote
  #8  
Old 11th November 2007, 01:28 AM
psyklops's Avatar
psyklops Offline
Registered User
 
Join Date: Apr 2005
Posts: 344
Exactly the same symptoms here. I basically setup compiz-fusion using leigh123's rpm binaries from here: http://www.4shared.com/file/28678428...99i386tar.html

I'm running F8 on a HP NC6000, here's the section from lspci:
Code:
...
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
...
glxinfo
Code:
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
...
I have to hit Ctrl-C to about half the time (usually after it's first reboot) to get it to go to get it to generate the glxinfo.

Here's the extract from starting fusion-icon:
Code:
 * Detected Session: gnome
 * Searching for installed applications...
 * No GLX_EXT_texture_from_pixmap with direct rendering context
 ... nor with indirect rendering, this isn't going to work!
 * Using the GTK Interface
 * Decorator "" is invalid.
 * Setting decorator to GTK Window Decorator ("gtk-window-decorator --replace")
 * Starting Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
compiz (core) - Fatal: No sync extension
 * Launching Settings Manager
 * Reloading compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
compiz (core) - Fatal: No sync extension
 * Setting decorator to Emerald ("emerald --replace")
 * Launching Emerald Theme Manager
Here's my xorg.conf:
Code:
# Xorg configuration created by livna-config-display

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Synaptics" "CorePointer"
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+inet"
EndSection

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "auto-dev"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "fglrx"
	Option	    "OpenGLOverlay" "off"
	Option	    "VideoOverlay" "on"
	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 "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "Enable"
EndSection

Section "Module"
	Load  "glx"
EndSection
__________________
Intel Core i7-2700K
16Gig RAM
Asus GTX 560 Ti
Fedora 16 x86_64
Reply With Quote
  #9  
Old 11th November 2007, 05:25 AM
xzhou Offline
Registered User
 
Join Date: Nov 2007
Location: USA
Posts: 15
It works on T61

I could enable desktop effects on my T61. It works very well.
But I can not update the system and can not start Firefox!
Reply With Quote
  #10  
Old 11th November 2007, 02:55 PM
PilotJLR's Avatar
PilotJLR Offline
Registered User
 
Join Date: Nov 2005
Location: flying a cubicle
Posts: 465
Same problem here as well, with F8 on an HP nc6400 with an X1300 card.
Reply With Quote
  #11  
Old 11th November 2007, 03:48 PM
amanadas Offline
Registered User
 
Join Date: Aug 2007
Posts: 58
I have the same problem with a ATI mobility Radeon X600. After initial install, Desktop effects was working correctly (radeon driver) but glxgears was giving me only 1819.775 FPS. After installing the latest fglrx driver from livna I get 3395.691 FPS but Desktop effects are not working. I get the same error "compiz (core) - Fatal: No valid GL extensions string found." And now i cant go back to the Radeon driver because after i installed the livna drivers desktop effects stop working with this driver also. Any ideas?
Reply With Quote
  #12  
Old 11th November 2007, 07:16 PM
Deore Offline
Registered User
 
Join Date: Oct 2005
Location: Munich
Age: 27
Posts: 128
Quote:
Originally Posted by amanadas
I have the same problem with a ATI mobility Radeon X600. After initial install, Desktop effects was working correctly (radeon driver) but glxgears was giving me only 1819.775 FPS. After installing the latest fglrx driver from livna I get 3395.691 FPS but Desktop effects are not working. I get the same error "compiz (core) - Fatal: No valid GL extensions string found." And now i cant go back to the Radeon driver because after i installed the livna drivers desktop effects stop working with this driver also. Any ideas?
If you want to use the "radeon" driver, you need to stop the fglrx service because it changes your xorg.conf upon boot to use the fglrx driver.
Reply With Quote
  #13  
Old 11th November 2007, 06:41 PM
Waggoneer's Avatar
Waggoneer Offline
Registered User
 
Join Date: Mar 2006
Posts: 130
same here

I have DRI working, and my frame rates are way up, but I still get a failure when I try and enable desktop effects.

Quote:
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
__________________
Fedora 11 x86_64 (Beta)
AMD 64 X2 5600
BIOSTAR TFORCE 550 Socket AM2 NVIDIA nForce 550 Motherboard
3.958380 GB Corsair DDR2 800
EVGA Nvidia GeForce 8600 GT
80g SATA v3.0 Hitach Deskstar HD
2 160GB SATA v3.0 RAID 1

I also have F11 (Beta) on a Dell XPS 1210 and F9 on my wifes Sharp PC-CL1-7DA laptop.

Fedora user since FC4.
Reply With Quote
  #14  
Old 13th November 2007, 09:32 PM
truscott Offline
Registered User
 
Join Date: Nov 2007
Posts: 1
Unofficial ATI Linux driver Wiki

From the Unofficial ATI Linux driver Wiki

http://wiki.cchtml.com/index.php/Fed...allation_Guide

General Status

* Fedora 8 is included as a generatable package since version 8.42.3 of the AMD Proprietary Linux driver. "sh ati-driver-installer-8.42.3-x86.x86_64.run --listpkg | grep -i fedora" shows "Fedora/F8" in the output.
* Unfortunately the driver kernel module currently fails to compile since Linux kernel version 2.6.23 is not yet supported. See this bugzilla report for kernel 2.6.23 for more information.
Reply With Quote
  #15  
Old 13th November 2007, 11:23 PM
psyklops's Avatar
psyklops Offline
Registered User
 
Join Date: Apr 2005
Posts: 344
good information... explains the issues. I might experiment a little with the laptop tonight, otherwise I might just wait for a kernel update...
__________________
Intel Core i7-2700K
16Gig RAM
Asus GTX 560 Ti
Fedora 16 x86_64
Reply With Quote
Reply

Tags
desktop, effects, fedora, fglrx, installed, lenovo, t60

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
No Geforce GTX 260 desktop effects - proprietary drivers installed trumansnare Hardware & Laptops 2 29th July 2009 08:33 AM
Freeze with desktop effects. Need fglrx? frug Hardware & Laptops 1 5th November 2008 07:37 PM
updated ati 9800 with kmod fglrx - no desktop effects garbagedigger Using Fedora 2 20th December 2007 03:19 PM
Getting Desktop Effects to work with fglrx? aero-z Using Fedora 6 19th February 2007 12:25 PM
Desktop Effects and ATI FGLRX flying_squirrel Hardware & Laptops 6 9th February 2007 09:47 AM


Current GMT-time: 16:50 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat