12 August, 2007

Install Ubuntu 7.04 on X31 with Compizfusion

This is a messy note... I think the only person can understand this article is me~ XD

xorg,conf

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
Driver "radeon"
BusID "PCI:1:0:0"

Option "XAANoOffscreenPixmaps" "true"
Option "AGPSize" "32"

Option "AGPFastWrite" "false"
Option "EnablePageFlip" "false"
Option "EnableDepthMoves" "false"
Option "ColorTiling" "false"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
Monitor "Generic Monitor"
EndSection

Mouse setting
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "yes"
Option "EmulateWheelButton" "2"
Option "ZAxisMapping" "4 5"

Speed up CompizFusion
export __GL_YIELD="NOTHING"; compiz --replace --indirect-rendering -c emerald

Change Firefox System Font
~/.mozilla/firefox/ooxx.default/chrome
create userChorme.css

* {
font-size:13px !important;
font-family: LiHei Pro !important;
}

Speed up Ubuntu!!
http://www.xsol.se/index.php/2007/04/29/feisty-performance-fly-like-a-butterfly/

Make backspace == prev page in firefox
about:config
browser.backspace -> 0

Conky

xorg.conf
In Module section
Load "dbe"
In .conkyrc
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

No comments: