- 浏览: 87836 次
- 性别:
- 来自: 北京
最新评论
文章列表
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff#
Step 2e: R174291 Driver Download/Extraction http://repo.ugm.ac.id/ekstra/driver/wireless/ http://bbs.lupa.gov.cn/home/space-912-do-feed-view-me.html
- 2009-04-25 20:20
- 浏览 833
- 评论(0)
so easy
两个例子
1.http://linoleum.leapster.org/archives/4-An-introduction-to-playing-audio-with-xine-lib-Part-1.html
2.http://xinehq.de/index.php/hackersguide
- 2009-04-25 20:19
- 浏览 679
- 评论(0)
1. cp /usr/share/locale/zh_CN/LC_MESSAGES/scim.mo /usr/share/locale/en_US/LC_MESSAGES
2. vi /etc/X11/xinit/xinitrc.d/xinput.sh
language_list="as bn gu hi ja kn ko ml mr ne or pa si ta te th ur vi zh"
里面却没有英文en,于是在里面加入en
- 2009-04-25 18:01
- 浏览 879
- 评论(0)
http://www.rpm.org/max-rpm/index.html
是今天查 rpm -bp 的时候search 到的
- 2009-04-25 18:00
- 浏览 652
- 评论(0)
关于Vmware tools 的install 网络上有很多介绍文章了。
我这里要说的是在vmware-config-tools.pl 的时候,如果遇到complie Error, 就很可能是你的Kernel version is too new,或者说 你所用的Vmware Workstation/Server version is too old,它所提供的vmware tools 不支持你的new version kernel , 如果你不想give up kernel version , You're better upgrade your Vmware Workstation/Ser ...
- 2009-04-25 17:59
- 浏览 900
- 评论(0)
1.Get newest dirver from
http://snapshots.madwifi.org/special/madwifi-hal-0.10.5.6-r3698-20080604.tar.gz
2.Follow the instruction
http://madwifi.org/wiki/UserDocs/FirstTimeHowTo
3. Also, it appears that you must reboot if you have loaded a HAL of a different version
ref:http://madwifi.org/ticket ...
- 2009-04-25 17:58
- 浏览 1102
- 评论(0)
.po 包含国际化支持翻译的文本文件.
.mo 包含国际化支持翻译的二进制文件
how to make po file?
pls ref: http://bbs.chinaunix.net/viewthread.php?tid=626525
- 2009-04-25 17:51
- 浏览 745
- 评论(0)
Ctrl + Alt + Arrow Key
then
Ctrl+Shift+Alt+Arrow Ke
- 2009-04-25 17:50
- 浏览 662
- 评论(0)
直接 apt-get install之后是用不了的(Ctrl+Space 没反应)
原因是: scim 的daemon 没有启动,而且必要的环境变量也没有set
观察startx,需要在 /etc/X11/xinit/xinitrc 或者 $HOME/.xinitrc 中
追加如下code
#C or En cannot invoke input method
export LC_CTYPE=zh_CN.UTF-8
#指定 X图形程序的输入法
export XMODIFIERSim=SCIM
#指定GTK+2的程序默认所用的输入法模块
export GTK_IM_MODULE=& ...
- 2009-04-25 16:54
- 浏览 1053
- 评论(0)
以前在 MID 上用的系统,直接porting 到 Netbook 上之后。由于操作习惯不同(MID 是用finger,而Netbook是用键盘鼠标的),所以在Netbook上操作起来很不方便,特别是没有 快捷键(shortcut)。
开始的时候,觉得可能是 Key Map 出了问题。经过调查 loadkeys xmodmap xev 等,发现 Alt 和Tab 键对应的 keycode 没有问题。
Read
http://en.wikipedia.org/wiki/Alt-Tab
发现 在窗口这个层面上,控制它的快捷键的应该是 window manager. 而目前这个系统的 windo ...
- 2009-04-25 16:52
- 浏览 1137
- 评论(0)