Have you guys tested the new kernel 6.9? It seems there's a 10% performance drop when compared to 6.8.9.
Search found 12 matches
- Mon May 13, 2024 4:41 pm
- Forum: Kernels
- Topic: Kernel 6.9 performance regression
- Replies: 1
- Views: 740
- Thu Nov 16, 2023 8:35 am
- Forum: Kernels
- Topic: AUFS and BLK_DEV_LOOP
- Replies: 6
- Views: 1030
Re: AUFS and BLK_DEV_LOOP
Thanks a lot, guys!
- Thu Nov 16, 2023 12:04 am
- Forum: Other Distros
- Topic: PorteuX 0.8 has been released
- Replies: 0
- Views: 402
PorteuX 0.8 has been released
Special thanks to Puppy guys who helped me fixing the kernel build. :)
Highlights of this release:
1. fixed bluetooth not being detected on quick boots
2. fixed some Intel bluetooth devices not being detected
3. fixed GUI related cheatcodes not always being loaded
4. added support to boot via ...
Highlights of this release:
1. fixed bluetooth not being detected on quick boots
2. fixed some Intel bluetooth devices not being detected
3. fixed GUI related cheatcodes not always being loaded
4. added support to boot via ...
- Fri Nov 10, 2023 11:11 pm
- Forum: Kernels
- Topic: How to build 6.6.x kernel? (Solved)
- Replies: 7
- Views: 705
Re: [SOLVED] How to build 6.6.x?
OK, things are starting to make sense now.
The way Puppy is applying AUFS patches are somehow funny:
for i in kbuild base standalone mmap; do #loopback tmpfs-idr vfs-ino
patchfile=../aufs_sources/aufs${aufs_version}-$i.patch
( echo ; echo "patch -N -p1 < ${patchfile##*/}" ) &>> ${BUILD_LOG ...
The way Puppy is applying AUFS patches are somehow funny:
for i in kbuild base standalone mmap; do #loopback tmpfs-idr vfs-ino
patchfile=../aufs_sources/aufs${aufs_version}-$i.patch
( echo ; echo "patch -N -p1 < ${patchfile##*/}" ) &>> ${BUILD_LOG ...
- Fri Nov 10, 2023 9:10 pm
- Forum: Kernels
- Topic: How to build 6.6.x kernel? (Solved)
- Replies: 7
- Views: 705
Re: [SOLVED] How to build 6.6.x?
I realized that by applying the AUFS patch the way you guys are doing prevent modules from being able to be mounted from inside the union -- no problem mounting them from outside the union though (like a physical storage unit).
Example: get a sfs/xzm module, copy to ~/Desktop and try to mount ...
Example: get a sfs/xzm module, copy to ~/Desktop and try to mount ...
- Fri Nov 10, 2023 2:41 pm
- Forum: Kernels
- Topic: How to build 6.6.x kernel? (Solved)
- Replies: 7
- Views: 705
Re: How to build 6.6.x?
You guys are super kind and supportive! I appreciate that a lot! :)
@rockedge, thanks to your .config file I managed to find that what was causing the problem was not my .config file, but how I was patching AUFS. It's all working now, although I have no idea why it worked for 1 year and it decided ...
@rockedge, thanks to your .config file I managed to find that what was causing the problem was not my .config file, but how I was patching AUFS. It's all working now, although I have no idea why it worked for 1 year and it decided ...
- Thu Nov 09, 2023 10:24 am
- Forum: Kernels
- Topic: AUFS and BLK_DEV_LOOP
- Replies: 6
- Views: 1030
Re: AUFS and BLK_DEV_LOOP
@Dry Falls, do you mind pointing out where exactly you found this aufs documentation?
Thanks!
- Thu Nov 09, 2023 10:18 am
- Forum: Kernels
- Topic: How to build 6.6.x kernel? (Solved)
- Replies: 7
- Views: 705
How to build 6.6.x kernel? (Solved)
I've been struggling to make kernel 6.6.x work on my machine using PorteuX and Porteus. It works on some machines but it doesn't on others. So I decided to try Puppy kernel 6.6.0, from here: https://archive.org/download/Puppy_Linux_Huge-Kernels/huge-6.6.0-lxpup64.tar.bz2
Surprisingly it works! So ...
Surprisingly it works! So ...
- Mon Apr 17, 2023 2:23 pm
- Forum: Other Distros
- Topic: PorteuX
- Replies: 19
- Views: 2691
Re: PorteuX
PorteuX 0.3 has been released!
kernel is now being compiled with aggressive flags for even better performance
all packages are now being compiled with -O3 flag
fixed a bug where alt + shift + tab was not cycling backwards the opened applications
fixed a bug where some cheatcodes were not ...
kernel is now being compiled with aggressive flags for even better performance
all packages are now being compiled with -O3 flag
fixed a bug where alt + shift + tab was not cycling backwards the opened applications
fixed a bug where some cheatcodes were not ...
- Fri Apr 07, 2023 9:18 am
- Forum: Other Distros
- Topic: PorteuX
- Replies: 19
- Views: 2691
Re: PorteuX
@bugnaw333 , AppImages can be really handy, but it's up to the person who builds each module to include what they think is needed. Most people pack AppImages using big distros like Ubuntu or Fedora, so when we try to use them in minimalist distros they simply don't work. What I don't understand is ...
- Wed Apr 05, 2023 11:28 pm
- Forum: Other Distros
- Topic: PorteuX
- Replies: 19
- Views: 2691
Re: PorteuX
Oh, cool! Happy it's working now
What is your overall impression of the distro? Any suggestion?
Thanks!
- Tue Apr 04, 2023 9:58 pm
- Forum: Other Distros
- Topic: PorteuX
- Replies: 19
- Views: 2691
Re: PorteuX
Thank you guys for testing PorteuX.
@bugnaw333, it's not clear what exactly happened in your case. Could you explain it a bit better?