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

* Re: [sisyphus] Проблема с ati+compiz
  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
  1 sibling, 2 replies; 7+ messages in thread
From: Yuriy Shirokov @ 2007-11-13 23:53 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Di пишет:
> Обновился из Сизифа и решил попробовать завести Compiz.
...
> В чём же дело? Или ati уже не может compiz? =(

О, опять эта тема! Кажется, просто-таки лидер по популярности...

Крайний раз её поднимал я несколько дней назад. Ответа не добился (и
вообще не помню, чтобы они здесь пробегали, если не считать решениями
смену видеокарты, дистрибутива или мантейнера xorg =)).

ATI не только может Compiz; со свежими драйверами ATI даже может Compiz
в нормальном X-сервере, а не в Xgl. Если верить тому, что пишут
пользователи других дистрибутивов. =) Но примеры успешной настройки
этого дела на Alt науке неизвестны.

Вы пробовали, всё-таки, явным образом задать используемую версию
libGL.so через LD_PRELOAD? А то у меня симлинки ведут туда же, но
характер глюков от явного прописывания /usr/lib/X11/mesa_gl/libGL.so.1.2
явно меняется...

Кстати, вот, скажите --- у вас есть файл compiz-manager (лежать должен
где-то в районе /usr/bin, хотя не обязательно)? По заверениям убунтистов
и гентушников, прописывание в тамошний white-list драйвера fglrx
необходимо для нормальной работы Compiz. Беда в том, что в моей системе,
например, такого файла попросту нет.

- --
С уважением,
Ю.А.Широков.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBRzo5F+dMeS2DDLCcAQKUMQP5AVSNF5bPSj/NZcm02/g3cbNYiQ91ppIT
DqQFT7vwUmO/QxHhAu9X7F9korNZ44I3PJYyX2YCiLung0aR3uB4ZhBbKMzLVCju
XpqnWra3jaF6gA+GOVaaqHzECvtI/CqiWwFm/ddaz8q8YZCvjlUGpM1qJG/RSH1U
+I8gp/KCXi4=
=yacn
-----END PGP SIGNATURE-----


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

* Re: [sisyphus] Проблема с ati+compiz
  2007-11-13 23:53 ` Yuriy Shirokov
@ 2007-11-13 23:57   ` Yuriy Shirokov
  2007-11-14  6:19   ` Шишков Евгений
  1 sibling, 0 replies; 7+ messages in thread
From: Yuriy Shirokov @ 2007-11-13 23:57 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ой, прошу прощения у уважаемого сообщества --- с недосыпу не понял, что
имеется в виду свободный драйвер. Впредь постараюсь внимательне читать
вопросы.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBRzo6BedMeS2DDLCcAQJEgwP8CFm0p4s7CtSnEhDwlwY2H57srQD/9/wy
4VHUOsgMpAEjWWghoW2bG5cs2ppHLtZy3FR0TzmV2wQ95QIxHfRlbAQiMl/E3l8N
nJjNC7GHi0t6q1AlG0WoMtr0mIffeRyMkk4Czgl5ZvXTKXNQKzMO7jiY01GJYkfs
hkq/vaOHTZQ=
=fGHz
-----END PGP SIGNATURE-----


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

* Re: [sisyphus] Проблема с ati+compiz
  2007-11-13 23:53 ` Yuriy Shirokov
  2007-11-13 23:57   ` Yuriy Shirokov
@ 2007-11-14  6:19   ` Шишков Евгений
  1 sibling, 0 replies; 7+ messages in thread
From: Шишков Евгений @ 2007-11-14  6:19 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Yuriy Shirokov пишет:

> Кстати, вот, скажите --- у вас есть файл compiz-manager (лежать должен
> где-то в районе /usr/bin, хотя не обязательно)? По заверениям убунтистов
> и гентушников, прописывание в тамошний white-list драйвера fglrx
> необходимо для нормальной работы Compiz. Беда в том, что в моей системе,
> например, такого файла попросту нет.


Тоже пытался настроить с новым fglrx. И тоже был удивлён, что ни какого white-list в нашей 
сборке нет. И не работает ни чего.


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

* Re: [sisyphus] Проблема с ati+compiz
  2007-11-13 23:18 [sisyphus] Проблема с ati+compiz Di
  2007-11-13 23:53 ` Yuriy Shirokov
@ 2007-11-14  6:38 ` Valery V. Inozemtsev
  2007-11-15 21:09   ` Di
  1 sibling, 1 reply; 7+ messages in thread
From: Valery V. Inozemtsev @ 2007-11-14  6:38 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

В сообщении от 14 ноября 2007 Di написал(a):
> Доброго времени суток.
>
> Обновился из Сизифа и решил попробовать завести Compiz.
> 01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility
> Radeon 9600 M10]
>
> Настроил xorg.conf, рендинг прямой.
>
> Пробуем:
> $ compiz --replace

$ compiz --indirect-rendering --replace ccp


-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] Проблема с ati+compiz
  2007-11-14  6:38 ` Valery V. Inozemtsev
@ 2007-11-15 21:09   ` Di
  2007-11-16  6:55     ` Valery V. Inozemtsev
  0 siblings, 1 reply; 7+ messages in thread
From: Di @ 2007-11-15 21:09 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

Valery V. Inozemtsev пишет:
>
> $ compiz --indirect-rendering --replace ccp
>
>   
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't 
going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0

А почему --indirect-rendering? Мне видеокарту использовать хочется =(

$ LD_PRELOAD=/usr/lib/X11/mesa_gl/libGL.so.1.2  ;compiz 
--indirect-rendering --replace ccp
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't 
going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0

$ LD_PRELOAD=/usr/lib/X11/mesa_gl/libGL.so.1.2  ;compiz --replace ccp
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

[-- Attachment #2: 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

* Re: [sisyphus] Проблема с ati+compiz
  2007-11-15 21:09   ` Di
@ 2007-11-16  6:55     ` Valery V. Inozemtsev
  0 siblings, 0 replies; 7+ messages in thread
From: Valery V. Inozemtsev @ 2007-11-16  6:55 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

В сообщении от 16 ноября 2007 Di написал(a):
> Valery V. Inozemtsev пишет:
> > $ compiz --indirect-rendering --replace ccp
>
> compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't
> going to work.
> compiz (core) - Error: Failed to manage screen: 0
> compiz (core) - Fatal: No manageable screens found on display :0

$ unset XLIB_SKIP_ARGB_VISUALS
$ compiz --indirect-rendering --replace ccp

если не поможет попробуйте сменить DefaultColorDepth

>
> А почему --indirect-rendering? Мне видеокарту использовать хочется =(
>
> $ LD_PRELOAD=/usr/lib/X11/mesa_gl/libGL.so.1.2  ;compiz
> --indirect-rendering --replace ccp
> compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't
> going to work.
> compiz (core) - Error: Failed to manage screen: 0
> compiz (core) - Fatal: No manageable screens found on display :0
>
> $ LD_PRELOAD=/usr/lib/X11/mesa_gl/libGL.so.1.2  ;compiz --replace ccp
> 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



-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ 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