That works great.

Thank you
Christian Rost

On Mon, 29 Aug 2005 21:53:57 +0000
 [EMAIL PROTECTED] wrote:
"Christian Rost" <[EMAIL PROTECTED]> wrote:
we bought some wide-screen dell-flatscreens and we want to use the native resolution of 1680x1050
[snip]
Of course because this part of utresdef is completely undocumented, we don't know exactly which values of a common xfree/xorg modeline (Example: Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync) we need to provide to build a proper timing-definition which really works on the sunray.

Try:

  $ utresdef -d [EMAIL PROTECTED]
$ utresdef -a -c "Dell 2005FPW" [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 use 'utresadm' to associate that timing with a particular DTU, and make sure that the access token being presented by that DTU does not already have a stale cached timing setting:

  $ utresadm -d -c <DTU> -t <token>
  $ utresadm -a -c <DTU> -t <token> [EMAIL PROTECTED]
  $ /opt/SUNWut/lib/utresexec -k -c <DTU> -t <token>


--
Christian Rost                             Alter Markt 1-2
Baltic Online Computer GmbH                     24103 Kiel
http://www.baltic-online.de             +49-(0)431-54003-0
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to