Ivar Janmaat wrote:
Hello list,

Is there someone who has tried to connect a WSXGA+ monitor with (1600x1050) to their Sun Ray with the correct settings?
Where they succesful?
This is what I have setup for our Dell 2007WFP monitors which runs at 1680X1050. I forget exactly which site I "borrowed" the utresdef settings from.

Note that SunRay 2's only support up to 1600, so this may not work with them. It will work on a 1g or 2fs. If you need to run at 1600x1050, you will have to play with the numbers below:


First, setup the resolution. As root on a sunray, run the following:

/opt/SUNWut/sbin/utresdef -a -c "Dell 2007WFP" [EMAIL PROTECTED] 1680x1050  << 
EOF
htotal=2256
hfp=104
 hsyncwidth=184
 vtotal=1087
 vfp=1
 vsyncwidth=3
 vcomposite=8
 pixclock=14714
 xres=1680
 yres=1050
 hz=60
EOF

Then, assign the new resolution to a DTU:

root[arrow:/opt/SUNWut/sbin]# utresadm -a -c IEEE802.0003baffa559 -t default 
[EMAIL PROTECTED]

You can review the assignments by using the `utresadm -o` command:

root[trinity:/opt/SUNWut/sbin]# utresadm -o
# Resolution export version=1 hostname=trinity
# Resolution export started at 2006-05-02T09:51:13MDT
cid=IEEE802.0003baffa559 token=default [EMAIL PROTECTED] cid=IEEE802.0003baff99b0 token=default [EMAIL PROTECTED] # Resolution export ended at 2006-05-02T09:51:13MDT


Note: you may need to run 'utresexec' to clear a cached seting:

/opt/SUNWut/lib/utresexec -k -c <DTU> -t <token>


hope this helps

--john


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

Reply via email to