You are not logged in.

#1 2008-02-03 21:23:55

drewbie
Member
From: England
Registered: 2006-02-12
Posts: 12

compiz-fusion / emerald problem on kde / nvidia

I have a problem trying to get window decorations to start up on compiz-fusion running on an nvidia geforce 7025

i have followed the wiki on installing compiz-fusion and setting up my nvidia card ( i also installed xgl but i don't think its needed)

i have installed; xgl compiz-fusion-kde and compiz-decorator-kde

i setup xgl to start using the startxgl option and compix-fusion to start by exporting KDEWM

startxgl didn't work exiting with the message ;

dlopen: /usr/lib/xorg/modules/xgl/libglxext.so: undefined symbol: CALL_ProgramParameter4fvNV

Fatal server error:
No GLX modules loaded
dlopen: /usr/lib/xorg/modules/xgl/libglxext.so: undefined symbol: CALL_ProgramParameter4fvNV

FatalError re-entered, aborting
No GLX modules loaded
xinit:  Server error.

but when i started startx still exporting KDEWM the kde desktop started up with all the compix effects ( cube etc) but no window manager

compiz --replace ccp & makes thte screen blank then come back still with no wm showing

compiz (core) - Warn: No GLXFBConfig for depth 32
compiz (core) - Warn: No GLXFBConfig for depth 32
compiz (core) - Warn: No GLXFBConfig for depth 32

the same happens when i run emerald  --replace  or kde-window-decorator --replace (which wasn't originaly installed, so i installed compiz-decorator-kde


I have now run out of ideas on how to get emerald working and would value any help



if it is any help my xorg.conf is ;

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "Files"
 ... loads of fonts
EndSection

Section "Module"
#   Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
    Load           "freetype"
    Load           "record"
    Load           "extmod"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
   ... keyboard
EndSection

Section "InputDevice"
  ... mouse
EndSection


Section "Monitor"
    Identifier     "Monitor0"
    HorizSync       28.0 - 96.0
    VertRefresh     50.0 - 75.0
ModeLine  "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
    Option         "DPMS" "true"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "All"
    BoardName      "All"
    Option  "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "IgnoreEDID" "true"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    16
    SubSection "Display"
        Depth 24
        Modes "1440x900"
        Virtual 1400 900
    EndSubSection
    Option "AddARGBGLXVisuals" "True"
EndSection


Section "Extensions"
          Option "Composite" "Enable"
EndSection

Offline

#2 2008-02-04 19:02:18

drewbie
Member
From: England
Registered: 2006-02-12
Posts: 12

Re: compiz-fusion / emerald problem on kde / nvidia

I think what I was missing was the DefaultDepth should have been 24

it is all working now but i did have to take out all of the modelines and refresh rates, otherwise the desktop would be too large for the screen, xorg manages to figure it all out for itself.

Offline

Board footer

Powered by FluxBB