$ su # cp -a /etc/X11 /etc/X11.org # cp -a /usr/X11R6 /usr/X11R6.org # cp -a /var/X11R6 /var/X11R6.org # cp -p /etc/XF86Config /etc/XF86Config.org |
$ mkdir XFree86-4.0.1 $ cd XFree86-4.0.1 $ tar xvfz X401src-1.tgz $ tar xvfz X401src-2.tgz $ tar xvfz X401src-3.tgz |
/* <--- '/*' を削除 #ifndef HasGcc2 #define HasGcc2 YES #endif */ <--- '*/' を削除 |
$ cd .../xc $ make World >& make.log |
$ su # removepkg xbin # removepkg xcfg # removepkg xdoc # removepkg xf100 # removepkg xfnts # removepkg xfscl # removepkg xjdoc # removepkg xjpfonts # removepkg xjset # removepkg xlib # removepkg xman # removepkg xprog # removepkg xsvga # removepkg xvg16 # removepkg xxfb # make install # make install.man |
# XFree86 -configure # cp /root/XF86Config.new /etc/X11/XF86Config # exit |
HorizSync 31.5-57.0 VertRefresh 50-90 |
(II) TRIDENT(0): Initializing int10 (EE) TRIDENT(0): Bad checksum of V_BIOS (EE) TRIDENT(0): Bad checksum of V_BIOS (EE) TRIDENT(0): No V_BIOS found |
$ su # removepkg xnaga10 # installpkg xnaga10 (snip) install/doinst.sh: /usr/bin/X11/mkfontdir: No such file or directory. |
(切替えるディレクトリ) /usr/X11R6 /var/X11R6 /etc/X11 $ ls -ld /usr/X11R6* lrwxrwxrwx 1 root root 9 Oct 26 11:00 /usr/X11R6 -> X11R6.335/ drwxr-xr-x 12 root root 4096 Feb 29 2000 /usr/X11R6.335/ drwxr-xr-x 12 root root 4096 Feb 29 2000 /usr/X11R6.401/ |
$ su # cd /usr/lib # ln -s /usr/X11R6/lib/X11 X11 # exit |