PDA

View Full Version : non va' compiz sulle ati ????


robylix
June 13th, 2008, 07:23 PM
Non riesco a far girarecompiz sulle ati x1600 9550 e per esempio compiz su portatile con ati mobility radeon x600

ho provato con mepis e dreamlinux entrambi basate su debian

ho installato tutto ma quando lancio compiz per esempio da linea di comando mi dice :
lissa@DREAMLINUX:~$ compiz
Checking for Xgl: not present.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting emerald
Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory
/usr/bin/compiz.real (core) - Error: Couldn't load plugin 'ccp'
/usr/bin/compiz: line 398: 13137 Segmentation fault ${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS
Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory






================== allego file xorg.conf ================
Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

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

Section "Device"
Identifier "M24 1P [Radeon Mobility X600]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "JMN4C1P024098 LCD Monitor"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-76
EndSection

Section "Screen"
Identifier "Default Screen"
Device "M24 1P [Radeon Mobility X600]"
Monitor "JMN4C1P024098 LCD Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection


===============================================