Problemas do Compiz em chips gráficos integrados Intel

1

Eu atualizei para 11,10 a partir de 11,04 em um Toshiba Satellite L305-S5907 e não consigo mais fazer o Compiz funcionar. O metacity é executado em seu lugar e "compiz --replace" fornece os seguintes erros.

Checking if settings need to be migrated ...no
Checking if internal files need to be migrated ...no
Backend     : gconf
Integration : true
Profile     : unity
Adding plugins
Skipping upgrade com.canonical.unity.unity.01.upgrade
Skipping upgrade com.canonical.unity.unity.02.upgrade
Initializing core options...done
Initializing bailer options...done
Initializing detection options...done
Initializing composite options...done
Compiz (opengl) - Fatal: Root visual is not a GL visual
Compiz (bailer) - Info: Ensuring a shell for your session

lspci -v dá

00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) (prog-if 00 [VGA controller])
Subsystem: Toshiba America Info Systems Device ff67
Flags: bus master, fast devsel, latency 0, IRQ 45
Memory at 90000000 (64-bit, non-prefetchable) [size=4M]
Memory at 80000000 (64-bit, prefetchable) [size=256M]
I/O ports at 5110 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915

Eu desinstalei todos os drivers e pacotes de software que não são da Intel (ATI, NVidia). Mesa está instalado. Usando o script "compiz-check", recebo:

Gathering information about your system...
Distribution:          Ubuntu 11.10
Desktop environment:   GNOME
Graphics chip:         Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
Driver in use:         Unknown
Rendering method:      None

Checking if it's possible to run Compiz on your system...  [SKIP]

Checking for hardware/setup problems...           [SKIP]

At least one check had to be skipped:
Error: No rendering method in use (AIGLX, Xgl or Nvidia)

Eu removi e reinstalei o compiz sem sorte. Eu deletei todas as pastas ~ / .config / compiz * sem resultado. Nada OpenGL funciona (por exemplo, glxgears, jogos, etc). Tentei o Compiz Fusion, mas ele não muda para compiz.

Agradecemos antecipadamente pela ajuda.

    
por adarsh 24.11.2011 / 14:58

1 resposta

1

EDIT: Eu editei meu /etc/default/grub para ter a linha:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=" 

Onde anteriormente estava: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Eu também entrei no gconf-editor no Desktop > Gnome > Applications > Window_manager e removi as entradas atuais e padrão do gerenciador de janelas completamente (não apenas altere os valores).

ENTÃO, compiz --replace funciona, se eu configurá-lo para carregar na inicialização. Que dor.

    
por adarsh 25.11.2011 / 20:22