Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th April 2009, 04:52 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
Unhappy Nividia and Compiz Fusion in Fedora 10 won't allow desktop effects to work

Ok, I found this post http://forums.fedoraforum.org/showth...usion+Fedora10
I am having the same issue he is, if I try to launch Desktop effects it attempts to enable them and fails. It pops a window that tells me they could not be enabled.
If I try using GLDesktop from System -> Preferences -> Look and Feel I lose the title bar to all my windows.

I tried the following commands
Code:
glxinfo | grep direct
Which resulted in:
Code:
Error: glXCreateContext failed
Then tried
Code:
yum install akmod-nvidia
Which resulted in
Code:
Loaded plugins: allowdowngrade, changelog, fedorakmod, kernel-module, presto,
              : refresh-packagekit, security, upgrade-helper
Setting up and reading Presto delta metadata
No Presto metadata available for fedora
No Presto metadata available for rpmfusion-free-updates
No Presto metadata available for rpmfusion-nonfree-updates
No Presto metadata available for rpmfusion-free
No Presto metadata available for updates
No Presto metadata available for rpmfusion-nonfree
Setting up Install Process
Parsing package install arguments
Package akmod-nvidia-180.29-1.fc10.i686 already installed and latest version
Nothing to do
I then tried to re-start the Gnome Window manager
Code:
 gnome-wm
Window manager warning: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
If I run
Code:
 Xorg -configure
I get
Code:
Fatal server error:
Server is already active for display 0
	If this server is no longer running, remove /tmp/.X0-lock
	and start again.
A list of repos is
Code:
 yum repolist
Loaded plugins: allowdowngrade, changelog, fedorakmod, kernel-module, presto,
              : refresh-packagekit, security, upgrade-helper
Setting up and reading Presto delta metadata
No Presto metadata available for fedora
No Presto metadata available for rpmfusion-free-updates
No Presto metadata available for rpmfusion-nonfree-updates
No Presto metadata available for rpmfusion-free
No Presto metadata available for updates
No Presto metadata available for rpmfusion-nonfree
repo id                   repo name                              status
fedora                    Fedora 10 - i386                       enabled: 11,416
rpmfusion-free            RPM Fusion for Fedora 10 - Free        enabled:    324
rpmfusion-free-updates    RPM Fusion for Fedora 10 - Free - Upda enabled:    704
rpmfusion-nonfree         RPM Fusion for Fedora 10 - Nonfree     enabled:    142
rpmfusion-nonfree-updates RPM Fusion for Fedora 10 - Nonfree - U enabled:    504
updates                   Fedora 10 - i386 - Updates             enabled:  4,716
repolist: 17,806
Here is a list of my Nvidia Drivers
Code:
rpm -qa *nvidia*
xorg-x11-drv-nvidia-180.29-1.fc10.i386
xorg-x11-drv-nvidia-libs-180.29-1.fc10.i386
kmod-nvidia-180.29-1.fc10.2.i686
akmod-nvidia-180.29-1.fc10.i686
kmod-nvidia-2.6.27.21-170.2.56.fc10.i686-180.29-1.fc10.2.i686
Here is what I have for compiz-fusion
Code:
 rpm -qa compiz*
compiz-kde-0.7.8-7.fc10.i386
compiz-fusion-extras-gnome-0.7.8-3.fc10.i386
compiz-fusion-0.7.8-4.fc10.i386
compiz-0.7.8-7.fc10.i386
compiz-gnome-0.7.8-7.fc10.i386
compiz-devel-0.7.8-7.fc10.i386
compiz-fusion-extras-0.7.8-3.fc10.i386
compizconfig-backend-kconfig-0.7.8-1.fc10.i386
compiz-fusion-devel-0.7.8-4.fc10.i386
compiz-fusion-gnome-0.7.8-4.fc10.i386
compizconfig-backend-gconf-0.7.8-1.fc10.i386
compiz-fusion-extras-devel-0.7.8-3.fc10.i386
compiz-manager-0.6.0-8.fc10.noarch
compizconfig-python-0.7.8-1.fc10.i386
Last but not least here is the XORG.conf file
Code:
 cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Thu Feb  5 00:18:17 PST 2009

# Xorg configuration created by livna-config-display

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
    Option         "AIGLX" "on"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
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 "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Videocard0"
    SubSection     "Display"
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Section "Extensions"
	Option "Composite" "Enable"
EndSection
Any help appreciated Thanks in advance
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #2  
Old 17th April 2009, 05:05 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
When I tried to run system-config-display I received a traceback. I attached it as a txt file

Rebooting and will try to post the Nvidia card as the system sees it
__________________
Tim :eek:
Smolt profile

Last edited by tmick; 17th April 2009 at 05:11 AM. Reason: txt file didn't attach, trying again
Reply With Quote
  #3  
Old 17th April 2009, 05:22 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
Nvidia Card

Nvidia GeForce 7600 GS is what the Nvidia Display settings shows
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #4  
Old 17th April 2009, 05:50 AM
shess01's Avatar
shess01 Offline
Registered User
 
Join Date: Aug 2005
Location: On the road. What day is it again?
Posts: 253
I have an Nvidia Go7600 in my dv9000 laptop...

Here is my xorg.conf -- I think your problem is here. Pay special attention to the modules and device sections.

Quote:
[stephen@macbeth ~]$ cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/default/Type1"
EndSection

Section "Module"
Load "type1"
Load "freetype"
Load "glx"
Load "dbe"
Load "extmod"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
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"

# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
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 "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
Here is the glxinfo and compiz info, just for kicks. Also note that Leigh has updated his Compiz how-to for the 0.8.3 version...

Quote:
[stephen@macbeth ~]$ glxinfo | grep direct
direct rendering: Yes
GL_EXT_direct_state_access, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
[stephen@macbeth ~]$ rpm -qa compiz*
[stephen@macbeth ~]$ rpm -qa | grep compiz
compizconfig-python-0.8.3-1.fc10.i386
compiz-plugin-screensaver-0.8.3-1.fc10.i386
compiz-plugins-unsupported-0.8.3-1.fc10.i386
compizconfig-backend-kconfig-0.8.3-1.fc10.i386
compiz-plugins-extra-0.8.3-1.fc10.i386
compiz-plugins-main-0.8.3-2.fc10.i386
compiz-kde-0.8.3-2.fc10.i386
compiz-manager-0.6.0-10.fc10.noarch
libcompizconfig-0.8.3-1.fc10.i386
compizconfig-backend-gconf-0.8.3-1.fc10.i386
compiz-0.8.3-2.fc10.i386
compiz-bcop-0.7.8-1.fc10.noarch
compiz-gnome-0.8.3-2.fc10.i386
compiz-plugin-peek-0.8.3-1.fc10.i386
compiz-fusion-release-1-6.noarch
[stephen@macbeth ~]$
__________________
...What if there were no hypothetical questions?
Reply With Quote
  #5  
Old 17th April 2009, 06:41 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
Okay modified the xorg,conf file to look like this
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Thu Feb  5 00:18:17 PST 2009

# Xorg configuration created by livna-config-display

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    ModulePath "/usr/lib/xorg/modules/drivers"
    ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath "/usr/lib/xorg/modules" 
EndSection

Section "Module"
Load "type1"
Load "freetype"
Load "glx"
Load "dbe"
Load "extmod"
EndSection 

Section "ServerFlags"
    Option         "AIGLX" "on"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
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 "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "AddARGBGLXVisuals" "True"
EndSection 

Section "Screen"
    Identifier     "Default Screen"
    Device         "Videocard0"
    SubSection     "Display"
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Section "Extensions"
	Option "Composite" "Enable"
EndSection
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #6  
Old 17th April 2009, 06:45 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
I also went through Leigh's compiz repo post and got some interesting things :
when I ran
Code:
 rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
I got
Code:
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Preparing...                ########################################### [100%]
	package rpmfusion-free-release-10-1.noarch (which is newer than rpmfusion-free-release-8-6.noarch) is already installed
	package rpmfusion-nonfree-release-10-1.noarch (which is newer than rpmfusion-nonfree-release-8-6.noarch) is already installed
[root@timmieland ~]# wget http://www.linux-ati-drivers.homecall.co.uk/compiz-fusion-release-1-6.noarch.rpm
--2009-04-16 23:06:23--  http://www.linux-ati-drivers.homecall.co.uk/compiz-fusion-release-1-6.noarch.rpm
Resolving www.linux-ati-drivers.homecall.co.uk... 212.74.112.95
Connecting to www.linux-ati-drivers.homecall.co.uk|212.74.112.95|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4653 (4.5K) [application/octet-stream]
Saving to: `compiz-fusion-release-1-6.noarch.rpm'

100%[======================================>] 4,653       21.2K/s   in 0.2s
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #7  
Old 17th April 2009, 06:50 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
Then after removing the files (as per leigh's instructions) I ran
Code:
yum install  compiz-kde compiz-gnome fusion-icon-all compiz-fusion-plugins-unsupported compiz-fusion-plugins-extra compiz-bcop ccsm emerald-themes compizconfig-backend-gconf compizconfig-backend-kconfig compiz-plugins-unsupported compiz-plugins-extra
Parsing package install arguments
No package compiz-fusion-plugins-unsupported available.
No package compiz-fusion-plugins-extra available.
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #8  
Old 17th April 2009, 06:55 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
I also received
Code:
 Transaction Check Error:
  file /usr/lib/compiz/libanimation.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libcolorfilter.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libexpo.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libezoom.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libimgjpeg.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libmag.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libmousepoll.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libneg.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libopacify.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libput.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libresizeinfo.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libring.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libscaleaddon.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libsession.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libshift.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libsnap.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libstaticswitcher.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libtext.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libthumbnail.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libvpswitch.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libwall.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libwinrules.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/libworkarounds.so from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/animation.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/colorfilter.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/expo.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/ezoom.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/imgjpeg.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/mag.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/mousepoll.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/neg.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/opacify.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/put.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/resizeinfo.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/ring.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/scaleaddon.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/session.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/shift.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/snap.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/staticswitcher.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/text.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/thumbnail.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/vpswitch.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/wall.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/winrules.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/share/compiz/workarounds.xml from install of compiz-plugins-main-0.8.3-2.fc10.i386 conflicts with file from package compiz-fusion-0.7.8-4.fc10.i386
  file /usr/lib/compiz/lib3d.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386
  file /usr/lib/compiz/libaddhelper.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386
  file /usr/lib/compiz/libanimationaddon.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386
  file /usr/lib/compiz/libbench.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386
  file /usr/lib/compiz/libbicubic.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386
  file /usr/lib/compiz/libcrashhandler.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386
  file /usr/lib/compiz/libcubeaddon.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386
  file /usr/lib/compiz/libextrawm.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386
  file /usr/lib/compiz/libfadedesktop.so from install of compiz-plugins-extra-0.8.3-1.fc10.i386 conflicts with file from package compiz-fusion-extras-0.7.8-3.fc10.i386

Error Summary
-------------
NOTE: Shortened to make chacter limit
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #9  
Old 17th April 2009, 06:55 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
hmm, So I ran the commands for his compiz check tool and got
Code:
wget http://blogage.de/files/3557/download -O compiz-check
And received this
Code:
Resolving blogage.de... 78.46.34.206
Connecting to blogage.de|78.46.34.206|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-04-16 23:17:16 ERROR 404: Not Found.
So I'm hoping the edits to xorg.conf works Let you know after rebooting. Thanks for the help so far
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #10  
Old 17th April 2009, 07:08 AM
shess01's Avatar
shess01 Offline
Registered User
 
Join Date: Aug 2005
Location: On the road. What day is it again?
Posts: 253
first things first, in a terminal run the following command

glxgears

If a window pops up with gears running you have your nvidia driver is good and opengl is running ok.

After you made the changes to your xorg.conf file did you restart your x-server or do a reboot?

Did you read through the entire thread linked in your first post?

If you have not already done so, download the compiz-check tool as directed in that link and post the output.
__________________
...What if there were no hypothetical questions?
Reply With Quote
  #11  
Old 17th April 2009, 07:20 AM
shess01's Avatar
shess01 Offline
Registered User
 
Join Date: Aug 2005
Location: On the road. What day is it again?
Posts: 253
run the glxgears command 1st and confirm whether that runs ok or not. You can even post the output from the terminal. Here is mine.

Quote:
[stephen@macbeth ~]$ glxgears
20517 frames in 5.0 seconds = 4102.925 FPS
20837 frames in 5.0 seconds = 4167.228 FPS
20801 frames in 5.0 seconds = 4160.115 FPS
20748 frames in 5.0 seconds = 4149.438 FPS
20828 frames in 5.0 seconds = 4165.438 FPS
20773 frames in 5.0 seconds = 4153.674 FPS
^C
Then use this link to get the compiz-check tool

Quote:
wget http://blogage.de/files/9124/download -O compiz-check


Afterwards, you have to make it executable:

chmod +x compiz-check



And finally run it like this:

./compiz-check
__________________
...What if there were no hypothetical questions?

Last edited by shess01; 17th April 2009 at 07:26 AM.
Reply With Quote
  #12  
Old 17th April 2009, 07:57 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
Code:
 glxgears
7760 frames in 5.0 seconds = 1551.423 FPS
8051 frames in 5.0 seconds = 1610.157 FPS
8188 frames in 5.0 seconds = 1637.500 FPS
8213 frames in 5.0 seconds = 1642.288 FPS
8312 frames in 5.0 seconds = 1662.239 FPS
8245 frames in 5.0 seconds = 1648.990 FPS
8241 frames in 5.0 seconds = 1648.114 FPS
8185 frames in 5.0 seconds = 1636.963 FPS
7614 frames in 5.0 seconds = 1522.692 FPS
^C
after rebooting the machine, I did read through the thread I first posted; both pages . When I tried Leigh's cli for getting the compiz check tool I got error 404 as shown in my previous post, so I never got to the part where I need to change permissions and execute the bin.
I am able to use desktop effects but not the GL Desktop which is fine with me I was after the cubes anyway ( I can do with out the wobble).
For future reference I had to add ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules" to the "Files" section, and
Code:
Section "Module"
Load "type1"
Load "freetype"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
and
Code:
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "AddARGBGLXVisuals" "True"
to the "Device" section.
The issue seems to be resolved I have some 3D games that wouldn't work and I try them and go from there.
Thanks for the quick replies and the help.
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #13  
Old 17th April 2009, 08:06 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
extra future reference,
I got the compiz check tool to install output is
Code:
  ./compiz-check

Gathering information about your system...

 Distribution:          Fedora release 10 (Cambridge) 
 Desktop environment:   GNOME
 Graphics chip:         nVidia Corporation G73 [GeForce 7600 GS] (rev a2)
 Driver in use:         nvidia
 Rendering method:      Nvidia

Checking if it's possible to run Compiz on your system...

 Checking for texture_from_pixmap...               [ OK ]
 Checking for non power of two support...          [ OK ]
 Checking for composite extension...               [ OK ]
 Checking for FBConfig...                          [ OK ]
 Checking for hardware/setup problems...           [ OK ]
footnote if you try to run the tool as root it won't run it throws a message that it might distort the results
__________________
Tim :eek:
Smolt profile
Reply With Quote
  #14  
Old 17th April 2009, 08:41 AM
shess01's Avatar
shess01 Offline
Registered User
 
Join Date: Aug 2005
Location: On the road. What day is it again?
Posts: 253
Your frame rates seem a little low. I tried to check your smolt link and got a 505 error. My smolt profile is here. With 256mb video and 2gb of system ram, i might add. If you have less ram this may affect the framerate - or not. Can't really swap too much stuff around on a laptop to find test that out, but Leigh might have a better idea. Anyway, I DO know that the glxgears is affected by which window manger you use, for instance, my rate jumps about 1000 frames if I use Kwin instead of Compiz.

Kwin glxgears output here:

Quote:
[stephen@macbeth ~]$ glxgears
26874 frames in 5.0 seconds = 5374.681 FPS
27172 frames in 5.0 seconds = 5434.325 FPS
27441 frames in 5.0 seconds = 5488.102 FPS
27408 frames in 5.0 seconds = 5481.573 FPS
27475 frames in 5.0 seconds = 5494.925 FPS
27485 frames in 5.0 seconds = 5496.847 FPS
^C
I had some issue upgrading from 0.7.9 to 0.8.3 and opened this thread to resolve the issue. the "warm-cache" plugin at the end was in yum if i remember correctly.

I was also having and issue when x started and loaded my desktop ( KDE4.2 ) as well. The windows decorations failed to load completely to the affect that the title bar was missing from windows and causing general grief. No idea what was causing. There was a thread opened and my fix is posted there

I think that's all the trick's I have. Glad I was able to help.

Bueno Suerte.
__________________
...What if there were no hypothetical questions?

Last edited by shess01; 17th April 2009 at 08:47 AM.
Reply With Quote
  #15  
Old 17th April 2009, 10:55 AM
tmick Offline
Registered User
 
Join Date: Jan 2006
Location: Utah
Age: 47
Posts: 301
Quote:
Originally Posted by shess01 View Post
Your frame rates seem a little low. I tried to check your smolt link and got a 505 error. My smolt profile is here. With 256mb video and 2gb of system ram, i might add. If you have less ram this may affect the framerate - or not. Can't really swap too much stuff around on a laptop to find test that out, but Leigh might have a better idea. Anyway, I DO know that the glxgears is affected by which window manger you use, for instance, my rate jumps about 1000 frames if I use Kwin instead of Compiz.

Kwin glxgears output here:



I had some issue upgrading from 0.7.9 to 0.8.3 and opened this thread to resolve the issue. the "warm-cache" plugin at the end was in yum if i remember correctly.

I was also having and issue when x started and loaded my desktop ( KDE4.2 ) as well. The windows decorations failed to load completely to the affect that the title bar was missing from windows and causing general grief. No idea what was causing. There was a thread opened and my fix is posted there

I think that's all the trick's I have. Glad I was able to help.

Bueno Suerte.
Yet again I owe you my thanks .... twice, once for letting me know I forgot to update the URL for my new smolt profile (it's fixed now )
and a second time for reminding me to follow ALL of the directions, like the line in Leigh's post that states "remove the previous versions of compiz" ( Where was your "Big Hammer" hidden again? I think I need it to knock some cobwebs loose) .
Did that re-installed compiz following the directions for KDE and GNOME ( I installed both) and glxgears now gives
Code:
[root@timmieland ~]# glxgears
10244 frames in 5.0 seconds = 2044.525 FPS
11159 frames in 5.0 seconds = 2231.690 FPS
12492 frames in 5.0 seconds = 2498.256 FPS
13139 frames in 5.0 seconds = 2627.799 FPS
14193 frames in 5.0 seconds = 2838.484 FPS
17326 frames in 5.0 seconds = 3465.159 FPS
17574 frames in 5.0 seconds = 3514.736 FPS
^C
Imagine that! Npt bad for a single core AMD w/ 1GB RAM
Thanks again
__________________
Tim :eek:
Smolt profile

Last edited by tmick; 17th April 2009 at 10:57 AM. Reason: fixed typo
Reply With Quote
Reply

Tags
compiz-fusion, desktop effects, fedora 10, gnome, nvidia

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
Issues getting the animations to work, when using Compiz Desktop Effects Manager...!! Batosai03 Using Fedora 0 1st September 2009 07:55 PM
Error Installing Desktop Effects/Beryl + Compiz Fusion GGFedora Using Fedora 0 3rd March 2008 04:24 PM
What's the relationship between desktop-effects and fusion-icon? Kiwon Um Using Fedora 2 4th February 2008 07:07 AM
Getting Compiz-Fusion Desktop Effects drewkx152 Guides & Solutions (No Questions) 1 24th January 2008 12:45 AM
Problem with Compiz-fusion desktop effects when logging out airless Using Fedora 4 19th December 2007 12:11 PM


Current GMT-time: 02:19 (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