LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   fedora 8 desktop effects.. enabling? (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-8-desktop-effects-enabling-641839/)

Springs 05-13-2008 04:35 AM

fedora 8 desktop effects.. enabling?
 
I've been using fedora 8 for a while now and want to use the desktop effects.

now I've read through what some have done on here and i'm now coming up with the following error:

]desktop-effects
compiz (core) - Fatal: No sync extension
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".


any ideas what needs to be done to get this to work?

attached the xorg.conf
Quote:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Wed Sep 12 14:30:30 PDT 2007

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007
# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection

Section "Files"
EndSection

Section "Extensions"
Option "Composite" "Enable"
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer AL1711"
HorizSync 30.0 - 83.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
Option "XAANoOffscreenPixmaps" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "CRT-0: 1280x1024 +0+0, CRT-1: nvidia-auto-select +1280+0; CRT-0: 800x600 +0+0, CRT-1: nvidia-auto-select +800+0; CRT-0: 640x480 +0+0, CRT-1: nvidia-auto-select +640+0"
SubSection "Display"
Depth 24
EndSubSection
Option "AddARGBGLXVisuals" "true"
EndSection

b0uncer 05-13-2008 04:59 AM

To begin with, you need to have a graphics card capable of hardware 3d accelaration and drivers (Linux-specific) for it that enable the system to take advantage of hardware accelaration. Two main names are ATI and nVidia, for which you can rather easily nowadays get the required drivers (usually using your package manager to make it easy).

After you have made sure your card is capable of doing it and have installed the drivers, you can try enabling Compiz-Fusion. Fedora 9 has a menu entry for it: System menu has a Prefences submenu which has Look and feel submenu which holds the Desktop Effects application. Launching it lets you click an "enable" button which tries to start Compiz-Fusion; if it works, you can enable some basic effects and probably install (using the package manager of Fedora) the extra packages of Compiz-Fusion, like the "control center" trough which you can specify what effects exactly are used.

Not sure how much Fedora 8 differs from number 9, but the basic things are the same: you must have hardware that can do it, then you must successfully install and enable drivers that enable hardware accelaration and then you can make sure Compiz-Fusion packages are installed, after which you can enable the effects (install the "control center", that's about the easiest way of configuring Compiz-Fusion). If you don't have good enough hardware or your drivers for the graphics card "don't do" hardware accelaration, Compiz-Fusion probably just fails.

If you are unsure how to make sure you have the right drivers installed or how to install Compiz-Fusion packages, there are Fedora 8 specific howtos on the web. For example this shows how to install Compiz Fusion:

howtoforge.com/compiz-fusion-fedora8-ati-mobility-radeon-9200

Don't mind the 3d card model there - just make sure you have drivers installed for yours (in practice that means proprietary drivers from card manufacturer; open source drivers typically don't take as much out of the card as proprietary drivers do even if the yexist, and usually manufacturers don't make open source drivers at all).

Springs 05-13-2008 05:11 AM

my card is a nvidia..

ive tried modifying the xorg and restarted the computer and it came up with a error in the X server. ive reverted it back to the original xorg file and got the desktop back

ive also read whats been written on the howtoforge website but it still doesn't make desktop effects work

Springs 05-13-2008 07:02 AM

ive got it now :D

all i had to do was add extmod line to the xorg.conf file


All times are GMT -5. The time now is 05:42 AM.