Vanilla Dpup 9 and 10

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
Ronny
Posts: 29
Joined: Sun Jan 17, 2021 1:16 pm
Has thanked: 4 times
Been thanked: 5 times

Vanilla Dpup 9 and 10

Post by Ronny »

Hello,

I did installed both Vanilla Dpups on a USB stick and both work very well with added portable apps.
But the font on my laptop screen are rather small.
So I tried to change the global font size in desktop settings but that does not work. The fonts stay the same after I restarted the graphical server.

Is there another way I can change the global font size?

Thanks
Ron

d-pupp
Posts: 338
Joined: Tue Nov 22, 2022 9:11 pm
Location: Canada
Has thanked: 191 times
Been thanked: 52 times

Re: Vanilla Dpup 9 and 10

Post by d-pupp »

Is there another way I can change the global font size?

yes there is
# Increase Font size
Add:

Code: Select all

Xft.dpi: 120

to /root/.Xdefaults

Restart the graphical server

works for both x11 and wayland versions

Ronny
Posts: 29
Joined: Sun Jan 17, 2021 1:16 pm
Has thanked: 4 times
Been thanked: 5 times

Re: Vanilla Dpup 9 and 10

Post by Ronny »

Thank you very very much.
Works perfectly.

And while I'm at it... how do I turn on num lock automatically at startup?
Don't find that option in the setup anymore.
Ron

Feek
Posts: 398
Joined: Sun Oct 18, 2020 8:48 am
Location: cze
Has thanked: 54 times
Been thanked: 90 times

Re: Vanilla Dpup 9 and 10

Post by Feek »

Ronny wrote: Thu Oct 19, 2023 6:06 pm

And while I'm at it... how do I turn on num lock automatically at startup?

You need to install "numlockx" program. Use apt via terminal or install via synaptic installer.

To start automatically at startup, create a new .desktop file (for numlockx) in the ~/.config/autostart folder. With approximately this content:

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Type=Application
NoDisplay=true
Name=numlockx
Exec=/usr/bin/numlockx on
Ronny
Posts: 29
Joined: Sun Jan 17, 2021 1:16 pm
Has thanked: 4 times
Been thanked: 5 times

Re: Vanilla Dpup 9 and 10

Post by Ronny »

I installed numlockx and made the numlockx.desktop file.
When starting up all seems well, in Firefox and in a text file, the numlock is (and stays) active and i can keep inserting numbers.
But weirdly, when I log in somewhere (tried on Puppy Forum and two other sites, the numlock turns back off after I type a couple of characters. So to log in I have to reactivate the numlock button and reenter my passwords. Strange no?
Ron

d-pupp
Posts: 338
Joined: Tue Nov 22, 2022 9:11 pm
Location: Canada
Has thanked: 191 times
Been thanked: 52 times

Re: Vanilla Dpup 9 and 10

Post by d-pupp »

And while I'm at it... how do I turn on num lock automatically at startup?

Unfortunately numlockx only works with X11
If you have the wayland version there is no solutions yet that I could find.

For the 9.xx versions add this little script to your startup file

/root/startup

Code: Select all

#!/bin/sh
numlockx on
Ronny
Posts: 29
Joined: Sun Jan 17, 2021 1:16 pm
Has thanked: 4 times
Been thanked: 5 times

Re: Vanilla Dpup 9 and 10

Post by Ronny »

Thank you both very much. I think I can live with that ;-)
I suppose it will be sorted out in one of the next versions.
Best regards
Ron

Post Reply

Return to “Beginners Help”