Hello to all.
Currently I'm running a machine with Intel E6750 duo, a XFX GeForce 8400GS 512MB on Fedora Core 8, and I had the same problem, could not have the Desktop Effects working. After reading on the web a little I found some post very usefull.
Here you can find a how-to, explaining what you have to enable/install to put the
Desktop Effects working (includes the info for the 3rd party video drivers) - [
how-to link].
Basically you update your repo data with the livna, then you update you system for your graphic card (on
Applications - Add/Remove Software, go to
search and put there
nvidia, install whatever is appropriate for you). After this and following the how-to, maybe you still can't run the
Desktop Effects (happen to me), I then remembered what
MALTADA wrote before, so I went and updated my xorg.conf file, rebooted my system and .... it's amazing. Try it.
Here some other links:
Link 1
currently my xorg.conf file looks like this:
Quote:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Dec 13 19:09:35 PST 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"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
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" "pt"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
Option "AddARGBGLXVisuals" "true"
EndSection
|
If you need more information from me please let me know in what way I can help.
Take care to you all and good season.