edit pbbuttonsd.conf
onBattery_DimTime=0
p.s try onBattery_KeyAction=none
20070330
fix : in battery mode, screen will not turn on again after machine auto suspend to ram
Posted by
coffeeyy
0
comments
Labels: linux
tsclient
use package manager to install tsclient - a client for VNC and Windowws Terminal Server
Posted by
coffeeyy
0
comments
Labels: windows
kill ukai.ttf
rm /usr/share/font/chinese/turetype/ukai.ttf
fc-cache -fv
Posted by
coffeeyy
0
comments
Labels: linux
xfce can use gnome-terminal
edit terminal icon , change command from "Terminal" to "gnome-terminal"
Posted by
coffeeyy
0
comments
Labels: linux
yum install mplayer
yum install mplayer mplayer-skins mplayer-fonts mplayerplug-in mplayer-gui
Posted by
coffeeyy
0
comments
Labels: linux
20070329
fix "Device eth1 does not seem to be present, delaying initialization."
# modprobe -r bcm43xx
Posted by
coffeeyy
0
comments
Labels: linux
add fc6 livna to yum
copy and paste from http://rpm.livna.org
Using rpm.livna.org
rpm.livna.org is best used via the yum utility, which will automatically fetch the packages, check the signatures, and install all necessary dependencies. Rpm.livna.org will also work with APT-RPM (with repomd support) and Smart package managers. To start using rpm.livna.org, you have to install the right configuration for your Fedora Core version.
# rpm -ivh http://rpm.livna.org/livna-release-6.rpm
Posted by
coffeeyy
0
comments
Labels: linux
pbbuttonsd can't make ibook suspend when lid was closed
after install pbbuttonsd , goto gnome session > diable gnome power management , then pbbuttonsd work great
Posted by
coffeeyy
0
comments
Labels: linux
my eth1 config on ibook - fc6 , working
onboot=no #for safe
#HWADDR
userctl=yes #??
essid=myap
channel=6
mode=auto # if set to Master , it will show "softmac: invalid iw_mode!" error ... XD
rate=11 # can't set to 54!?
Posted by
coffeeyy
0
comments
Labels: linux
20070328
mouse_button_emulation
/etc/sysctl.conf
dev.mac_hid.mouse_button_emulation=1
#fn-alt
dev.mac_hid.mouse_button2_keycode = 97
#fn-ctrl
dev.mac_hid.mouse_button3_keycode = 100
#F11
#dev.mac_hid.mouse_button2_keycode=87
#F12
#dev.mac_hid.mouse_button3_keycode=88
Posted by
coffeeyy
0
comments
Labels: linux
fc6 smbfs
# mount -t cifs -o username=xxx,password=xxx //hostname/dir /mnt/tmp
Posted by
coffeeyy
0
comments
Labels: linux
GNOME Terminal setting
add /sbin to .bash_profile
edit user/.bash_profile
PATH=$PATH:/sbin
GNOME Terminal > EDIT > Profile > Title and Command > "select" Run command as a login shell
Posted by
coffeeyy
0
comments
Labels: linux