OpenSolaris

Printable Version Enter a New Search
Bug ID 6362624
Synopsis Support for WSXGA+ 1680x1050 video resolutions on XVR-50, XVR-100, XVR-300 and XVR-2500
State 10-Fix Delivered (Fix available in build)
Category:Subcategory graphics:other
Keywords opensolaris
Responsible Engineer Yajyun Wang
Reported Against
Duplicate Of
Introduced In
Commit to Fix solaris_10
Fixed In solaris_10
Release Fixed solaris_10
Related Bugs
Submit Date 13-December-2005
Last Update Date 25-January-2008
Description
Category
   xserver
Sub-Category
   xserver
Description
   Sun Solaris graphic cards do not support the wide resolution displays 1680x1050 natively used by the Viewsonic monitors listed below.
Note: Viewsonic VA2012 users. Your display will perform best in wide aspect resolutions. After downloading the appropriate driver for your OS, please go into your settings and select the appropriate wide resolution:  1680x1050 for VA2021b. 
Frequency
   Always
Regression
   Solaris 10
Steps to Reproduce
   Try to set graphic card video resoltuion to 1680x1050.
Expected Result
   Monitor should display properly at that resolution.
Actual Result
   Solaris current video card drivers do not natively support 1680x1050 16:10 resolutions.
Error Message(s)
   
Test Case
   
Workaround
   May have to manually enter the video resoution info in Xconfig.
Submitter wants to work on bug
   No
Additional configuration information
   Nvidia Quadro series (?)
Sun Expert3D Series
Sun Creator3D Series
Sun XVR series
Work Around
Append the following entry to your /etc/openwin/server/etc/OWconfig file and then set the resolution using the fbconfig command (Please make a copy of the
/etc/openwin/server/etc/OWconfig file before changing it because an
incorrect one will result in the Xserver not starting)

class="XVIDEOTIMING" name="VESA_STD_1680x1050x60"
    HorizActive="1680"
    HorizFrontPorch="104"
    HorizSyncWidth="176"
    HorizBackPorch="280"
    HorizSyncWidthDVS="0"
    SerrationMode="off"
    VertActive="1050"
    VertFrontPorch="3"
    VertSyncWidth="6"
    VertSyncExtension="0"
    VertSyncExtensionMode="off"
    VertBackPorch="30"
    PixelClock="146249"
    SyncType="sep"
    SyncHorizPolarity="neg"
    SyncVertPolarity="pos"
    SyncGreenPolarity="neg"
    VESACVTMode="YES"
    ReducedBlankingMode="NO"
    RoundingFactor="8";
package="RESERVED-oldstyle"

After appending the above to the OWconfig file, you can do the following:

fbconfig -dev pfb0 -res VESA_STD_1680x1050x60

and restart the Xserver to run with the new resolution.
Comments
N/A