Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
b150f909
You need to sign in or sign up before continuing.
Commit
b150f909
authored
Aug 02, 2019
by
Anton Midyukov
Committed by
Michael Shigorin
Sep 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
armh-mcom02: use xorg-drv-fbturbo
xorg-drv-fbturbo is recommended by ELVIS and supports working with the proprietary mali driver.
parent
e09d7bef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
config.mk
features.in/armh-mcom02/config.mk
+3
-0
90-fbturbo
features.in/armh-mcom02/image-scripts.d/90-fbturbo
+13
-0
No files found.
features.in/armh-mcom02/config.mk
View file @
b150f909
...
@@ -4,4 +4,7 @@ use/armh-mcom02: use/uboot use/tty/S0
...
@@ -4,4 +4,7 @@ use/armh-mcom02: use/uboot use/tty/S0
@$(call add_feature)
@$(call add_feature)
@$(call set,KFLAVOURS,mcom02)
@$(call set,KFLAVOURS,mcom02)
@$(call add,THE_PACKAGES,u-boot-mcom02-firmware-tools u-boot-mcom02)
@$(call add,THE_PACKAGES,u-boot-mcom02-firmware-tools u-boot-mcom02)
use/armh-mcom02/x11: use/armh-mcom02
@$(call add,THE_PACKAGES,xorg-drv-fbturbo)
endif
endif
features.in/armh-mcom02/image-scripts.d/90-fbturbo
0 → 100755
View file @
b150f909
#!/bin/sh -x
[
-d
/etc/X11/xorg.conf.d
]
||
exit
0
cat
>
/etc/X11/xorg.conf.d/10-monitor.conf
<<
EOF
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Card0"
Driver "fbturbo"
EndSection
EOF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment