Skip to content

Commit

Permalink
nero bumps and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Mar 14, 2024
1 parent 322b81d commit 0a6952a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"device": "/dev/dri/card1",
"outputs": [
{
"name": "HDMI0",
"mode": "800x480", "primary":true
}
]
"device": "/dev/dri/by-path/platform-gpu-card",
"outputs": [
{
"name": "HDMI0",
"mode": "800x480",
"primary": true
}
]
}
2 changes: 1 addition & 1 deletion odysseus/odysseus_tree/package/nero2/S99nero2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ case "$1" in
start)
echo "Starting nero2..."
# start (S) executable (x) in background (b), make pid file (m) at p
QT_QPA_EGLFS_NO_LIBINPUT=1 QT_QPA_EVDEV_KEYBOARD_PARAMETERS=grab=1 QT_QPA_EGLFS_KMS_CONFIG=$KMS_EGLFS_CONF_FILE start-stop-daemon -S -x "$EXECUTABLE" -b -m -p "$PIDFILE" -- --platform eglfs
QT_QPA_EGLFS_ALWAYS_SET_MODE=1 QT_QPA_EGLFS_NO_LIBINPUT=1 QT_QPA_EVDEV_KEYBOARD_PARAMETERS=grab=1 QT_QPA_EGLFS_KMS_CONFIG=$KMS_EGLFS_CONF_FILE start-stop-daemon -S -x "$EXECUTABLE" -b -m -p "$PIDFILE" -- --platform eglfs
;;
stop)
echo "Stopping nero2..."
Expand Down

0 comments on commit 0a6952a

Please sign in to comment.