由买买提看人间百态

topics

全部话题 - 话题: xterm
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
m********o
发帖数: 129
1
来自主题: Linux版 - 还有什么号的上bbs的term?
你在xterm里面run。。
a*****i
发帖数: 4391
2
来自主题: Linux版 - 还有什么号的上bbs的term?
不是给你推荐pcmanx了么?
为什么不听呢?去用什么xterm.
或者gnome-terminal.
给你bmw不开,非要去开kia.
E*V
发帖数: 17544
3
来自主题: Linux版 - X下面,最快的console是杀?
xterm?
N****w
发帖数: 21578
4
来自主题: Linux版 - X下面,最快的console是杀?
还好吧,滚屏不如 xterm konsole 快,但也不觉得延迟
term 嘛,再快也没用,最多眼花
没见过空行

L***n
发帖数: 6727
5
来自主题: Linux版 - 初学vim, emacs感想。
我是说为啥不直接在xterm里运行mutt而要在emacs里运行阿
E*V
发帖数: 17544
6
来自主题: Linux版 - Go 语言。。。有闲人真多
我一半只用xterm。。。。
x****u
发帖数: 44466
7
来自主题: Linux版 - ssh 连 X 速度巨慢!
传统的X字体是server渲染,client发的只是字体信息和内容。比如他如果用xterm速度
就不会慢。
x****u
发帖数: 44466
8
来自主题: Linux版 - ssh 连 X 速度巨慢!
直接用xterm之类的东西速度就不会慢。gnome之类的都是client调用freetype写字,在
X协议上走这个就很慢了。
t*d
发帖数: 1290
9
来自主题: Linux版 - ssh 连 X 速度巨慢!
我就是用 xterm 啊。没有用gnome。主要是用 R (类似SAS的统计软件)在server上分
析数据,画个图之类的事。
最难以理解的是,ssh -X 连到老远的学校,画图的速度比家里这个机器的快得多。
开始以为是 router 的问题,因为我用的这个router,用无线的机器 连 用cable的机
器很慢。可是比较家里两台用 cable 的机器,其中一台(MAC)画图速度比 另一台(PC
)快得多!所以不全是router的问题。
s****i
发帖数: 262
10
来自主题: Linux版 - about some popular linux OS
I just bought a new desktop and tried to install several linux OSs already.
The following are my views:
Centos kernel is too old, it doesn't support any newest ath9k, Nvidia 2xx
and
creative sound blaster card. So don't waste your time to try or improve it.
Mandriva is really good. It can support the wireless (ath9k) and Nvidia very
well.
It needs some time to fix card. But the painful thing is no Xterm. I think
this
is worst.
openSuSE is good for basic linux user. It is so strange and the appli
s****i
发帖数: 262
11
来自主题: Linux版 - about some popular linux OS
I can't find a place to cofigure my computer like hardware driver etc.
Update: GNOME version Mandriva has xterm, console. It is good. But I still
doesn't
make sound card work. I need some time.
m******t
发帖数: 2416
12
Not sure about the "virtual console". If it has a settings menu, you can
probably
find out about the font in there.
Once you know what font you want, just add this line to ~/.Xresources:
XTerm.vt100.faceName: the font name
then run:
xrdb ~/.Xresources

beautiful
e*c
发帖数: 642
13
Gentoo, stage3 install,
then emerge xorg-server enlightenment Eterm xterm
E*V
发帖数: 17544
14
ft,
kde+xterm/CLI
C********s
发帖数: 120
15
来自主题: Linux版 - VNC上面一片空白,怎么办?
edit your ~/.vnc/xstartup and add
#!/bin/sh
xterm &
h*******c
发帖数: 248
16
试了试。只要把guest的窗口弄大,xwindow相应增大了,但新开的xterm也跟着大了一
倍。比较搞。这个问题弄明白之前,还是不升级了。
x*********s
发帖数: 5554
17
来自主题: Linux版 - 问个terminal的问题
echo $TERM ==> xterm-color
改成ansi也不行~
不管用
b*****l
发帖数: 9499
18
你首先需要一个编辑器。
嗯,大家可以 vi vs. emacs 了。
然后需要学习一种 terminal。xterm vs. gnome-terminal vs. konsole 的大战可以开
始了。
然后需要学 screen。
y***d
发帖数: 2330
19
来自主题: Linux版 - 硬关机之后进不了桌面了
输入法在,通过 pidgin 的 online help,可以调出浏览器,可以折腾折腾打开 xterm;
看来是 windows manager 坏了,可能是关机导致 home folder 的配置文件坏了;删掉
错误的配置文件可能可以解决问题;
gnome 的配置文件是哪个?
w*m
发帖数: 1806
20
来自主题: Linux版 - 菜鸟问个问题
edit ~/.vnc/xstartup
here is a copy of mine,
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
startx &
ps: startx will start gnome or kde.
T**S
发帖数: 319
21
来自主题: Linux版 - ssh如何执行远端的命令?
比如要在远端(sshd server)上开一个xterm,要显示在server端,而不是在client上。
thanks.
a*******e
发帖数: 3021
22
来自主题: Linux版 - ssh如何执行远端的命令?
xterm is x-win program with gui ah
by default, when u run any command on server, isn't it using server's
display?
z**r
发帖数: 17771
23
来自主题: Linux版 - ssh如何执行远端的命令?
I guess the purpose he uses xterm is just for a terminal right? control in
one side, and display in another side, this has to be done by callabaration
tools, if he has to use GUI, then VNC is his choice
r****t
发帖数: 10904
24
来自主题: Linux版 - ssh如何执行远端的命令?
DISPLAY=:0 xterm &
b*****l
发帖数: 9499
25
来自主题: Linux版 - emacs RET vs C-j 问题
头大啊,在 text-mode (gnome-terminal) 下面的 emacs 把 RET 解释成 C-j,很多键
就不能用了。在 GUI 下面则没问题。用 M-x describe-key 看的。
各位,这个咋整啊?env | grep TERM 说是 xterm,俺换成 TERM=linux 也没作用。。
E*V
发帖数: 17544
26
来自主题: Linux版 - emacs RET vs C-j 问题
用xterm把
b*****l
发帖数: 9499
27
来自主题: Linux版 - emacs RET vs C-j 问题
TERM=xterm emacs 了,不管用啊。。。
E*V
发帖数: 17544
28
来自主题: Linux版 - emacs RET vs C-j 问题
I mean alt-f2 "xterm "
b*****l
发帖数: 9499
29
来自主题: Linux版 - emacs RET vs C-j 问题
xterm 下跑 emacs 时,M-RET 没问题了。但是 gnome-terminal 下咋整涅?感觉就是哪
里一设就该好了。。。
为啥俺以前就从来就没遇到过这个问题涅?/proc/version 说是 Red hat 4.1.2-42,问
题是俺在 rh 上也从来没遇到过这个问题啊?
b*****l
发帖数: 9499
30
来自主题: Linux版 - emacs RET vs C-j 问题
getkey 测试结果:
在 xterm 下:
RET: ^M
C-RET: ^M
M-RET: ^[^M
而在 gnome-terminal 下:
RET: ^M
C-RET: ^J
M-RET: ^[^J
咋修啊,555,也装了 gconf-editor 了,gnome-terminal 的设置是:
active_encodings: UTF-8
E*V
发帖数: 17544
31
来自主题: Linux版 - emacs RET vs C-j 问题
ubuntu10.10
该了好多默认阿
原来的alt ctrl D
看桌面
现在变成win +D了
说实话,gnome-terminal 实在没有啥优点阿
为啥不用xterm?速度快2倍把
V*E
发帖数: 1642
32
来自主题: Linux版 - emacs RET vs C-j 问题
full screen mode 有阿(或者是kwin的功能?)
xterm -bg black -fg green ....
这个还要挑?
b*****l
发帖数: 9499
33
来自主题: Linux版 - emacs RET vs C-j 问题
在 gnome-terminal 上是:eof = ^D; eol = M-^?; eol2 = M-^?;
在 xterm 上是:eof = ^D; eol = ; eol2 = ;

个毛
b*****l
发帖数: 9499
34
来自主题: Linux版 - emacs RET vs C-j 问题
update 一下哈,新装的 gentoo 下,依旧是 gnome-terminal 有这个问题,而 xterm
、konsole 以及 emacs 的 GUI 模式都没问题。
打倒 gnome。嗯。
r*****z
发帖数: 906
35
来自主题: Linux版 - emacs RET vs C-j 问题
我一直不太理解在X下为什么仍然用term版的emacs。有任何值得称道的好处?

xterm
b*****l
发帖数: 9499
36
在 .m 文件里选区按 C-c C-r 后,在 matlab-shell 里显示的每行的行末都给加了个逗
号,所以所有续行的 codes 全报错。。。
这个是咋回事涅?在 GUI,xterm,konsole 下全都有这个错误。以前在别的机器上从来
没出现过这个问题。。。
唉,这台服务器也不知道怎么设置的,问题很多啊。可怜俺还没有 root 权限。
m********o
发帖数: 129
37
来自主题: Linux版 - Putty term for ubuntu?
xterm直接设置一下就行了。。
o**n
发帖数: 1249
38
来自主题: Linux版 - 默认的窗口大小设置问题
很多x下的的程序(xterm,gvim等)都可以 xxx -geometry 80x100之类的改变初始窗口大
小,请问这个怎么变成perminant的呢?我试着在~/.Xresources里加geometry: 80x100
没有作用。应该在哪里改呢?谢谢!
o**n
发帖数: 1249
39
来自主题: Linux版 - 默认的窗口大小设置问题
it's metacity of gnome. but different applications have different intial
default window size. What I'm interested in are applications like xterm,
gvim, etc which seem to have default 80 by 25 character size. I can use
alias to start an applicaiton with "-geometry 80x100' option but wonder if
there is an easier way.
s******c
发帖数: 1920
40
ansi, xterm, vt100 等等
主要是键位的映射么
r*****z
发帖数: 906
41
来自主题: Linux版 - telnet上mitbbs显示不了中文
有可能是编码问题
比如系统locale是utf8的,而bbs需要gbk
可以修改你所用xterm的编码
E*V
发帖数: 17544
42
来自主题: Linux版 - 俺土俺知道
tell me if this link helps
http://www.linuxquestions.org/questions/slackware-14/xterm-erro
i*****e
发帖数: 1359
43
以前用xterm,中文字体在.Xdefaults就能设好
现在改用xfce terminal,就算字体选wqy还是显示问号,请问这么回事啊
多谢多谢
F*******i
发帖数: 190
44
来自主题: Linux版 - 请问bashrc的设置term问题
try putty (for windows), which support 256 colors

xterm-
n******7
发帖数: 12463
45
来自主题: Linux版 - cygwin/X不错
起了一次xterm,之后就再启动不了了,折腾了一会儿也没搞定。。
会很慢吗?还没机会试,但是我用remote desktop连远程机器都不觉得慢,x
forwarding应该更省流量吧?
h*******x
发帖数: 12808
46
来自主题: Linux版 - cygwin/X不错
我这几天也折腾了一阵子cygwin的x和xing,我怎么觉得这两个有点像一个东西?
插点跑题的:
组里面要用2k8,但是分析数据的时候,还是习惯linux下面的那些工具。虚拟机有点慢
。想找一个好用的tty来跑cygwin的bash。2k8自带的cmd和powershell不怎么好用,比
gnome ternima或者konsolel之类差得远。开始用cygwin的xterm,但是要启动cygwin的
X,而且copy/paste不怎么好用。折腾了一圈,比如console2之类,发现cygwin自带的
mintty不错,不需要启动x。但是刷新的有点慢。不知道windows下面还没有其他的tty
模拟软件了。
d****d
发帖数: 2919
47
来自主题: Linux版 - Best Linux 4 Thinkpad
T410, NV的独立显卡。
装了下面这一堆东西,觉得够用了。
pacman -Q -e
acpid 2.0.10-2
acroread 9.4.2-1
alsa-oss 1.0.17-1
alsa-utils 1.0.24.2-1
archlinux-themes-slim 1.2-2
artwiz-fonts 1.3-6
aspell-en 7.1-1
attr 2.4.46-1
autoconf 2.68-1
automake 1.11.1-2
bash 4.2.010-1
binutils 2.21.1-1
bison 2.5-1
bzip2 1.0.6-1
cheese 3.0.1-2
chromium 12.0.742.112-1
coreutils 8.12-3
cryptsetup 1.3.1-2
dash 0.5.6.1-2
dcron 4.5-2
device-mapper 2.02.85-3
dhcpcd 5.2.12-1
diffutils 3.0-2
e2fsprogs 1.41.14-1
emacs 23.3-1
emesene 2.11.5-2
exo 0... 阅读全帖
y*******g
发帖数: 6599
48
好像有吧,我装过xterm
L*1
发帖数: 11537
49
来自主题: Linux版 - Fedeora 16 dual boot (grub2)
Update:
Tried KDE under Fedora 16, does not like the xterm (I use it a lot), and do
not want to spend time to customize, so give up.
Now installed Fedora 14, basically main features I want work fine.
I don't know if it is the trend to eliminate menu and panels, but I rely on
these things to work efficiently. It is common to have 5 or more windows
open. When I need to copy between windows, it is very easy on GNOME 2 or XP/
Vista, but very difficult under GNOME 3 as it does not have icons for
wind... 阅读全帖
G*******s
发帖数: 4956
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)