Page 1 of 2
Posted: Wed Aug 25, 2004 6:05 pm
by nomicroshit
Ok... I've just struggled with Xorg 6.7.99 and now in Gnome-session...(so .. I lost my xcin temp.ly )
What I want to ask is that did anyone make that xcompmgr work?
It always keep failing at "autogen" step....
I've even done downgrade to automake 1.7.2 according to the suggestion of mini-Howto... But not working.
Does anyone have suggestion? Thanks!!

Posted: Wed Aug 25, 2004 6:08 pm
by nomicroshit
autoreconf-2.59: Entering directory `.'
autoreconf-2.59: configure.ac: not using Gettext
autoreconf-2.59: running: aclocal --output=aclocal.m4t
autoreconf-2.59: `aclocal.m4' is unchanged
autoreconf-2.59: configure.ac: tracing
autoreconf-2.59: configure.ac: not using Libtool
autoreconf-2.59: running: /usr/bin/autoconf
autoreconf-2.59: running: /usr/bin/autoheader
autoreconf-2.59: running: automake --add-missing --copy
configure.ac: 9: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
autoreconf-2.59: automake failed with exit status: 1
==============================================
message of autogen.sh in xcompmgr.
In case that detail is needed.
Posted: Thu Aug 26, 2004 2:16 pm
by ranma37
nomicroshit wrote:Ok... I've just struggled with Xorg 6.7.99 and now in Gnome-session...(so .. I lost my xcin temp.ly )
What I want to ask is that did anyone make that xcompmgr work?
It always keep failing at "autogen" step....
I've even done downgrade to automake 1.7.2 according to the suggestion of mini-Howto... But not working.
Does anyone have suggestion? Thanks!!

我現在就在用xorg 6.7.99.902
xcin沒有重新compile還是可以用
執行xcompmgr -c就可以有陰影
記得加Composite Extendsion到xorg.conf中
方法都在前幾篇的mini howto裡
我是用automake-1.8.5-r1
nvidia的Render Accelation打開後
即使每個視窗都是半透明加陰影還是很順

Posted: Thu Aug 26, 2004 5:41 pm
by nomicroshit
Thanks for your reply... Although they are most metioned in mini-Howto...
But however... no matter which automake didn't help me solve the autogen problem... T_T,I've also tried downgrade or upgrade to automake-1.8.5-r1
I'm using:
automake 1.8.5-r1
autoconf 2.5.9
libtool 1.5.2-r5
==============message of autogen.sh================
autoreconf-2.59: Entering directory `.'
autoreconf-2.59: configure.ac: not using Gettext
autoreconf-2.59: running: aclocal --output=aclocal.m4t
autoreconf-2.59: `aclocal.m4' is unchanged
autoreconf-2.59: configure.ac: tracing
autoreconf-2.59: configure.ac: not using Libtool
autoreconf-2.59: running: /usr/bin/autoconf
autoreconf-2.59: running: /usr/bin/autoheader
autoreconf-2.59: running: automake --add-missing --copy
configure.ac: 9: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
autoreconf-2.59: automake failed with exit status: 1
=============================================
I'm so depressed... Y_Y ... Does anyone have clue about what's wrong... I've done exactly in the way that mini-Howto gives.
Posted: Thu Aug 26, 2004 6:54 pm
by nomicroshit
終於搞定了...
多謝各位的幫忙.... ^^|||
Posted: Sat Aug 28, 2004 12:52 am
by wangjim
我已經成功的裝上xorg-6.7.99.902和xcompmgr ,而且也將xcompmgr的設定加入xorg.conf. 但在啟動X後,輸入xcompmgr -c 後出現"no render extension",請問一下這要怎麼解決?
Posted: Sat Aug 28, 2004 12:41 pm
by 【Palatis】
修改 xorg.conf, 加上
Code: Select all
Section "Extensions"
Option "Compisite" "true"
Option "RENDER" "true"
EndSection
Posted: Sat Aug 28, 2004 3:19 pm
by wangjim
【Palatis】 wrote:修改 xorg.conf, 加上
Code: Select all
Section "Extensions"
Option "Compisite" "true"
Option "RENDER" "true"
EndSection
謝謝你的回答!我看了你的設定後,覺得是不是要把"compisite"改成"composite". However, 在嘗試後,依舊出現"no render extension". 我敘述一下我安裝的方法,希望能提供任何幫助.基本上我都是透過gentoo的portage來安裝的,我安裝了xorg-6.7.992和xcompmgr-0.1_pre20040821-r1 . 接著我將xcompmgr的設定加入xorg.conf後,重新啟動X,然後再進入X後在console輸入xcompmgr -c ,接著他就出現"no render extension".
Posted: Sat Aug 28, 2004 4:17 pm
by 【Palatis】
可以請你貼出 Section "Device" 嗎?
就是顯示卡的設定那個 section.
Posted: Sat Aug 28, 2004 5:05 pm
by wangjim
以下是我的設定
Section "Device"
Identifier "Card0"
Driver "ati"
VendorName "ATI"
BoardName "Rage XL"
ChipSet "ati"
ChipId 0x4752
ChipRev 0x27
BusID "PCI:0:3:0"
EndSection
Posted: Sun Aug 29, 2004 2:12 pm
by oai79
我升到 xorg 6.7.99.902 之後,好像很多 app 都會出現類似 Cannot convert string "(字型名稱)" to Font struct 的錯誤訊息,確定的 xnview 是跑不起來, xcalc 要很久才冒出來。不知道有沒有人遇到?
我有稍微 google 一下,又好像沒人有 report 類似的經驗,所以想問看看。
Posted: Sun Aug 29, 2004 3:00 pm
by 【Palatis】
to wangjim: 加上 Option "RenderAccel" "true" 看看. 如果你爽的話可以順便加這個 Option "EnablePageFlip" "true", 聽說 3d 會跑比較快.
to oai79: 沒有ㄟ, 我沒裝 xnview, 不過 xcalc 倒是 0.1 秒內就跑出來 (輸入 xcalc 按 enter.)
Posted: Mon Aug 30, 2004 12:52 am
by scsi
wangjim wrote:
<略>
我安裝了xorg-6.7.992和xcompmgr-0.1_pre20040821-r1 . 接著我將xcompmgr的設定加入xorg.conf後,重新啟動X,然後再進入X後在console輸入xcompmgr -c ,接著他就出現"no render extension".
我更慘,一執行xcompmgr -c X就重新啟動了
想問一下,902這個版本有xtt這個module嗎?
我裝903版的沒有,如果902的有我再重新compile 902的
Posted: Mon Aug 30, 2004 9:15 pm
by ranma37
在freedesktop.org看到的是xtt已經retired
放心用freetype吧
沒有什麼問題
又, 6.7.0的firefly patch也可以用在6.7.99.90x上
不過我還不知道ebuild要upload到那裡 :p
Posted: Mon Aug 30, 2004 10:02 pm
by scsi
ranma37 wrote:在freedesktop.org看到的是xtt已經retired
放心用freetype吧
沒有什麼問題
又, 6.7.0的firefly patch也可以用在6.7.99.90x上
不過我還不知道ebuild要upload到那裡 :p
我之前字型是用xttmgr管理的
不知道是不是因為xtt與freetype有差異
我目前xmms的字型無法正確的顯示
我用6.7.0的firefly patch(libxft-2.1.6-firefly-20040420.patch)會失敗說
後來我是用 xft-2.1.2-CJK-fixwidth-embededbitmaps-artificial_bold-20031127.patch