It's a little sad but mostly funny that X11 is just fucking dying and no one is really that interested in saving it. Like you had a good run and solved a lot of problems but my god we finally have an alternative that doesn't carry so much baggage.
seen from China

seen from United States

seen from Kazakhstan

seen from Malaysia
seen from China
seen from United States

seen from Singapore
seen from Malaysia
seen from Netherlands
seen from United States
seen from China

seen from Netherlands

seen from France
seen from United States
seen from China

seen from Malaysia
seen from Thailand

seen from Germany
seen from China
seen from France
It's a little sad but mostly funny that X11 is just fucking dying and no one is really that interested in saving it. Like you had a good run and solved a lot of problems but my god we finally have an alternative that doesn't carry so much baggage.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Fixing XORG/MESA crashes on My Thinkpad X201
Introduction
I've recently aqcuired a Thinkpad X201. It features an Intel Core i5 520M and the integrated Intel Graphics Media Accelerator HD GPU, which should be plenty for some light browsing and word processing on Debian.
The Installation of the Operating System (Debian 12 "Bookworm" with the Mate Desktop) went smoothly and my spirits were high when I suddenly got catapulted back to the login screen after trying to copy some arbitrary textfile from my NAS to a local folder.
Because I have become kind of lazy in regards to sysadmin related activities I did some distrohopping (Arch, OpenSUSE) and tried multiple desktops (Mate, KDE, XFCE) but the problem persisted so I had to dive deeper.
The root cause (funny cuz Linux)
After some research this seemed to be a relativly common bug on these older Intel iGPUs that could be fixed by enabling the "TearFree" option of the driver using a custom /etc/X11/xorg.conf.d/20-intel.conf like so:
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" EndSection
However, creating that custom config with the above content led to me not getting any graphical user interface at all, just the good old fashioned console login prompt.
After digging deeper it turns out MESA (which is used by X11 to display graphics) removed legacy INTEL drivers starting with version 22. They are supposed to be replaced by something called "crocus", but that doesn't support options such as "TearFree".
The Solution
The solution for this problem is called Mesa Amber, a branch of mesa based on the latest 21.x version and therefore still containing the legacy drivers. Some Distributions (like Arch) have a ready to use package for it, but Debian does not. It does however exist as source code. Therefore:
Building and installing from source
Depending on your configuration, execute these commands with sudo or as root when necessary
apt install git build-essential devscripts git clone https://salsa.debian.org/xorg-team/lib/mesa-amber.git cd mesa-amber mk-build-deps --install --remove rm mesa-amber-build-deps* debuild -us -uc cd .. apt install *.deb
As a final step, add MESA_LOADER_DRIVER_OVERRIDE=i965 to /etc/environment and create the file /etc/X11/xorg.conf.d/20-intel.conf with the content mentioned before: Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" EndSection After a reboot, your system should use the old driver and not crash anymore.
Source (Devuan Forum) Let me know if I made any mistakes!
Выпущен XWayland 23.2
Выпущен XWayland 23.2 для сервера X.Org Server, обеспечивающий поддержку окон/клиентов X11 в композиторах Wayland, с функциями управления разрывом, изменяемым корневым элементом, поддержкой EI.
https://www.gamebuntu.ru/news/vypuschen-xwayland-23-2/
I thought Twitter's "X" looked familiar.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
X.Org Server 21.1 Development Snapshot Released
X.Org Server 21.1 Development Snapshot Released
There hasn’t been a major X.Org Server release since v1.20 three years ago and not much interest in seeing a new release with more Linux distributions switching to Wayland-based desktops and XWayland recently seeing its own standalone releases. But now there is an X.Org Server 21.1 development release as the first step towards a possible new stable release in the future. X.Org Server 21.1 is the…
View On WordPress
X.Org Server 1.20.8 liberado
O X.Org Server 1.20.8 foi lançado como a versão pontual mais recente para esta ramificação estável atual. O X.Org Server 1.20.8 traz várias correções, ainda não havendo sinal de que o X.Org Server 1.21 esteja se preparando para a liberação.
X.Org Server 1.20.8 liberado mas não há sinals do X.Org Server 1.21
O início de maio marca dois anos desde o lançamento do X.Org Server 1.20 e sem nenhum…
View On WordPress
Wayland adiciona suporte ao sistema Meson Build e X.Org Server 1.20.7 lançado
Wayland adiciona suporte ao sistema Meson Build e X.Org Server 1.20.7 lançado
O Wayland em Weston usa o sistema de compilação Meson há cerca de um ano. Porém, apenas esta semana o próprio Wayland teve finalmente o suporte a Meson introduzido. O Wayland adicionou o suporte ao sistema de compilação Meson pelos mesmos motivos que a maioria dos projetos: tempos de compilação mais rápidos, mais limpos que o GNU Autotoolse tende a funcionar melhor em outras plataformas,…
View On WordPress