Lol too true. What faction would Putin pick?
Just a humble squid that over produces slime. Buy my slime, its a medical wonder, cures halitosis, weird eye syndrome, bolding.
Lol too true. What faction would Putin pick?
My heart goes out to those Russians who have been patiently waiting for S.T.A.L.K.E.R 2 to release and now they face the very real scenario that S.T.A.L.K.E.R 2 just won’t run. After years of delays this will hit hard. Putin himself has been posting regularly about S.T.A.L.K.E.R 2, begrudged by so many delays and his mother bought him the version with all future DLC’s included.
I hope Nvidia feel real fucking good about them selves knowing they’ve taken away a dictators dream.
Hell yea brother
I was so pissed when I realised most of the feature on my smart monitor were disabled by disallowing network connection. especially when those features where present on my non smart monitor. Things like dual input so having two devices over HDMI / DPI display on separate portions of the screen was fine on my old lg ultra wide but on the new smart ultra wide it is disabled all because I won’t agree to they’re terms.
Dot files on github, an HHD for storing photos, downloads, documents as well as my not in use games. I also sync keepass files across all network devices.
Click ‘browse web’ Microsoft gives a list of popular and mixed browsers that the user can select. Microsoft then installs selected browser. At least this is the only tangible way I can see.
This would make a lot of sense if valve plan on releasing new iteration of their handheld.
America selectively caring about privacy.
and here’s me learning C programming language from a selfhosted AI :/
this sounds very involved initially but hands off after the fact.
#!/bin/bash
cd ~/ || exit
LATEST_KERNEL=$(curl -s https://www.kernel.org | grep -Po 'linux-\d+\.\d+\.\d+\.tar\.xz' | head -1)
echo "Latest Kernel: $LATEST_KERNEL"
KERNEL_URL="https://cdn.kernel.org/pub/linux/kernel/v6.x/$LATEST_KERNEL"
echo "Kernel URL: $KERNEL_URL"
DIR_NAME=$(echo $LATEST_KERNEL | sed 's/\.tar\.xz//')
mkdir -p ./$DIR_NAME
wget -O ./$DIR_NAME/$LATEST_KERNEL "$KERNEL_URL" || exit
tar -xf ./$DIR_NAME/$LATEST_KERNEL -C ./$DIR_NAME || exit
EXTRACTED_DIR=$(tar -tf ./$DIR_NAME/$LATEST_KERNEL | head -1 | cut -f1 -d"/")
cd ./$DIR_NAME/$EXTRACTED_DIR || exit
zcat /proc/config.gz > .config
echo "Kernel config copied."
if [ -f "drivers/gpu/drm/amd/display/dc/link/link_dpms.c" ] && [ -f "drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training.c" ]; then
echo "Files found, proceeding with modifications..."
sed -i 's/#define LINK_TRAINING_RETRY_DELAY 50 \/\* ms \*\//#include <linux\/module.h>\nstatic int link_training_retry_delay = 50;\nmodule_param(link_training_retry_delay, int, 0644);\nMODULE_PARM_DESC(link_training_retry_delay, "Delay between link training retries (ms)");\n#define LINK_TRAINING_RETRY_DELAY link_training_retry_delay/' drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training.c
sed -i 's/#define LINK_TRAINING_ATTEMPTS 4/#include <linux\/module.h>\nstatic int link_training_attempts = 4;\nmodule_param(link_training_attempts, int, 0644);\nMODULE_PARM_DESC(link_training_attempts, "Number of link training attempts");\n#define LINK_TRAINING_ATTEMPTS link_training_attempts/' drivers/gpu/drm/amd/display/dc/link/link_dpms.c
else
echo "One or both files not found in the kernel source directory."
fi
echo "Kernel modifications complete."
make olddefconfig || exit
#make || exit
echo "Compiling the kernel..."
make -j16 || exit
echo "Building modules..."
sudo make modules_install || exit
echo "Installing the kernel..."
sudo make install || exit
echo "Backing up existing kernel files..."
sudo cp /boot/vmlinuz-linux /boot/vmlinuz-linux.bak
sudo cp /boot/initramfs-linux.img /boot/initramfs-linux.img.bak
echo "Moving new kernel files to /boot..."
sudo cp ./arch/x86/boot/bzImage /boot/vmlinuz-fix
sudo mkinitcpio -k $(make kernelrelease) -c /etc/mkinitcpio.conf -g /boot/initramfs-fix.img
if [ -f /boot/vmlinuz-fix ] && [ -f /boot/initramfs-fix.img ]; then
echo "Kernel and initramfs moved to /boot successfully."
else
echo "Failed to move kernel or initramfs files to /boot."
exit 1
fi
echo "Kernel compilation, installation, and file replacement completed successfully."
thank you and no dejection taken. you’re actually very helpful :D
I followed your advice, Github my edit link_dpms.c, - Github my edit link_dp_training.c how do i submit as RFC. total noob with github lol.
not looked in to pacman hooks but will need to now lol any i made a script that downloads, unzips and patches then compiles so mostly hands free.
cheers, I’m using sed to patch the files then auto mated compiling
thank you i will read up on how to submit this kind of stuff.
set LINK_TRAINING_ATTEMPTS
from 5
to 10
in drivers/gpu/drm/amd/display/dc/link/link_dpms.c
and set LINK_TRAINING_RETRY_DELAY
from 50
to 100
in drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training.c.
i doubt this will be added to kernel as its a fix for an issue that isn’t wide spread.
this sounds quit useful tbf
Wow…
I can hear the ticking…
As a bloke who’s had his pecs groped in intimate acts, I would agree.
It is however worth mentioning that the sexualisation of the pecs and boobs is a man-made construction brought upon by Christian values and one day we may even move past those values and desexualise these body parts.