[news] xfree-4.3.0-r2 unmasked
Moderator: Forums Team
[news] xfree-4.3.0-r2 unmasked
剛剛發現的,一定很多網友也注意到了吧!:-)
-
coollinuxer
- Posts: 109
- Joined: Sun Mar 16, 2003 4:42 pm
- Contact:
節錄自http://www.gentoo.org/news/en/gwn/20030 ... letter.xml
There are some things to bear in mind when you install this. First of all, you will have to unmerge xft. The reason behind this is that Xft is actually a module for X, and as such, the version included in the xfree build is newer and better. Second, games based on SDL (for example, Frozen Bubble and Unreal Tournament 2003: both the demo and the release version), may misbehave due to the new xfree. There is a new extension to X, called XRandR (go read the documentation
), which causes these games to choose the lowest refresh rates for any given resolution. The fix for this is simple: emerge libsdl-1.2.5-r2, which contains a patch, or hack, to make it behave well with the new X. For games that include their own libSDL shared library, simply replace the libSDL-1.2.so.0 file with the one from libsdl-1.2.5-r2. See you next week! Oh, on a more personal note: Happy Birthday to my sister Sindhuja, and Happy 31st Anniversary to my parents.
XFree86 4.3.0 upgrade pains
The recent marking of XFree86 4.3.0 has resulted in a number of threads cropping up in the forums related to upgrade questions and difficulties. Users experiencing trouble upgrading to XFree86 4.3.0 should be sure to check out this week's inagural Developer's Corner
Problems emerging xfree-4.3.0-r2.ebuild
Configuring XFree problems - Basics ok but...ARGH
Stupid mistake of XFree86
There are some things to bear in mind when you install this. First of all, you will have to unmerge xft. The reason behind this is that Xft is actually a module for X, and as such, the version included in the xfree build is newer and better. Second, games based on SDL (for example, Frozen Bubble and Unreal Tournament 2003: both the demo and the release version), may misbehave due to the new xfree. There is a new extension to X, called XRandR (go read the documentation
XFree86 4.3.0 upgrade pains
The recent marking of XFree86 4.3.0 has resulted in a number of threads cropping up in the forums related to upgrade questions and difficulties. Users experiencing trouble upgrading to XFree86 4.3.0 should be sure to check out this week's inagural Developer's Corner
Problems emerging xfree-4.3.0-r2.ebuild
Configuring XFree problems - Basics ok but...ARGH
Stupid mistake of XFree86
Open,Based on Free!
Free,Powerd by Opening!
Free,Powerd by Opening!
還好啦. 因為我不知道他把 xft 放在那個目錄, 所以才自己到他目錄 patch.breaking wrote:這.....會不會太累囉......【Palatis】 wrote:有, 我試過了.
用 ctrl+z 暫停, 自己到他工作目錄去 patch
不能使用之前的方法,寫 epatch xxxxx.patch到xfree-4.3.0-r2.ebuild中麼???
p.s.順道一問,xfree-4.3.0-r2和xfree-4.3.0-r1除了內建xft外,還有什麼不同麼???效能有比較好麼???因為如果沒有差很多的話.......有點懶得升級囉......
要寫 epatch 到 xfree-4.3.0-r2.ebuild 當然也可以阿, 可是要確定你知道目錄在那.
至於有什麼不同... 去看 ChangeLog 吧......
「從麻雀之城回來的時候,被問到『你要大的藤箱還是小的藤箱?』為此煩惱不已。大家都有過這種煩惱吧?」
「是啊是啊!大的藤箱可以放很多東西覺得很划算,小的藤箱小小的裡面也許放著很不錯的東西,真的很難取捨阿!」
「靠這個就能告別這種煩惱『中型的藤箱』!」
「好厲害!」
「不要再煩惱大小的問題了,現在還贈送可以煮出鐵質,增進健康的鐵銼刀。」
「這是一定要買的!」
「我要一個!」
「是啊是啊!大的藤箱可以放很多東西覺得很划算,小的藤箱小小的裡面也許放著很不錯的東西,真的很難取捨阿!」
「靠這個就能告別這種煩惱『中型的藤箱』!」
「好厲害!」
「不要再煩惱大小的問題了,現在還贈送可以煮出鐵質,增進健康的鐵銼刀。」
「這是一定要買的!」
「我要一個!」
在
下一行加入
我把gentoo加上對xft修正的patch刪掉了,只用飛姐的,如還要用gentoo的把rm那三行拿掉
Code: Select all
unpack XFree86-${PV}-patches-${PATCH_VER}.tar.bz2
Code: Select all
ebegin "add firefly's patch"
cd ${S}/lib/Xft
epatch /path/to/xft-2.1.1-CJK-bold-embededbitmap-20030425.patch
cd ${S}
rm -f ${WORKDIR}/patch/141_all_4.2.99.3-xft-loadtarget.patch
rm -f ${WORKDIR}/patch/142_all_XFree86-4.2.99.3-embeddedbitmap.patch
rm -f ${WORKDIR}/patch/175_all_4.3-xft-fix.patch
eend 0
哇.......感謝starchris
已經emerge成功囉......
p.s.順便告訴大家一下gwenview不錯用喔....雖然我還是喜歡kuickshow....可惜kuickshow還要裝kde2.2.....
這有gwenview的圖.....參考一下吧
http://std.hku.edu.tw/~c901010381/gwenview.png
已經emerge成功囉......
p.s.順便告訴大家一下gwenview不錯用喔....雖然我還是喜歡kuickshow....可惜kuickshow還要裝kde2.2.....
這有gwenview的圖.....參考一下吧
http://std.hku.edu.tw/~c901010381/gwenview.png
學習一下swallowman的精神.....
這是經starchris修正的xfree-4.3.0-r2.ebuild
http://std.hku.edu.tw/~c901010381/xfree-4.3.0-r2.ebuild
有需要的人抓完就直接emerge xfree-4.3.0-r2.ebuild就可以囉
p.s.把gentoo加上對xft修正的patch刪掉囉.....
這是經starchris修正的xfree-4.3.0-r2.ebuild
http://std.hku.edu.tw/~c901010381/xfree-4.3.0-r2.ebuild
有需要的人抓完就直接emerge xfree-4.3.0-r2.ebuild就可以囉
p.s.把gentoo加上對xft修正的patch刪掉囉.....
-
swallowman
- Posts: 138
- Joined: Sat Apr 05, 2003 12:04 am
- Location: taichung
- Contact:
sorry,之前沒看到這篇:),基本上都是一樣的效果,只是這個是patch 原xfree內的xft,另一個是更新原有的xft2套件,那大家覺得用那種方式較好呢?xfree-4.3.0-r2.ebuild對新安裝的系統較佳,xft-2.1.1.ebuild則只是對原有的系統更新而已,還是辦個首場gentoo全民公投?^^"breaking wrote:學習一下swallowman的精神.....![]()
這是經starchris修正的xfree-4.3.0-r2.ebuild
http://std.hku.edu.tw/~c901010381/xfree-4.3.0-r2.ebuild
有需要的人抓完就直接emerge xfree-4.3.0-r2.ebuild就可以囉
p.s.把gentoo加上對xft修正的patch刪掉囉.....
ps:這個不能直接emerge啦,還要手動再修改,breaking,你再試試改成更方便一點^^"
上面那個要改路徑的說......忘記囉........
..........sorry
已經改好囉!!!
在http://std.hku.edu.tw/~c901010381/xfree-4.3.0-r2.ebuild這
這個可以直接emerge囉.....
而且是採用最新的xft-2.1.1-CJK-bold-embededbitmap-20030428.patch
試試吧.....<有問題,不要打我呦.....><||>
p.s.不過必須要到/usr/portage/x11-base/xfree/下,下
p.s.若有更好的改法.....教我一下ㄇ.... 
已經改好囉!!!
在http://std.hku.edu.tw/~c901010381/xfree-4.3.0-r2.ebuild這
這個可以直接emerge囉.....
而且是採用最新的xft-2.1.1-CJK-bold-embededbitmap-20030428.patch
試試吧.....<有問題,不要打我呦.....><||>
p.s.不過必須要到/usr/portage/x11-base/xfree/下,下
Code: Select all
emerge xfree-4.3.0-r2.ebuild已更新為xft-2.1.1-CJK-bold-embededbitmap-diffantialias-20030502.patch
http://home.kimo.com.tw/tuxchen/xfree-4.3.0-r2.ebuild
ChangeLog在
http://firefly.idv.tw/setfont-xft/ChangeLog.html
p.s.我把gentoo的142_all_XFree86-4.2.99.3-embeddedbitmap.patch給rm掉囉......因為會衝到.....
http://home.kimo.com.tw/tuxchen/xfree-4.3.0-r2.ebuild
ChangeLog在
http://firefly.idv.tw/setfont-xft/ChangeLog.html
p.s.我把gentoo的142_all_XFree86-4.2.99.3-embeddedbitmap.patch給rm掉囉......因為會衝到.....
[quote="breaking"]已更新為xft-2.1.1-CJK-bold-embededbitmap-diffantialias-20030502.patch
http://home.kimo.com.tw/tuxchen/xfree-4.3.0-r2.ebuild
ChangeLog在
http://firefly.idv.tw/setfont-xft/ChangeLog.html
p.s.我把gentoo的142_all_XFree86-4.2.99.3-embeddedbitmap.patch給rm掉囉......因為會衝到.....
[/quote]
怎麼這麼好心~~
(流下數滴感動的眼淚...)
http://home.kimo.com.tw/tuxchen/xfree-4.3.0-r2.ebuild
ChangeLog在
http://firefly.idv.tw/setfont-xft/ChangeLog.html
p.s.我把gentoo的142_all_XFree86-4.2.99.3-embeddedbitmap.patch給rm掉囉......因為會衝到.....
怎麼這麼好心~~
(流下數滴感動的眼淚...)