mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
creating alarm/odroid-x-hdmi for easy install of xorg settings to specify the separate framebuffer that the HDMI uses
This commit is contained in:
parent
4e43969f33
commit
539049eeb9
2 changed files with 26 additions and 0 deletions
16
alarm/odroix-x-hdmi/PKGBUILD
Normal file
16
alarm/odroix-x-hdmi/PKGBUILD
Normal file
|
@ -0,0 +1,16 @@
|
|||
buildarch=4
|
||||
pkgname=('odroid-x-hdmi')
|
||||
pkgver=20121124
|
||||
pkgrel=1
|
||||
pkgdesc="xorg.conf for HDMI output on the HardKernel ODROID-X"
|
||||
arch=('armv7h')
|
||||
url="http://www.archlinuxarm.org/platforms/armv7/odroid-x"
|
||||
license=('GPL')
|
||||
depends=('xf86-video-fbdev' 'xorg-server' 'xorg-xinit' 'xorg-utils' 'xorg-server-utils')
|
||||
source=(xorg.conf)
|
||||
md5sums=('a7b2918356666a3804ada8e9ef5c460d')
|
||||
|
||||
build() {
|
||||
mkdir -p "$pkgdir/etc/X11/"
|
||||
install -m644 "$srcdir/xorg.conf" "$pkgdir/etc/X11/"
|
||||
}
|
10
alarm/odroix-x-hdmi/xorg.conf
Normal file
10
alarm/odroix-x-hdmi/xorg.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
Section "Device"
|
||||
identifier "HDMI"
|
||||
Driver "fbdev"
|
||||
Option "fbdev" "/dev/fb1"
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
identifier "Default Screen"
|
||||
Device "HDMI"
|
||||
EndSection
|
Loading…
Reference in a new issue