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
Commits
6374a1aa
Unverified
Commit
6374a1aa
authored
3 years ago
by
Mighty
Committed by
Oliver Smith
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
samsung-espresso3g: Fix Xorg (with our kernel) (MR 2822)
parent
6078e517
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#194653
passed
3 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/community/device-samsung-espresso3g/APKBUILD
+10
-3
10 additions, 3 deletions
device/community/device-samsung-espresso3g/APKBUILD
device/community/device-samsung-espresso3g/xorg.conf
+12
-0
12 additions, 0 deletions
device/community/device-samsung-espresso3g/xorg.conf
with
22 additions
and
3 deletions
device/community/device-samsung-espresso3g/APKBUILD
+
10
−
3
View file @
6374a1aa
...
...
@@ -3,15 +3,15 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname
=
device-samsung-espresso3g
pkgdesc
=
"Samsung Galaxy Tab 2 (7.0 inch)"
pkgver
=
0.2
pkgrel
=
1
pkgver
=
3
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"armv7"
options
=
"!check !archcheck"
depends
=
"postmarketos-base postmarketos-update-kernel linux-samsung-espresso3g mkbootimg"
makedepends
=
"devicepkg-dev"
source
=
"deviceinfo"
source
=
"deviceinfo
xorg.conf
"
subpackages
=
"
$pkgname
-nonfree-firmware:nonfree_firmware
$pkgname
-nonfree-userland:nonfree_userland"
build
()
{
...
...
@@ -43,6 +43,13 @@ phosh() {
"
$subpkgdir
"
/usr/share/phosh/phoc.ini
}
x11
()
{
install_if
=
"
$pkgname
xorg-server"
install
-Dm644
"
$srcdir
"
/xorg.conf
\
"
$subpkgdir
"
/etc/X11/xorg.conf.d/99-modesetting.conf
}
sha512sums
=
"
41897ea67a1773023269a37aab57dc6a60e6804319ae329ce355cac464809c16699262dca1f4b1895b01e9e20bfc640ce3577ac0703a33ba2201555e4d0f28f9 deviceinfo
41f0d61da6f5029be51396fdcdc91aa241c47825adc32cc03f81d1c2ada633f1e293a03dd3ed75a7e8c3e2d960aec889ecdb3af7db5f106444c06f4f6c45debd xorg.conf
"
This diff is collapsed.
Click to expand it.
device/community/device-samsung-espresso3g/xorg.conf
0 → 100644
+
12
−
0
View file @
6374a1aa
Section
"Device"
Identifier
"DSI-1"
Driver
"modesetting"
Option
"kmsdev"
"/dev/dri/by-path/platform-omapdrm.0-card"
Option
"AccelMethod"
"none"
Option
"Atomic"
"on"
Option
"VariableRefresh"
"on"
EndSection
Section
"ServerFlags"
Option
"AutoAddGPU"
"false"
EndSection
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment