最近安裝 Xgl/aiglx + Compiz 的一些筆記

6月 25th, 2006 Comments Off

###########################################################
Ubuntu 6.06 – aiglx + compiz on Fujitsu P5020 (intel 855GM)
###########################################################
參考:

http://www.ubuntuforums.org/showthread.php?t=145068

sources.list:
# aiglx + compiz
deb http://xgl.compiz.info/ dapper main aiglx
# Xgl + compiz
# deb http://www.beerorkid.com/compiz/ dapper main
#@ deb http://www.beerorkid.com/compiz/ dapper-aiglx main

$ sudo apt-get update ; sudo apt-get upgrade
$ sudo apt-get install linux-dri-modules-common linux-dri-modules-`uname -r`
$ auso /sbin/ldm-manager # regenerate modules.dep

# quinn version (use this)
$ sudo apt-get install compiz-quinn-aiglx compiz compiz-gnome
# or vanilla version
$ sudo apt-get install compiz-vanilla-aiglx compiz-vanilla compiz-vanilla-gnome

/etc/X11/xorg.conf:
DefaultDepth 24

Section “Module”
# Load “GLcore”

Section “Device”
Option “XAANoOffscreenPixmaps”

Section “ServerLayout”
Option “AIGLX” “true”

Section “DRI”
Mode 0666
EndSection

Section “Extensions”
Option “Composite” “Enable”
EndSection

/etc/gdm/gdm.conf-custom:
[servers]
0=aiglx

[server-aiglx]
name=aiglx srever
command=/usr/bin/Xorg-air :0
flexible=true

compiz-start: (add to session)

$ sudo /etc/init.d/gdm restart

#################################################
FC5 – Xgl + compiz on Fujitsu P5020 (intel 855GM)
#################################################
參考:

http://forums.fedoraforum.org/showthread.php?t=111771

http://fedora-xgl.blogspot.com/2006/05/howto-install-compiz-and-xgl-on-fedora.html

http://fedoraxgl.tuxfamily.org/index.php?title=Installation_en

http://www.illawarra.org/linux/

Xgl.repo:
[Xgl]
name=Xgl – $basearch
baseurl=http://users.telenet.be/quenta/$releasever/$basearch
enabled=1
gpgcheck=0

$ sudo rpm –import http://users.telenet.be/quenta/RPM-GPG-KEY-AL-CAPCOM
# quinn version (use this)
$ sudo yum update ; sudo yum install compiz-quinn xorg-x11-server-Xgl
# or normal version
$ sudo yum install compiz xorg-x11-server-Xgl

$ sudo gnome-xgl-switch –enable-xgl –auto

/etc/gdm/custom.conf:
[daemon]
GdmXserverTimeout=50

[servers]
0=Xgl

[server-Xgl]
name=Xgl server
command=/usr/bin/Xgl :0 -ac -fullscreen -accel glx:pbuffer -accel xv:pbuffer
handled=true
flexible=true
priority=0

compiz-start: (add to session)

$ sudo gdm-restart

#######################################################
SuSE 10.1 – Xgl + compiz on Fujitsu P5020 (intel 855GM)
#######################################################

$ sudo yast -i xgl compiz

then 在控制中心啟用 3D Desktop

#################################################################
Ubuntu 6.06 – Xgl + compiz on Acer Notebook (nVidia GeForce 2 Go)
#################################################################
參考:
http://www.compiz.net/viewtopic.php?id=652 — nVidia

sources.list:
deb http://xgl.compiz.info/ dapper main
deb http://www.beerorkid.com/compiz/ dapper main

$ sudo wget http://www.beerorkid.com/compiz/quinn.key.asc -O – | sudo apt-key add -
$ sudo apt-get update ; sudo apt-get upgrade

$ sudo apt-get install linux-dri-modules-common linux-dri-modules-`uname -r`
# nVidia 3D 加速 Driver
$ sudo apt-get install nvidia-glx nvidia-kernel-common
$ sudo apt-get install xserver-xgl compiz-gnome gset-compiz

/etc/X11/xorg.conf:
DefaultDepth 24

Section “Module”
# Load “GLcore”
# Load “dri”

Section “Device”
Driver “nvidia”
Option “NoLogo”
Option “RenderAccel”

/etc/gdm/gdm.conf-custom:
[servers]
0=Xgl

[server-Xgl]
name=Xgl srever
command=/usr/bin/Xgl :0 -ac -fullscreen -accel glx:pbuffer -accel xv:pbuffer
flexible=true

/etc/gdm/gdm.conf:
GdmXserverTimeout=50

compiz-start: (add to session)

$ sudo /etc/init.d/gdm restart

#########################################################
FC5 – Xgl + compiz on Acer Notebook (nVidia GeForce 2 Go)
#########################################################
參考:

http://forums.fedoraforum.org/showthread.php?t=111771

http://fedora-xgl.blogspot.com/2006/05/howto-install-compiz-and-xgl-on-fedora.html

http://fedoraxgl.tuxfamily.org/index.php?title=Installation_en

http://www.illawarra.org/linux/

Xgl.repo:
[Xgl]
name=Xgl – $basearch
baseurl=http://users.telenet.be/quenta/$releasever/$basearch
enabled=1
gpgcheck=0

$ sudo rpm –import http://users.telenet.be/quenta/RPM-GPG-KEY-AL-CAPCOM
# nVidia 3D 加速 Driver
$ sudo yum update ; yum install kmod-nvidia
$ sudo nvidia-config-display enable
# quinn version
$ sudo yum install compiz-quinn xorg-x11-server-Xgl
# or normal version
$ sudo yum install compiz xorg-x11-server-Xgl

$ sudo gnome-xgl-switch –enable-xgl –auto

/etc/X11/xorg.conf:
DefaultDepth 24

Section “Module”
# Load “GLcore”
# Load “dri”

Section “Device”
Driver “nvidia”
Option “NoLogo”
Option “RenderAccel”

/etc/gdm/custom.conf:
[daemon]
GdmXserverTimeout=50

[servers]
0=Xgl

[server-Xgl]
name=Xgl srever
command=/usr/bin/Xgl :0 -ac -fullscreen -accel glx:pbuffer -accel xv:pbuffer
flexible=true

conpiz-start: (add to session)

$ sudo gdm-restart

##############################################################
Ubuntu 6.06 – Xgl + compiz on iBook 12″ 1.2G (ATI Radeon 9200)
##############################################################
參考:
http://www.compiz.net/viewtopic.php?id=389 — ATI

# begin for i386 {
sources.list:
deb http://xgl.compiz.info/ dapper main
deb http://www.beerorkid.com/compiz/ dapper main

$ sudo wget http://www.beerorkid.com/compiz/quinn.key.asc -O – | sudo apt-key add -
$ sudo apt-get update ; sudo apt-get upgrade
$ sudo apt-get install linux-dri-modules-common linux-dri-modules-`uname -r`
# ATI 3D 加速 Driver
$ sudo apt-get install xorg-driver-fglrx
$ sudo apt-get install xserver-xgl compiz-gnome gset-compiz

/etc/X11/xorg.conf:
DefaultDepth 24

Section “Module”
# Load “dri”

Section “Device”
Driver “fglrx”
Option “UseFBDev” “true”
Option “XAANoOffscreenixmaps”

/etc/gdm/gdm.conf-custom:
[servers]
0=Xgl

[server-Xgl]
name=Xgl srever
command=/usr/bin/Xgl :0 -ac -fullscreen -accel glx:pbuffer -accel xv:pbuffer
flexible=true

/etc/gdm/gdm.conf:
GdmXserverTimeout=50

compiz-start: (add to session)

$ sudo /etc/init.d/gdm restart
# end for i386 }

# begin for ppc {
Download from:

http://tygier.co.uk/xgl/index.html

Needed packages:
compiz compiz-gnome gset-compiz libgl1-mesa libgl1-mesa-dri libglitz1 libglitz-glx1 libglu1-mesa libsvg libsvg-cairo xserver-xgl

$ sudo rpm -Uvh [Needed packages]

/etc/X11/xorg.conf:
DefaultDepth 24

Section “Device”
Driver “ati”
Option “UseFBDev” “true”
Option “XAANoOffscreenixmaps”

/etc/gdm/gdm.conf-custom:
[servers]
0=Xgl

[server-Xgl]
name=Xgl srever
command=/usr/bin/Xgl :0 -ac -fullscreen -accel glx:pbuffer -accel xv:pbuffer
flexible=true

/etc/gdm/gdm.conf:
GdmXserverTimeout=50

compiz-start: (add to session)

$ sudo /etc/init.d/gdm restart
# end for ppc}

XGL + Compiz 快速鍵整理

6月 25th, 2006 Comments Off

我試過的一些 XGL + Compiz 快速鍵整理 (我些功能我沒試出來)

Resize:
        alt + mouse左鍵 拖曳 -- 移動視窗
        ctrl + shift + mouse左鍵 拖曳
        alt + mouse中鍵 -- 調整視窗大小
Rotate:
        ctrl + alt + 左/右 -- 切換桌面
        ctrl + alt + shift + 左/右 -- 把視窗移到另一個桌面
        ctrl + alt + mouse左鍵 -- 手動切換桌面
        ctrl + alt + 下 (然後再左右移動) -- 桌面列表 (但在我的某一台上卻是上下切換桌面的功能)
Scale:
       F10 -- 所有桌面的所有視窗
       F11 -- 目前桌面目前視窗的相同應用程式列表
       F12 -- 目前桌面的所有視窗
Switch:
        alt + tab
        alt + shift + tab
Water:
       按住 ctrl + Super
       Shift + F9 -- 我試不出來...
Zoom:
      Super + mouse右鍵 -- Zoom in once
      Super + mouse滾輪上/下 -- 手動 Zoom in/out
Opacity Control:
      alt + mouse滾輪上/下
BS:
    shift + mouse滾輪上/下 -- brightness
    ctrl + mouse滾輪上/下 -- saturation
Slow-motion:
    shift + F10

Ten tips for new Ubuntu users

6月 22nd, 2006 Comments Off

剛剛在 Linux.com 上看到這篇 Ten tips for new Ubuntu users
這是很不錯的文章,建議新手們可以去看看

至少像 “Changing the defaults” 這點,對我就很重要
我習慣用 vi,但 Ubuntu 預設的 EDITOR 是用 nano 讓我用起來很不順手(如執行 visudo 時)
而當時我的作法,就是加一行 export EDITOR=”vim” 來解決掉
而 Tips 裡的作法則是:

sudo update-alternatives --config editor

然後三選一即可

至於我常在抱怨的沒有設定顯示 (X) 的選項 (至少在 FC5 的管理選單上有設定 “顯示” 的部份)
而在 Ubuntu 下則是使用:

dpkg-reconfigure xserver-xorg

剛剛重設以後,我的 Touchpad 復活了,連 scrolling 也能動了…

OpenVanilla 0.7.2正式版小規模發佈

6月 22nd, 2006 Comments Off

在 #osxchat 及 lukhnos 的 Blog 上看到 “OpenVanilla 0.7.2正式版小規模發佈” 的消息

我們開始針對 OpenVanilla 0.7.2 for OS X 版本做小型的發佈。0.7.2 正式版與 beta 版相比,新增及改進的項目主要有幾個:

修正 0.7.2 beta 一直以來的幾個大問題:Num lock key、長期開機後會完全失效、需要靠刪除某個神奇的 .plist 檔才能修復再起不能的 OV 等難解的麻煩。
增加一個 Uninstaller 解除安裝程式,可以把舊版或會造成衝突的版本清除掉。
先前所有 patch 都整合了進來,包括針對詞彙管理工具等模組的修正。
簡易/速成輸入法配合 Windows 習慣,改為九個選字鍵。

詳細內容,請自行前往觀看

趕快來去下載安裝吧…^^

Opera 9 正式釋出

6月 22nd, 2006 Comments Off

Opera 9 終於正式推出了
有興趣的可以去下載來用用看
好消息是,至少我下載了 Ubuntu 6.06 版的 deb 在我的 Ubuntu 上裝好就能用了
(Preview 2 版我在 Ubuntu 上還裝不起來,需要什麼有的沒的套件相依性的問題)

Ubuntu 發表派對和安裝慶典!

6月 22nd, 2006 Comments Off

Ubuntu Installfest 將在 7/4 舉行
因緣際會,因為要教 Linux 課程,因此,最近這段時間也去試著玩玩其他各種不同的 Linux distributions
還是一句老話,沒有完美的 Linux distribution,每一個的訴求不同,優缺點也各異
所以,想要玩哪一種,自己親身去體驗,覺得最上手的那個,那就是了

而在 7/4 由 Tossug 和 Ubuntu-TW 合辦的 Installfest 對於想要嘗試一下 Ubuntu 的使用者來說,或許是一個不錯的機會
我花了幾天的時間,也把 Ubuntu 給裝起來,設定好中文輸入法及桌面環境等等(I like Mac style),到最後再把 aiglx + compiz 給裝起來,一套又酷又炫且具實用價值的 Linux 桌面系統已經完成 (詳見我的 “Ubuntu 遊記” 及 “aiglx + compiz on Ubuntu Dapper“)

歡迎各位前去 報名 參加,底下是我轉錄 Ping 寄給 hojia 的 Mail:

Ping Yeh 	寄給 hojia
Hi 各位支持 open source 的土虱們!

    Tossug 和 ubuntu-tw 又要合辦 Ubuntu 的發表派對和安裝慶典了!  :)

    日期訂於 7 月 4 日(二)晚上,地點是 Mix Coffee & Tea
(見 http://wiki.tossug.org/MixCoffee%26Tea),報名網頁是

http://wiki.tossug.org/UbuntuInstallFest/Jul2006/SignUp,

雖然還沒有正式開始宣傳,但歡迎您前往報名和/或訂購紀念 T-shirt。

    這次的活動雖然三個多禮拜以前就開始籌備了,但難免有不週到之處,
如果您對這次活動有任何想法或意見,請不吝用這個 mailing list 提出來,
讓發表派對更好玩,讓安裝慶典能幫助更多個人進入美妙的 linux 世界!

cheers,
Ping

Apple iPhoto 6.0.4 更新

6月 21st, 2006 Comments Off

此 iPhoto 的更新項目提供許多新的與 Apple 線上沖印服務搭配使用的“問候卡”和“明信片”主題,包括專為夏季聚會、婚禮、生日等等所設計的邀請卡和感謝卡。

FireStats icon Powered by FireStats