Ok, the screen resolution of 1680x1050 works correctly now. Everything was 
translated to the right. When I maximized a window, I could not see the right 
side of the window. So I just pressed "adjust screen" on the monitor and 
everything is correct now. But still, there seems to be bit of a small lag. But 
never mind, I can live with that.

Case closed. Thank you for your help. Can someone please update the Install 
instructions?

PS. Me luuurv SunRay! Craig & Co, keep up the work! :o)





----- Forwarded Message ----
From: Kalle Anka <[email protected]>
To: [email protected]
Sent: Tue, June 14, 2011 11:28:52 PM
Subject: Fw: Install instructions of v5.2 for S11E? [SOLVED?]

Ok, it almost works now, but there are two minor problems left. (I have 
provided 

corrected install instructions below, could someone correct the install 
instructions on the wiki?)

Two problems:
1) I have a SunRay2 with a NEC 20WGX2 monitor which uses 1680x1050, but I can 
not see the full screen. To the left, there is a big black area. The screen 
covers something like 1400 x 1050 anchored at the right side, with a black area 
to the left.

I can see that the true resolution used, is 1680 x 1050. The screen is not 
stretched out (if it were stretched out, the fonts would be very fuzzy), I can 
read the fonts very well which means the true resolution used is 1680x1050. How 
can I correct the resolution? I am using the latest Firmware I think, see below.

2) It lags even more. When I drag around a window, there is lag. Youtube never 
worked well, but now there is even more lag. When I activate the screen saver, 
there is lag. Is this lag because of I have problems with my screen resolution? 
Is there some command I can run, which shows how much lag is going on? See the 
very bottom for some output from my config, if that helps.








Corrected install instructions for Solaris 11 Express and SunRay version 5.2
---------------------------------------------------------------------------------------------------------------


There is one error in the install instruction for S11E and v5.1 in the section 
on how to get Static IP:
http://wiki.sun-rays.org/index.php/SRS_5.1_on_Solaris_11_Express#Solaris_11_Express_Installation.2FConfiguration_Instructions



Erik Riedel pointed out the error, which is that the line
"cp /etc/nsswitch.dns /etc/nsswitch.conf"
must be done last. Otherwise the two "svcadm" commands will have not have 
desired effect. Do NOT use "ipadm" which is the new way of getting static IP. 
That command messes up things. I could not get it to work. Instead, use the old 
legacy way of using config files to setup static IP like this (192.168.1.3 is 
my 

Solaris PC, 192.168.1.1 is my router):

/etc/hosts
   127.0.0.1 localhost    loghost
   192.168.1.3    frasse


/etc/hostname.e1000g0
   frasse  netmask  +  broadcast  +


/etc/netmasks
   192.168.1.0 255.255.255.0


/etc/defaultrouter
   192.168.1.1


# svcadm disable network/physical:nwam
# svcadm enable network/physical:default
# cp /etc/nsswitch.dns /etc/nsswitch.conf     <---- this is the error, and this 
command must be done last!!!!


And rebooted.




---------------------




Now we have Static IP, so we can install and configure the SunRay server 
software. Do NOT use "utsetup" like it says in the SRSS manual, because that 
command might mess up things. I could not get "utsetup" to work. 


Instead, use the old commands starting from:
http://wiki.sun-rays.org/index.php/SRSS_4.1_on_OpenSolaris_2008.11#Sun_Ray_Server_4.1_Installation_Instructions



I did that:
# /usr/sfw/bin/gtar -xvz -C /opt -f apache-tomcat-5.5.20.tar.gz 
# ln -s /opt/apache-tomcat-5.5.20 /opt/apache-tomcat
# utinstall
# utadm  -A  192.168.1.0 
and answered NO to the question about starting the Solaris DHCP.

# utconfig
# utpolicy -a -g -z both -D   % I also add "-u pseudo" to allow software SunRay 
clients to login
# utrestart -c

Done, you should now have SunRay working.










Lastly, here is some output from my configuration. Is everything alright?

/opt/SUNWut/sbin# ./utquery 192.168.1.2
terminalID=00144f946b02
    terminalIPA=192.168.1.2
    model=SunRayP8
    currentAuth=192.168.1.3
    currentFW=4.3_50_2011.04.22.22.07
    currentBarrier=430
    currentBarrierLevel=430
    currentMTU=1500
    currentLease=48975
    Subnet=255.255.255.0
    Router=192.168.1.1
    MTU=1500
    LeaseTim=51078
    DHCPServer=192.168.1.1
    INFORMServer=192.168.1.3
    AuthSrvr=192.168.1.3
    AuthPort=7009
    LogHost=192.168.1.3
    FwSrvr=192.168.1.3
    NewTVer=4.3_50_2011.04.22.22.07
    FWservType=FWSrvr
    speed=100F
    parmsVersion=4.3_50_2011.04.22.22.07
    parmsBarrier=430
    configMTU=1500
    AltAuth=192.168.1.3
    dnsList=192.168.1.1
    confEnabled=1
    confNetType=DHCP
    conf.kbcountry=26
    kbcountry=26
    stopqon=0
    bandwidth=100000000
    cmdcachesize=512


/opt/SUNWut/sbin# utdesktop -p 00144f946b02
Current Properties:
  Desktop ID            = 00144f946b02
  Model                 = SunRayP8
  Firmware Revision     = 4.3_50_2011.04.22.22.07
  Multihead Group       = 
  Location              = 
  Token Reader          = no
  Other Info            = 

  Current Status        = Connected
  Current Token         = pseudo.00144f946b02

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to