xorg 6.7.99.902

有關於X 環境當中所遇到的問題

Moderator: Forums Team

nomicroshit
Posts: 11
Joined: Thu Aug 05, 2004 3:09 pm

Post 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. :cry:

Does anyone have suggestion? Thanks!! :P
nomicroshit
Posts: 11
Joined: Thu Aug 05, 2004 3:09 pm

Post 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.
ranma37
Posts: 106
Joined: Sat Feb 22, 2003 11:24 am
Location: 風城購物袋中心
Contact:

Post 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. :cry:

Does anyone have suggestion? Thanks!! :P
我現在就在用xorg 6.7.99.902
xcin沒有重新compile還是可以用

執行xcompmgr -c就可以有陰影
記得加Composite Extendsion到xorg.conf中
方法都在前幾篇的mini howto裡
我是用automake-1.8.5-r1

nvidia的Render Accelation打開後
即使每個視窗都是半透明加陰影還是很順 :)
nomicroshit
Posts: 11
Joined: Thu Aug 05, 2004 3:09 pm

Post by nomicroshit »

Thanks for your reply... Although they are most metioned in mini-Howto... :lol:
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.
nomicroshit
Posts: 11
Joined: Thu Aug 05, 2004 3:09 pm

Post by nomicroshit »

終於搞定了...
多謝各位的幫忙.... ^^|||
wangjim
Posts: 116
Joined: Thu Jan 16, 2003 1:08 am

Post by wangjim »

我已經成功的裝上xorg-6.7.99.902和xcompmgr ,而且也將xcompmgr的設定加入xorg.conf. 但在啟動X後,輸入xcompmgr -c 後出現"no render extension",請問一下這要怎麼解決?
User avatar
【Palatis】
Posts: 956
Joined: Wed Apr 02, 2003 4:21 pm
Location: 偶爾插花...</br>亞利安星球
Contact:

Post by 【Palatis】 »

修改 xorg.conf, 加上

Code: Select all

Section "Extensions"
  Option "Compisite" "true"
  Option "RENDER" "true"
EndSection
「從麻雀之城回來的時候,被問到『你要大的藤箱還是小的藤箱?』為此煩惱不已。大家都有過這種煩惱吧?」
「是啊是啊!大的藤箱可以放很多東西覺得很划算,小的藤箱小小的裡面也許放著很不錯的東西,真的很難取捨阿!」
「靠這個就能告別這種煩惱『中型的藤箱』!」
「好厲害!」
「不要再煩惱大小的問題了,現在還贈送可以煮出鐵質,增進健康的鐵銼刀。」
「這是一定要買的!」
「我要一個!」
wangjim
Posts: 116
Joined: Thu Jan 16, 2003 1:08 am

Post 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".
User avatar
【Palatis】
Posts: 956
Joined: Wed Apr 02, 2003 4:21 pm
Location: 偶爾插花...</br>亞利安星球
Contact:

Post by 【Palatis】 »

可以請你貼出 Section "Device" 嗎?
就是顯示卡的設定那個 section.
「從麻雀之城回來的時候,被問到『你要大的藤箱還是小的藤箱?』為此煩惱不已。大家都有過這種煩惱吧?」
「是啊是啊!大的藤箱可以放很多東西覺得很划算,小的藤箱小小的裡面也許放著很不錯的東西,真的很難取捨阿!」
「靠這個就能告別這種煩惱『中型的藤箱』!」
「好厲害!」
「不要再煩惱大小的問題了,現在還贈送可以煮出鐵質,增進健康的鐵銼刀。」
「這是一定要買的!」
「我要一個!」
wangjim
Posts: 116
Joined: Thu Jan 16, 2003 1:08 am

Post 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
User avatar
oai79
Posts: 351
Joined: Tue Jun 17, 2003 7:59 pm
Contact:

Post by oai79 »

我升到 xorg 6.7.99.902 之後,好像很多 app 都會出現類似 Cannot convert string "(字型名稱)" to Font struct 的錯誤訊息,確定的 xnview 是跑不起來, xcalc 要很久才冒出來。不知道有沒有人遇到?

我有稍微 google 一下,又好像沒人有 report 類似的經驗,所以想問看看。
User avatar
【Palatis】
Posts: 956
Joined: Wed Apr 02, 2003 4:21 pm
Location: 偶爾插花...</br>亞利安星球
Contact:

Post by 【Palatis】 »

to wangjim: 加上 Option "RenderAccel" "true" 看看. 如果你爽的話可以順便加這個 Option "EnablePageFlip" "true", 聽說 3d 會跑比較快.

to oai79: 沒有ㄟ, 我沒裝 xnview, 不過 xcalc 倒是 0.1 秒內就跑出來 (輸入 xcalc 按 enter.)
「從麻雀之城回來的時候,被問到『你要大的藤箱還是小的藤箱?』為此煩惱不已。大家都有過這種煩惱吧?」
「是啊是啊!大的藤箱可以放很多東西覺得很划算,小的藤箱小小的裡面也許放著很不錯的東西,真的很難取捨阿!」
「靠這個就能告別這種煩惱『中型的藤箱』!」
「好厲害!」
「不要再煩惱大小的問題了,現在還贈送可以煮出鐵質,增進健康的鐵銼刀。」
「這是一定要買的!」
「我要一個!」
scsi
Posts: 1326
Joined: Tue Oct 14, 2003 7:49 am
Contact:

Post 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就重新啟動了 :roll:

想問一下,902這個版本有xtt這個module嗎?
我裝903版的沒有,如果902的有我再重新compile 902的
世界再大,不過是妳我之間的事
:111.gif: 欲使用GOT的ebuild請看Gentoo 台灣中文 Ebuild 使用指南
Image  我的部落格
ranma37
Posts: 106
Joined: Sat Feb 22, 2003 11:24 am
Location: 風城購物袋中心
Contact:

Post by ranma37 »

在freedesktop.org看到的是xtt已經retired
放心用freetype吧
沒有什麼問題

又, 6.7.0的firefly patch也可以用在6.7.99.90x上
不過我還不知道ebuild要upload到那裡 :p
scsi
Posts: 1326
Joined: Tue Oct 14, 2003 7:49 am
Contact:

Post 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)會失敗說 :roll:
後來我是用 xft-2.1.2-CJK-fixwidth-embededbitmaps-artificial_bold-20031127.patch
世界再大,不過是妳我之間的事
:111.gif: 欲使用GOT的ebuild請看Gentoo 台灣中文 Ebuild 使用指南
Image  我的部落格
Post Reply