eeaq
(usa Ubuntu)
Enviado em 08/11/2009 - 16:04h
isso acontece porque você usa uma placa que tem prioridades da placa de vídeo Intel, vou ensinar a corrigir esse erro :
Abra o arquivo: sudo gedit /usr/bin/compiz
Mude a linha T="$T 8086:2a02 " # Intel GM965
para: # T="$T 8086:2a02 " # Intel GM965
feito isso você notara que sua verbode vai estar em ''yes'' mude para ''no'' como mostro abaixo:# Set to yes to enable verbose
VERBOSE="no". isso funcionou aqui na minha casa.
Tem que ficar assim :
# blacklist based on the pci ids
# See
http://wiki.compiz-fusion.org/Hardware/Blacklist for details
#T=" 1002:5954 1002:5854 1002:5955" # ati rs480
#T="$T 1002:4153" # ATI Rv350
#T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
# T="$T 8086:2a02 " # Intel GM965
T="$T 8086:3577 8086:2562 " # Intel 830MG, 845G (LP: #259385)
BLACKLIST_PCIIDS="$T"
unset T
COMPIZ_OPTIONS="--ignore-desktop-hints --replace"
COMPIZ_PLUGINS="move resize place decoration animation"
# Use emerald by default if it exist
USE_EMERALD="yes"
# No indirect by default
INDIRECT="yes"
# Default X.org log if xset q doesn't reveal it
XORG_DEFAULT_LOG="/var/log/Xorg.0.log"
# Set to yes to enable verbose
VERBOSE="no"
# Echos the arguments if verbose
verbose()
{
if [ "x$VERBOSE" = "xyes" ]; then
printf "$*"
fi
}
# abort script and run fallback windowmanager
abort_with_fallback_wm()
{
if [ "x$SKIP_CHECKS" = "xyes" ]; then
verbose "SKIP_CHECKS is yes, so continuing despite problems.\n"
return 0;
fi
if [ "x$CM_DRY" = "xyes" ]; then
verbose "Dry run failed: Problems detected with 3D support.'n"
exit 1;
fi
verbose "aborting and using fallback: $FALLBACKWM \n"
if [ -x $FALLBACKWM ]; then
exec $FALLBACKWM $FALLBACKWM_OPTIONS
else
printf "no $FALLBACKWM found, exiting\n"
exit 1
fi
}
# Check if we run with the Software Rasterizer, this happens e.g.
# when a second screen session is opened via f-u-a on intel
check_software_rasterizer()
{
depois que eu fiz essas alterações tudo esta resolvido
peguei essa solução numa comunidade no orkut o link é :
http://www.orkut.com.br/Main#CommMsgs?cmm=463106&tid=5401106728339829936&na=4&nst=11&...