i have to recompile kernel?
where i can find hex code of prntscrn key?
Do we need to update our HOME config time to time or they automatically gets updated when there is a application update ?
Dose that mean i can use 2years old config?
Why does this happen?
Is it safe to run badblocks on the drive?
Ok, but how can I check if bad sectors are the issue then?
ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.3.226/vulkaninfo/vulkaninfo.h:237:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED

“Incompatible driver” implies you installed the wrong thing, somewhere along the line.

“Incompatible driver” implies you installed the wrong thing, somewhere along the line.
i have the working driver for my gpu

redeon r5 m240
This sounds old – does it have Vulkan support?

redeon r5 m240
Looks like a GCN1 chip, so https://wiki.archlinux.org/title/AMDGPU#Enable_Southern_Islands_(SI)_and_Sea_Islands_(CIK)_support

ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs: Failed to detect any valid GPUs in the current config
ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.3.226/vulkaninfo/vulkaninfo.h:237:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED
Ah, yes, https://wiki.archlinux.org/title/Vulkan#AMDGPU_-_ERROR_INITIALIZATION_FAILED_after_vulkaninfo
Kernel modules: radeon, amdgpu
Do we need to update our HOME config time to time or they automatically gets updated when there is a application update ??

where i can find hex code of prntscrn key? i need it for my wm bindings…
xev -event key

I have a question
Do we need to update our HOME config time to time or they automatically gets updated when there is a application update ??
no

xev -event key
ty

no
Dose that mean i can use 2years old config??

Dose that mean i can use 2years old config??
Config of what?

Config of what?
Every config present in HOME directory example everytime firefox get updates i don’t update config manually same with other applications
How do they update there config or do they update or don’t
And suppose when a package update there old features to new features then what happens with the old features config … Dose there old config stays in HOME directory as a Dead Config
And if they update the config automatically in HOME directory then what happens with the changes you make in your Home Directory
I see people don’t update there git bare repo years but they clones everytime when they needs a reset

I’ve been trying to rescue the data on my drive after I’d rm -rf’d most of it and before using ext4magic I’ve been trying to make a backup of whatever is still on the drive using dd. I let it go for hours but then the system randomly reboots stopping everything. Why does this happen?
systems randomly rebooting usually indicate memory issues. could also be cpu temperature issues.

Every config present in HOME directory example everytime firefox get updates i don’t update config manually same with other applications
How do they update there config or do they update or don’t
And suppose when a package update there old features to new features then what happens with the old features config … Dose there old config stays in HOME directory as a Dead Config
And if they update the config automatically in HOME directory then what happens with the changes you make in your Home Directory
I see people don’t update there git bare repo years but they clones everytime when they needs a reset
It 100% depends on the app
After that application works perfectly

systems randomly rebooting usually indicate memory issues. could also be cpu temperature issues.
Is it safe to run badblocks on the drive? Will it overwrite current data?

Is it safe to run badblocks on the drive? Will it overwrite current data?
Don’t run it unless you have a backup

Ok, but how can I check if bad sectors are the issue then?
If your driver supports smart, they could be on the smart log, without you needing to actually run badblocks.

How we can use delete command in linux to delete the files by using date… Instead of file name
there are several file “dates”. there’s ctime, mtime and atime, which one you want to use? find can find files using any of those and then you can execute some command, like rm, on the files you find.

If your driver supports smart, they could be on the smart log, without you needing to actually run badblocks.
It won’t write anything right? Sorry if I’m being paranoid about losing the data that’s on it

It won’t write anything right? Sorry if I’m being paranoid about losing the data that’s on it
No, it won’t: https://wiki.archlinux.org/title/S.M.A.R.T.