Search found 764 matches
- Fri Mar 21, 2025 8:40 pm
- Forum: Tips & Tweaks
- Topic: Choosing DELL Laptop battery
- Replies: 0
- Views: 141
Choosing DELL Laptop battery
Here's a tip for buying a battery.
The manufacturer (DELL) will select a battery to fit in several models to help factory production.
In my case the battery will fit in several other models.
For instance I saw from ...
- Wed Mar 19, 2025 7:29 pm
- Forum: BookwormPup
- Topic: Blender 4.4 released
- Replies: 0
- Views: 77
Blender 4.4 released
last night to test it in Bookwormpup. It worked fast and well.
https://www.blender.org/download/
___________________________________________________
By the way a film made by Blender won an Oscar recently
Screenshot 2025-03-19 15 ...
- Thu Mar 13, 2025 10:48 pm
- Forum: EasyOS
- Topic: EasyOS Daedalus-series version 6.6.5
- Replies: 41
- Views: 4588
electric bike
On Youtube I came across this fascinating video showing a conversion of a regular bike
to an electric bike.
https://www.youtube.com/watch?v=rRknvFlk8Ks
__________________________________________________________
- Thu Mar 13, 2025 9:49 pm
- Forum: FatDog64
- Topic: Fatdog64-903 Final [17 Aug 2024]
- Replies: 242
- Views: 45463
Renoise_3_4_4_Demo_Linux
I typed linuxsampler in terminal window and configuraation files were setup
I was able to get 'renoise' to work (I think) I am just learning
https://files.renoise.com/demo/Renoise_ ... _64.tar.gz
___________________________________________________________________
- Tue Mar 11, 2025 9:50 pm
- Forum: Install
- Topic: Chromebooks (Run and install Puppy)
- Replies: 142
- Views: 27567
Re: Chromebooks (Run and install Puppy)
Did you remove the jumper or screw on the motherboard of the chromebook?
The instructions are written on this page
https://docs.mrchromebox.tech/docs/supp ... ce-listing
________________________________________________
- Mon Mar 10, 2025 11:27 pm
- Forum: FatDog64
- Topic: Fatdog64-903 Final [17 Aug 2024]
- Replies: 242
- Views: 45463
Re: Fatdog64-903 Final [17 Aug 2024]
I was able to save a .gig file
Now I'll see if I can get linuxsampler to work.
_______________________________________
- Sun Mar 09, 2025 6:06 pm
- Forum: FatDog64
- Topic: Fatdog64-903 Final [17 Aug 2024]
- Replies: 242
- Views: 45463
gigedit
gigedit manual
http://download.linuxsampler.org/doc/gi ... start.html
__________________________________________________________
- Wed Mar 05, 2025 8:12 pm
- Forum: Programming
- Topic: GTKDIALOG - Make a colored button
- Replies: 10
- Views: 950
Re: GTKDIALOG - Make a colored button
txt2svg worked in fatdog64 903.
Interesting that I could get nearly same results with a few lines of code.
______________________________________________
- Wed Mar 05, 2025 7:57 pm
- Forum: FatDog64
- Topic: Convert ALSA to PulseAudio
- Replies: 11
- Views: 2340
Re: Convert ALSA to PulseAudio
Not sure what you mean to say exactly,
I was referring to this page which recommends 'monitor' source when recording an application
https://trac.ffmpeg.org/wiki/Capture/PulseAudio
_______________________________________________________
- Wed Mar 05, 2025 12:23 am
- Forum: EasyOS
- Topic: ffmpeg 6.1.2 change log
- Replies: 0
- Views: 287
ffmpeg 6.1.2 change log
2 releases are sorted from youngest to oldest.
3
4 version 6.1.2
5 avcodec/snow: Fix off by 1 error in run_buffer
6 avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 for snow
7 swscale ...
- Tue Mar 04, 2025 11:56 pm
- Forum: Programming
- Topic: GTKDIALOG - Make a colored button
- Replies: 10
- Views: 950
Re: GTKDIALOG - Make a colored button
I didn't know about this work. Looks good!! However I wrote my script to generate the button while launching the script.
I find it doesn't slow down the launch to generate the buttons in the first ...
- Tue Mar 04, 2025 11:41 pm
- Forum: FatDog64
- Topic: Convert ALSA to PulseAudio
- Replies: 11
- Views: 2340
Re: Convert ALSA to PulseAudio
I believe that
alsa_output.pci-0000_00_0e.0.analog-stereo.monitor
would be useful for recording the music heard in the background of a game
or perhaps the soundtrack of a DVD
But I think that people use it to record a voice track to video
_______________________________________________________
- Mon Mar 03, 2025 7:41 pm
- Forum: Programming
- Topic: GTKDIALOG - Make a colored button
- Replies: 10
- Views: 950
SVG colors
Here are some possible colors to try out.
- Mon Mar 03, 2025 7:38 pm
- Forum: Programming
- Topic: GTKDIALOG - Make a colored button
- Replies: 10
- Views: 950
GTKDIALOG - Make a colored button
SVG Color Names. There are the 147 color names defined by the Scalable Vector Graphics (SVG) Specification.
You may set named colors like this: stroke="Green" or fill="Red".
Here is the official list of colors available for SVG images ...
- Mon Mar 03, 2025 6:50 pm
- Forum: FatDog64
- Topic: Convert ALSA to PulseAudio
- Replies: 11
- Views: 2340
Re: Convert ALSA to PulseAudio
ffmpeg -f pulse <etc>
I like Pulse....PulseAudio finds audio devices in a nicer way :thumbup2:
pactl list short sources
I made the version of ffmpeg available...
https://forum.puppylinux.com/viewtopic.php?t ...
- Mon Mar 03, 2025 6:44 pm
- Forum: FatDog64
- Topic: Updated ffmpeg 5.1.6
- Replies: 0
- Views: 229
Updated ffmpeg 5.1.6
More recent versions of ffmpeg won't compile.
I made a package for fatdog64 903
ffmpeg-5.1.6-x86_64.txz
https://drive.google.com/file/d/1Ws5hrKFzGWvjhXjDunk_j0XDA0gnSIxG/view?usp=sharing
To compile I used the following config ...
- Sat Mar 01, 2025 8:19 pm
- Forum: Programming
- Topic: GTK2 - color,font,icon
- Replies: 0
- Views: 171
GTK2 - color,font,icon
Gtkdialog (and gtk2dialog) if it is compiled for GTK2 can change some features like
background color
font
size of stock gtk icons
I wrote a script to test
#!/bin/bash
for P in gtk2dialog gtkdialog; do
GTKDIALOG=$(which $P) && break
done
export WORKDIR=$HOME/.testscript ...
- Fri Feb 28, 2025 6:48 pm
- Forum: BookwormPup
- Topic: comboboxentry doesn't adjust width (BookwormPup64)
- Replies: 5
- Views: 318
Re: comboboxentry doesn't adjust width
I want to use the comboboxentry widget so I can edit the length of a recording.
comboboxtext widget doesn't allow this so I won't use it ...
- Thu Feb 27, 2025 1:29 am
- Forum: BookwormPup
- Topic: comboboxentry doesn't adjust width (BookwormPup64)
- Replies: 5
- Views: 318
Re: comboboxentry doesn't adjust width
Thanks for info
_________________
- Wed Feb 26, 2025 7:13 pm
- Forum: FatDog64
- Topic: Convert ALSA to PulseAudio
- Replies: 11
- Views: 2340
Re: Convert ALSA to PulseAudio
I have ffmpeg version 5.1.6-0+deb12u1 running on Debian and works ok with -f pulse, (probably because compiled with --enable-libpulse :?: )
Sounds like the reason. I'll check.
With Easy OS Scarthgap --->
I can record with ffmpeg -f alsa -i default ...
- Wed Feb 26, 2025 7:06 pm
- Forum: FatDog64
- Topic: Convert ALSA to PulseAudio
- Replies: 11
- Views: 2340
Re: Convert ALSA to PulseAudio
Are you asking for help to record with pulse, or just making a comment?
I'm explaining what works and what doesn't.
mhwaveedit ---> I did get to record when I went to mhwaveedit preferences and set the input device to 'default' hw:0
________________________________________________
- Wed Feb 26, 2025 6:55 pm
- Forum: BookwormPup
- Topic: comboboxentry doesn't adjust width (BookwormPup64)
- Replies: 5
- Views: 318
Re: comboboxentry doesn't adjust width
Here is the same script in Easy OS
- Wed Feb 26, 2025 6:53 pm
- Forum: Other Distros
- Topic: Luna makes deal with Ubuntu touch
- Replies: 5
- Views: 435
Re: Luna makes deal with Ubuntu touch
Brax3 has a method to fool the trackers apparently
https://www.indiegogo.com/projects/brax ... artphone#/
- Wed Feb 26, 2025 5:44 pm
- Forum: BookwormPup
- Topic: comboboxentry doesn't adjust width (BookwormPup64)
- Replies: 5
- Views: 318
comboboxentry doesn't adjust width (BookwormPup64)
I'll give an example .
<comboboxentry width-request="80">
The width request is ignored.
I tried the script on Easy OS and fatdog64 and the width request was respected.
#!/bin/bash
for P in gtkdialog4 gtkdialog3 gtkdialog; do ...
- Tue Feb 25, 2025 1:23 am
- Forum: Other Distros
- Topic: Luna makes deal with Ubuntu touch
- Replies: 5
- Views: 435
Re: Luna makes deal with Ubuntu touch
You can read the details
https://www.indiegogo.com/projects/brax3-the-most-privacy-friendly-smartphone#/
BraX3 will offer long-term support and security, with major Android OS updates and security patches guaranteed until at least 2030. This commitment ensures that ...
- Mon Feb 24, 2025 11:40 pm
- Forum: Other Distros
- Topic: Luna makes deal with Ubuntu touch
- Replies: 5
- Views: 435
Re: Luna makes deal with Ubuntu touch
I misheard the podcast. The name is Lunar not Luna.
It's a Robert Braxman phone. It runs a de-googled OS and also Ubuntu Touch
The price is reasonable but not cheap
Video announcement
https://youtu.be/EHEfrYSCN4s
It uses mediatek processor.
- Mon Feb 24, 2025 10:05 pm
- Forum: FatDog64
- Topic: Convert ALSA to PulseAudio
- Replies: 11
- Views: 2340
Convert ALSA to PulseAudio
because my computer (hp elitedesk 800) has problems with discovering the audio-in port with fatdog64
but not with Operating systems using PulseAudio i.e. EasyOS and BookwormPup
I downloaded and installed--->
https://distro.ibiblio.org/fatdog/sfs ...
- Mon Feb 24, 2025 8:14 pm
- Forum: BookwormPup
- Topic: BookwormPup64 10.0.10
- Replies: 1074
- Views: 402823
Re: BookwormPup64 10.0.10
That is more of a suggestion as to what to use.
The location can easily still be changed.
When a savefile or folder is created /mnt/home is created so Samba simple manager
can use this folder ...
- Sat Feb 22, 2025 9:32 pm
- Forum: Other Distros
- Topic: Luna makes deal with Ubuntu touch
- Replies: 5
- Views: 435
Luna makes deal with Ubuntu touch
Luna (a low end Chinese smartphone maker) has made a deal with Ubuntu Touch foundation
Presumably a low end smartphone will be available.
https://www.youtube.com/watch?v=h5WoMfkB8pA
_______________
- Sat Feb 22, 2025 4:56 pm
- Forum: FatDog64
- Topic: new version of mtpaint - 3.50.11
- Replies: 0
- Views: 319
new version of mtpaint - 3.50.11
Version 3.50.11
f37cf09
·
3 months ago
Made mouse events keep their toplevel widget alive until done
Replaced GLib2's weakrefs, for them doing not what the docs say
Made window contents' destruction wait until all events are done with it
Fixed display of horizontal separators and menu ...