AIGLX + beryl 终于跑起来了
比XGL还要顺畅
哦yeah!
This blog is about works I have done for Gentoo and free software in general
C-o会和vim里的命令冲突的
The open-source ATI driver (radeon) uses software rendering for alpha (transparency). This makes Compiz unusably slow on a Radeon 9200 (one of the fastest cards supported). No word from ATI on when their proprietary driver (which has proper 3d acceleration) will support AIGLX.
需要有个好的screenrc
chardet package is in gentoo-china-overlay
要执行handle signum nostop
http://www.shlug.org/
早有耳闻这两者是不错的搭配
真正试验了一把之后发现
那岂止是不错,那是相当的不错!
绝配啊
Linux的程序员一定要试一下
否则终生遗憾
两个提示:
一个是在~/.emacs里定义变量gdb-many-windows:(defvar gdb-many-windows t)
再一个是启用gub-tooltip-mode,这样鼠标指向源代码里的变量时,emacs就能以tooltip提示框的形式显示变量的地址和值。再也不用p和x了。
简直是太方便了,太方便了!
In readline, C-j functions like "enter" key.
However, I defined C-j as menu-complete in my ~/.inputrc.
So, in gdbtui and when using gdb in emacs, enter key don't function as
usual, instead it performs menu-complete. As a consequence, i can't
use gdbtui and gdb in emacs.
I solved the problem myself.
I just thought that this problem should has something to do with
readline library.
Maybe my readline is too new? This is my first suspicion.
Then I suddenly remembered that I had redefined some key-binding in my
~/.inputrc.
Thus, the problem solved.
reference:
http://tiswww.tis.case.edu/~chet/readline/rltop.html
原来需要写出完整的函数名,从namespace开始
比如ost::ScriptCommand::getMember
不需要用mangle过的名字
有时候可能需要执行
set language c++
reference:
http://sources.redhat.com/ml/gdb/2005-07/msg00066.html