# # INSTALL - how to install FOX1.0 / Xorg 7.2.0 for SPARC-OpenSolaris # snv60_SPARC or higher required (except you like to play with different versions of /lib, among other factors) (0.) $ cd /tmp && /usr/sfw/bin/wget http://www.martux.org/xorg/FOX1.0/SPARC/FOX1.0_RELEASE__SPARC.tar.gz (1.) $ digest -v -a md5 ./FOX1.0_RELEASE__SPARC.tar.gz | grep 667699e8b24669f74e3b6e66d92a718c (2.) $ gzcat ./FOX1.0_RELEASE__SPARC.tar.gz | /bin/tar xvf - (3.) $ su (4.) # cd ./FOX1.0_RELEASE__SPARC # yes | pkgadd -d . SUNW* (5.) Do not install the aperture driver (or remove it, if present), if you have a UPA Creator, Creator3D or Elite 3D board using the sunffb module, otherwise be sure to install aperture (for all PCI fb's). If you had to (un-)install aperture, perform reconfiguration boot. Just running devfsadm or update_drv is not enough. (6.) Choose "Command Line Login" from dtlogin to perform a few tests (7.) Generate the config file /etc/X11/xorg.conf: [a] by running "Xorg -configure", crossing fingers (magnus pergravis) and copying the newly created "//xorg.conf.new" to/over "/etc/X11/xorg.conf" [b] by manually configuring via /usr/X11/bin/xorgconfig (n.) IF everything works smoothly for your config, you may decide to use Xorg forever: # /etc/init.d/dtlogin stop # svccfg -s x11-server svc:/application/x11/x11-server svc:/application/x11/x11-server> setprop options/default_depth=24 svc:/application/x11/x11-server> setprop options/server=/usr/X11/bin/Xorg svc:/application/x11/x11-server> exit # ### you could even replace dtlogin alltogether, as GDM is available in SUNWxorg-gdm ### Questions, suggestions?? --->> xwin-discuss@opensolaris.org or martin@martux.org