Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8013

Raspberry Pi OS • Re: Change terminal that opens for C-A-T (control-alt-T)

$
0
0
A side note.

From /usr/bin/labwc-pi

Code:

if raspi-config nonint is_pi && ! raspi-config nonint gpu_has_mmu ; then    export WLR_RENDERER=pixmanfi
Apparently WLR_RENDERER=pixman enables software rendering if the board is not a Pi 4 and not a Pi 5 :

https://github.com/RPi-Distro/raspi-con ... onfig#L126

Code:

gpu_has_mmu() {  if is_pifour || is_pifive ; then    return 0  else    return 1  fi}
I was curious to know what it was. :P

Statistics: Posted by manu2007 — Sun Jun 15, 2025 12:37 am



Viewing all articles
Browse latest Browse all 8013

Trending Articles