为Sun Ray瘦客户机添加16:9分辨率支持 文章编号:1256840893 创建于:2012-11-21 11:13:14 ===================== Sun Ray Client 默认支持的16:9分辨率只有1920x1080一种,但是Ray 2客户机 却最高只能支持1680x1050或1600x1200的分辨率,并不支持1366x768和1600x900 这两种市面上常见的16:9分辨率 为了解决这个问题,我在网上找到这个帖子 https://forums.oracle.com/forum s/thread.jspa?threadID=2198355 (Link: https://forums.oracle.com/forums /thread.jspa?threadID=2198355) 里面提到了能用utresdef命令定义新的分辨率,并利用utresadm绑定新的分辨率 到瘦客户机上 $: utresdef -a -c 'Any comment required in here' my1280x720 1280x720 < < EOF htotal=1664 hfp=56 hsyncwidth=136 vtotal=746 vfp=1 vsyncwidth=3 vcomposite=8 pixclock=7448 xres=1280 yres=720 hz=60 EOF 如上所述进行配置就可以添加1280x720分辨率 利用utresadm绑定新的分辨率到瘦客户机上的命令 $: utresadm -a -c -t default my1280x720 为了方便大家计算显示器参数,我做了个小工具utresdefCalc,源代码放在gith ub上https://github.com/pengan1987/utresdefCalc (Link: https://github.c om/pengan1987/utresdefCalc) 可以用EDID Manager或类似的工具得到显示器的ModeLine,再转换为utresdef命 令所需的显示器参数 ============================ Add 16:9 Supports for Sun Ray thin clients Here isa post shows how to add new resolution to Sun Ray Server Software: https://forums.oracle.com/forums/thread.jspa?threadID=2198355 (Link: h ttps://forums.oracle.com/forums/thread.jspa?threadID=2198355) For convenience, I wrote a small calculator to generator parameters for utresdef comman d. https://github.com/pengan1987/utresdefCalc (Link: https://github.com/p engan1987/utresdefCalc) You can use EDID Manager or similar software to get the ModeLine for y our monitor and convert to utresdef parameters. So your Sun Ray Client will work with 1366x768 or 1600x900 resolution (te sted use Sun Ray 2). REFERENCE MODELINE FOR 1366x768 ModeLine "1366x768" 85.5 1366 1436 1579 1792 768 771 774 798 ============================ (Image: http://files.blogcn.com/wp03/M00/06/F0/wKgKClCtJA4AAAAAAAQ_pEE 0ku8065.png) (Link: http://files.blogcn.com/wp01/M00/04/8C/wKgKClCtJAwAAAAAAAH-WHT Dbqc185.png)