opsi config editor display size

Antworten
mhambrecht
Beiträge: 24
Registriert: 03 Sep 2015, 21:23

opsi config editor display size

Beitrag 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.
Benutzeravatar
r.roeder
uib-Team
Beiträge: 540
Registriert: 02 Jul 2008, 10:08

Re: opsi config editor display size

Beitrag 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
opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.


Wondering who's using opsi? Have a look at the opsi map: http://opsi.org/opsi-map/.
ysalmon
Beiträge: 1
Registriert: 02 Apr 2019, 17:10

Re: opsi config editor display size

Beitrag 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.
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: opsi config editor display size

Beitrag 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


OPSICONF 2024
https://opsi.org/en/opsiconf/

opsi-Basisworkshops:

22. - 25. 04. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
Antworten