˜xc/config/cf/xf86site.def,
except one. You will need to set OSName,
and OSMinorVersion correctly in ˜xc/config/cf/sun.cf.
Under Solaris 2.1 for x86, sun.cf needs to read
(near the top of the file)
#ifdef SVR4Architecture #ifdef i386Architecture #define OSName SunOS 5.1 x86 XCOMM operating system: OSName #define OSMajorVersion 5 #define OSMinorVersion 1Under Solaris 2.4 for x86,
sun.cf needs to read
(near the top of the file)
#ifdef SVR4Architecture #ifdef i386Architecture #define OSName SunOS 5.4 x86 XCOMM operating system: OSName #define OSMajorVersion 5 #define OSMinorVersion 4
˜xc/config/cf/xf86site.def, and
use CC=gcc on
your 'make World' command.
You will also need to either create a link from gcc to cc, or
comment out the CC=cc line in
˜xc/config/imake/Makefile.ini.
/usr/ccs/bin
at the front of your PATH. There are known
problems with some GNU replacements for the utilities found there. So
the /usr/ccs/bin versions of these programs
must be found before any
other possible GNU versions. (Most notably GNU 'ar' does not work
during the build).
The source for this driver is included in
˜xc/programs/Xserver/hw/xfree86/etc/apSolx86.shar.
Building, and
installing the driver is relatively straight forward. Please read
its accompanying README file.
You also need to set HasSolx86apertureDrv to YES in
˜xc/config/cf/xf86site.def.
"-Dsun -Di386 -DSVR4"
Next Chapter, Previous Chapter
Table of contents of this chapter, General table of contents
Top of the document, Beginning of this Chapter