2008年3月2日 星期日

lazyeeepc 0.0.6 預計功能

哈囉各位。其實目前是沒有確定會不會有 0.0.6,因為我覺得功能都已經補完的差不多了,其他有些東西也很難單靠 script 就解決。不過還是把可能的預計功能列出來。
  1. ies4linux 改用新版 2.99.0.1
  2. 修正 IE 亂碼問題 (解法)
  3. 將 scripts 放在網路上,由主程式的 UI 下載 (乾脆跟 lazybuntu 合併?)
  4. 加入文字介面
  5. 將 BMP 換成 Audacious (詳情)
  6. 多國語言架構
  7. 將 xepc.org 站點換到 mirror 站

XEPC.org 更新 OpenOffice.org 2.3.1

還記得華碩內建的 OpenOffice.org 2.0.2 吧?這幾天 lazyfai 把 XEPC.org 的 OpenOffice.org 更新成 2.3.1 囉!版本差距還蠻大的,想知道到底有什麼不一樣的朋友可以上 OpenOffice.org 官方網站看看。

不過這個 openoffice 2.3.1 版本的圖示有點大,你得到工具→選項→OpenOffice.org→檢視,把圖形大小改成小型。你可以使用 synaptic, apt-get 或 aptitude 安裝。OpenOffice 需要的空間不小,我一台乾淨的 eeepc 安裝好之後,還有 777MB 的可用空間,是否安裝自己得好好評估囉。

eeepc openoffice 2.3

2008年2月28日 星期四

[lazyeeepc] 如何加入 script 到 lazyeeepc

lazyeeepc 其實是一個用來執行 script 的圖形化介面還有一群 script 的集合,所以你也可以自己為 lazyeeepc 加入額外的功能。下面是 amsn 的範例:
#!/bin/bash
# name: aMSN
# description: Alvaro's Messenger, A instant message software which support MSN and webcam
# depends: xepcresp, enable_webcam

sudo apt-get -y --force-yes install amsn

sudo utils/addparcel -s "Internet" -e "/usr/bin/amsn" -i "messenger" --en="amsn" --zhtw="amsn"

lazyeepc 的 script 需要以下注解:
  • name: 在 lazyeeepc 圖形化介面顯示的名稱
  • description: 在 lazyeeepc 圖形化介面顯示的說明
  • depends: 相依的 script, lazyeeepc 可以處理 script 之間的相依性,舉例來說 amsn script 需要兩個額外的 script 執行後才可正常執行:xepcresp 與 enable_webcam
  • invisible: 如果你不想讓 script 顯示在 lazyeeepc 的圖形化介面上,請設定 invisible: True。請參考 lazyeeepc/scripts/enhancement/enable_webcam)
lazyeeepc 也包含以下小工具 (放在 lazyeeepc/utils/):
  • addparcel: 加入捷徑到 Asus Launcher
  • backup_simpleui: 備份 simpleui.rc 到 lazyeeepc/backup/ 目錄
  • restore_simpleui: 從 lazyeeepc/backup/ 恢復 simpleui.rc,並且複製 /opt/xandros/share/AsusLauncher/simpleui.rc, ~/.AsusLauncher/simple.rc 到 lazyeeepc/backup/。
  • del_dupline: 最原始的 simpleui.rc 有兩行重覆的行,這個 script 可以修正這個問題。

[lazyeeepc] how to add a script to lazyeeepc

lazyeeepc contains a GUI for execute script and a scripts collection, so you can add other scripts to lazyeeepc. there is a lazyeeepc script example for install amsn:
#!/bin/bash
# name: aMSN
# description: Alvaro's Messenger, A instant message software which support MSN and webcam
# depends: xepcresp, enable_webcam

sudo apt-get -y --force-yes install amsn

sudo utils/addparcel -s "Internet" -e "/usr/bin/amsn" -i "messenger" --en="amsn" --zhtw="amsn"
lazyeeepc script require some comments:
  • name: the script name which display in lazyeeepc GUI
  • description: the script description which display in lazyeeepc GUI
  • depends: depends scripts, lazyeeepc can handle dependency bewteen scripts. for example, amsn script need two scripts: xepcresp and enable_webcam.
  • invisible: script doesn't display in lazyeeepc GUI. (you can refer lazyeeepc/scripts/enhancement/enable_webcam)
lazyeeepc also had some utility in lazyeeepc/utils/:
  • addparcel: add a shortcut to Asus Launcher.
  • backup_simpleui: backup simpleui.rc file, backup in lazyeeepc/backup/ directory
  • restore_simpleui: restore simpleui.rc file from lazyeeepc/backup/, and copy /opt/xandros/share/AsusLauncher/simpleui.rc, ~/.AsusLauncher/simple.rc to lazyeeepc/backup/.
  • del_dupline: original simpleui.rc has duplicate line, this script can fix it.

2008年2月27日 星期三

lazyeeepc 0.0.5.2 english version release!

http://farm4.static.flickr.com/3109/2296277946_663103a419_o.png

Lazyeeepc contain easy-to-use GUI and a scripts collection, which can use to install software and enhance EeePC easily.

lazyeeepc 0.0.5.2 is a first english version release, but we are release for traditional chinese many times. lazyeeepc 0.0.5.2 contains a lot of script to improve EeePC, and a easy-to-use user interface to execute this scripts, 0.0.5.2 contains some important features:
  • Install Launcher Tools
  • aMSN (and support webcam)
  • auto download and install ie6
  • add xepc.org repository, which is a eeepc compatibility repository.
  • Fix Asus add/remove software shortcut reset problem
  • Enable Advance mode
  • add start menu and add many common use shortcut
  • install codecs
lazyeeepc come from Taiwan, so it contains a lot of chinese issues scripts, you can skip this script (like pcmanx, java chinese font fix, chinese subtitle support, etc.)

finally, thanks billy3321 (雨蒼) help me to translation lazyeeepc to english. My english is really poor :)

just download it, decompress it, and double click lazyeeepc.py!

Lazyeeepc SF.net download page

BTW, 中文使用者請使用 0.0.5.1 即可,英文版的我把 debian 套件庫改到美國去了,所以用起來會比較慢。

[UPDATE]
lazyeeepc 0.0.5.2 fix some bugs for lazyeeepc 0.0.5.1
  • synaptic script is no longer depends on synaptic_fix script, because it may break synaptic :P
  • bug fix: after using lazyeeepc, the AsusLauncher can't start, and whole screen is black except icewm panel. (modify del_dupline script)

2008年2月26日 星期二

EeePC 官方輸入法換用 gcin

值得慶賀的消息!EeePC 官方已經將輸入法從 scim 換成 gcin 了!對 gcin 的使用者真的是一大福音。

http://update.eeepc.asus.com/p701/pool/gcin_1.3.4-2asus4_i386.deb

官方的套件庫裡面已經納入 gcin 了。

2008年2月24日 星期日

EeePC 延伸螢幕

昨天到台南經驗分享的時候,有人問 EeePC 原生 Linux 可不可以用延伸螢幕。當時我回答說只要用 xrandr 這支程式即可。但事實上沒這麼簡單,必須要修改 xorg.conf 才可使用。

注意,以下修改過程可能會導致 EeePC 無法正常開機,請要有 F9 的心理準備。

首先修改 /etc/X11/xorg.conf:
sudo kate /etc/X11.xorg.conf
最下面有個 Section "Screen"
請把 SubSection "Display" Depth 24 裡面的 Virtual 1680 1680 改成 Virtual 2080 2080。接下來用 Ctrl + Alt + 倒退鍵重新起動 X。重新起動後,打開終端機,輸入:
xrandr --output LVDS --mode 800x480 --output VGA --mode 1280x1024 --right-of LVDS
這樣就可以使用延伸螢幕囉。

eeepc extension monitor