1. 可以參考這裡的經驗: http://free.hlc.edu.tw/modules/newbb/viewtopic.php?topic_id=209&forum=6&post_id=564#forumpost564 8.sudo apt-get install gcompris beryl flashplugin-nonfree frozen-bubble :其中gcompris 是幼兒到低年級的科學教育軟體 ; frozen-bubble是遊戲。 桌面特效(beryl): sudo apt-get install beryl emerald emerald-themes beryl-manager 點系統-beryl manager,就會出現桌面特效。 2. T23 upgrade成Feisty, kernel是2.6.20-15-generic,會遇到hibernation之後,聲音就消失了,即使reboot也沒用,一定要shutdown之後才能恢復。 ref: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/96230 有人說把AC電源拔掉在插上就可以,可是T23只有beep一聲,xmms還是不能播出聲音. 這問題不只T23,回報的有T41, z60等。 這裡有patched kernel http://rookery.ubuntu.com/~kyle/kernels/salgado/2007-04-25/ ref: https://bugs.launchpad.net/bugs/80893 3. 另外有一個package ubuntu-restricted-extras,內含 gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse java-common libltdl3 libsidplay1 odbcinst1debian1 sun-java6-bin sun-java6-jre sun-java6-plugin unixodbc 另外acroread似乎因為license的問題,7.04已經不收在repository中 www.getautomatix.com用automatix可以裝這些有的沒的 4. Barz said: Acrobat reader in Ubuntu 7.04 http://www.stchman.com/install_adobe.html PS: Adobe 網站抓下來的 tar ball裝了會有問題 First we must get the gpg key from Medibuntu. wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add - Next we need to add the sources.list entries in a separate file for Feisty. sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list Update Synaptic Package Manager sudo apt-get update Install Adobe Acrobat Reader sudo apt-get install acroread acroread-escript acroread-plugins mozilla-acroread 5. cpu的調整 看cpu支援的不同頻率 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 1833000 1333000 1000000 可以用/usr/bin/cpufreq-selector -f 1000000指定成跑這個1GHz 可使用的模式 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors powersave userspace ondemand conservative performance 要讓一般使用者可以調整CPU sudo dpkg-reconfigure gnome-applets 然後選yes, suid. (事實上它是執行 sudo chmod +s /usr/bin/cpufreq-selector)