|
|
发表于 2004-6-8 09:35:24
|
显示全部楼层
2。直接进入X11R6/bin 下,运行:
XFree86 -configure
提示:bash Xfree86 : command not found
你可以用./XFree86 -configure
表示执行本目录下面的这个程序。
当然你也可以在~/.bash_profile
或者是/etc/profile这两个文件中的一个里面指定
export PATH=/usr/X11R6/bin PATH
加入上面这行。让执行路径找得到程序的目录。 |
|