在acer c110 平板電腦上安裝Fedora Core 3

Fedora Core3已可順利安裝至Acer Tablet C110上,安裝完成後可使用之設備如下:

  • 網卡
  • USB
  • CD-RW
  • Synaptics Tuchpad
  • 音效
  • 電源管理
  • CPU throttling

可手動安裝設備如下:

  • 無線網路(wireless)
  • 觸控螢幕(wacom tablet)

[@more@]
若要在您的電腦上讓windows 及fedora共存,可利用spfdisk(下載操作範例)來調整及分割您的硬碟。

在調整分割區請注意:

  1. 先備份您的重要資料。
  2. 重組您的windows作業系統之分割區(若要重新安裝windows,fedora,則可省去此步驟)

分割硬碟建議:

  • 主要分割區 1 fat32 10G 給windows作業系統使用
  • 主要分割區 2 ext3 10G 給Fedora系統使用
  • 延伸分割區 1 fat32 19G 存放資料用
  • 延伸分割區 2 swap 1G Fedora使用

在安裝以下套件 之前請先安裝apt-get 套件:
相關資料可參考:http://apt.nc.hcc.edu.tw/web/apt/apt.html
下載apt-get:ftp://apt.nc.hcc.edu.tw/pub/apt/fedora/linux/3/i386/RPMS.extra/apt-0.5.15cnc6-1.1.fc3.hcc.i386.rpm
# rpm -ivh apt-0.5.15cnc6-1.1.fc3.hcc.i386.rpm
Fedora Core3已可順利安裝至Acer Tablet C110上,安裝完成後可使用之設備如下:

  • 網卡
  • USB
  • CD-RW
  • Synaptics Tuchpad
  • 音效
  • 電源管理
  • CPU throttling

可手動安裝設備如下:

  • 無線網路(wireless)
  • 觸控螢幕(wacom tablet)

若要在您的電腦上讓windows 及fedora共存,可利用spfdisk(下載操作範例)來調整及分割您的硬碟。

在調整分割區請注意:

  1. 先備份您的重要資料。
  2. 重組您的windows作業系統之分割區(若要重新安裝windows,fedora,則可省去此步驟)

分割硬碟建議:

  • 主要分割區 1 fat32 10G 給windows作業系統使用
  • 主要分割區 2 ext3 10G 給Fedora系統使用
  • 延伸分割區 1 fat32 19G 存放資料用
  • 延伸分割區 2 swap 1G Fedora使用

在安裝以下套件 之前請先安裝apt-get 套件:
相關資料可參考:http://apt.nc.hcc.edu.tw/web/apt/apt.html
下載apt-get:ftp://apt.nc.hcc.edu.tw/pub/apt/fedora/linux/3/i386/RPMS.extra/apt-0.5.15cnc6-1.1.fc3.hcc.i386.rpm
# rpm -ivh apt-0.5.15cnc6-1.1.fc3.hcc.i386.rpm


無線網路Wireless安裝:

# apt-get install ipw2100
I think this installs everything, but I don’t remember. If it doesn’t already grab them, you will need:
# apt-get install ipw2100-firmware kernel-module-ipw2100-`uname -r`
# /sbin/depmod -a
# /sbin/modprobe ipw2100
# /usr/sbin/kudzu

Kudzu should find and configure your card as eth1.


Wacom Tablet 安裝:

Get the prereq libs:
# apt-get install tcl-devel tk-devel xorg-x11-sdk

下載 source code , http://linuxwacom.sf.net
$ tar jxvf linuxwacom-0.6.6.tar.bz2
$ ./configure --enable-wacom --with-kernel=/lib/modules/2.6.9-1.681_FC3/source --with-xorg-sdk=/usr/X11R6/lib/Server/
$ make
# make install

請在/etc/rc.d/rc.local 內加上一行:
setserial /dev/ttyS0 port 0x06f8 autoconfig

修改 /etc/X11/xorg.conf 檔案內容如下:


Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
Option "BottomX" "21242"
Option "BottomY" "16050"
Option "Mode" "absolute"
EndSection

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
Option "BottomX" "21242"
Option "BottomY" "16050"
Option "Mode" "absolute"
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
Option "BottomX" "21242"
Option "BottomY" "16050"
Option "Mode" "absolute"
EndSection

and add these lines to the ServerLayout section:

InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"

下載xorg.conf:ftp://140.111.128.123/FreeSoftwares/Linux/AcerC110FedoraCore3/xorg.conf



Handwriting recognition

Download xstroke 0.6 from http://xstroke.org

$ tar xvzf xstroke-0.6.tar.gz
$ ./configure
$ make
# make install
$ xstroke &

You should see the icon in your System Tray now. Xstroke will recognize
graffitti-like gestures on the desktop and send them to the active
window.

If you are using KDE you can autostart Xstroke with this line:
$ ln -s /usr/local/bin/xstroke ~/.kde/Autostart/

There is also a commercial application called ritePen, but I haven’t tried it yet.


Onscreen keyboard

# apt-get install gok

Acer hotkeys

This seems to have at least partial functionality. Acer Hotkey drivers, but I haven’t had a chance to do anything with it yet.


若要安裝其他軟體可參考:http://apt.nc.hcc.edu.tw/