OpenSolaris

Printable Version Enter a New Search
Bug ID 6212502
Synopsis Remote display from RedHat to Solaris 9, red and blue swapped using XRender extention
State 10-Fix Delivered:Unverified (Fix available in build)
Category:Subcategory xserver:other
Keywords XRender | blue | elite | mozilla | red | redhat | swap | x11 | x86
Responsible Engineer Stuart Kreitman
Reported Against solaris_9u7
Duplicate Of
Introduced In
Commit to Fix s9_patch
Fixed In s9_patch
Release Fixed solaris_9(s9_patch) , solaris_nevada(snv_14) (Bug ID:2125318) solaris_10u2(s10u2_01) (Bug ID:2125319,)
Related Bugs
Submit Date 24-December-2004
Last Update Date 16-January-2007
Description
Ultra 10, Solaris 9. Elite 3D, when remote displaying Mozilla 1.4.3 or Evolution 1.4.5 (3rd pty) from RedHat Linux (intel system) to Ultra 10, the colours red and blue are swapped i.e. blue is red, red is blue.

Removing XRender extention from OWconfig fix the issue

 edited /usr/openwin/server/etc/OWconfig and removed:

class="XEXTENSION" name="RENDER"
    sharedObject="SUNWRender.so.1"
    initFunc="RenderExtensionInit"
    preLoad="YES"
    unload="NO";

b)     restarted the Xserver.
     xdpyinfo
     no longer shows the RENDER extension.

and colours are now being shown correctly

To reproduce it, install latest Sol 9 version + Xsun + Elite 3d + XRender patch

see attached showrev-p

From a RedHat ES 3.0 using Mozilla 1.4 Blue link are Red when visiting www.sun.com

 xxxxx@xxxxx.com 2004-12-24 15:17:25 GMT
Work Around
Removing XRender extention from OWconfig fix the issue

 edited /usr/openwin/server/etc/OWconfig and removed:

class="XEXTENSION" name="RENDER"
    sharedObject="SUNWRender.so.1"
    initFunc="RenderExtensionInit"
    preLoad="YES"
    unload="NO";

b)     restarted the Xserver.
     xdpyinfo
     no longer shows the RENDER extension.

and colours are now being shown correctly
 xxxxx@xxxxx.com 2004-12-24 15:17:26 GMT
Comments
N/A