[Bug 287717] Re: default to use accelerated opengl?

2016-06-25 Thread Bas Couwenberg
** Changed in: josm (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/287717 Title: default to use accelerated opengl? To manage notifications

[Bug 287717] Re: default to use accelerated opengl?

2016-06-19 Thread Bas Couwenberg
The josm package in Debian has been updated to fix this issue, see: https://anonscm.debian.org/cgit/pkg- grass/josm.git/commit/?id=d9f76e0ec7ef6899c7b54166166eb62a20c1 The -Dsun.java2d.opengl=True and -Xmx1024m options are now included in /etc/default/josm, but disabled by default. The

[Bug 287717] Re: default to use accelerated opengl?

2009-08-18 Thread Stéphane Brunner
Hello ! I just try it but running « java -Dsun.java2d.opengl=True -Xmx512M -jar /usr/share/josm/josm.jar » but I don't found any changes ! Is it faster on your configuration ? PS: the good URL is http://wiki.openstreetmap.org/index.php/JOSM#Start_JOSM ** Changed in: josm (Ubuntu)

[Bug 287717] Re: default to use accelerated opengl?

2009-08-18 Thread Chris Bainbridge
Using acceleration should be faster. I can't actually compare (possibly due to bug #250931 ) When I start JOSM with java -Dsun.java2d.opengl=True -jar ~/osm/josm-latest.jar I get the error: Could not enable OpenGL pipeline for default config on screen 0. I can confirm that the video in JOSM

[Bug 287717] Re: default to use accelerated opengl?

2009-08-18 Thread Stéphane Brunner
Especial if you have some problem to run with it I wont activate it by default but I can add something like this: ... JAVA_ARGS= if [ -f /etc/default/josm ] ; then . /etc/default/josm fi ... exec $JAVACMD $JAVA_ARGS -jar /usr/share/josm/josm.jar $@ Than it's possible to add it and it

[Bug 287717] Re: default to use accelerated opengl?

2009-08-18 Thread Chris Bainbridge
It doesn't cause a problem for me - it just doesn't enable acceleration (possibly because I use a laptop video chipset with dual screen). But for the average user it should work fine. AFAIK -Dsun.java2d.opengl=true is the recommended setting upstream. I can't see any reason why you would default

[Bug 287717] Re: default to use accelerated opengl?

2009-08-18 Thread Stéphane Brunner
It because I see somewhere that I can do some problem, but I don't remember where ! For the speed I test it with the booth option on an nvidia chipset and I don't see a difference, but it's possible that there is a problem with my config. Finally I think that it should have en easy way to enable