https://smart888.taobao.com/ 立观智能监控
分类: LINUX
2009-05-04 13:45:29
代码: |
# more .xinitrc LANG=zh_CN.GB2312 LC_ALL=zh_CN.GB2312 LC_CTYPE=zh_CN.GB2312 KDE_LANG=zh_CN.GB2312 export LANG LC_ALL LC_CTYPE KDE_LANG export XMODIFIERS=@im=Chinput /usr/bin/chinput & exec kde3 killall chinput # |
代码: |
# more Xsetup_0 #!/bin/sh # (C) MandrakeSoft # Chmouel Boudjnah # # $Id: Xsetup_0,v 1.8 2001/09/19 18:49:29 flepied Exp $ if [ -f /etc/profile.d/kde.sh ];then . /etc/profile.d/kde.sh fi [ -z "$KDEDIR" ] && KDEDIR=/usr if [ -x $KDEDIR/bin/kdmdesktop ];then ? ? ?$KDEDIR/bin/kdmdesktop ? ? ?else ? ? ?/usr/X11R6/bin/xsetroot -solid "#21449C" ? ? /usr/X11R6/bin/xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail ? ? fi ? ? if [ -x /etc/X11/xinit/fixkeyboard ]; then ? ? ?/etc/X11/xinit/fixkeyboard ? ? fi |
代码: |
m# more Xservers # $XConsortium: Xserv.ws.cpp,v 1.3 93/09/28 14:30:30 gildea Exp $ # # # $XFree86: xc/programs/xdm/config/Xserv.ws.cpp,v 1.1.1.1.12.2 1998/10/04 15:23: 14 hohndel Exp $ # # Xservers file, workstation prototype # # This file should contain an entry to start the server on the # local display; if you have more than one display (not screen), # you can add entries to the list (one per line).? If you also # have some X terminals connected which do not support XDMCP, # you can add them here as well.? Each X terminal line should # look like: #? ? ? ?XTerminalName:0 foreign # :0 local /bin/nice -n -10 /usr/X11R6/bin/X -deferglyphs 16 |
代码: |
###使用16色 :0 local /usr/X11R6/bin/X -bpp 16 ###使用24色 :0 local /usr/X11R6/bin/X -bpp 24 ###使用32色 :0 local /usr/X11R6/bin/X -bpp 32 |
代码: |
#hehe,Run gdm in runlevel 5 #gdm is now for pk''Mandrake separate server x:5:respawn:/etc/X11/prefdm -nodaemon |