Bug 17396 - Не работает Compiz на видеокарте Intel X3100
Summary: Не работает Compiz на видеокарте Intel X3100
Status: CLOSED NOTABUG
Alias: None
Product: Branch 4.1
Classification: Distributions
Component: compiz (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P2 major
Assignee: Valery Inozemtsev
QA Contact: qa-4.1@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 13:59 MSD by Денис Корявов
Modified: 2008-09-30 17:24 MSD (History)
0 users

See Also:


Attachments
Вывод lspci (14.73 KB, text/plain)
2008-09-30 13:59 MSD, Денис Корявов
no flags Details
Файл конфигурации xorg (2.29 KB, application/octet-stream)
2008-09-30 14:00 MSD, Денис Корявов
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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, он все сделает за вас
> 

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