Skip to content

Commit

Permalink
Use proprietary GPU driver package that includes tegra xorg config
Browse files Browse the repository at this point in the history
  • Loading branch information
RaumZeit committed Dec 27, 2016
1 parent 7870849 commit 80eb841
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@ start_progress "Installing proprietary NVIDIA drivers"

cat > ${MY_CHROOT_DIR}/install-tegra.sh << EOF
packages=(gpu-nvidia-tegra-k1-nvrm-21.5.0-2-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-x11-21.5.0-2-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-openmax-21.5.0-2-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-openmax-codecs-21.5.0-2-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-libcuda-21.5.0-2-armv7h.pkg.tar.xz)
packages=(gpu-nvidia-tegra-k1-nvrm-21.5.0-3-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-x11-21.5.0-3-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-openmax-21.5.0-3-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-openmax-codecs-21.5.0-3-armv7h.pkg.tar.xz
gpu-nvidia-tegra-k1-libcuda-21.5.0-3-armv7h.pkg.tar.xz)
cd /tmp
Expand All @@ -281,8 +281,6 @@ EOF

exec_in_chroot install-tegra.sh

cp /etc/X11/xorg.conf.d/tegra.conf ${MY_CHROOT_DIR}/usr/share/X11/xorg.conf.d/

end_progress

}
Expand Down

0 comments on commit 80eb841

Please sign in to comment.