LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-25-2006, 02:37 PM   #1
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Rep: Reputation: 58
Starting Desktop Effects fails FC6 - Missing RPM?


Hey guys, I've gotten desktop effects working flawlessly on my desktop and am trying to do the same on my laptop. However, I am getting an error. And just as a note I had compiz and xgl working flawlessly on my laptop in fc5 so I know it supports it. I also know that FC6 uses compiz and aiglx but I also know that is supported as well.

Here is the error, this is probably something really simple so please don't make me feel too dumb... Thanks all...

[root]# desktop-effects
compiz: error while loading shared libraries: /usr/lib/libGL.so.1: cannot restore segment prot after reloc: Permission denied
gnome-window-decorator: Screen 0 on display ":0.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.
Xlib: extension "SHAPE" missing on display ":0.0".
Xlib: extension "SHAPE" missing on display ":0.0".
Window manager warning: Invalid WM_TRANSIENT_FOR window 0x0 specified for 0x38001f8 ().
Xlib: extension "SHAPE" missing on display ":0.0".
Xlib: extension "SHAPE" missing on display ":0.0".
Xlib: extension "SHAPE" missing on display ":0.0".
Xlib: extension "SHAPE" missing on display ":0.0".
[root]# Xlib: extension "SHAPE" missing on display ":0.0".

I've tried desktop-effects --replace and got nothing.
and also
gnome-window-decorator --replace and it just sits there...

anyway thanks for your help.

nomb
 
Old 10-26-2006, 12:27 AM   #2
psychobyte
Member
 
Registered: Sep 2003
Location: Central Coast, California
Posts: 179

Rep: Reputation: 30
you should try going to yum and possibly remove compiz then re-install it. perhaps a dependency was left out.
 
Old 10-26-2006, 12:49 AM   #3
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
good idea but unfortunately, it didn't work...
Anyone got any other ideas?

nomb
 
Old 10-27-2006, 12:38 PM   #4
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
Ive gotten through a lot of my errors but I'm now stuck at the following:

gnome-window-decorator: Screen 0 on display ":0.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.
compiz: No GLXFBConfig for default depth, this isn't going to work.
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :0.0


anyone got any ideas?

thanks

nomb
 
Old 10-27-2006, 04:52 PM   #5
Starchild
Member
 
Registered: Sep 2003
Location: At a tea party with Alice in Wonderland.
Distribution: Fedora 7
Posts: 65

Rep: Reputation: 15
in your xorg.conf, did you add

Option "AddARGBGLXVisuals" "True"

under section "Device" ?

Also, I'd recommend you install beryl and use that instead if compiz. Beryl allows you to change themes, for one thing.

Last edited by Starchild; 10-27-2006 at 04:53 PM.
 
Old 10-28-2006, 01:14 AM   #6
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
I put the option you suggested into my xorg.conf and im afraid I got the same error.

Here is my xorg.conf

Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dri"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

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

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
	Identifier   "Monitor0"
	ModelName    "LCD Panel 1280x800"
	HorizSync    31.5 - 90.0
	VertRefresh  59.9 - 60.1
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "vesa"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Ive never heard of beryl but I'll look into it.

----------------------------------------------------

Well just took a look at Beryl and found this


"Fedora Core 6 is shipped with X.Org 7.1 and therefore with AIGLX. Make sure that you use graphic card drivers which are working with AIGLX"

So I need to get compiz and aiglx working first before I go to install Beryl. Anyone who will work with me is awsome!!!

nomb

Last edited by nomb; 10-28-2006 at 01:18 AM.
 
Old 10-30-2006, 03:17 AM   #7
Starchild
Member
 
Registered: Sep 2003
Location: At a tea party with Alice in Wonderland.
Distribution: Fedora 7
Posts: 65

Rep: Reputation: 15
Two Device sections?

I have nvidia myslelf, and I currently need to use beta-drivers in order to use aiglx.

Last edited by Starchild; 10-30-2006 at 03:49 AM.
 
Old 01-26-2007, 10:22 AM   #8
Fresbeeplayer
LQ Newbie
 
Registered: Jan 2007
Posts: 2

Rep: Reputation: 0
just add Load "extmod" to the right section in /etc/X11/xorg.conf
 
Old 01-26-2007, 10:28 AM   #9
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
actually that wont make a difference. AIGLX isn't supported by the fglrx drivers.

nomb
 
Old 01-29-2007, 06:06 AM   #10
Fresbeeplayer
LQ Newbie
 
Registered: Jan 2007
Posts: 2

Rep: Reputation: 0
3D acceleration works out of compiz? For example some opengl games, or glxgears?
If the problem is only AIGLX, you can disable it putting
Option "AIGLX" "0"
in ServerLayout section
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
starting MTA fails e1000 Debian 7 07-05-2014 06:44 PM
AIGLX 3d Desktop effects on Suse 10.1 tfm1 Linux - Software 1 10-26-2006 06:57 AM
FC6 beta3 upgrade to Final FC6 thyraios Fedora 1 09-18-2006 08:55 PM
pppd fails -- What's missing? ludwig Linux - Networking 2 02-15-2004 08:40 PM
Starting Xine Fails jagman026 Linux - Software 1 10-08-2003 07:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration