Interface very large - how to return to normal?

*nix specific usage questions
kenbeek
New Cone
New Cone
Posts: 5
Joined: 19 May 2018 11:28

Interface very large - how to return to normal?

Postby kenbeek » 19 May 2018 11:45

Hi,

I'm using VLC on Ubuntu Gnome 18.04. Lately, the interface of VLC is abnormally large. Like it's zoomed 300% or something. It looks kind of similar to how I imagine VLC would look on something like a 640x480 screen (mine is 1980x1200), although not exactly because text size doesn't seem to be effected, and video playback works fine. Below is a screenshot of the non-fullscreen interface, and one with the fullscreen controller (showing that video quality is not affected).

Image
Image

The fullscreen controller is so large that it doesn't even fit on the screen entirely. I don't recall having done anything to cause this. I have tried 'reset preferences' but that did nothing. I have also looked through the 'customize interface' and 'preference'-menus, but I can't find anything relevant there.

I have also tried removing and reinstalling VLC and its dependencies through the following commands:

sudo apt remove vlc
sudo apt purge vlc
sudo apt autoremove
sudo apt install vlc


That didn't help either.

I'm at my wits end here. Any help? Greatly appreciated.

bob3000
New Cone
New Cone
Posts: 2
Joined: 21 May 2018 23:06

Re: Interface very large - how to return to normal?

Postby bob3000 » 21 May 2018 23:23

I answer to up the post, I have the exact same issue on Debian 9, minus the full screen controller that doesn't fit. I just upgraded vlc and now I have an interface with too large buttons. I have a 1980*1080 laptop screen. Checkboxes on the View menu are also too large compare to the text.

Image

User avatar
InTheWings
Developer
Developer
Posts: 1275
Joined: 07 Aug 2013 13:15
VLC version: crashing
Operating System: Linux
Contact:

Re: Interface very large - how to return to normal?

Postby InTheWings » 22 May 2018 09:38

Qt HiDPI mess hits again...
:!: If you want your problem to be solved :
* First read troubleshooting guide VSG:Main
* Always provide verbose LOGS ! (command line or from gui)
* Always check your issue against a developer build from Nightly Build of VLC
* Tell us when your problem is solved !

dupond
New Cone
New Cone
Posts: 1
Joined: 22 May 2018 15:04

Re: Interface very large - how to return to normal?

Postby dupond » 22 May 2018 15:10

I have the same problem.

kenbeek
New Cone
New Cone
Posts: 5
Joined: 19 May 2018 11:28

Re: Interface very large - how to return to normal?

Postby kenbeek » 22 May 2018 22:22

Qt HiDPI mess hits again...
Could you elaborate? Now that you mention it it does look like HiDPI is somehow enabled. How to turn it off?

User avatar
InTheWings
Developer
Developer
Posts: 1275
Joined: 07 Aug 2013 13:15
VLC version: crashing
Operating System: Linux
Contact:

Re: Interface very large - how to return to normal?

Postby InTheWings » 23 May 2018 09:01

Lots of bugs in Qt with HDPI... or not.

Confirm by trying
QT_SCALE_FACTOR=1 vlc
in console
:!: If you want your problem to be solved :
* First read troubleshooting guide VSG:Main
* Always provide verbose LOGS ! (command line or from gui)
* Always check your issue against a developer build from Nightly Build of VLC
* Tell us when your problem is solved !

kenbeek
New Cone
New Cone
Posts: 5
Joined: 19 May 2018 11:28

Re: Interface very large - how to return to normal?

Postby kenbeek » 23 May 2018 20:00

Confirm by trying
QT_SCALE_FACTOR=1 vlc
in console
This shows me exactly the same screen as in the OP. What does this mean?

If I run QT_SCALE_FACTOR=0.5 vlc in the console, a VLC pops up that looks somewhat normal (scaling might still be a bit off, I'm not sure), but with super small text. See below (compare the text in the menus to the text in the console or in my browser):

Image

chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: Interface very large - how to return to normal?

Postby chubinou » 25 May 2018 09:54

Hi,
other environment variable can have effect on your scaling,
try to set:

QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_SCREEN_SCALE_FACTORS=1

And I advise against setting scaling factor below 1, it often mess up your scaling (esp. fonts)

bob3000
New Cone
New Cone
Posts: 2
Joined: 21 May 2018 23:06

Re: Interface very large - how to return to normal?

Postby bob3000 » 26 May 2018 12:09

Launching vlc with
QT_AUTO_SCREEN_SCALE_FACTOR=0 vlc &
I get a normal size vlc player

QT_SCREEN_SCALE_FACTORS=1 vlc &
doesn't change a thing

kenbeek
New Cone
New Cone
Posts: 5
Joined: 19 May 2018 11:28

Re: Interface very large - how to return to normal?

Postby kenbeek » 27 May 2018 01:07

QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_SCREEN_SCALE_FACTORS=1
Same results as bob3000 here. Running
QT_AUTO_SCREEN_SCALE_FACTOR=0 vlc
shows a normal looking VLC media player, while
QT_SCREEN_SCALE_FACTORS=1 vlc
shows one with a large interface.

How can I make this the default setting?

user1230948457
New Cone
New Cone
Posts: 3
Joined: 03 Jun 2018 03:06

Re: Interface very large - how to return to normal?

Postby user1230948457 » 03 Jun 2018 18:04

One solution to make the QT_AUTO_SCREEN_SCALE_FACTOR=0 by default is to add it to your /etc/environment file, and reboot.

felipec
New Cone
New Cone
Posts: 1
Joined: 08 Jun 2018 11:21

Re: Interface very large - how to return to normal?

Postby felipec » 08 Jun 2018 11:24

Why the --please stay polite-- do we need to use workarounds? VLC should have a sane interface by default.

Rémi Denis-Courmont
Developer
Developer
Posts: 15214
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Interface very large - how to return to normal?

Postby Rémi Denis-Courmont » 08 Jun 2018 18:23

Because you try to use HiDPI monitors with software (Qt) that does not support it well yet.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

kenbeek
New Cone
New Cone
Posts: 5
Joined: 19 May 2018 11:28

Re: Interface very large - how to return to normal?

Postby kenbeek » 25 Jun 2018 18:50

One solution to make the QT_AUTO_SCREEN_SCALE_FACTOR=0 by default is to add it to your /etc/environment file, and reboot.
Thanks. This worked and as far as I can tell it doesn't affect other applications.
Because you try to use HiDPI monitors with software (Qt) that does not support it well yet.
My screen is nowhere near HiDPI. It's a 26" 1980x1200.

svejorange
New Cone
New Cone
Posts: 1
Joined: 17 Jul 2018 10:40

Re: Interface very large - how to return to normal?

Postby svejorange » 17 Jul 2018 15:14

Hi,
other environment variable can have effect on your scaling,
try to set:

QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_SCREEN_SCALE_FACTORS=1

And I advise against setting scaling factor below 1, it often mess up your scaling (esp. fonts)
I had the same problem as the OP. That does the trick for me. Thank you :)

jelabarre59
New Cone
New Cone
Posts: 5
Joined: 27 Jul 2014 19:29

Re: Interface very large - how to return to normal?

Postby jelabarre59 » 12 Jan 2019 00:38

Because you try to use HiDPI monitors with software (Qt) that does not support it well yet.
Considering it is an 11-year old TV with a VGA input, and Ubuntu running on a clunky SFF Lenovo that's probably just as old as the TV, I seriously doubt there's any HiDPI anywhere in the chain.

But the environment settings fix it. Not that it matters much, since the mainboard is dying anyway, but it works as a media center for the time being.

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: Interface very large - how to return to normal?

Postby unidan » 12 Jan 2019 11:26

Because you try to use HiDPI monitors with software (Qt) that does not support it well yet.
Considering it is an 11-year old TV with a VGA input, and Ubuntu running on a clunky SFF Lenovo that's probably just as old as the TV, I seriously doubt there's any HiDPI anywhere in the chain.

But the environment settings fix it. Not that it matters much, since the mainboard is dying anyway, but it works as a media center for the time being.
Some TV seem to induce a x2 scale in the display server whatever the resolution is. I have the same case at work but it's more a Qt issue than a VLC issue so it's difficult to fix correctly. Even more, it's difficult to know whether you want a scaled display or not on a TV, as you want it more often than not but it's annoying in the cases you don't. The saner way to handle this would be a TV or display server setting but I'm not sure it's very accessible for a lot of people.

Rémi Denis-Courmont
Developer
Developer
Posts: 15214
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Interface very large - how to return to normal?

Postby Rémi Denis-Courmont » 12 Jan 2019 11:52

You can check the reported output size in 'xrandr' command. With that and the resolution, you can deduce the pixel density.

AFAIK, the data comes from the EDID.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Buddy-Matt
New Cone
New Cone
Posts: 1
Joined: 22 Mar 2019 20:23

Re: Interface very large - how to return to normal?

Postby Buddy-Matt » 22 Mar 2019 20:27

Hi all,

same problem here.

QT_AUTO_SCREEN_SCALE_FACTOR=0 worked for me for general UI - but the font stayed huge,

Using QT_SCALE_FACTOR=0.6 does the trick though, including font size.

OS: Fedora 29

Zasinas
New Cone
New Cone
Posts: 1
Joined: 05 Apr 2019 17:00

Re: Interface very large - how to return to normal?

Postby Zasinas » 05 Apr 2019 17:03

Hello guys, maybe some1 knows how to reverse it. ? My controls are very small, but upper menu is normal size (i'm running 4k TV, scaled x4) Maybe some1 knows a solution ?
UBUNTU 18

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: Interface very large - how to return to normal?

Postby unidan » 08 Apr 2019 09:27

Hi, try this

Code: Select all

QT_AUTO_SCREEN_SCALE_FACTOR=0 vlc

diskdusk
New Cone
New Cone
Posts: 2
Joined: 11 Apr 2019 15:56

Re: Interface very large - how to return to normal?

Postby diskdusk » 11 Apr 2019 15:58

I have the same problem, but it just suddenly switched to the giant interface after running fine on my 55' 4k TV for a few months. The interface is so giant now that I can't even see all options in the preferences menu. What did I do to change it? And how can I change it back without working with some kind of code or whatever you are using here? I mean, it worked at some point...

edit: oh, sorry, I came here via google and saw that this is linux specific too late. I'm running Windows 10. Will ask in that subforum again.

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: Interface very large - how to return to normal?

Postby unidan » 15 Apr 2019 09:37

@diskdusk, It also applies to windows, you can put the environment variable globally.

ineuw
Blank Cone
Blank Cone
Posts: 46
Joined: 25 Sep 2009 05:00
VLC version: 3.04
Operating System: Windows 10, LM 19

Re: Interface very large - how to return to normal?

Postby ineuw » 10 Jun 2019 21:52

A very late comment. Having had the same issue, I tested

Code: Select all

export QT_AUTO_SCREEN_SCALE_FACTOR=0 vlc OR export QT_SCALE_FACTOR=1 vlc
in the ~/.profile file. Either one works for me in LM19.1 Cinnamon
64bit VLC in Win 10 Pro, and Linux Mint Cinnamon 21.0.

Pekolow
New Cone
New Cone
Posts: 2
Joined: 28 Jun 2019 16:38

Re: Interface very large - how to return to normal?

Postby Pekolow » 28 Jun 2019 18:08

Thanks Ineuw it is never to late because i can try your solution and maybe i am lucky bad news is that my cli linux skills are too poor, so i have to beg my buddy to take over.

But the good news is i do run Cinnamon 19.1 and i have the exact same issue.


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 5 guests