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
Proton 4: `Error: Unable to open SDL: x11 not available` Latest proton: `GE-Proton8-25/files/bin/wine: symbol lookup error: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libGL.so.1: undefined symbol: xcb_dri3_id` Affected games: "Pathologit Classic HD", "The Night of the Rabbit"....
I've added `systemd.unified_cgroup_hierarchy=1` to `/etc/kernel/cmdline.d/unified-cgroups.conf` and `clr-service-restart` stopped working with `opendir(): No such file or directory` It seems that it tries to access `/sys/fs/cgroup/systemd/system.slice`, which does not exist with unified...
Hello, I have spent many hours today investigating this issue. I have a ClearLinux server on a mini PC. This PC has a Realtek rtl8168h Ethernet Interface. Ever since what...
Dear Clear Linux community **Problem** Every now and then the hardware keyboard fails. If I start the console, it does not work. If I start a new window in...
Hi, I am on the following system: ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS" ``` and experiencing 2 processes running 100% CPU, similar to issue #2764 I have run strace...
I'm trying to build a zfs package but the path /usr/src is a banned path. Where should this be located in CL? What is the correct path?
Official package name: mergerfs and mergerfs-tools License (must be an OSI approved Open Source license): ISC Download URL of latest release: https://github.com/trapexit/mergerfs/releases Latest release date (must be recent): 2023/10/29 Description:...
Using the following link to enable remote X-windows type of GUI access to server, remotely. The following URL used as a guide: URL: https://discussion.fedoraproject.org/t/how-to-start-vnc-server-for-running-session-wayland/78971/7 Used the following how-to for setting...
Hi there Clear Linux Team, considering CLR is aggressively following the release cadence of MESA may it be possible to start building the whole package with RUSTICL enabled? > gallium-rusticl...
Source: https://gist.githubusercontent.com/miguelmartin75/6946310/raw/544b3c409e9e2716d8a6b16ea2ce5cdb3aa7acee/SDL2.cpp **32 bit** `clang++ SDL2.cpp -L/usr/lib32/ -O0 -m32 -lSDL2 -lGL -o sdl2test32` **64 bit** `clang++ SDL2.cpp -O0 -lSDL2 -lGL -o sdl2test` ```gdb Program received signal SIGSEGV, Segmentation fault. 0x00000000...