I found a lot of webpages but all hints on those pages aren't working for me (OR I'm looked over something)
I have compiz-fusion installed by this thread.
Now I start it like it is said on the site.
This is what I get in console when i start compiz.
My desktop reloads itself and my titlebars are gone.
I have the restricted nvidia driver installed and this is the screen details of my xorg
Can anybody see what the hell I'm doing wrong?
I have compiz-fusion installed by this thread.
Now I start it like it is said on the site.
This is what I get in console when i start compiz.
My desktop reloads itself and my titlebars are gone.
Code:
roel@roel-desktop:~$ Checking for Xgl: not present. Detected PCI ID for VGA: 01:00.0 0300: 10de:0221 (rev a1) (prog-if 00 [VGA]) Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (2560x1024) to maximum 3D texture size (4096): Passed. Checking for nVidia: present. Checking for FBConfig: present. Checking for Xgl: not present. Starting emerald Segmentation fault (core dumped) exec: 378: /usr/bin/metacity: not found
Code:
Section "Monitor" Identifier "F-417" Option "DPMS" EndSection Section "Monitor" Identifier "F-417 2" Option "DPMS" EndSection Section "Device" Identifier "nVidia Corporation NV44A [GeForce 6200]" Driver "nvidia" VendorName "nvidia" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "nVidia Corporation NV44A [GeForce 6200] 2" Driver "nvidia" VendorName "nvidia" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV44A [GeForce 6200]" Monitor "F-417" DefaultDepth 24 Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Default Screen 2" Device "nVidia Corporation NV44A [GeForce 6200] 2" Monitor "F-417 2" DefaultDepth 24 Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" Identifier "Default Layout" Screen 0 "Default Screen" 0 0 Screen 1 "Default Screen 2" RightOf "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" EndSection Section "Module" Load "glx" EndSection Section "ServerFlags" Option "Xinerama" "on" EndSection
Comment