總網頁瀏覽量

安裝 ubuntu 之後

Blooth 

將安裝時自動安裝的blooth 移除,作法是在軟體中心輸入blue 關鍵字,找到之後移除
剩餘blueman的藍牙管理程式
也許可以解決以前動不動藍牙音樂出問題的情況  
1000724


bamboo ctl-460 

這個最麻煩,常常遇到網路上搜尋到的解決方案不盡相同,卻不一定都能用。最後找到一個

I recently purchased the promising graphics tablet Bamboo Pen (CTL-460) distributed by Wacom for about 50 Euros. I wanted to use it together with my laptop, building a portable drawing system, very convenient if you travel with your children. We usually take the laptop with us, since we transfer our pictures from the camera to the computer and cloud disk.
My laptop is currently running Ubuntu Linux 10.04 LTS, code name Lucid Lynx. I unpacked the Bamboo Pen tablet, plugged it into one USB port in the laptop and noticed it does not work out of the box.
No problem, just read through these easy-to-follow instructions and you will enjoy your tablet in about 10-15 minutes.
You will need a kernel module newer than the one that comes with Lucid by default. Don’t worry, it’s pretty straightforward. First, install some compiling tools and header files. Therefore you will need to open a terminal (Applications > Accessories > Terminal) and type this (or select this text, copy it via CTRL-C and paste it in the terminal with CTRL-SHIFT-V) as a single line:
sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev
You will be asked your root password. The system will ask for permission to download the files (about 14 MB) and install the packages. Respond “y” and the system will setup the files required.
Next, you  will need to download the latest linuxwacom driver (0.8.8-8 at the moment of writing). Staying on the same directory in your terminal, use wget to fetch the file from the Linux Wacom site on SourceForge.net. Just type the following line (you can also select this text, copy it via CTRL-C and paste it in the terminal with CTRL-SHIFT-V) and hit enter:
The load balancer in SourceForge.net will look for the nearest mirror to download the file. It’s about 1 MB in size. Now you will need to unpack, configure, compile and install the driver. Copy and paste each line below using the same procedure as for the wget command. Hit ENTER after each line (the 2.6.30 version is probably older than your current kernel version, but it’s the newest available for the driver and it works):
tar -xf linuxwacom-0.8.8-8.tar.bz2
cd linuxwacom-0.8.8-8
./configure --enable-wacom
cd src/2.6.30/
make
sudo cp wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/
sudo rmmod wacom
sudo modprobe wacom
The tablet should work now. You can ignore the warning below.
NOTE: this package only supports Xorg server older than 1.7.
You are running a newer version.
Please build the X driver from xf86-input-wacom.
You should now add the module name to /etc/modules to automatically load it on boot. Enter this line in the terminal to open the file and edit in gedit:
gksudo gedit /etc/modules
Now add the following text at the end of the file:
wacom
Now save the file. After rebooting, the module should be loaded automatically.

IMPORTANT:

Whenever there is a kernel update from Ubuntu, the source may no longer work for the new kernel. There is no need to boot into an older kernel and recompile. Follow these additional steps to update the driver:
Open a terminal window. Look for the linuxwacom directory. If you followed these directions you should only edit “your-username” below before copying and pasting:
cd /home/your-username/linuxwacom-0.8.8-8
make clean
./configure --enable-wacom
Now you have to run make in src/2.6.30 and you should have no problems at all.
cd src/2.6.30/
make
sudo cp wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/
sudo rmmod wacom
sudo modprobe wacom
If the kernel version changes, most of the time you will need to run make clean otherwise it will still build the driver for the older kernel version.
We suggest that you register your tablet at the Wacom website, and specify Linux as your operating system. Doing so, the number of registered Linux users grows and Wacom receives real information about them; hopefully the number turns high enough to get more attention from Wacom and they decide to provide more compatible hardware and software.
In order to fully profit from all 6 dimensions this tablet offers, you should now configure the “Extended Input Devices” in your favorite graphics program. Among others we recommend The GIMP, Inkscape and MyPaint, all of them are free and installable from the Ubuntu Software Center.



Update

It seems that since I published this post four months ago, it helped a lot of people. At that time I couldn't find aDKMS script that would automatically compile and install the newer module after every kernel upgrade. Also, I didn't have the time to do it myself. Well, things have changed. After Brett Alton posted his update to my post. Martin Owens replied to his post with a link to a PPA that contains the newer module with a DKMS script. So please, use this PPA and save yourself a lot of trouble! The instructions are really simple, just run this in a terminal:
sudo add-apt-repository ppa:doctormo/wacom-plus
sudo apt-get update
sudo apt-get install wacom-dkms

google earth
安裝完 版本六之後,居然出現亂碼
解決方案
现在google earth已经升级到6.0了,原先用于解决5.0时的显示乱码的方法已经无效,
正确的解决办法如下

基本上 Google earth 6 在 EzGo8 、Ubuntu 下會有下列問題:
1. 剛安裝好 Google earth 6 可能會無法執行, 或執行根本沒反應, 必須安裝相對應的程式庫。
2. Google earth 6 無法正常顯示中文, 會變成方形的虛線格子, 因為 Google earth 6 內建的程式庫有問題, 必須更換。
3. 即使解決了中文顯示的問題, 卻可能還有執行完 Google earth 6 沒多久就直接自行關閉, 或是無法輸入中文的問題。

解決方法如下:進入終端機視窗, 依序執行下列指令~ 
1. 先更新軟體來源
sudo apt-get update
2. 安裝下列軟體包
sudo apt-get install lsb-core libfreeimage3 libqt4-webkit
3. 移除 Google earth 6 自行安裝有問題的4個 libQt*.* 檔案!
sudo rm /opt/google/earth/free/libQt*.*
4. 更改 Google earth 6 的程式執行腳本 :
sudo gedit /opt/google/earth/free/googleearth
尋找脚本的最後一行應該是這樣的:
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin “$@”
請在它的前一行插入底下這一句:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3

现在我的google earth已经正常了,还没正常的各位可以参考更改了

virtualbox 中的usb 不能用
要在使用者及群組中加入資料
有問題再搜尋好了...忘了

不能錄音
原先怎麼調整都不行,後來將聲音---輸入--這部份全部都不選,保持沒有輸入裝置就好了。


調整顯示設定之後,螢幕無法顯示
用顯示卡廠商提供的驅動程式,雖然有罪新版的,但是就是用了新版之後才無法顯示,所以沿用建議選項就好,不用用最新的。

桌面特效無法啟動
這個問題只要啟用nvidia顯示驅動程式就好了
好像還要選擇系統--外觀--視覺效果--選擇


要備份有CSS保護的DVD

先到 這邊 找到最新版本,然後進入 deb 的資料夾來下載最新的套件。接著用:
sudo dpkg -i libdvdcss2_*.deb
來安裝。這樣就會發現光碟上面的檔案可以抓下來備份了,而區碼問題也沒有了。

 增加支援影音格式

Ubuntu 官方因為某些法規及專利問題,沒有支援許多常用的影音格式。於是有人成立非官方的 Medibuntu 套件庫,提供多種影音 Codecs


播放有保護的 DVD 影片,如出租店的 DVD


使用 libdvdcss2 的違法顧慮

首先,什麼是 CSS?CSS 全名 Content Scramble System ,中譯內容擾亂系統,是一套數位版權管理系統 Digital Rights Management (DRM) ,被設計用於幾乎所有的商業 DVD-影像光碟上。它使用了專有的 40-bit stream cipher 演算法。
libdvdcss 的說明:a C library to access DVDs without having to bother about the decryption. 一個 C 語言寫成的函式庫,用來存取 DVD 但不必煩惱解密的問題。
雖然 libdvdcss2 在美國尚未遭受法律挑戰,但美國的數位千禧年版權法(Digital Millennium Copyright Act, DMCA)規定任何程式不得以任何方式解密、破解、規避(bypass)有加密保護的 DVD,所以為了避免觸犯法律的可能,官方套件庫裡沒有將此套件收入。我國的著作權法仿效美國,下面節錄我國的著作權法內容:
中華民國的著作權法第四章之一 權利管理電子資訊及防盜拷措施,第八十條之二規定:
著作權人所採取禁止或限制他人擅自進入著作之防盜拷措施,未經合法授權不得以破解、破壞或以其他方法規避之
破解、破壞或規避防盜拷措施之設備、器材、零件、技術或資訊,未經合法授權不得製造、輸入、提供公眾使用或為公眾提供服務。 前二項規定,於下列情形不適用之: 一、為維護國家安全者。 二、中央或地方機關所為者。 三、檔案保存機構、教育機構或供公眾使用之圖書館,為評估是否取得資料所為者。 四、為保護未成年人者。 五、為保護個人資料者。 六、為電腦或網路進行安全測試者。 七、為進行加密研究者。 八、為進行還原工程者。 九、其他經主管機關所定情形。 前項各款之內容,由主管機關定之,並定期檢討。

使用 Linux 下的合法軟體

進入 Ubuntu 官方商店 Canonical Store ,它的 Software 區內有販售 Cyberlink PowerDVD for Linux,售價 49.95 美元或 36.92 歐元。因為 Cyberlink 取得了 CSS 保護技術的使用授權,所以使用此軟體播放 DVD 無法律顧慮。
目前, Cyberlink PowerDVD for Linux 是唯一在 Linux 下確定合法的 DVD 播放器。 

How to install a CinelerraCV precompiled package

The easiest way to install the Cinelerra package for Ubuntu is to use a terminal.
For Ubuntu Maverick 10.10 , Lucid 10.04, Karmic 9.10:
Just open a terminal (Applications→Accessories) and copy&paste the following commands, on at the time:
sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra
Cinelerra is now available in the Applications → Sound & Video menu.



Crebs: The ULTIMATE Wallpaper Slideshow application


********************************zoneminder

一開始我是使用原始碼裝在 fedora 上
那種安裝方法不適合新手

比較容易安裝方式除了用http://www.ctu-web.com/archsentrix/外

使用ubuntu 也很好裝
裝好 ubuntu 8.04 版後
sudo apt-get install zoneminder
就開始安裝 會順便安裝 apache php mysql

由於需要壓成影片檔
所以必須安裝ffmpeg
sudo apt-get install ffmpeg

裝好後
把 zoneminder 網頁部份 複製到 /var/www (預設首頁路徑)
sudo cp -r /usr/share/zoneminder /var/www/

sudo /etc/rc2.d/S91apache2 restart

開起 firefox 輸入網址
http://127.0.0.1/zoneminder
就可以了

這樣子裝他的資料庫是 zm
使用 sudo mysqlshow zm -p 輸入密碼後就可以看到欄位了

找個linux 可以用的webcam
在http://127.0.0.1/zoneminder 網頁中設定使用它就可以了




nokia ovi電腦端套件無法感應到手機
將設定修改成下圖就好了





Cannot switch workspace when VirtualBox running

我們可以使用 Ctrl + Alt + 左/右 來切換工作區。

當把 VirtualBox 的 Virtual Machine 開機並把它放到某個工作區,例如第二個工作區。這時前面所說的快速鍵在第二個工作區就失效了。原因是 VirtualBox 預設會捕捉所有鍵盤事件,我們只要把它關掉就沒事了。作法如下:
VirtualBox - 檔案 - 喜好設定 - 輸入 - 自動擷取鍵盤

自動擷取鍵盤取消就可以了。


To install Gimp 2.8 on Ubuntu 12.04 Precise open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:

  • sudo add-apt-repository ppa:otto-kesselgulasch/gimp
  • sudo apt-get update
  • sudo apt-get install gimp
  • sudo apt-get install gimp-plugin-registry
Install Resynthesizer Plugin with following command (It is not from above PPA):
  • sudo apt-get install gimp-resynthesizer