2009年8月24日にVine Linux 5.0が正式リリースされました。
そのVine Linux 5.0の標準リポジトリにはCompiz-Fusion(compiz 0.8.2)が用意されています。
※Vine Linux 4.xでもCompiz-Fusionは導入可能でした。
ここではNetbook上でVine Linux 5.0のCompiz-Fusionを体験する手順を中心に紹介します(手順の一例です)。
ここでのNetbookはAcer Aspire oneです。
# Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" # keyboard added by rhpxl Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "jp106" Option "XkbLayout" "jp" EndSection Section "Device" Identifier "Videocard0" Driver "intel" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection |
# apt-get update # apt-get install compiz* # apt-get install fusion* # apt-get install emerald* |
# fdisk -lu /dev/sda Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors Units = セクタ数 of 1 * 512 = 512 bytes Disk identifier: 0x11a8ba38 デバイス Boot Start End Blocks Id System /dev/sda1 63 10233404 5116671 12 Compaq 診断 /dev/sda2 * 10233405 312576704 151171650 7 HPFS/NTFS |
# dmesg|grep -i hda HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 HDA Intel 0000:00:1b.0: setting latency timer to 64 input: HDA Digital PCBeep as /class/input/input11 |
# dmesg|grep -i webcam uvcvideo: Found UVC 1.00 device Acer Crystal Eye webcam (064e:d101) input: Acer Crystal Eye webcam as /class/input/input10 |