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
$



Reply via email to