Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Merge requests
!5868
device-nokia-n900: various fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
device-nokia-n900: various fixes
sicelo/pmaports:upd900
into
master
Overview
0
Commits
5
Pipelines
4
Changes
9
Merged
sicelo
requested to merge
sicelo/pmaports:upd900
into
master
3 months ago
Overview
0
Commits
5
Pipelines
4
Changes
9
Expand
See individual commits for explanations
0
0
Merge request reports
Compare
master
version 3
51d4e11f
3 months ago
version 2
e84dd7ff
3 months ago
version 1
1067c1d8
3 months ago
master (base)
and
latest version
latest version
5f059f95
5 commits,
3 months ago
version 3
51d4e11f
5 commits,
3 months ago
version 2
e84dd7ff
5 commits,
3 months ago
version 1
1067c1d8
5 commits,
3 months ago
9 files
+
53
−
187
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
device/community/device-nokia-n900/sxmo/deviceprofile.sh deleted
100644 → 0
+
0
−
20
Options
#!/bin/sh
# SPDX-License-Identifier: AGPL-3.0-only
# Copyright 2022 Sxmo Contributors
export
WLR_RENDERER
=
pixman
export
SXMO_LYSTI_LEDS
=
1
export
SXMO_POWER_BUTTON
=
"0:0:twl_pwrbutton"
export
SXMO_TOUCHSCREEN_ID
=
"TSC2005 touchscreen"
export
SXMO_SWAY_SCALE
=
"1.5"
#on N900 these two are swaped
export
SXMO_BEMENU_LANDSCAPE_LINES
=
"10"
export
SXMO_BEMENU_PORTRAIT_LINES
=
"8"
export
SXMO_DMENU_LANDSCAPE_LINES
=
"10"
export
SXMO_DMENU_PORTRAIT_LINES
=
"6"
export
SXMO_ROTATE_DIRECTION
=
"left"
export
SXMO_KEYBOARD_SLIDER_EVENT_DEVICE
=
"/dev/input/by-path/platform-gpio_keys-event"
export
SXMO_KEYBOARD_SLIDER_CLOSE_EVENT
=
"*code 10 (SW_KEYPAD_SLIDE), value 0*"
export
SXMO_KEYBOARD_SLIDER_OPEN_EVENT
=
"*code 10 (SW_KEYPAD_SLIDE), value 1*"
# modem is only supported via ofono, not modemmanager
export
SXMO_NO_MODEM
=
1
Loading