a zone for no one and everyone :) Btw this blog is only for adults! Dieser Blog ist nur für Erwachsene!
Deutsche Briefvorlage für Umschläge mit Sichtfenster entsprechend DIN lang (DL) German Letter-Template for envelopes DIN lang (long) (DL)
Quelle: https://extensions.libreoffice.org/en/extensions/show/briefvorlage-din-lang-dl
Edit this file /etc/default/keyboard
Open as sudo or root this file with vim
# vim /etc/default/keyboard
Then for example the 'en' to this
XKBLAYOUT= 'en'
to
XKBLAYOUT= 'de'
:wq
Done
Further reading:
If a stuck pixel occurs on your LCD or OLED display, there might be still a chance to somewhat unstuck that. But if the pixel is really dead i.e. has a hardware failure, there isn't anything you can do.
Here is an good software to determine if your pixel is stuck or dead.
On older Ubuntu systems there was a program called LCDNurse it seems that this project is gone for good :(
But there is still hope, there is a neat web application called jscreenfix
You could try this tool, begin with 10 minutes and hope for the best if this fails. You can go for 15 minutes. If this also fails, you could go for 8 hours. I know, sounds like a little overkill. But who knows ¯_(ツ)_/¯ Good luck. :)
Further reading:
https://www.hecticgeek.com/lcdnurse-stuck-pixel-ubuntu-linux/
https://www.jscreenfix.com/ https://www.whitescreen.org/ an alternativ to this jscreenfix
https://www.wikihow.com/Fix-a-Stuck-Pixel-on-an-LCD-Monitor#step_2_1
http://www.lagom.nl/lcd-test/ A good resource for LCD test images http://www.lagom.nl/lcd-test/all_tests.php#angle_red
https://www.lifewire.com/what-is-a-pixel-1846929
https://community.medion.com/t5/General-Technical-Knowledge-Base/Pixel-Fault-Classes/ta-p/80460
https://en.wikipedia.org/wiki/ISO_9241#ISO-9241-302,_303,_305,_307:2008_pixel_defects
CHIPSEC is a framework for analyzing the security of PC platforms including hardware, system firmware (BIOS/UEFI), and platform components. It includes a security test suite, tools for accessing various low level interfaces, and forensic capabilities. It can be run on Windows, Linux, Mac OS X and UEFI shell. Instructions for installing and using CHIPSEC can be found in the …
Github page: https://github.com/chipsec/chipsec
“Software-based “jailbreak” allowing all ivybridge-based xx30 thinkpads to softmod custom bios images…”
features: – automatic exploit chain unlocking bios region for flashing – model detection and automatic bios flashing – support for custom bios images (coreboot, skulls, heads) – self-signed BIOSes ensure TPM continues working
modded bios includes: – overclocking support (37xx, 38xx, 39xx cpus) – whitelist removal; use any wlan adapter – advanced menu (custom fan curve, tdp, etc) – intel me disablement via advanced menu
Supported Systems
X230 X330* X230t T430 T430s T530 W530
*X330 machines are supported but not automatically detected. They are detected as normal X230 machines. The flashing menu has an additional option to flash a BIOS with the LVDS patch for machines detected as an X230. -i models of the above are also supported because of a shared firmware and motherboard
Page: https://1vyra.in/
A good FAQ by George Kushnir(n4ru): https://medium.com/@n4ru/1vyrain-an-xx30-thinkpad-jailbreak-fd4bb0bdb654
Github Source page: https://github.com/n4ru/1vyrain
A quick explainer on ACPI
So what are DSDTs and SSDTs? Well, these are tables present in your firmware that outline hardware devices like USB controllers, CPU threads, embedded controllers, system clocks and such. A DSDT(Differentiated System Description Table) can be seen as the body holding most of the info with smaller bits of info being passed by the SSDT(Secondary System Description Table). You can think of the DSDT as the building blueprints with SSDTs being sticky notes outlining extra details to the project…
https://dortania.github.io/Getting-Started-With-ACPI/#a-quick-explainer-on-acpi
https://caizhiyuan.gitee.io/opencore-install-guide/extras/big-sur/virtualbox.html
https://developer.apple.com/library/archive/navigation/
https://developer.apple.com/documentation
Apple Open Source –
Part of the XNU kernel is open sourced by Apple, which is also an invaluable resource.