Page 1 of 1

Zyn gui

Posted: Mon May 11, 2020 1:32 am
by rube2112
Hi, I'm on the latest linux mint and if I add zyn to a track and open the gui, the gui is so small that there's no way I'll ever be able to use. Font scaling doesn't help. Anyone know a fix? thanks, Robb

Re: Zyn gui

Posted: Mon May 11, 2020 4:38 pm
by musikbear
rube2112 wrote:
Mon May 11, 2020 1:32 am
Hi,
Hi, Welcome to the Forum rube2112 !
Here are all important links:
viewtopic.php?f=1&t=4740
-A few rules and useful forum instructions
gui is so small that there's no way I'll ever be able to use. Font scaling doesn't help.
Yes on Linux you need to make a scale-script, it you have disabled linux' own scale-option.

as root user create a file and name it

Code: Select all

gnome-qt.sh
Place this file in

Code: Select all

/etc/profile.d directory
Open the file in editor and type :

Code: Select all

export QT_AUTO_SCREEN_SCALE_FACTOR=0
Then restart your system
Let us know the outcome :)

Re: Zyn gui

Posted: Tue May 12, 2020 7:34 pm
by rube2112
Hi, thanks for the info. I did as instructed and now everything is too small including lmms. Zyn is the same small size as before. Robb

musikbear wrote:
Mon May 11, 2020 4:38 pm
rube2112 wrote:
Mon May 11, 2020 1:32 am
Hi,
Hi, Welcome to the Forum rube2112 !
Here are all important links:
viewtopic.php?f=1&t=4740
-A few rules and useful forum instructions
gui is so small that there's no way I'll ever be able to use. Font scaling doesn't help.
Yes on Linux you need to make a scale-script, it you have disabled linux' own scale-option.

as root user create a file and name it

Code: Select all

gnome-qt.sh
Place this file in

Code: Select all

/etc/profile.d directory
Open the file in editor and type :

Code: Select all

export QT_AUTO_SCREEN_SCALE_FACTOR=0
Then restart your system
Let us know the outcome :)

Re: Zyn gui

Posted: Wed May 13, 2020 4:42 pm
by musikbear
rube2112 wrote:
Tue May 12, 2020 7:34 pm
Hi, thanks for the info. I did as instructed and now everything is too small including lmms. Zyn is the same small size as before. Robb
It down-scaled?
Try

Code: Select all

export QT_AUTO_SCREEN_SCALE_FACTOR=1

Re: Zyn gui

Posted: Thu May 14, 2020 3:59 pm
by rube2112
I tried that and it changed a lot of things but zyn stayed the same size. I fixed by changing back to zero and lowering display resolution to 1280x720. I'm not happy at all about having to that. Thanks for the help. Robb
musikbear wrote:
Wed May 13, 2020 4:42 pm
rube2112 wrote:
Tue May 12, 2020 7:34 pm
Hi, thanks for the info. I did as instructed and now everything is too small including lmms. Zyn is the same small size as before. Robb
It down-scaled?
Try

Code: Select all

export QT_AUTO_SCREEN_SCALE_FACTOR=1