magnus nystrom wrote:
> Hi, how do I configure my Sun Ultra 80 with 2 3d elite cards, so I get one 
> big desktop?

Assuming you're using the Solaris default of dtlogin (since you can't
be running OpenSolaris on that machine yet):

(as root)
1) mkdir -p /etc/dt/config
2) cp /usr/dt/config/Xservers /etc/dt/config/Xservers
3) edit /etc/dt/config/Xservers and change the X server command line at
   the end to include -dev /dev/fb0 -dev /dev/fb1 +xinerama
   (replace /dev/fb0 & /dev/fb1 with whatever the device names of your
    graphics cards are, fbconfig -list can help there)
4) pkill -HUP dtlogin
5) logout of your Xsession & back in

-- 
        -Alan Coopersmith-           [EMAIL PROTECTED]
         Sun Microsystems, Inc. - X Window System Engineering

_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to