AIGLX

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

binom
Сообщения: 177
ОС: Slackware 13

AIGLX

Сообщение binom »

Код: Выделить всё

binom ~ # cat /var/log/Xorg.0.log | grep -i aiglx
(**) Option "AIGLX" "true"
(**) AIGLX enabled
(II) AIGLX: Screen 0 is not DRI capable

Установил дрова АТИ которые поддерживают xgl.
но что-то не aiglx не запускается.
Может xorg.conf не так настроен?

Код:

Section "ServerLayout" Identifier "X.org Configured" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/TrueType/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "record" Load "glx" Load "dbe" Load "GLcore" Load "extmod" Load "dri" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru(winkeys)" Option "XkbOptions" "grp:ctrl_shift_toggle" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "XAANoOffscreenPixmaps" "true" Option "UseFastTLS" "2" Option "VideoOverlay" "on" EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x768" EndSubSection EndSection Section "DRI" Group "video" Mode 0666 EndSection Section "ServerFlags" Option "AIGLX" "off" EndSection Section "Extensions" Option "XVIdeo" "Enable" Option "ReducedBlanking" "Enable" Option "Composite" "Enable" EndSection
Спасибо сказали:
zubarev
Сообщения: 119
ОС: Fedora Core

Re: AIGLX

Сообщение zubarev »

Попробуйте в xorg.conf закомментировать строку
# Load "dri"

И еще вот тут почитайте, вроде по вашей теме
http://www.linux.org.ru/view-message.jsp?msgid=2203270
Спасибо сказали:
Аватара пользователя
Uncle_Theodore
Сообщения: 3339
ОС: Slackware 12.2, ArchLinux 64

Re: AIGLX

Сообщение Uncle_Theodore »

У Вас в одном месте конфига написано AIGLX true, а в другом AIGLX off :)
С ATIшными драйверами правильно последнее. AIGLX off. Его и оставьте, а первое уберите.
Спасибо сказали:
binom
Сообщения: 177
ОС: Slackware 13

Re: AIGLX

Сообщение binom »

Uncle_Theodore писал(а):
09.12.2007 17:52
У Вас в одном месте конфига написано AIGLX true, а в другом AIGLX off :)
С ATIшными драйверами правильно последнее. AIGLX off. Его и оставьте, а первое уберите.

Подождите, как так... AIGLX disabled а как запустьть Compiz?
Что устанавливать XGL?
мне было легче дрова со встроенным xgl ...

Я XGL не могу установить xgl
Спасибо сказали:
Аватара пользователя
Uncle_Theodore
Сообщения: 3339
ОС: Slackware 12.2, ArchLinux 64

Re: AIGLX

Сообщение Uncle_Theodore »

Какая у Вас карточка? Может, проще воспользоваться драйверами ati или radeon (свободными)?
Спасибо сказали:
binom
Сообщения: 177
ОС: Slackware 13

Re: AIGLX

Сообщение binom »

Uncle_Theodore писал(а):
09.12.2007 18:20
Какая у Вас карточка? Может, проще воспользоваться драйверами ati или radeon (свободными)?

ATI X700

установлены с закрытым кодом ati-driver-installer-8.42.3-x86.x86_64.run

Код: Выделить всё

binom binom # cat /var/log/Xorg.0.log | grep EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.


Код: Выделить всё

binom binom # fgl_glxgears
Using GLX_SGIX_pbuffer
Ошибка сегментирования
Спасибо сказали: