Bug 17396

Summary: Не работает Compiz на видеокарте Intel X3100
Product: Branch 4.1 Reporter: Денис Корявов <dkoryavov>
Component: compizAssignee: Valery Inozemtsev <shrek>
Status: CLOSED NOTABUG QA Contact: qa-4.1 <qa-4.1>
Severity: major    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Linux   
Attachments:
Description Flags
Вывод lspci
none
Файл конфигурации xorg none

Description Денис Корявов 2008-09-30 13:59:28 MSD
Created attachment 2968 [details]
Вывод lspci

Ноутбук Acer Extensa 5620. Не запускается компиз:

denis@localhost:~$ compiz --replace
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
Comment 1 Денис Корявов 2008-09-30 14:00:01 MSD
Created attachment 2969 [details]
Файл конфигурации xorg
Comment 2 Valery Inozemtsev 2008-09-30 14:08:43 MSD
Section "ServerFlags"
        Option      "AutoAddDevices" "true"
        Option      "AllowMouseOpenFail" "true"
        Option      "AIGLX" "true"
EndSection
Comment 3 Денис Корявов 2008-09-30 14:46:24 MSD
(In reply to comment #2)
> Section "ServerFlags"
>         Option      "AutoAddDevices" "true"
>         Option      "AllowMouseOpenFail" "true"
>         Option      "AIGLX" "true"
> EndSection
> 

Не помогает. 
Comment 4 Valery Inozemtsev 2008-09-30 14:52:22 MSD
$ glxinfo| grep direct
Comment 5 Денис Корявов 2008-09-30 15:45:05 MSD
(In reply to comment #4)
> $ glxinfo| grep direct
> 

direct rendering: Yes
Comment 6 Valery Inozemtsev 2008-09-30 15:57:55 MSD
запускать нужно с --indirect-rendering
$ compiz --indirect-rendering --replace cpp
а лучше установите compiz-manager, он все сделает за вас
Comment 7 Денис Корявов 2008-09-30 16:58:05 MSD
(In reply to comment #6)
> запускать нужно с --indirect-rendering
> $ compiz --indirect-rendering --replace cpp
> а лучше установите compiz-manager, он все сделает за вас
> 

Работает, спасибо!