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

 

 

 

VLC (Solved)

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
hnsvm
Posts: 5
Joined: 2015-10-10 09:28

VLC (Solved)

#1 Post by hnsvm »

Debian 9, Gnome
VLC has big icons and tiny fonts.
Also de snap install is the same.

Anyone know how to fix this?
Last edited by hnsvm on 2018-08-02 17:20, edited 1 time in total.

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: VLC

#2 Post by Wheelerof4te »

Without more info, nobody will be able to help you. How did you install VLC? Did you upgrade it recently? What theme are you using?
Did you check in the preferences, did something change?

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1399
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: VLC

#3 Post by None1975 »

hnsvm wrote:Anyone know how to fix this?
How To Ask Questions The Smart Way.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: VLC

#4 Post by Dai_trying »

Likely the same issue I had which was easily fixed by adding

Code: Select all

QT_AUTO_SCREEN_SCALE_FACTOR=0
to the file /etc/environment and rebooting (or logout/in).

hnsvm
Posts: 5
Joined: 2015-10-10 09:28

Re: VLC

#5 Post by hnsvm »

New fresh install of Debian. Standard theme. Removed programs i do not use. Installed what i need. All with Synaptic and terminal. Went through the configuration program. Just standard install.

hnsvm
Posts: 5
Joined: 2015-10-10 09:28

Re: VLC

#6 Post by hnsvm »

Thanks Dai_trying , it worked. Now normal interface.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: VLC (Solved)

#7 Post by stevepusser »

Since it only affects some machines, I think finding out if commonalities in video hardware and driver could be helpful. That can be easily discovered by installing inxi and running "inxi -G" as a standard user. The desktop environment could also be a factor.
MX Linux packager and developer

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: VLC (Solved)

#8 Post by Dai_trying »

You're welcome :D

For reference I got the workaround from a post in the VLC Forum

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: VLC (Solved)

#9 Post by Dai_trying »

stevepusser wrote:I think finding out if commonalities in video hardware and driver could be helpful.
I tried with nouveau driver first

Code: Select all

Graphics:  Card: NVIDIA GF106 [GeForce GTS 450]
           Display Server: X.Org 1.19.2 drivers: nouveau (unloaded: modesetting,fbdev,vesa)
           Resolution: 1920x1080
           GLX Renderer: Gallium 0.4 on NVC3 GLX Version: 3.0 Mesa 13.0.6
And then with Nvidia driver afterwards (from backports)

Code: Select all

Graphics:  Card: NVIDIA GF106 [GeForce GTS 450]
           Display Server: X.Org 1.19.2 drivers: nvidia (unloaded: modesetting,fbdev,vesa,nouveau)
           Resolution: 1920x1080@60.05hz
           GLX Renderer: GeForce GTS 450/PCIe/SSE2 GLX Version: 4.6.0 NVIDIA 390.67
The fixed worked on both installations
stevepusser wrote:The desktop environment could also be a factor.
I was using Debian (Stretch and Buster) Xfce and Q4OS (Scorpion and Centaurus) Trinity all with the same effects on that hardware.

hnsvm
Posts: 5
Joined: 2015-10-10 09:28

Re: VLC (Solved)

#10 Post by hnsvm »

Thanks all, i am curious enough to dig into this. Thanks for the leads. Now VLC works i want to know why. I have not been using Linux for 4 or 5 years.
As MS started nagging me the last moth with every boot that there is something wrong with my account, which i do not have and do not want to have, i decided to switch to Debian.
I have been using Debian from Potato, server and desktop. Noticed now that my knowledge faded away a bit.. Also noticed that Debian became more user friendly the last years. But it is not a nobrainer. I like that.
Thanks again.

hnsvm
Posts: 5
Joined: 2015-10-10 09:28

Re: VLC (Solved)

#11 Post by hnsvm »

Dai_trying , i read your link of the VLC forum. Should have looked there before asking here. Sorry for that. Have to learn to use my brains again. Any way i now know what caused the problems.
Many thanks.

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: VLC (Solved)

#12 Post by Dai_trying »

You are welcome, and I almost posted a question here until somebody else pointed me to that post :lol:

Post Reply