Section "Module"
Load "dbe" # Double-buffering
# Load "GLcore" # OpenGL support
# Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
Load "xtt" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
EndSection
这个涉及到很多方面.
chinut不是作内核汉化.只是接管xterm的汉化环境.字体只是在xwindow下显示汉字.
这和java不能显示中文无关.我猜想你的问题表现在System.out.println();都无法打出汉字是吗?
这和linux的环境参数有关.同时javac或者java都有参数-encoding 也有关系,不过不能确定.最好装一个中文的linux
y
h
huohuo