[Webkit-unassigned] [Bug 15918] New: Ignores BGR monitors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 05:30:29 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15918

           Summary: Ignores BGR monitors
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fuck at os.dk


The fonts looks blury on BGR monitors because Safari always renders the font
for RGB monitos, the value for monitors geomatry is stored as a dword in the
registry under [HKEY_CURRENT_USER\Control Panel\desktop]
FontSmoothingOrientation
The falues are:
0 = Non traditional build up, like layered colors (rendered using gray scale, I
belive this is the case for OLED and some plasma monitors, but also applys for
90deg pivoted screens as they have there pixels vertical and thers no setting
for that).
1 = RGB the most normal set up in a flas monitor and the methode always used in
Current versions of Safari for Windows.
2 = BGR pixel color elements are in the oposid order from RGB monitors.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list