r/openbox

Image 1 —
Image 2 —
Image 3 —
▲ 15 r/openbox+1 crossposts

MABOX OPENBOX 26.4 lstredd (kernel 6.18.18-1 MANJARO) + CONKY in to Old Hardware of 2006 -Infoway ST2242 , Only 300 MB USAGE ! r/MaboxLinux u/DiYDinhoBR ... with a AMD Radeon 9950 RV280 128MB AGP ...

Specifications of Hardware INFOWAY ST2242

System :

Host : infoway-ST2242 Kernel: 6.18.18-1-MANJARO arch: x86_64 bits: 64

DE : Xfce WM: OpenBox v: 3.6.1 WM Theme: MBcolors > with: tint2 LightDM v: 1.32.0

Disto : MaboxLinux 26.04 Istredd > base: Arch Linux

CPU : Intel(R) Pentium(R) D 2.80GHz (2) @ 2.80 GHz

Info : model: Intel Pentium D bits: 64 type: MCP arch: Netburst Presler level: v1

Process : Intel 65nm cpus: 1x dies: 1 clusters: 2 cores: 2

Cache : L1 32 KiB / L2 4 MiB ( 2x2 MiB )

Speed (MHz) : avg: 280 min/max 2800 bogomips: 11199

Memory : System RAM: 2 GB DDR type: SDRAM detail: synchronous used: 380 MB

Graphics : Advanced Micro Devices [AMD/ATI] RV280 [Radeon 9250 - AGP 8X - 128MB - 128Bits ]

API : OpenGL v: 4.5 vendor: mesa v: 26.0.2-arch1.1 glx-v: 1.4

Direct-render: yes renderer: llvmpipe (LLVM 22.1.1 128 bits)

Mobo : Itautec Philco S.A. model: ST 2242 v: INFOWAY ST-2242 Padrao 01(Itautec)

Firmware: BIOS Phoenix v.6.00 PG Date: 14/03/2006

Drives : HDD :

/dev/sda maj-min: 8:0 rage: total: 74.53 GiB used: 9.57 GiB (12.8%)

Maxtor model: STM380215AS ( Maxtor DiamondMax 21 - 3,5' Sata )

Size: 74.53 GiB block-size: physical: 512 logical: 512

HDD rpm :7200 Speed:1.5 Gb/s serial:9QZ7013Y fw-rev:B temp:45Cº scheme: MBR

SMART: yes state: enabled health: PASSED on: 4y 221d 19h

DVDRW :

Optical : /dev/sr0 vendor: LITE-ON model: DVDRW LH-18A1P rev: GL0G

Features: speed: 48 multisession: yes audio: yes dvd: yes

rw: cd-r,cd-rw,dvd-r,dvd-ram

Swap : Kernel: swappiness: 10 (default 60) cache-pressure: 100 (default)

zswap: yes compressor: zstd max-pool: 20%

ID-1: swap-1 type: partition size: 4.21 GiB used: 5 MiB (0.1%)

priority: -2 dev: /dev/sda2 maj-min: 8:2 label: swap

Network : Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet

driver: sis900 IF: enp0s4 state: up speed: 100 Mbps duplex: full

Bash : v.5.3.9 running-in: xfce4-terminal inxi: 3.3.40 ( with inxi -sv8 )

dinhobr@infoway-ST2242 ~ $ tks_ !

u/DiYDinhoBr — 11 days ago

Heya I've been using openbox with tint2 for a little while now. It's mostly been great but I've ran into some issues with tint2 (I figure a lot of people here probably use tint2). I got an LLM to generate some patches that I've been dogfooding for a bit now with no issues. I'm using the https://gitlab.com/nick87720z/tint2 fork, though some of these may or may not work with different forks with some tweaking (some may not really even apply).

All three patches are fixes for the systray, most important are the first two which fix some annoying segfaults I've had. Anyways I'll list each patch + the issue it solves, I may open issues on the gitlab fork for these but this is a bit easier for me right now to just get these out to the community. I hope it helps anyone!

Fix crash when tray client disconnects mid-embed (https://pastebin.com/UxDTv4ML)

tint2 can SIGSEGV when a tray app destroys its window at the wrong moment during startup. Small fix.

Fix regression causing crash on tray client quit (https://pastebin.com/r3yN397K)

A commit in the nick87720z fork removed a `break` statement that was actually necessary, causing tint2 to SIGSEGV when a tray app quits. This patch restores it.

Fix icon overflow when systray_icon_size < panel height (https://pastebin.com/Rq0KrtSa)

If your `systray_icon_size` is smaller than your panel height, the rightmost tray icon gets clipped. One-line fix.

reddit.com
u/zackattackz287 — 14 days ago