> OK, I've downloaded and unpacked the binaries. How do > I install it? > > Thanks > > Andrew.
http://www.martux.org/xorg/7.2.0/bin_pkgadd_packages/ http://www.martux.org/xorg/7.2.0/bin_pkgadd_packages/INSTALL --->> /* # # INSTALL - how to install Xorg 7.2.0 for sparc-OpenSolaris # snv60_sparc or higher recommended (except you play with different versions of /lib) (0.) $ cd /tmp && /usr/sfw/bin/wget http://www.martux.org/xorg/Xorg7.2.0_opensol_sparc_snv60_binary_pkgs.tar.gz (1.) $ digest -v -a md5 ./Xorg7.2.0_opensol_sparc_snv60_binary_pkgs.tar.gz | grep 15f60361d04944f4526448353cf43b1a (2.) $ gzcat ./Xorg7.2.0_opensol_sparc_snv60_binary_pkgs.tar.gz | /bin/tar xvf - (3.) $ su (4.) # 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 # Questions, suggestions?? --->> martin at martux.org */ This message posted from opensolaris.org
