Seite 1 von 1

opsi config editor display size

Verfasst: 19 Jul 2018, 21:08
von mhambrecht
I am running a opsi config editor on a Windows 10 desktop from the installed application as it never seemed to be able to complete it's download from the web address. Is there a way to change view? The font is too small. I am getting older and my eyesight not any better. None of the usual windows setting affect it and I didn't see any setting built into to change.

Re: opsi config editor display size

Verfasst: 26 Jul 2018, 16:03
von r.roeder
please use the newer configed version, it is scalable in windows 10,
as an opsi package:
https://download.uib.de/opsi4.0/product ... 7.6-8.opsi

Since javaws is no longer supported by oracle we did not produce a 4.0.7.7 version for it

Regards
Rupert

Re: opsi config editor display size

Verfasst: 10 Nov 2019, 10:33
von ysalmon
Sorry for resurrecting an old thread, but how to get configed 4.1.3.3.2 to scale on Linux ? I could not find anything in the manual about this.

Re: opsi config editor display size

Verfasst: 09 Dez 2019, 15:43
von wolfbardo
for example start opsi.-configed with factor 2.5

Code: Alles auswählen

java -Dsun.java2d.uiScale=2.5 -Xmx1536m -jar "/usr/share/opsi-configed/configed.jar" -h 192.168.1.14 -r 0 --ssh-immediate-connect y  --use_tls_cipher TLS_RSA_WITH_AES_128_GCM_SHA256 -l DE_de
See also
https://wiki.archlinux.org/index.php/HiDPI

#########
Java applications

Java applications using the AWT/Swing framework can be scaled by defining the sun.java2d.uiScale variable when invoking java. For example,

java -Dsun.java2d.uiScale=2 -jar some_application.jar

Since Java 9 the GDK_SCALE environment variable is used to scale Swing applications accordingly.

#########

https://superuser.com/questions/988379/ ... pi-display

Code: Alles auswählen

java -Dsun.java2d.uiScale=2.5 -Xmx1536m -jar "/usr/share/opsi-configed/configed.jar" -h 192.168.1.14 -r 0 --ssh-immediate-connect y  --use_tls_cipher TLS_RSA_WITH_AES_128_GCM_SHA256 -l DE_de
regards
Bardo Wolf