Am 19.08.2010 um 16:00 schrieb Jeremy Huddleston:
It should be working on 10.4 through 10.6.
With Leopard (10.5.8) and XQuartz 2.6.0 (xorg-server 1.8.99.906) from MacPorts I only have one xrandr executable: /usr/X11/bin/xrandr: /usr/X11/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) And otool tells it won't use the new MacPorts X libraries... (for me it returns exit code 1, "could not get screen resources") -- Greetings Pete Windows, c'est un peu comme le beaujolais nouveau: à chaque nouvelle cuvée on sait que ce sera dégueulasse, mais on en prend quand même, par masochisme.
On Aug 19, 2010, at 12:20, Peter Dyballa wrote:
Am 19.08.2010 um 16:00 schrieb Jeremy Huddleston:
It should be working on 10.4 through 10.6.
With Leopard (10.5.8) and XQuartz 2.6.0 (xorg-server 1.8.99.906) from MacPorts I only have one xrandr executable:
/usr/X11/bin/xrandr: /usr/X11/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
Ok, that's fine. Assuming you have 2.5.3 installed, it's the latest version... If not, you can install the one from MacPorts (sudo port -v install xrandr)
And otool tells it won't use the new MacPorts X libraries...
That's fine. There's nothing too special in them... especially if you have 2.5.3 installed.
(for me it returns exit code 1, "could not get screen resources")
Interesting... Are you running /Applications/MacPorts/X11.app ? I wonder if I just forgot to add xorg-randrproto as a dependency. Try uninstalling xorg-server-devel, installing xorg-randrproto, then installing xorg-server-devel again. What is the output of 'xdpyinfo | grep RANDR' ?
my 10.5 build is the same... xrandr old versions just says nothing, newer versions says "xrandr: could not get screen resources" Thats not the same as if I load it manually with -extension RANDR, or load a different version that doesnt have RANDR, then it actualyl says that the RANDR extension is missing... xdpyinfo | grep RANDR says.... " RANDR" I haven't tried rebuilding with randrproto manually first... I just checked by build list and somehow I build that afterwards... for some reason, but I have like 50 normal packages I have to install each time I do a new build (for Wineskin), most with Macports normal portfiles, so its not that hard to let it go and see what happens. When I have it done to try again, I'll see if it works any better. Moving the 10.5 build of Xquartz over to 10.6 it gives the same error as it does on 10.5 though it still runs fine besides RANDR... I haven't tried 10.4 cuz I killed off 10.4 support. On Aug 19, 2010, at 7:25 PM, Jeremy Huddleston wrote:
On Aug 19, 2010, at 12:20, Peter Dyballa wrote:
Am 19.08.2010 um 16:00 schrieb Jeremy Huddleston:
It should be working on 10.4 through 10.6.
With Leopard (10.5.8) and XQuartz 2.6.0 (xorg-server 1.8.99.906) from MacPorts I only have one xrandr executable:
/usr/X11/bin/xrandr: /usr/X11/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
Ok, that's fine. Assuming you have 2.5.3 installed, it's the latest version... If not, you can install the one from MacPorts (sudo port -v install xrandr)
And otool tells it won't use the new MacPorts X libraries...
That's fine. There's nothing too special in them... especially if you have 2.5.3 installed.
(for me it returns exit code 1, "could not get screen resources")
Interesting... Are you running /Applications/MacPorts/X11.app ?
I wonder if I just forgot to add xorg-randrproto as a dependency. Try uninstalling xorg-server-devel, installing xorg-randrproto, then installing xorg-server-devel again.
What is the output of 'xdpyinfo | grep RANDR' ?
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
added note.... I just got done reinstalling it with everything from xorg including xorg-randrproto installed before xorg-server-devel and there is no change, it still says it could not get screen resources. On Aug 20, 2010, at 12:48 AM, doh123 wrote:
my 10.5 build is the same...
xrandr old versions just says nothing, newer versions says "xrandr: could not get screen resources"
Thats not the same as if I load it manually with -extension RANDR, or load a different version that doesnt have RANDR, then it actualyl says that the RANDR extension is missing...
xdpyinfo | grep RANDR says.... " RANDR"
I haven't tried rebuilding with randrproto manually first... I just checked by build list and somehow I build that afterwards... for some reason, but I have like 50 normal packages I have to install each time I do a new build (for Wineskin), most with Macports normal portfiles, so its not that hard to let it go and see what happens. When I have it done to try again, I'll see if it works any better.
Moving the 10.5 build of Xquartz over to 10.6 it gives the same error as it does on 10.5 though it still runs fine besides RANDR... I haven't tried 10.4 cuz I killed off 10.4 support.
On Aug 19, 2010, at 7:25 PM, Jeremy Huddleston wrote:
On Aug 19, 2010, at 12:20, Peter Dyballa wrote:
Am 19.08.2010 um 16:00 schrieb Jeremy Huddleston:
It should be working on 10.4 through 10.6.
With Leopard (10.5.8) and XQuartz 2.6.0 (xorg-server 1.8.99.906) from MacPorts I only have one xrandr executable:
/usr/X11/bin/xrandr: /usr/X11/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
Ok, that's fine. Assuming you have 2.5.3 installed, it's the latest version... If not, you can install the one from MacPorts (sudo port -v install xrandr)
And otool tells it won't use the new MacPorts X libraries...
That's fine. There's nothing too special in them... especially if you have 2.5.3 installed.
(for me it returns exit code 1, "could not get screen resources")
Interesting... Are you running /Applications/MacPorts/X11.app ?
I wonder if I just forgot to add xorg-randrproto as a dependency. Try uninstalling xorg-server-devel, installing xorg-randrproto, then installing xorg-server-devel again.
What is the output of 'xdpyinfo | grep RANDR' ?
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
I just tested with xorg-server-devel 1.8.99.906" on my Leopard/ppc machine with 2 monitors connected: (01:12:33 Fri Aug 20 2010 jeremy@yuffie Power Macintosh) ~ $ xrandr xrandr: Failed to get size of gamma for output default Screen 0: minimum 3840 x 1200, current 3840 x 1200, maximum 3840 x 1222 default connected 3840x1200+0+0 0mm x 0mm 3840x1200 1.0* 3840x1222 2.0 (01:12:38 Fri Aug 20 2010 jeremy@yuffie Power Macintosh) ~ $ sw_vers ProductName: Mac OS X ProductVersion: 10.5.8 BuildVersion: 9L31a Is there anything interesting printed out to /var/log/system.log (can you just send it to me off-list)? On Aug 19, 2010, at 23:12, doh123 wrote:
added note....
I just got done reinstalling it with everything from xorg including xorg-randrproto installed before xorg-server-devel and there is no change, it still says it could not get screen resources.
On Aug 20, 2010, at 12:48 AM, doh123 wrote:
my 10.5 build is the same...
xrandr old versions just says nothing, newer versions says "xrandr: could not get screen resources"
Thats not the same as if I load it manually with -extension RANDR, or load a different version that doesnt have RANDR, then it actualyl says that the RANDR extension is missing...
xdpyinfo | grep RANDR says.... " RANDR"
I haven't tried rebuilding with randrproto manually first... I just checked by build list and somehow I build that afterwards... for some reason, but I have like 50 normal packages I have to install each time I do a new build (for Wineskin), most with Macports normal portfiles, so its not that hard to let it go and see what happens. When I have it done to try again, I'll see if it works any better.
Moving the 10.5 build of Xquartz over to 10.6 it gives the same error as it does on 10.5 though it still runs fine besides RANDR... I haven't tried 10.4 cuz I killed off 10.4 support.
On Aug 19, 2010, at 7:25 PM, Jeremy Huddleston wrote:
On Aug 19, 2010, at 12:20, Peter Dyballa wrote:
Am 19.08.2010 um 16:00 schrieb Jeremy Huddleston:
It should be working on 10.4 through 10.6.
With Leopard (10.5.8) and XQuartz 2.6.0 (xorg-server 1.8.99.906) from MacPorts I only have one xrandr executable:
/usr/X11/bin/xrandr: /usr/X11/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
Ok, that's fine. Assuming you have 2.5.3 installed, it's the latest version... If not, you can install the one from MacPorts (sudo port -v install xrandr)
And otool tells it won't use the new MacPorts X libraries...
That's fine. There's nothing too special in them... especially if you have 2.5.3 installed.
(for me it returns exit code 1, "could not get screen resources")
Interesting... Are you running /Applications/MacPorts/X11.app ?
I wonder if I just forgot to add xorg-randrproto as a dependency. Try uninstalling xorg-server-devel, installing xorg-randrproto, then installing xorg-server-devel again.
What is the output of 'xdpyinfo | grep RANDR' ?
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
if I connect two monitors (built in and external) it doesn't give the error anymore and shows the full resolution like that for both screens... but with 1 screen (built in) it gives the error. On Aug 20, 2010, at 3:15 AM, Jeremy Huddleston wrote:
I just tested with xorg-server-devel 1.8.99.906" on my Leopard/ppc machine with 2 monitors connected:
(01:12:33 Fri Aug 20 2010 jeremy@yuffie Power Macintosh) ~ $ xrandr xrandr: Failed to get size of gamma for output default Screen 0: minimum 3840 x 1200, current 3840 x 1200, maximum 3840 x 1222 default connected 3840x1200+0+0 0mm x 0mm 3840x1200 1.0* 3840x1222 2.0
(01:12:38 Fri Aug 20 2010 jeremy@yuffie Power Macintosh) ~ $ sw_vers ProductName: Mac OS X ProductVersion: 10.5.8 BuildVersion: 9L31a
Is there anything interesting printed out to /var/log/system.log (can you just send it to me off-list)?
On Aug 19, 2010, at 23:12, doh123 wrote:
added note....
I just got done reinstalling it with everything from xorg including xorg-randrproto installed before xorg-server-devel and there is no change, it still says it could not get screen resources.
On Aug 20, 2010, at 12:48 AM, doh123 wrote:
my 10.5 build is the same...
xrandr old versions just says nothing, newer versions says "xrandr: could not get screen resources"
Thats not the same as if I load it manually with -extension RANDR, or load a different version that doesnt have RANDR, then it actualyl says that the RANDR extension is missing...
xdpyinfo | grep RANDR says.... " RANDR"
I haven't tried rebuilding with randrproto manually first... I just checked by build list and somehow I build that afterwards... for some reason, but I have like 50 normal packages I have to install each time I do a new build (for Wineskin), most with Macports normal portfiles, so its not that hard to let it go and see what happens. When I have it done to try again, I'll see if it works any better.
Moving the 10.5 build of Xquartz over to 10.6 it gives the same error as it does on 10.5 though it still runs fine besides RANDR... I haven't tried 10.4 cuz I killed off 10.4 support.
On Aug 19, 2010, at 7:25 PM, Jeremy Huddleston wrote:
On Aug 19, 2010, at 12:20, Peter Dyballa wrote:
Am 19.08.2010 um 16:00 schrieb Jeremy Huddleston:
It should be working on 10.4 through 10.6.
With Leopard (10.5.8) and XQuartz 2.6.0 (xorg-server 1.8.99.906) from MacPorts I only have one xrandr executable:
/usr/X11/bin/xrandr: /usr/X11/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
Ok, that's fine. Assuming you have 2.5.3 installed, it's the latest version... If not, you can install the one from MacPorts (sudo port -v install xrandr)
And otool tells it won't use the new MacPorts X libraries...
That's fine. There's nothing too special in them... especially if you have 2.5.3 installed.
(for me it returns exit code 1, "could not get screen resources")
Interesting... Are you running /Applications/MacPorts/X11.app ?
I wonder if I just forgot to add xorg-randrproto as a dependency. Try uninstalling xorg-server-devel, installing xorg-randrproto, then installing xorg-server-devel again.
What is the output of 'xdpyinfo | grep RANDR' ?
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
Ok. I'll look into this more on Monday. Can you please open a bug report at http://xquartz.macosforge.org Thanks, Jeremy On Aug 20, 2010, at 12:25, doh123 wrote:
if I connect two monitors (built in and external) it doesn't give the error anymore and shows the full resolution like that for both screens... but with 1 screen (built in) it gives the error.
On Aug 20, 2010, at 3:15 AM, Jeremy Huddleston wrote:
I just tested with xorg-server-devel 1.8.99.906" on my Leopard/ppc machine with 2 monitors connected:
(01:12:33 Fri Aug 20 2010 jeremy@yuffie Power Macintosh) ~ $ xrandr xrandr: Failed to get size of gamma for output default Screen 0: minimum 3840 x 1200, current 3840 x 1200, maximum 3840 x 1222 default connected 3840x1200+0+0 0mm x 0mm 3840x1200 1.0* 3840x1222 2.0
(01:12:38 Fri Aug 20 2010 jeremy@yuffie Power Macintosh) ~ $ sw_vers ProductName: Mac OS X ProductVersion: 10.5.8 BuildVersion: 9L31a
Is there anything interesting printed out to /var/log/system.log (can you just send it to me off-list)?
On Aug 19, 2010, at 23:12, doh123 wrote:
added note....
I just got done reinstalling it with everything from xorg including xorg-randrproto installed before xorg-server-devel and there is no change, it still says it could not get screen resources.
On Aug 20, 2010, at 12:48 AM, doh123 wrote:
my 10.5 build is the same...
xrandr old versions just says nothing, newer versions says "xrandr: could not get screen resources"
Thats not the same as if I load it manually with -extension RANDR, or load a different version that doesnt have RANDR, then it actualyl says that the RANDR extension is missing...
xdpyinfo | grep RANDR says.... " RANDR"
I haven't tried rebuilding with randrproto manually first... I just checked by build list and somehow I build that afterwards... for some reason, but I have like 50 normal packages I have to install each time I do a new build (for Wineskin), most with Macports normal portfiles, so its not that hard to let it go and see what happens. When I have it done to try again, I'll see if it works any better.
Moving the 10.5 build of Xquartz over to 10.6 it gives the same error as it does on 10.5 though it still runs fine besides RANDR... I haven't tried 10.4 cuz I killed off 10.4 support.
On Aug 19, 2010, at 7:25 PM, Jeremy Huddleston wrote:
On Aug 19, 2010, at 12:20, Peter Dyballa wrote:
Am 19.08.2010 um 16:00 schrieb Jeremy Huddleston:
> It should be working on 10.4 through 10.6.
With Leopard (10.5.8) and XQuartz 2.6.0 (xorg-server 1.8.99.906) from MacPorts I only have one xrandr executable:
/usr/X11/bin/xrandr: /usr/X11/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
Ok, that's fine. Assuming you have 2.5.3 installed, it's the latest version... If not, you can install the one from MacPorts (sudo port -v install xrandr)
And otool tells it won't use the new MacPorts X libraries...
That's fine. There's nothing too special in them... especially if you have 2.5.3 installed.
(for me it returns exit code 1, "could not get screen resources")
Interesting... Are you running /Applications/MacPorts/X11.app ?
I wonder if I just forgot to add xorg-randrproto as a dependency. Try uninstalling xorg-server-devel, installing xorg-randrproto, then installing xorg-server-devel again.
What is the output of 'xdpyinfo | grep RANDR' ?
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
participants (3)
-
doh123
-
Jeremy Huddleston
-
Peter Dyballa