Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] VLC and qt scaling

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
akuankkis
Posts: 81
Joined: 2011-10-09 09:29

[SOLVED] VLC and qt scaling

#1 Post by akuankkis »

My laptop has HiDPI display and VLC has tiny fonts and huge buttons.

In command line this fix it

Code: Select all

export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCALE_FACTOR=2.5
vlc
Where to put these lines so that there is no need to use command line?
Last edited by akuankkis on 2018-07-17 02:43, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: VLC and qt scaling

#2 Post by Head_on_a_Stick »

If you are using a display manager then the export lines should go in ~/.xsessionrc, for a console login use ~/.profile instead.
deadbang

akuankkis
Posts: 81
Joined: 2011-10-09 09:29

Re: VLC and qt scaling

#3 Post by akuankkis »

Yes. ~/.xsessionrc seems to be right place.

Post Reply