mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed alarm/nvidia-trimslice
This commit is contained in:
parent
47bbe36e1c
commit
2478fa1a17
2 changed files with 0 additions and 175 deletions
|
@ -1,56 +0,0 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# Maintainer: Dave Higham <pepedog@archlinuxarm.org>
|
||||
|
||||
# Trim Slice NVidia HardFP drivers, July 26th release
|
||||
# Do not distribute these extensively or expect any support
|
||||
|
||||
buildarch=4
|
||||
|
||||
pkgname=('nvidia-trimslice')
|
||||
pkgver=16.3.0
|
||||
pkgrel=2
|
||||
arch=(armv7h)
|
||||
license=('GPL')
|
||||
url="http://archlinuxarm.org"
|
||||
source=('http://developer.nvidia.com/sites/default/files/akamai/mobile/files/L4T/ventana_Tegra-Linux-R16.3.0_armhf.tbz2'
|
||||
'http://developer.nvidia.com/sites/default/files/akamai/mobile/files/L4T/ventana_Tegra-Linux-codecs-R16.3.0_armhf.tbz2'
|
||||
'http://developer.nvidia.com/sites/default/files/akamai/mobile/files/L4T/ventana_Tegra-Linux-tegra_drv_abi14-R16.3.0_armhf.tbz2'
|
||||
'xorg.conf')
|
||||
md5sums=('d7153fc89610b9bc7a7c8724e4cc4ef2'
|
||||
'029c467589c06c17f3a863d0e1a53325'
|
||||
'ebf0018ec16edb5d0d3f15d8fc042ac0'
|
||||
'55e50a6894b95795732bdbc942e3e016')
|
||||
|
||||
options=('!distcc' '!ccache')
|
||||
|
||||
package() {
|
||||
pkgdesc="Nvidia drivers for the TrimSlice"
|
||||
|
||||
cd ${srcdir}
|
||||
tar xf restricted_codecs.tbz2
|
||||
tar xf tegra_drv_abi_14.tbz2
|
||||
tar xf Linux_for_Tegra/nv_tegra/nvidia_drivers.tbz2
|
||||
mv lib/firmware usr/firmware
|
||||
# mv usr/lib/libjpeg.so usr/lib/nvlibjpeg.so
|
||||
|
||||
mkdir -p opt/nvidia/
|
||||
mv usr/lib/lib* opt/nvidia/
|
||||
|
||||
cd usr/lib/xorg/modules/drivers/
|
||||
ln -s tegra_drv.abi14.so tegra_drv.so
|
||||
cd ../../../../../
|
||||
cp -a usr ${pkgdir}/
|
||||
cp -a opt ${pkgdir}/
|
||||
mkdir -p ${pkgdir}/etc/X11/
|
||||
cp xorg.conf ${pkgdir}/etc/X11/
|
||||
|
||||
mkdir -p ${pkgdir}/usr/bin
|
||||
mv ${pkgdir}/usr/sbin/brcm_patchram_plus ${pkgdir}/usr/bin
|
||||
rm -rf ${pkgdir}/usr/sbin
|
||||
|
||||
# Create lib links
|
||||
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
|
||||
|
||||
# ensure we can load libs
|
||||
echo "/opt/nvidia/" > "${pkgdir}"/etc/ld.so.conf.d/nvidia-trimslice.conf
|
||||
}
|
|
@ -1,119 +0,0 @@
|
|||
Section "Monitor"
|
||||
|
||||
Identifier "HDMI"
|
||||
# ModeLine "1280x720" 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
|
||||
# ModeLine "720x480" 26.72 720 736 808 896 480 481 484 497 -HSync +Vsync
|
||||
# ModeLine "640x480" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
|
||||
# ModeLine "720x576" 32.67 720 744 816 912 576 577 580 597 -HSync +Vsync
|
||||
# ModeLine "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
|
||||
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "TFTLCD"
|
||||
# HorizSync 28.0 - 100.0
|
||||
# VertRefresh 43.0 - 72.0
|
||||
# ModeLine "800x600" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
|
||||
# ModeLine "1280x960" 102.10 1280 1360 1496 1712 960 961 964 994 -HSync +Vsync
|
||||
# ModeLine "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
|
||||
# ModeLine "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
|
||||
EndSection
|
||||
|
||||
Section "Device"
|
||||
|
||||
Identifier "Tegra HDMI"
|
||||
Driver "tegra"
|
||||
|
||||
# VirtualDesktop indicates which virtual desktops should be used by X.
|
||||
# X will use the specified virtual desktop *and* the next one. In
|
||||
# order for an external app to share a display with the X server, it
|
||||
# needs to use the same virtual desktop. Valid values are integers 0
|
||||
# (default) or 1.
|
||||
|
||||
# Option "VirtualDesktop" "1"
|
||||
|
||||
# OverlayDepth is a 32-bit integer which is used to control overlay
|
||||
# stacking order. The overlay with the lowest depth is in front of
|
||||
# all others. This value has meaning only when multiple overlays are
|
||||
# present on a display.
|
||||
|
||||
# Option "OverlayDepth" "255"
|
||||
|
||||
# OverlayCombineMode determines how the X overlay is combined with the
|
||||
# overlay behind it during scanout. Available modes are: Opaque
|
||||
# (default), SourceAlphaBlend, and PremultSourceAlphaBlend. This
|
||||
# value has meaning only when an external process has created a
|
||||
# display which is behind the X server.
|
||||
|
||||
# Option "OverlayCombineMode" "PremultSourceAlphaBlend"
|
||||
|
||||
# ARGBHWCursor controls whether the X driver uses an overlay to
|
||||
# display 32-bit "true-color" cursors, or whether such cursors are
|
||||
# emulated in software. Valid values are "true" (default) to enable
|
||||
# hardware cursors, and "false" to disable them.
|
||||
|
||||
Option "ARGBHWCursor" "false"
|
||||
|
||||
EndSection
|
||||
|
||||
Section "Device"
|
||||
|
||||
Identifier "Tegra Internal"
|
||||
Driver "tegra"
|
||||
|
||||
Option "ARGBHWCursor" "false"
|
||||
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
|
||||
Identifier "Screen HDMI"
|
||||
Device "Tegra HDMI"
|
||||
Monitor "HDMI"
|
||||
|
||||
DefaultDepth 24
|
||||
|
||||
SubSectionSub "Display"
|
||||
Depth 24
|
||||
ViewPort 0 0
|
||||
Virtual 3600 1080
|
||||
EndSubsection
|
||||
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
|
||||
Identifier "Screen Internal"
|
||||
Device "Tegra Internal"
|
||||
Monitor "TFTLCD"
|
||||
|
||||
DefaultDepth 24
|
||||
|
||||
SubSectionSub "Display"
|
||||
Depth 24
|
||||
ViewPort 0 0
|
||||
EndSubsection
|
||||
|
||||
EndSection
|
||||
|
||||
Section "ServerLayout"
|
||||
|
||||
Identifier "HDMI"
|
||||
Screen "Screen HDMI"
|
||||
|
||||
EndSection
|
||||
|
||||
#Section "ServerLayout"
|
||||
|
||||
# Identifier "Internal"
|
||||
# Screen "Screen Internal"
|
||||
|
||||
#EndSection
|
||||
|
||||
#Section "ServerLayout"
|
||||
|
||||
# Identifier "DualView"
|
||||
# Screen "Screen Internal"
|
||||
# Screen "Screen HDMI" RightOf "Screen Internal"
|
||||
|
||||
#EndSection
|
Loading…
Reference in a new issue