Hello,
I tried installing compiz on my desktop wish uses the the 'ati' driver. I followed the instructions as listed on kubuntu wiki. https://wiki.kubuntu.org/CompizOnFeisty
i then click on enable effects and my screen goes white, if i click ctrl + alt +tab i can see that its doing some kind of effect but only with white desktops. my console gives the following error message:
here is my xorg.conf in case you need it
open to any suggestions
I tried installing compiz on my desktop wish uses the the 'ati' driver. I followed the instructions as listed on kubuntu wiki. https://wiki.kubuntu.org/CompizOnFeisty
Code:
sudo apt-get install desktop-effects compiz metacity sudo desktop-effects
Code:
Window manager warning: Failed to load theme "Clearlooks": Failed to find a valid file for theme Clearlooks Window manager warning: "" found in configuration database is not a valid value for keybinding "toggle_shaded" Window manager warning: Failed to load theme "Clearlooks": Failed to find a valid file for theme Clearlooks
Code:
Section "Files" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" FontPath "/usr/share/fonts/X11/misc" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" Load "int10" Load "type1" Load "vbe" load "glx" load "GLcore" load "v4l" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" option "CoreKeyboard" option "XkbRules" "xorg" option "XkbModel" "pc105" option "XkbLayout" "de" option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" option "CorePointer" option "Device" "/dev/input/mice" option "Protocol" "ExplorerPS/2" option "ZAxisMapping" "4 5" option "Emulate3Buttons" "true" EndSection Section "Device" identifier "ATI Technologies Inc R430 [Radeon X800 XL] (PCIe)" boardname "ati" busid "PCI:1:0:0" driver "ati" screen 0 EndSection Section "Monitor" identifier "BenQ FP71V" vendorname "BenQ" modelname "FP71V" modeline "2048x1024@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync gamma 1.0 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc R430 [Radeon X800 XL] (PCIe)" Monitor "BenQ FP71V" DefaultDepth 24 SubSection "Display" depth 24 virtual 2048 1024 modes "2048x1024@60" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Section "device" # identifier "device1" boardname "ati" busid "PCI:1:0:0" driver "ati" screen 1 EndSection
Comment