From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <473A30BE.5060908@rambler.ru> Date: Wed, 14 Nov 2007 01:18:22 +0200 From: Di User-Agent: Thunderbird 2.0.0.6 (X11/20070804) MIME-Version: 1.0 To: ALT Linux Sisyphus discussion list Content-Type: multipart/mixed; boundary="------------020309060507060607020505" Subject: [sisyphus] =?koi8-r?b?8NLPwszFzcEg0yBhdGkrY29tcGl6?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2007 23:19:47 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------020309060507060607020505 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Доброго времени суток. Обновился из Сизифа и решил попробовать завести Compiz. 01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] Настроил xorg.conf, рендинг прямой. Пробуем: $ 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 Тем не менее: $ glxinfo | grep GLX_EXT_texture_from_pixmap GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap Ошибок не заметно: [di@di ~]$ cat /var/log/Xorg.0.log | grep EE (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER [di@di ~]$ cat /var/log/Xorg.0.log | grep dri X.Org XInput driver : 2.0 (II) LoadModule: "dri" (II) Loading /usr/lib/X11/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" (II) Loading /usr/lib/X11/modules/drivers//ati_drv.so ABI class: X.Org XInput driver, version 2.0 ABI class: X.Org XInput driver, version 2.0 ABI class: X.Org XInput driver, version 2.0 (II) ATI: ATI driver (version 6.6.3) for chipsets: ati, ativga (II) Loading /usr/lib/X11/modules/drivers//radeon_drv.so drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card0 (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.28.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card0 (II) RADEON(0): [dri] Visual configs initialized (II) Synaptics touchpad driver version 0.14.6 (1406) [di@di ~]$ cat /var/log/Xorg.0.log | grep glx (II) LoadModule: "glx" (II) Loading /usr/lib/X11/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" [di@di ~]$ cat /var/log/Xorg.0.log | grep WW (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled (WW) RADEON(0): DRI init changed memory map, adjusting ... (WW) RADEON(0): MC_FB_LOCATION was: 0xdbffd800 is: 0xdbffd800 (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xe07fe000 (WW) RADEON(0): Option "AddARGBGLXVisuals" is not used И в конце проверим: [di@di ~]$ ls -lah /etc/X11/lib/ итого 8,0K drwxr-xr-x 2 root root 4,0K Ноя 14 00:58 . drwxr-xr-x 19 root root 4,0K Ноя 14 00:01 .. lrwxrwxrwx 1 root root 41 Ноя 14 00:58 libGL.so.1 -> ../../../usr/lib/X11/mesa_gl/libGL.so.1.2 lrwxrwxrwx 1 root root 42 Ноя 14 00:58 libglx.so -> ../../../usr/lib/X11/mesa_gl/libglx-x11.so lrwxrwxrwx 1 root root 42 Ноя 14 00:58 libwfb.so -> ../../../usr/lib/X11/modules/libwfb-x11.so Так оно быть должно? В чём же дело? Или ati уже не может compiz? =( --------------020309060507060607020505 Content-Type: text/plain; name="packs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="packs" compiz-0.6.2-alt2 compiz-fusion-plugins-extra-0.6.0-alt1 compizconfig-backend-kconfig-0.6.0-alt1 compizconfig-python-0.6.0-alt1 compiz-kde-0.6.2-alt2 libcompizconfig-0.6.0-alt1 compiz-fusion-plugins-main-0.6.0-alt1 --------------020309060507060607020505 Content-Type: text/plain; name="xorg.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xorg.conf" Section "ServerLayout" # InputDevice "SynPS/2 Synaptics TouchPad|1" "AlwaysCore" Identifier "Minimal layout" Screen "Screen0" 0 0 InputDevice "usbmouse" InputDevice "TouchPad|1" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Module" Load "freetype" Load "glx" Load "dri" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "usbmouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "TouchPad|1" Driver "synaptics" Option "Device" "/dev/input/mice" # Option "Protocol" "auto-dev" Option "Protocol" "IMPS/2" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" EndSection Section "Monitor" Identifier "Monitor 1024x768|0" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 70.0 EndSection Section "Device" Identifier "Card0|0" Driver "ati" Option "XAANoOffscreenPixmaps" Option "AddARGBGLXVisuals" "True" EndSection Section "Screen" Identifier "Screen0" Device "Card0|0" Monitor "Monitor 1024x768|0" DefaultDepth 24 SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection SubSection "Display" Depth 32 EndSubSection EndSection Section "DRI" Group "xgrp" Mode 0660 EndSection Section "Extensions" Option "Composite" "true" EndSection --------------020309060507060607020505 Content-Type: text/x-vcard; charset=utf-8; name="denyago.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="denyago.vcf" begin:vcard fn:Denis Timurovich Yagofarov n:Yagofarov;Denis Timurovich org:ITGIS NASU adr:room 615;;Chokolovski sqr., 13;Kiev;;03151;Ukraine email;internet:denyago@rambler.ru title:system administrator tel;work:80442480755 tel;pager:diyago@jabber.te.ua tel;home:80442434512 tel;cell:80662933760 note:diyago@jabber.te.ua x-mozilla-html:FALSE version:2.1 end:vcard --------------020309060507060607020505--