Accelerated X server
26-Mar-99
Stefan Jeglinski
installing and running Xpmac_mga
- LinuxPPC
- download Xpmac-990203-glibc1.99.gz from
ftp://ppc.linux.or.jp/pub/users/oikawa/Xpmac_mga/alpha/final/
into the root directory.
- Execute the following series of commands:
cd /root (set directory to root)
gunzip Xpmac-990203-glibc1.99.gz (unpack the file)
mv Xpmac-990203-glibc1.99 Xpmac_mga (change name)
mv Xpmac_mga /usr/X11/bin (place file where it belongs)
cd /usr/X11/bin (change directories)
chmod 755 Xpmac_mga (set permissions identical to Xpmac)
rm X (remove the X->Xpmac symbolic link)
ln -s Xpmac_mga X (create new symbolic link for X)
startx (launch the X server)
- MkLinux
rapierbit