distribution
distribution copied to clipboard
Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
## Description Clear Linux OS AMI is failing to fully initialize on AWS EC2 7th generation (i7) metal instances, while working correctly on older generation metal instances and virtualized instances....
**Official package name:** btm **License (must be an OSI approved Open Source license):** [MIT license](https://github.com/ClementTsang/bottom#MIT-1-ov-file) **Download URL of latest release:** https://github.com/ClementTsang/bottom/releases/tag/0.10.2 **Latest release date (must be recent):** 2024-08-05 **Description:** >...
Official package name: Gwenview License (must be an OSI approved Open Source license): GNU GPL-2.0 Download URL of latest release: Latest release date (must be recent): 2024-12-12 Description: Gwenview is...
What reasoning of building kernel without many modules Maybe we need to build a lot of drivers as a module I have new server, and i needed mpi3mr driver
Any idea as to what may have caused this GNOME shell crash (see attached, Dec 11 17:21:59)? [crash.txt](https://github.com/user-attachments/files/18103413/crash.txt)
On Baytrail based tablets, there is an issue with the init order of GPIO/PWM drivers for the Crystal Cove PMIC chip. Crystal Cove has to be initialized before i915 in...
Official package name: Hyprland License (must be an OSI approved Open Source license): BSD-3-Clause Download URL of latest release: https://github.com/hyprwm/Hyprland Latest release date (must be recent): Nov 20, 2024 Description:...
## Info **version:** `42680` ## Description Redis, and the bundle `redis-native` has been replaced in recent versions by `valkey`, which seems to be a drop-in FOSS replacement. However, the replacement...
Build `CPython` with `--disable-gil` and `--enable-experimental-jit=yes-off` for better performance.
`--disable-gil` will allow python running in a free-threaded mode, allowing python to utilize multiple cpu core in a single process. This feature seems disabled by default thus not affecting the...