ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Проблема с ati+compiz
@ 2007-11-13 23:18 Di
  2007-11-13 23:53 ` Yuriy Shirokov
  2007-11-14  6:38 ` Valery V. Inozemtsev
  0 siblings, 2 replies; 7+ messages in thread
From: Di @ 2007-11-13 23:18 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 2861 bytes --]

Доброго времени суток.

Обновился из Сизифа и решил попробовать завести 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? =(



[-- Attachment #2: packs --]
[-- Type: text/plain, Size: 215 bytes --]

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

[-- Attachment #3: xorg.conf --]
[-- Type: text/plain, Size: 2061 bytes --]

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


[-- Attachment #4: denyago.vcf --]
[-- Type: text/x-vcard, Size: 364 bytes --]

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-16  6:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-13 23:18 [sisyphus] Проблема с ati+compiz Di
2007-11-13 23:53 ` Yuriy Shirokov
2007-11-13 23:57   ` Yuriy Shirokov
2007-11-14  6:19   ` Шишков Евгений
2007-11-14  6:38 ` Valery V. Inozemtsev
2007-11-15 21:09   ` Di
2007-11-16  6:55     ` Valery V. Inozemtsev

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git