|
发表于 2003-11-11 22:37:33
|
显示全部楼层
It's longtemps that I stop to use FreeBSD, but I do remember that you can use:
1.XFree86 -configure <-- this will produce a file e.g /root/XF86Config.new
2. XFree86 -xf86config /root/XF86Config.new
if 2 ok, then
3. cp /root/XF86Config.new /etc/X11/XF86Config
4. startx
....
This kind of operation are very similar within Unix (*BSD/Linux), I'm writing a howto X configure for OpenBSD's user, please read README files....
Good luck |
|