LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-25-2008, 08:17 AM   #1
jordyberg
LQ Newbie
 
Registered: Jun 2006
Posts: 11

Rep: Reputation: 0
Question problems with compiz fusion


hello
i am using opensuse 10.3
and installed nvidia driver before i installed compiz
but i get an error from compiz when i wanna start it

Code:
jordy@linux-opensuse:/etc/X11> compiz --replace cpp &
[1] 4979
jordy@linux-opensuse:/etc/X11> compiz (core) - Error: Couldn't load plugin 'cpp'
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 6463 requests (6120 known processed) with 0 events remaining.

here is my xorg.conf (maby something wrong?)

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Tue Jan 22 19:53:46 PST 2008

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Tue Jan 22 19:54:38 PST 2008

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

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

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

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

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "SAMSUNG"
    HorizSync       30.0 - 61.0
    VertRefresh     60.0 - 75.0
    ModeLine       "1024x768" 81.8 1024 1080 1192 1360 768 769 772 802 +hsync +vsync
    ModeLine       "800x600" 48.9 800 840 920 1040 600 601 604 627 +hsync +vsync
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce4 Ti 4200"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "1360x768 +0+0; 800x600 +0+0"
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
i hope that somebody can help me with my problem thanks
 
Old 05-25-2008, 08:52 AM   #2
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
what exactly is cpp? whenever i start compiz manually i just use compiz --replace. Im assuming you used a howto to do this but try compiz --replace
 
Old 05-25-2008, 10:17 AM   #3
urka58
Member
 
Registered: Nov 2003
Distribution: slackware 15
Posts: 546

Rep: Reputation: 43
The name of such plugin is ccp, not cpp... you also have to load a window decorator, ie emerald or kde-window-decorator if using KDE.
No comments about your /etc/X11/xorg.conf with such few infos..
Ciao
 
Old 05-25-2008, 11:27 AM   #4
jordyberg
LQ Newbie
 
Registered: Jun 2006
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by doralsoral View Post
what exactly is cpp? whenever i start compiz manually i just use compiz --replace. Im assuming you used a howto to do this but try compiz --replace

already try that
compiz --replace ccp & (also dont work)

my borders remove and i cannot move any window
i am trying this now for 5 hours already wasting my sunday
with no sucess

all the plugins wont load
i realy dont understand why
like
compiz --replace ccp
compiz (core) - Error: Couldn't load plugin 'wobbly'

Last edited by jordyberg; 05-25-2008 at 11:32 AM.
 
Old 05-25-2008, 12:49 PM   #5
jordyberg
LQ Newbie
 
Registered: Jun 2006
Posts: 11

Original Poster
Rep: Reputation: 0
does maby than sombody know
a website that tell you step by step how to install
the most websites dont explain realy good what you should do when it does not work

thanks
 
Old 05-25-2008, 02:50 PM   #6
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
actually i dont remember staring compiz that way, i was wrong. when i started compiz it would just be compiz, then you need to install emerald and use emerald --replace. see if that works
 
Old 05-25-2008, 07:49 PM   #7
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
I use this command to start compiz-fusion LIBGL_ALWAYS_INDIRECT=true compiz --replace --indirect-rendering ccp &
it might help you
 
  


Reply



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
Skydome background doesn't work with compiz/gnome unless I use the compiz fusion icon The_Trooper Linux - Software 1 07-21-2008 01:08 PM
compiz-fusion problems with slackware ati x1600pro konqi Linux - Software 3 06-27-2008 02:15 AM
compiz fusion on F9 leedude Linux - Software 1 05-21-2008 06:41 AM
Compiz fusion does nothing bottled leaf Linux - Software 7 02-27-2008 12:43 AM
Compiz-Fusion help tekgek Linux - Desktop 10 10-24-2007 10:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:36 PM.

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