Merge pull request #2674 from fewtarius/dev
Recommended changes (Weston/panfrost)
This commit is contained in:
commit
1fea456846
8 changed files with 19 additions and 6 deletions
|
@ -156,7 +156,7 @@ fi
|
|||
fi
|
||||
|
||||
#Set OpenGL 3.3 on panfrost
|
||||
export PAN_MESA_DEBUG=gl3,gofaster
|
||||
export PAN_MESA_DEBUG=${PAN_MESA_DEBUG},gl3
|
||||
|
||||
#Set QT enviornment to wayland
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
|
|
|
@ -42,9 +42,6 @@ fi
|
|||
sed -i '/^ScreenVSync=/c\ScreenVSync=1' /storage/.config/melonDS/melonDS.ini
|
||||
fi
|
||||
|
||||
#Set OpenGL 3.3 on panfrost
|
||||
export PAN_MESA_DEBUG=gl3,gofaster
|
||||
|
||||
#Set QT Platform to Wayland
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
|
||||
|
|
4
packages/hardware/quirks/platforms/RK3326/041-panfrost
Normal file
4
packages/hardware/quirks/platforms/RK3326/041-panfrost
Normal file
|
@ -0,0 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
export PAN_MESA_DEBUG=forcepack
|
4
packages/hardware/quirks/platforms/RK3399/041-panfrost
Normal file
4
packages/hardware/quirks/platforms/RK3399/041-panfrost
Normal file
|
@ -0,0 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
export PAN_MESA_DEBUG=forcepack
|
4
packages/hardware/quirks/platforms/RK3588/041-panfrost
Normal file
4
packages/hardware/quirks/platforms/RK3588/041-panfrost
Normal file
|
@ -0,0 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
export PAN_MESA_DEBUG=forcepack,gofaster
|
4
packages/hardware/quirks/platforms/S922X/041-panfrost
Normal file
4
packages/hardware/quirks/platforms/S922X/041-panfrost
Normal file
|
@ -0,0 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
export PAN_MESA_DEBUG=forcepack
|
|
@ -42,7 +42,7 @@ PKG_MESON_OPTS_TARGET+=" -Dbackend-drm=true \
|
|||
-Dlauncher-libseat=true \
|
||||
-Dimage-jpeg=true \
|
||||
-Dimage-webp=true \
|
||||
-Dtools=['terminal']
|
||||
-Dtools=['terminal','debug','info']
|
||||
-Ddemo-clients=true \
|
||||
-Dsimple-clients=[] \
|
||||
-Dresize-pool=false \
|
||||
|
|
|
@ -10,7 +10,7 @@ Environment=LANG=C
|
|||
Environment=XDG_RUNTIME_DIR=/var/run/0-runtime-dir
|
||||
WorkingDirectory=/storage
|
||||
ExecStartPre=-/usr/lib/weston/weston-config
|
||||
ExecStart=/usr/bin/weston --log=/var/log/weston.log
|
||||
ExecStart=/usr/bin/weston --flight-rec-scopes= --log=/var/log/weston.log
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
|
||||
|
|
Loading…
Reference in a new issue