由买买提看人间百态

topics

全部话题 - 话题: xdefaults
1 (共1页)
l*l
发帖数: 225
1
来自主题: Unix版 - CXTERM 终结说明
看到前面有不少讲cxterm的说明, 很好用, 但对于新手很难, 如下方法可以很快搞定:
其实cxterm运行只需要三个文件:
1) cxterm 可执行文件
2) ~/.Xdefaults 输入法定位文件
3) path/to/dict/gb 输入法table文件
因此你只需要从朋友或者XX那里考备这三个文件(第三个是目录)然后对~/.Xdefaults
稍微修改就OK了.
cxterm 只要是同一种UNIX/Linux就可以了, 例如hp-10.2 可以兼容hpux.
将之放在自己的 ~/bin/里, 别忘记 chmod a+x cxterm !!!
~/.Xdefaults当然在自己目录里了, 修改这个地方:
cxterm*hanziInputDir: /home/people/llu/dict/gb
上面是我的例子
path/to/dict/gb 里应该放table 文件, 应该有如下文件:
CCDOSPY.cit English.cit PY.cit QianMa.cit TeleCode.cit
CTLau.cit HIRAGANA.cit P
f****a
发帖数: 28
2
来自主题: Unix版 - Openbox安装、配置问题
sorry,我对shell script是一无所知。
刚才在.xinitrc里试了试,似乎没有反应:(
我在# Add any initializations desired by the user
这一句的下一行加了这样一行:
exec /home/wangz/bin/openbox
错在哪儿?
未修改前的.xinitrc是这样的:
# .xinitrc - OpenWindows startup script.
if [ -f $HOME/.Xdefaults ]; then
xrdb $HOME/.Xdefaults & # Load Users X11 resource database
else
xrdb $OPENWINHOME/lib/Xdefaults & # Load Default X11 resource database
fi
$OPENWINHOME/lib/openwin-sys & # OpenWindows system initialization
# Install function ke
l******t
发帖数: 108
3
来自主题: Unix版 - Openbox安装、配置问题
try replace the line
olwm -3 &
with
exec /home/wangz/bin/openbox

sorry,我对shell script是一无所知。
刚才在.xinitrc里试了试,似乎没有反应:(
我在# Add any initializations desired by the user
这一句的下一行加了这样一行:
exec /home/wangz/bin/openbox
错在哪儿?
未修改前的.xinitrc是这样的:
# .xinitrc - OpenWindows startup script.
if [ -f $HOME/.Xdefaults ]; then
xrdb $HOME/.Xdefaults & # Load Users X11 resource database
else
xrdb $OPENWINHOME/lib/Xdefaults & # Load Default X11 resource database
fi
$OPENWINHOME/lib/openwin-sys &
f****a
发帖数: 28
4
来自主题: Unix版 - 问题:有关openbox的启动。
我试着用x-win32远程登陆学校的solaris服务器,在上面我已经成功编译了openbox,
但是必须修改.xinitrc才能默认启动openbox,不然它还是启动CDE/OpenWin。
我要将/home/name/bin/openbox加在哪个位置才对?
下面是我的.xinitrc
# .xinitrc - OpenWindows startup script.
if [ -f $HOME/.Xdefaults ]; then
xrdb $HOME/.Xdefaults & # Load Users X11 resource database
else
xrdb $OPENWINHOME/lib/Xdefaults & # Load Default X11 resource database
fi
$OPENWINHOME/lib/openwin-sys & # OpenWindows system initialization
# Install function key "F1" as an Open Look
l***a
发帖数: 23
5
来自主题: Unix版 - [转载] gnuplot中的颜色问题
【 以下文字转载自 Science 讨论区 】
【 原文由 litza 所发表 】
偶用gnuplot画图, 三条curve按出现的先后顺序分别
会是red, green, blue. That's the default setting
in gnuplot.
请问如何能customize gnuplot中的颜色设置呢?比如
偶想让第一条curve是 blue, 第二条curve是red, etc.
google了很久,发现这问题牵连到 .Xdefaults, X11的
一堆东西. Could anyone have experience on this
give some sample .Xdefaults/.gnuplot file? Thanks
a lot!
A*****o
发帖数: 222
6
来自主题: Unix版 - [转载] gnuplot中的颜色问题
in your home directory .Xdefaults (if u don't have one, create one)
append
gnuplot*background: white
gnuplot*textColor: black
gnuplot*borderColor: black
gnuplot*axisColor: black
gnuplot*line1Color: red
gnuplot*line2Color: green
gnuplot*line3Color: yellow
gnuplot*line4Color: magenta
gnuplot*line5Color: cyan
gnuplot*line6Color: sienna
gnuplot*line7Color: orange
gnuplot*line8Color: coral
then, log out and re-login
or, xrdb -merge .Xdefaults
l***a
发帖数: 23
7
来自主题: Unix版 - [转载] gnuplot中的颜色问题
when giving a first plotting command in gnuplot after .Xdefaults is setup,
gnuplot may give the following complain --
gnuplot> plot sin(cos(x))
gnuplot: can't allocate 'sienna'. Using black.
gnuplot: can't allocate 'orange'. Using black.
gnuplot: can't allocate 'coral'. Using black.
Is there anyway to circumvent this problem? Also, the output .ps file still
stick to the old default color sequence, (i.e. "red","green","blue",...)no
matter how i modify .Xdefaults (the results from terminal x11 loo
N**O
发帖数: 1106
8
【 以下文字转载自 Linux 讨论区 】
发信人: OMalley (Lost), 信区: Linux
标 题: 我的 Dropbox 使用经验(强烈推荐)
发信站: BBS 未名空间站 (Tue Mar 30 20:16:49 2010, 美东)
如果你还不知道什么是 Dropbox, 这里有个视频介绍
http://www.youtube.com/watch?v=7QmCUDHpNzE
我自己已经用了有快一年了,感觉是太方便了。我办公室和家里的机器还有笔记本上面
都装了 Dropbox(我甚至在实验室的Linux Server上也装了)。这样不论我在哪台电脑
上,我的文档都是最新的。下面我来介绍一下我自己的一些使用技巧:
我是个 Linux user,我用 Emacs。在使用 Dropbox 前,每当我在一台电脑上更改了配
置文件 (如 .bashrc, .emacs, .Xdefaults, .Xresources, .vimrc, .screenrc 等等)
, 为了能在其他机器上用,我只能发 email 或用 USB drive 把新的配置文件 copy 到
其他电脑上。
I*l
发帖数: 1649
9
来自主题: Apple版 - X11 in leopard
上次忘了说了,old了别peng
第一则:
如果你upgrade到leopard后.x11变得不好用了,表现是
1. 启动x11后dock上有两个x11图标
2. 启动没有load .Xdefaults 的字体啊背景啊等等设置
3. 鼠标emulate不好
那么你应该 update 到x11的 development release
在这里下载
http://trac.macosforge.org/projects/xquartz
第二则
如果你的carbon emacs 坏了
出了Fatal malloc_jumpstart() error
你的emacs是不是通过fink装上去的? 把它删了吧
系统自带的就可以用了
鼠年快乐~~~
l**n
发帖数: 7272
10
来自主题: Apple版 - Unix的缺陷(ZT)
虽然这里的码工比较少,但是能appreciate coding和programming的朋友也可以看看。
我觉得挺有意思的。
http://blog.sina.com.cn/s/blog_5d90e82f01014k5j.html
我想通过这篇文章解释一下我对 Unix 哲学本质的理解。我虽然指出 Unix 的一个设计
问题,但目的并不是打击人们对 Unix 的兴趣。虽然 Unix 在基础概念上有一个挺严重
的问题,但是经过多年的发展之后,这个问题恐怕已经被各种别的因素所弥补(比如大
量的人力)。但是如果开始正视这个问题,我们也许就可以缓慢的改善系统的结构,从
而使得它用起来更加高效,方便和安全,那又未尝不可。同时也希望这里对 Unix 命令
本质的阐述能帮助人迅速的掌握 Unix,灵活的应用它的潜力,避免它的缺点。
通常所说的“Unix哲学”包括以下三条原则[Mcllroy]:
一个程序只做一件事情,并且把它做好。
程序之间能够协同工作。
程序处理文本流,因为它是一个通用的接口。
这三条原则当中,前两条其实早于 Unix 就已经存在,它们描述的其实是程序设计最... 阅读全帖
j*****h
发帖数: 2577
11
来自主题: Linux版 - where can i find .xdefault??
Thanks!
btw How can i input chinese in fqterm? i can in firefox or terminal
......
z**r
发帖数: 17771
12
来自主题: Linux版 - 有没有办法
这个可以搞定
Put this to the ~/.screenrc or ~/.Xdefault
# xterm scrollbar should work with screen
# also for scroll wheel
termcapinfo xterm ti@:te@
termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
termcapinfo rxvt 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
O*****y
发帖数: 222
13
如果你还不知道什么是 Dropbox, 这里有个视频介绍
http://www.youtube.com/watch?v=7QmCUDHpNzE
我自己已经用了有快一年了,感觉是太方便了。我办公室和家里的机器还有笔记本上面
都装了 Dropbox(我甚至在实验室的Linux Server上也装了)。这样不论我在哪台电脑
上,我的文档都是最新的。下面我来介绍一下我自己的一些使用技巧:
我是个 Linux user,我用 Emacs。在使用 Dropbox 前,每当我在一台电脑上更改了配
置文件 (如 .bashrc, .emacs, .Xdefaults, .Xresources, .vimrc, .screenrc 等等)
, 为了能在其他机器上用,我只能发 email 或用 USB drive 把新的配置文件 copy 到
其他电脑上。但这样做实在是很不方便。我现在的做法是把这些配置文件都放到
Dropbox 文件夹里面,然后在 home 下建个 soft link。这样任何一台电脑的配置文件
的更改都会立即被同步到其他电脑。方便吧!还有更 cool 的呢,Dropbox 还有
ver
i*****e
发帖数: 1359
14
以前用xterm,中文字体在.Xdefaults就能设好
现在改用xfce terminal,就算字体选wqy还是显示问号,请问这么回事啊
多谢多谢
z*******w
发帖数: 79
15
make sure your netscape(or x) has Chinese Font installed.
then in your .Xdefault file add a line like this:
xset fp+ /your/chinese/font/path
m*****e
发帖数: 4193
16
来自主题: Unix版 - 怎么改变emacs窗口的底色?
.Xdefaults
n****t
发帖数: 39
17

~/.Xdefaults
D****g
发帖数: 2860
18
【 以下文字转载自 Linux 讨论区 】
【 原文由 Deling 所发表 】
My problems is that after I switched to openbox, .Xdefaults does not
have any effects now. Is there any way to solve it? Thanks.
g**********y
发帖数: 14569
19
I am not a Sun CDE user, following solution is for general UNIX, you can try
it.
copy following to your home-directory, as .Xdefaults
s*******r
发帖数: 14
20
来自主题: Windows版 - problem of emacs for windows
How to preset the background color and foreground color in Emacs for windows.
Under UNIX environment, I can set that in .Xdefaults file.
Thanks
f*******d
发帖数: 339
21
来自主题: Science版 - Re: 关于 xemacs 的问题

change the property in .Xdefaults
h*********r
发帖数: 650
22
来自主题: _Climbing版 - Welcome, creation
hehe, he use UNIX:) There is no need for extra software. I am using
K-shell, in case our problem are the same, you can look at my experiences:
After running the setup of cxterm, use
xset q
to check the font path, $HOME/xfonts should appear only once.
If more than once use
xset -fp $HOME/xfonts
to remove it, then use
xset +fp $HOME/xfonts
to add it again.
And check your .Xdefaults file,
find *eightBitInput, if it is false, change it to true. the same for
*eightBitOutput:
*eigh
c******n
发帖数: 4965
23
来自主题: _Climbing版 - Welcome, creation
I can't find the entry "eightBitInput" in .Xdefaults
the problem is : when I press F6, it says" No memory to load input table for PY"
1 (共1页)