mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/nvidia-trimslice to 15.1.0-1 (fixes #210)
This commit is contained in:
parent
38d4da2e25
commit
d7c2c4bb21
2 changed files with 25 additions and 60 deletions
|
@ -3,29 +3,24 @@
|
||||||
# Trim Slice NVidia HardFP drivers, July 26th release
|
# Trim Slice NVidia HardFP drivers, July 26th release
|
||||||
# Do not distribute these extensively or expect any support
|
# Do not distribute these extensively or expect any support
|
||||||
|
|
||||||
noautobuild=1
|
buildarch=4
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=('nvidia-trimslice')
|
pkgname=('nvidia-trimslice')
|
||||||
pkgver=0.0.19
|
pkgver=15.1.0
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=(armv7h)
|
arch=(armv7h)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="http://archlinuxarm.org"
|
url="http://archlinuxarm.org"
|
||||||
source=(hardfp.zip
|
source=('http://archlinuxarm.org/builder/src/ventana_nv-tegra_base_R15-Beta.1.0_armhf.tar.xz'
|
||||||
xorg.conf)
|
'xorg.conf')
|
||||||
md5sums=('dc646d02c4021c5e29b3ed6553b2ebca'
|
md5sums=('b81218af9f6b7f05047bf27fccfc19a5'
|
||||||
'3b4f07e7555b5b66789aade7805f8986')
|
'0b9ab7162a59d80a2f7487561ee088d1')
|
||||||
options=('!distcc' '!ccache')
|
options=('!distcc' '!ccache')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
pkgdesc="Nvidia drivers for the TrimSlice"
|
pkgdesc="Nvidia drivers for the TrimSlice"
|
||||||
|
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
tar xjf tegra-drivers-abi10-0.0.19.tbz2
|
|
||||||
tar xjf opengles-0.0.19.tbz2
|
|
||||||
tar xjf openmax-0.0.19.tbz2
|
|
||||||
tar xjf nvrm-0.0.19.tbz2
|
|
||||||
cp -a usr lib ${pkgdir}/
|
cp -a usr lib ${pkgdir}/
|
||||||
mkdir -p ${pkgdir}/etc/X11/
|
mkdir -p ${pkgdir}/etc/X11/
|
||||||
cp xorg.conf ${pkgdir}/etc/X11/
|
cp xorg.conf ${pkgdir}/etc/X11/
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
Section "Monitor"
|
# This is the minimal configuration necessary to use the Tegra driver.
|
||||||
Identifier "HDMI"
|
# Please refer to the xorg.conf man page for more configuration
|
||||||
HorizSync 28.0 - 100.0
|
# options provided by the X server, including display-related options
|
||||||
VertRefresh 43.0 - 75.0
|
# provided by RandR 1.2 and higher.
|
||||||
|
|
||||||
|
# Disable extensions not useful on Tegra.
|
||||||
|
Section "Module"
|
||||||
|
Disable "dri"
|
||||||
|
Disable "dri2"
|
||||||
|
Disable "glx"
|
||||||
|
SubSectionSub "extmod"
|
||||||
|
Option "omit xfree86-dga"
|
||||||
|
EndSubSection
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Device"
|
Section "Device"
|
||||||
|
Identifier "Tegra"
|
||||||
Identifier "Tegra HDMI"
|
Driver "tegra"
|
||||||
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
|
# OverlayDepth is a 32-bit integer which is used to control overlay
|
||||||
# stacking order. The overlay with the lowest depth is in front of
|
# stacking order. The overlay with the lowest depth is in front of
|
||||||
|
@ -24,40 +24,10 @@ Section "Device"
|
||||||
|
|
||||||
# Option "OverlayDepth" "255"
|
# 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
|
# ARGBHWCursor controls whether the X driver uses an overlay to
|
||||||
# display 32-bit "true-color" cursors, or whether such cursors are
|
# display 32-bit "true-color" cursors, or whether such cursors are
|
||||||
# emulated in software. Valid values are "true" (default) to enable
|
# emulated in software. Valid values are "true" to enable hardware
|
||||||
# hardware cursors, and "false" to disable them.
|
# cursors, and "false" (default) to disable them.
|
||||||
|
|
||||||
Option "ARGBHWCursor" "false"
|
|
||||||
|
|
||||||
EndSection
|
# Option "ARGBHWCursor"
|
||||||
|
|
||||||
|
|
||||||
Section "Screen"
|
|
||||||
|
|
||||||
Identifier "Screen HDMI"
|
|
||||||
Device "Tegra HDMI"
|
|
||||||
Monitor "HDMI"
|
|
||||||
|
|
||||||
DefaultDepth 24
|
|
||||||
|
|
||||||
SubSectionSub "Display"
|
|
||||||
Depth 24
|
|
||||||
ViewPort 0 0
|
|
||||||
EndSubsection
|
|
||||||
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section "ServerLayout"
|
|
||||||
Identifier "HDMI"
|
|
||||||
Screen "Screen HDMI"
|
|
||||||
EndSection
|
EndSection
|
||||||
|
|
Loading…
Reference in a new issue