LOL
You know it runs really really well on this old PC. Boots to a desktop in 20 seconds from the menu. The browser starts in 3 or 4 seconds even the first time after an upgrade it's only maybe 10 seconds. Everything else opens in 1 or 2 seconds and runs smoothly. No freezing or clinching.
You have done a very good job on making Vanilla dpup work on low resource machines.
Thank you @dimkr
Vanilla Dpup 11.0.x Development Builds
Moderator: Forum moderators
-
- Posts: 447
- Joined: Tue Nov 22, 2022 9:11 pm
- Location: Canada
- Has thanked: 260 times
- Been thanked: 89 times
Re: Vanilla Dpup 11.0.x Development Builds
Re: Vanilla Dpup 11.0.x Development Builds
a couple of issues while testing the latest build
Code: Select all
vanilladpup-x86_64-11.0.232
- using the graphic tool I have added a further keyboard layout but I cannot figure out how to switch to it, I would prefer to use a terminal command to do so.
- I am accessing localhost on post 631 via web browser to set up my printer, it asks me for a log in, I have tried several credential combinations but all failed.
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
darksun wrote: Sat May 03, 2025 11:45 am- using the graphic tool I have added a further keyboard layout but I cannot figure out how to switch to it, I would prefer to use a terminal command to do so.
Did you try alt+shift?
darksun wrote: Sat May 03, 2025 11:45 am- I am accessing localhost on post 631 via web browser to set up my printer, it asks me for a log in, I have tried several credential combinations but all failed.
The default is spot
and woofwoof
.
Re: Vanilla Dpup 11.0.x Development Builds
dimkr wrote: Sat May 03, 2025 11:47 amdarksun wrote: Sat May 03, 2025 11:45 am- using the graphic tool I have added a further keyboard layout but I cannot figure out how to switch to it, I would prefer to use a terminal command to do so.
Did you try alt+shift?
darksun wrote: Sat May 03, 2025 11:45 am- I am accessing localhost on post 631 via web browser to set up my printer, it asks me for a log in, I have tried several credential combinations but all failed.
The default is
spot
andwoofwoof
.
thank you for the credentials, I did not attempt this combination.
Regarding the combination yes I did try it but I am stuck with the default layout, I does not do anything alt+shift.
Re: Vanilla Dpup 11.0.x Development Builds
Code: Select all
spot@puppypc:~$ cat .xkbrc
XKB_DEFAULT_LAYOUT=us,it
XKB_DEFAULT_MODEL=pc104
XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle
XKB_DEFAULT_RULES=evdev
XKB_DEFAULT_VARIANT=,winkeys
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
Changes are applied only after labwc is restarted. Did you restart it or reboot?
Re: Vanilla Dpup 11.0.x Development Builds
ok now it works.
Could be an idea to put hints of those two settings (credentials to access "Printer Settings" and the method to switch keyboard layout) somewhere of your convenience, could not be?
Re: Vanilla Dpup 11.0.x Development Builds
I am testing and setting up vanilla dpup 11.0.x to my usual liking and configuration and as I go through it, if you do not mind, I will post here.
If I launch keepassxc (as you know a very popular password manager) an error is returned
Code: Select all
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
Authorization required, but no authorization protocol specified
qt.qpa.xcb: could not connect to display :0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Aborted
I have looked up online and it appears that some popular software (eg OBS studio, keepassxc , to name a few) need this library to run under wayland: qtwayland5
eg https://stackoverflow.com/questions/699 ... in-wayland
Could it be useful to add it in the .img?
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
It won't happen, the images don't contain Qt at all (neither 5 nor 6) and adding this package would pull Qt as well. It's very big and not used by any preinstalled application.
- bigpup
- Moderator
- Posts: 7608
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 1041 times
- Been thanked: 1700 times
Re: Vanilla Dpup 11.0.x Development Builds
Installed vanilladpup-11.0.232-ext4-2gb-uefi.img on a USB stick.
Boots to asking for password.
woofwoof does not work.
Just get error wrong password.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
bigpup wrote: Sat May 03, 2025 3:23 pmInstalled vanilladpup-11.0.232-ext4-2gb-uefi.img on a USB stick.
What tool did you use?
-
- Posts: 409
- Joined: Sun Oct 18, 2020 8:48 am
- Location: cze
- Has thanked: 57 times
- Been thanked: 91 times
Re: Vanilla Dpup 11.0.x Development Builds
I wrote the .img (labwc-uefi 11.0.232) to my fastest usb flash drive (stick) using Balena Etcher.
My laptop can´t get to the desktop. Writing "startlabwc" didn't help. Please see the attached photo.
My laptop is Lenovo V15 G4 IRU.
- Attachments
-
- vdpup11_boot.jpg (139.92 KiB) Viewed 599 times
Re: Vanilla Dpup 11.0.x Development Builds
I post this as it might be hopefully helpful to someone:
to "burn" the .img file to the usb stick I am taking the hint from the output of easydd and for my convenience I have created an alias (into my .bashrc) which I recall and print to the stdout (too long, not bothered to remember the whole command)
Code: Select all
~$ alias easy_dd
alias easy_dd='cat "image_file.iso.img" | dd of=/dev/sda bs=1M conv=fsync status=progress oflag=sync'
~$
I replace the path of image_file.iso.img
and the device, example for the final terminal command to burn the .img to my usb stick /dev/sdc
:
Code: Select all
cat "/home/spot/vanilladpup-11.0.232-ext4-2gb-uefi.img" | dd of=/dev/sdc bs=1M conv=fsync status=progress oflag=sync
works like a charm. No need to use/install any extra software as dd
is ubiquitous to all distros.
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
Feek wrote: Sat May 03, 2025 6:51 pmMy laptop can´t get to the desktop. Writing "startlabwc" didn't help. Please see the attached photo.
Please try
Code: Select all
pkexec rm /var/local/xwin_disable_xerrs_log_flag
Followed by
Code: Select all
startlabwc
cat /tmp/xerrs.log
This should tell why it fails to start.
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
Did you swap the kernel or attempt to install GPU drivers?
And as it says, check dmesg
output, maybe drivers failed to load. I suspect that zdrv or fdrv is corrupt.
EDIT: I'll add more Intel GPU firmware, looks like some packages are missing; I wonder if Debian Live images include them
-
- Posts: 409
- Joined: Sun Oct 18, 2020 8:48 am
- Location: cze
- Has thanked: 57 times
- Been thanked: 91 times
Re: Vanilla Dpup 11.0.x Development Builds
No. I didn't do anything like that.
dimkr wrote: Sun May 04, 2025 10:21 amAnd as it says, check
dmesg
output, maybe drivers failed to load. I suspect that zdrv or fdrv is corrupt.
Ok, I will share the dmesg output. But before I boot it again, could you please advice me on how to create a .txt file from it and save it to the device I booted from?
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
Feek wrote: Sun May 04, 2025 12:51 pmcould you please advice me on how to create a .txt file from it and save it to the device I booted from?
Code: Select all
pkexec mv /path/to/file /mnt/home/
-
- Posts: 409
- Joined: Sun Oct 18, 2020 8:48 am
- Location: cze
- Has thanked: 57 times
- Been thanked: 91 times
Re: Vanilla Dpup 11.0.x Development Builds
dimkr wrote: Sun May 04, 2025 1:14 pmFeek wrote: Sun May 04, 2025 12:51 pmcould you please advice me on how to create a .txt file from it and save it to the device I booted from?
Code: Select all
pkexec mv /path/to/file /mnt/home/
I can run dmesg command directly from the command line.
I'm sorry, but I'm not able to create a .txt from it.
I have no idea where dmesg is located. I tried listing the contents of the usual location ("ls /var/log") and dmesg is not there.
Then I tried "dmesg > /mnt/home/log_01.txt" and it returned "bash: /mnt/home/log_01.txt: Permission denied.
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
Feek wrote: Sun May 04, 2025 2:23 pmThen I tried "dmesg > /mnt/home/log_01.txt" and it returned "bash: /mnt/home/log_01.txt: Permission denied.
It's because you're not root, try pkexec sh -c 'dmesg > /mnt/home/log_01.txt'
Re: Vanilla Dpup 11.0.x Development Builds
I know I am posting in the middle of a discussion among two users.
Few things about Vanilla Dpup 11.0.x
is there a GUI way to set up default applications?
probably related to the first point: I use w3m textual web browser and using Vanilla Dpup 10.0.x I always manage to open green links that contains images with the shortcut "I" , but in this case nothing happens; maybe I have to figure out how to set viewnior somewhere to open such content?
the shortcut SUPER+w opens the web browser , Librewolf. If I install another web browser, Mullvad Browser for instance, and into its settings I set it up "Make Default" , so Mullvad Browser > Settings > General > Make Default, after this change the shortcut SUPER+w now opens the file manager instead
-
- Posts: 409
- Joined: Sun Oct 18, 2020 8:48 am
- Location: cze
- Has thanked: 57 times
- Been thanked: 91 times
Re: Vanilla Dpup 11.0.x Development Builds
perhaps we are already close
- Attachments
-
- dmesg_log.jpg (152.88 KiB) Viewed 438 times
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
You can use spacefm for that, right-click a file, then Open>Choose.
darksun wrote: Sun May 04, 2025 2:48 pm
probably related to the first point: I use w3m textual web browser and using Vanilla Dpup 10.0.x I always manage to open green links that contains images with the shortcut "I" , but in this case nothing happens; maybe I have to figure out how to set viewnior somewhere to open such content?
The default terminal is foot and it doesn't handle URLs the same way, so read its documentation. Ctrl+Shift+o is a good start.
darksun wrote: Sun May 04, 2025 2:48 pm
the shortcut SUPER+w opens the web browser , Librewolf. If I install another web browser, Mullvad Browser for instance, and into its settings I set it up "Make Default" , so Mullvad Browser > Settings > General > Make Default, after this change the shortcut SUPER+w now opens the file manager instead
Super+w runs x-www-browser
, I bet you just press Super+e by accident (which indeed opens spacefm).
-
- Posts: 409
- Joined: Sun Oct 18, 2020 8:48 am
- Location: cze
- Has thanked: 57 times
- Been thanked: 91 times
Re: Vanilla Dpup 11.0.x Development Builds
I finally made it
- Attachments
-
- dmesg_log.txt
- (79.42 KiB) Downloaded 7 times
-
- Posts: 2579
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 54 times
- Been thanked: 1321 times
Re: Vanilla Dpup 11.0.x Development Builds
@Feek Thanks, the next build should include firmware-intel-graphics
with the firmware your GPU needs
- bigpup
- Moderator
- Posts: 7608
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 1041 times
- Been thanked: 1700 times
Re: Vanilla Dpup 11.0.x Development Builds
easydd v5
I tried a completely fresh new install.
This time woofwoof worked for the password.
But it still only boots to this point.
.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
Re: Vanilla Dpup 11.0.x Development Builds
when I run save2flash
it terminates the job with the errors that no space is left.
I guess either the .img is made to create sda2 2GB or there sure is a way to expand sda2 to occupy the who remaining usb disk space?
-
- Posts: 409
- Joined: Sun Oct 18, 2020 8:48 am
- Location: cze
- Has thanked: 57 times
- Been thanked: 91 times
Re: Vanilla Dpup 11.0.x Development Builds
dimkr wrote: Sun May 04, 2025 4:45 pm@Feek Thanks, the next build should include
firmware-intel-graphics
with the firmware your GPU needs
dimkr, I installed the latest version 11.0.233 and it works fine now. I' m posting from it now.
-
- Posts: 447
- Joined: Tue Nov 22, 2022 9:11 pm
- Location: Canada
- Has thanked: 260 times
- Been thanked: 89 times
Re: Vanilla Dpup 11.0.x Development Builds
But it still only boots to this point.
@bigpup I have this issue on first boot a few times. I posted about it awhile back.
I type startlabwc and get the desktop, save my changes and the next boot it works normally.
It's worth a shot.