Novell Linux Desktop 展示影片
LinuxEdge 的新聞 [
Novell Linux Desktop Demonstration Videos],提到以下訊息:
A preview of Novell Linux Desktop 10 (NLD10) was shown to an audience at the Solutions Linux conference this week in Paris. We have a selection of videos which display a variety of amazing effects through the use of XGL, including transparency, wobbling windows, a 3D Cube for desktop switching, and a task switcher which displays a preview of windows.
可以看到 GNOME 最新的技術,以及 Novell 在桌面與辦公室的許多貢獻,並且還有 David Reveman 加入 Novell 後,對於 Linux Graphics 一系列的突破,做了 Xgl、Cairo,以及 glxcompmgr 的展示。新聞網頁有提到影片下載的位址,而我剛剛在台大計中做了 [
展示影片的 Mirror],可以體驗這些震撼 :-)
對了,雖然 Reveman 說在 [
X.org Developer's Conference] 時,才會把上述的貢獻釋出,不過已經放出一部分 snapshot,我做了一個簡單的 script,可以從 glitz、Cairo、Xgl,到 glxcompmgr 一次建構完畢,有興趣的朋友可以 [
抓來玩玩]。安裝完畢後,執行方式如下:(作為參考的 script)
#!/bin/sh
XGL_DISPLAY=:1
killall -9 metacity
killall -9 Xgl
sleep 1
PREFIX=$HOME/xgl-prefix
LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
$PREFIX/bin/Xgl $XGL_DISPLAY -ac \
-fullscreen \
-accel xv:pbuffer -accel glx:pbuffer &
sleep 1
export DISPLAY=$XGL_DISPLAY
metacity &
xterm &
$PREFIX/bin/glxcompmgr \
shadow wobbly fade gconf cube
Linux Desktop 的未來還是很值得期待,希望明天會更好。
由 jserv 發表於 February 5, 2006 01:48 AM