ciao a tutti. dunque,ho un problema con compiz. premetto che ho scaricato e installato compiz-fusion,fusion-icon e emerald ma non funziona niente. se lancio
compiz --replace &
mi rimangono le finestre senza bordi e non posso nemmeno cambiare desktop. mi riporta questi errori
pablo@darkstar:~$ compiz --replace &
[1] 8503
pablo@darkstar:~$ Warning, xpress200 detected.
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
ho trovato un sacco di discussioni in giro ma non ne ho cavato un ragno dal buco.
se lancio emerald allo stesso modo,non succede nulla. se lancio fusion-icon,mi si riavvia X.
vi do un po di info:
pablo@darkstar:~$ glxinfo | grep direct
Warning, xpress200 detected.
direct rendering: Yes
il log di xorg con due warning
Before reporting problems, check
http://wiki.x.org to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 21 09:26:09 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "My Monitor"
(**) | |-->Device "VESA Framebuffer"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/local/" does not exist. Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID/" does not exist. Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/TTF,/usr/share/fonts/OTF,/usr/share/fonts/Type1,/usr/share/fonts/misc,/usr/share/fonts/75dpi/:unscaled.
(**) FontPath set to:
il mio xorg.conf relativo alla scheda video
Section "Module"
# This loads the DBE extension module.
Load "dri" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
Load "type1"
Load "freetype"
#Load "speedo"
# This loads the GLX module
Load "glx"
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "VESA Framebuffer"
Driver "radeon"
#VideoRam 4096
# Insert Clocks lines here if appropriate
Option "AGPMode" "8"
Option "AGPFastWrite" "true"
Option "RenderAccel" "true"
Option "backingstore" "true"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "True"
Option "RENDER" "Enable"
Option "DAMAGE" "true"
EndSection
grazie per qualsiasi aiuto....