Hi John, I this is not the version of gnome-settings-daemon that is currently in snv_95, it's the development version (Vermillion) that we're working on which will be delivered into Nevada soon.
In this case, gnome-settings-daemon has been refactored such that the XRandR functionality is not in it's code any more, but is in the library libgnome-desktop.so (gnome-desktop-2.0) which is delivered with SUNWgnome-panel (possibly it shouldn't be any more, but that's where it lives at the moment). Anyway, the point is that in doing this, the code appears to be only 1.2 based, not supporting anything earlier any more. Thanks, Darren. John Martin wrote: > John Martin wrote: >> Darren Kenny wrote: >>>> The bundled NVIDIA X driver did not change between b93 and b95. >>> So from what you're saying, while the X server supports XRandR 1.2, >>> the driver >>> might not - what is the supported way to detect this scenario, and is >>> it as >>> simply a change as calling XRRSetScreenConfig instead, or more >>> complex than that? >> Probably more complex, ... > Out of curiosity, from where did the call to XRRSetScreenSize() originate? > I only see 1.1 functions in the b95 gnome-settings-daemon library: > > $ cat /etc/release > Solaris Express Community Edition snv_95 X86 > Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license terms. > Assembled 28 July 2008 > $ nm /usr/lib/gnome-settings-daemon-2.0/libxrandr.so | grep XRR > [72] | 0| 0|FUNC |GLOB |0 |UNDEF > |XRRConfigCurrentConfiguration > [73] | 0| 0|FUNC |GLOB |0 |UNDEF > |XRRConfigCurrentRate > [112] | 0| 0|FUNC |GLOB |0 |UNDEF |XRRConfigRates > [55] | 0| 0|FUNC |GLOB |0 |UNDEF |XRRConfigSizes > [98] | 0| 0|FUNC |GLOB |0 |UNDEF > |XRRFreeScreenConfigInfo > [61] | 0| 0|FUNC |GLOB |0 |UNDEF |XRRGetScreenInfo > [101] | 0| 0|FUNC |GLOB |0 |UNDEF |XRRQueryExtension > [56] | 0| 0|FUNC |GLOB |0 |UNDEF |XRRQueryVersion > [66] | 0| 0|FUNC |GLOB |0 |UNDEF > |XRRSetScreenConfigAndRate > $ > > > _______________________________________________ > xwin-discuss mailing list > xwin-discuss at opensolaris.org
