Merge pull request #12508 from heydojo/ati-drivers-backport
ati-drivers: Restore opengl & direct rendering
This commit is contained in:
commit
34769a3d72
@ -6,15 +6,14 @@ set -x
|
|||||||
|
|
||||||
die(){ echo $@; exit 1; }
|
die(){ echo $@; exit 1; }
|
||||||
|
|
||||||
# custom unpack:
|
mkdir fglrx # custom unpack:
|
||||||
mkdir fglrx
|
|
||||||
cd fglrx
|
cd fglrx
|
||||||
unzip $src
|
unzip $src
|
||||||
cd ..
|
cd ..
|
||||||
run_file=$(echo fglrx/amd-driver-installer-*)
|
run_file=$(echo fglrx/amd-driver-installer-*)
|
||||||
sh $run_file --extract .
|
sh $run_file --extract .
|
||||||
|
|
||||||
eval "$patchPhase"
|
eval "$patchPhase1"
|
||||||
|
|
||||||
case "$system" in
|
case "$system" in
|
||||||
x86_64-linux)
|
x86_64-linux)
|
||||||
@ -31,6 +30,7 @@ case "$system" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Handle/Build the kernel module.
|
# Handle/Build the kernel module.
|
||||||
|
|
||||||
if test -z "$libsOnly"; then
|
if test -z "$libsOnly"; then
|
||||||
|
|
||||||
kernelVersion=$(cd ${kernel}/lib/modules && ls)
|
kernelVersion=$(cd ${kernel}/lib/modules && ls)
|
||||||
@ -41,6 +41,7 @@ if test -z "$libsOnly"; then
|
|||||||
# current kbuild infrastructure allows using CONFIG_* defines
|
# current kbuild infrastructure allows using CONFIG_* defines
|
||||||
# but ati sources don't use them yet..
|
# but ati sources don't use them yet..
|
||||||
# copy paste from make.sh
|
# copy paste from make.sh
|
||||||
|
|
||||||
setSMP(){
|
setSMP(){
|
||||||
|
|
||||||
linuxincludes=$kernelBuild/include
|
linuxincludes=$kernelBuild/include
|
||||||
@ -68,7 +69,6 @@ if test -z "$libsOnly"; then
|
|||||||
if [ "$SMP" = 0 ]; then
|
if [ "$SMP" = 0 ]; then
|
||||||
echo "assuming default: SMP=$SMP"
|
echo "assuming default: SMP=$SMP"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# act on final result
|
# act on final result
|
||||||
if [ ! "$SMP" = 0 ]; then
|
if [ ! "$SMP" = 0 ]; then
|
||||||
smp="-SMP"
|
smp="-SMP"
|
||||||
@ -147,19 +147,15 @@ if test -z "$libsOnly"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
{ # install
|
{ # install
|
||||||
|
|
||||||
mkdir -p $out/lib/xorg
|
mkdir -p $out/lib/xorg
|
||||||
|
|
||||||
cp -r common/usr/include $out
|
cp -r common/usr/include $out
|
||||||
cp -r common/usr/sbin $out
|
cp -r common/usr/sbin $out
|
||||||
cp -r common/usr/share $out
|
cp -r common/usr/share $out
|
||||||
cp -r common/usr/X11R6 $out
|
mkdir $out/bin/
|
||||||
|
cp -f common/usr/X11R6/bin/* $out/bin/
|
||||||
# cp -r arch/$arch/lib $out/lib
|
# cp -r arch/$arch/lib $out/lib
|
||||||
|
|
||||||
# what are those files used for?
|
# what are those files used for?
|
||||||
cp -r common/etc $out
|
cp -r common/etc $out
|
||||||
|
|
||||||
cp -r $DIR_DEPENDING_ON_XORG_VERSION/usr/X11R6/$lib_arch/* $out/lib/xorg
|
cp -r $DIR_DEPENDING_ON_XORG_VERSION/usr/X11R6/$lib_arch/* $out/lib/xorg
|
||||||
|
|
||||||
# install kernel module
|
# install kernel module
|
||||||
@ -179,30 +175,26 @@ fi
|
|||||||
cp -r $TMP/arch/$arch/usr/X11R6/$lib_arch/modules/dri/* $out/lib
|
cp -r $TMP/arch/$arch/usr/X11R6/$lib_arch/modules/dri/* $out/lib
|
||||||
cp -r $TMP/arch/$arch/usr/X11R6/$lib_arch/*.so* $out/lib
|
cp -r $TMP/arch/$arch/usr/X11R6/$lib_arch/*.so* $out/lib
|
||||||
cp -r $TMP/arch/$arch/usr/X11R6/$lib_arch/fglrx/fglrx-libGL.so.1.2 $out/lib/fglrx-libGL.so.1.2
|
cp -r $TMP/arch/$arch/usr/X11R6/$lib_arch/fglrx/fglrx-libGL.so.1.2 $out/lib/fglrx-libGL.so.1.2
|
||||||
|
|
||||||
cp -r $TMP/arch/$arch/usr/$lib_arch/* $out/lib
|
cp -r $TMP/arch/$arch/usr/$lib_arch/* $out/lib
|
||||||
|
|
||||||
# cp -r $TMP/arch/$arch/usr/$lib_arch/* $out/lib
|
|
||||||
ln -s libatiuki.so.1.0 $out/lib/libatiuki.so.1
|
ln -s libatiuki.so.1.0 $out/lib/libatiuki.so.1
|
||||||
ln -s fglrx-libGL.so.1.2 $out/lib/libGL.so.1
|
ln -s fglrx-libGL.so.1.2 $out/lib/libGL.so.1
|
||||||
ln -s fglrx-libGL.so.1.2 $out/lib/libGL.so
|
ln -s fglrx-libGL.so.1.2 $out/lib/libGL.so
|
||||||
|
# FIXME : This file is missing or has changed versions
|
||||||
ln -s libfglrx_gamma.so.1.0 $out/lib/libfglrx_gamma.so.1
|
#ln -s libfglrx_gamma.so.1.0 $out/lib/libfglrx_gamma.so.1
|
||||||
# make xorg use the ati version
|
# make xorg use the ati version
|
||||||
ln -s $out/lib/xorg/modules/extensions/{fglrx/fglrx-libglx.so,libglx.so}
|
ln -s $out/lib/xorg/modules/extensions/{fglrx/fglrx-libglx.so,libglx.so}
|
||||||
|
|
||||||
# Correct some paths that are hardcoded into binary libs.
|
# Correct some paths that are hardcoded into binary libs.
|
||||||
if [ "$arch" == "x86_64" ]; then
|
if [ "$arch" == "x86_64" ]; then
|
||||||
for lib in \
|
for lib in \
|
||||||
lib/xorg/modules/extensions/fglrx/fglrx-libglx.so \
|
xorg/modules/extensions/fglrx/fglrx-libglx.so \
|
||||||
lib/xorg/modules/glesx.so \
|
xorg/modules/glesx.so \
|
||||||
lib/dri/fglrx_dri.so \
|
dri/fglrx_dri.so \
|
||||||
lib/fglrx_dri.so \
|
fglrx_dri.so \
|
||||||
lib/fglrx-libGL.so.1.2
|
fglrx-libGL.so.1.2
|
||||||
do
|
do
|
||||||
oldPaths="/usr/X11R6/lib/modules/dri"
|
oldPaths="/usr/X11R6/lib/modules/dri"
|
||||||
newPaths="/run/opengl-driver/lib/dri"
|
newPaths="/run/opengl-driver/lib/dri"
|
||||||
sed -i -e "s|$oldPaths|$newPaths|" $out/$lib
|
sed -i -e "s|$oldPaths|$newPaths|" $out/lib/$lib
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
oldPaths="/usr/X11R6/lib32/modules/dri\x00/usr/lib32/dri"
|
oldPaths="/usr/X11R6/lib32/modules/dri\x00/usr/lib32/dri"
|
||||||
@ -211,34 +203,45 @@ fi
|
|||||||
$out/lib/xorg/modules/extensions/fglrx/fglrx-libglx.so
|
$out/lib/xorg/modules/extensions/fglrx/fglrx-libglx.so
|
||||||
|
|
||||||
for lib in \
|
for lib in \
|
||||||
lib/dri/fglrx_dri.so \
|
dri/fglrx_dri.so \
|
||||||
lib/fglrx_dri.so \
|
fglrx_dri.so \
|
||||||
lib/xorg/modules/glesx.so
|
xorg/modules/glesx.so
|
||||||
do
|
do
|
||||||
oldPaths="/usr/X11R6/lib32/modules/dri/"
|
oldPaths="/usr/X11R6/lib32/modules/dri/"
|
||||||
newPaths="/run/opengl-driver-32/lib/dri"
|
newPaths="/run/opengl-driver-32/lib/dri"
|
||||||
sed -i -e "s|$oldPaths|$newPaths|" $out/$lib
|
sed -i -e "s|$oldPaths|$newPaths|" $out/lib/$lib
|
||||||
done
|
done
|
||||||
|
|
||||||
oldPaths="/usr/X11R6/lib32/modules/dri\x00"
|
oldPaths="/usr/X11R6/lib32/modules/dri\x00"
|
||||||
newPaths="/run/opengl-driver-32/lib/dri"
|
newPaths="/run/opengl-driver-32/lib/dri"
|
||||||
sed -i -e "s|$oldPaths|$newPaths|" $out/lib/fglrx-libGL.so.1.2
|
sed -i -e "s|$oldPaths|$newPaths|" $out/lib/fglrx-libGL.so.1.2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# libstdc++ and gcc are needed by some libs
|
# libstdc++ and gcc are needed by some libs
|
||||||
patchelf --set-rpath $gcc/$lib_arch $out/lib/libatiadlxx.so
|
for pelib1 in \
|
||||||
patchelf --set-rpath $gcc/$lib_arch $out/lib/xorg/modules/glesx.so
|
fglrx_dri.so \
|
||||||
|
dri/fglrx_dri.so
|
||||||
|
do
|
||||||
|
patchelf --remove-needed libX11.so.6 $out/lib/$pelib1
|
||||||
|
done
|
||||||
|
|
||||||
|
for pelib2 in \
|
||||||
|
libatiadlxx.so \
|
||||||
|
xorg/modules/glesx.so \
|
||||||
|
dri/fglrx_dri.so \
|
||||||
|
fglrx_dri.so \
|
||||||
|
libaticaldd.so
|
||||||
|
do
|
||||||
|
patchelf --set-rpath $gcc/$lib_arch/ $out/lib/$pelib2
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
if test -z "$libsOnly"; then
|
if test -z "$libsOnly"; then
|
||||||
|
|
||||||
{ # build samples
|
{ # build samples
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
||||||
mkdir -p samples
|
mkdir -p samples
|
||||||
cd samples
|
cd samples
|
||||||
tar xfz ../common/usr/src/ati/fglrx_sample_source.tgz
|
tar xfz ../common/usr/src/ati/fglrx_sample_source.tgz
|
||||||
|
|
||||||
eval "$patchPhaseSamples"
|
eval "$patchPhaseSamples"
|
||||||
|
|
||||||
( # build and install fgl_glxgears
|
( # build and install fgl_glxgears
|
||||||
@ -252,27 +255,42 @@ if test -z "$libsOnly"; then
|
|||||||
|
|
||||||
true || ( # build and install
|
true || ( # build and install
|
||||||
|
|
||||||
|
###
|
||||||
|
## FIXME ?
|
||||||
# doesn't build undefined reference to `FGLRX_X11SetGamma'
|
# doesn't build undefined reference to `FGLRX_X11SetGamma'
|
||||||
# wich should be contained in -lfglrx_gamma
|
# which should be contained in -lfglrx_gamma
|
||||||
|
# This should create $out/lib/libfglrx_gamma.so.1.0 ? because there is
|
||||||
|
# a symlink named libfglrx_gamma.so.1 linking to libfglrx_gamma.so.1.0 in $out/lib/
|
||||||
|
|
||||||
cd programs/fglrx_gamma
|
cd programs/fglrx_gamma
|
||||||
gcc -fPIC -I${libXxf86vm}/include \
|
gcc -fPIC -I${libXxf86vm}/include \
|
||||||
-I${xf86vidmodeproto}/include \
|
-I${xf86vidmodeproto}/include \
|
||||||
-I$out/X11R6/include \
|
-I$out/X11R6/include \
|
||||||
-L$out/lib \
|
-L$out/lib \
|
||||||
-Wall -lm -lfglrx_gamma -lX11 -lXext -o fglrx_xgamma fglrx_xgamma.c
|
-Wall -lm -lfglrx_gamma -lX11 -lXext -o $out/bin/fglrx_xgamma fglrx_xgamma.c
|
||||||
)
|
)
|
||||||
|
|
||||||
{ # copy binaries and wrap them:
|
{
|
||||||
|
# patch and copy statically linked qt libs used by amdcccle
|
||||||
|
patchelf --set-interpreter $(echo $glibc/lib/ld-linux*.so.2) $TMP/arch/$arch/usr/share/ati/$lib_arch/libQtCore.so.4 &&
|
||||||
|
patchelf --set-rpath $gcc/$lib_arch/ $TMP/arch/$arch/usr/share/ati/$lib_arch/libQtCore.so.4 &&
|
||||||
|
patchelf --set-rpath $gcc/$lib_arch/:$out/share/ati/:$libXrender/lib/:$libSM/lib/:$libICE/lib/:$libfontconfig/lib/:$libfreetype/lib/ $TMP/arch/$arch/usr/share/ati/$lib_arch/libQtGui.so.4 &&
|
||||||
|
mkdir -p $out/share/ati
|
||||||
|
cp -r $TMP/arch/$arch/usr/share/ati/$lib_arch/libQtCore.so.4 $out/share/ati/
|
||||||
|
cp -r $TMP/arch/$arch/usr/share/ati/$lib_arch/libQtGui.so.4 $out/share/ati/
|
||||||
|
# copy binaries and wrap them:
|
||||||
BIN=$TMP/arch/$arch/usr/X11R6/bin
|
BIN=$TMP/arch/$arch/usr/X11R6/bin
|
||||||
cp $BIN/* $out/bin
|
patchelf --set-rpath $gcc/$lib_arch/:$out/share/ati/:$libXinerama/lib/:$libXrandr/lib/ $TMP/arch/$arch/usr/X11R6/bin/amdcccle
|
||||||
|
patchelf --set-rpath $libXrender/lib/:$libXrandr/lib/ $TMP/arch/$arch/usr/X11R6/bin/aticonfig
|
||||||
|
patchelf --shrink-rpath $BIN/amdcccle
|
||||||
for prog in $BIN/*; do
|
for prog in $BIN/*; do
|
||||||
patchelf --set-interpreter $(echo $glibc/lib/ld-linux*.so.2) $out/bin/$(basename $prog)
|
cp -f $prog $out/bin &&
|
||||||
wrapProgram $out/bin/$(basename $prog) --prefix LD_LIBRARY_PATH : $out/lib:$gcc/lib:$qt4/lib:$LD_LIBRARY_PATH
|
patchelf --set-interpreter $(echo $glibc/lib/ld-linux*.so.2) $out/bin/$(basename $prog) &&
|
||||||
|
wrapProgram $out/bin/$(basename $prog) --prefix LD_LIBRARY_PATH : $out/lib/:$gcc/lib/:$out/share/ati/:$libXinerama/lib/:$libXrandr/lib/:$libfontconfig/lib/:$libfreetype/lib/:$LD_LIBRARY_PATH
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
rm -fr $out/lib/modules/fglrx # don't think those .a files are needed. They cause failure of the mod
|
rm -f $out/lib/fglrx/switchlibglx && rm -f $out/lib/fglrx/switchlibGL
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
{ stdenv, fetchurl, kernel ? null, which, imake
|
{ stdenv, fetchurl, kernel ? null, which
|
||||||
, mesa # for fgl_glxgears
|
, xorg, makeWrapper, glibc, patchelf, unzip
|
||||||
, libXxf86vm, xf86vidmodeproto # for fglrx_gamma
|
, fontconfig, freetype, mesa # for fgl_glxgears
|
||||||
, xorg, makeWrapper, glibc, patchelf
|
|
||||||
, unzip
|
|
||||||
, qt4 # for amdcccle
|
|
||||||
, # Whether to build the libraries only (i.e. not the kernel module or
|
, # Whether to build the libraries only (i.e. not the kernel module or
|
||||||
# driver utils). Used to support 32-bit binaries on 64-bit
|
# driver utils). Used to support 32-bit binaries on 64-bit
|
||||||
# Linux.
|
# Linux.
|
||||||
@ -12,6 +9,15 @@
|
|||||||
|
|
||||||
assert (!libsOnly) -> kernel != null;
|
assert (!libsOnly) -> kernel != null;
|
||||||
|
|
||||||
|
with stdenv.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
version = "15.7";
|
||||||
|
in
|
||||||
|
|
||||||
|
# This derivation requires a maximum of gcc49, Linux kernel 4.1 and xorg.xserver 1.17
|
||||||
|
# and will not build or run using versions newer
|
||||||
|
|
||||||
# If you want to use a different Xorg version probably
|
# If you want to use a different Xorg version probably
|
||||||
# DIR_DEPENDING_ON_XORG_VERSION in builder.sh has to be adopted (?)
|
# DIR_DEPENDING_ON_XORG_VERSION in builder.sh has to be adopted (?)
|
||||||
# make sure libglx.so of ati is used. xorg.xorgserver does provide it as well
|
# make sure libglx.so of ati is used. xorg.xorgserver does provide it as well
|
||||||
@ -20,23 +26,37 @@ assert (!libsOnly) -> kernel != null;
|
|||||||
# See http://thread.gmane.org/gmane.linux.distributions.nixos/4145 for a
|
# See http://thread.gmane.org/gmane.linux.distributions.nixos/4145 for a
|
||||||
# workaround (TODO)
|
# workaround (TODO)
|
||||||
|
|
||||||
# The gentoo ebuild contains much more magic and is usually a great resource to
|
# The gentoo ebuild contains much more "magic" and is usually a great resource to
|
||||||
# find patches :)
|
# find patches XD
|
||||||
|
|
||||||
# http://wiki.cchtml.com/index.php/Main_Page
|
# http://wiki.cchtml.com/index.php/Main_Page
|
||||||
|
|
||||||
# There is one issue left:
|
#
|
||||||
# /usr/lib/dri/fglrx_dri.so must point to /run/opengl-driver/lib/fglrx_dri.so
|
# /usr/lib/dri/fglrx_dri.so must point to /run/opengl-driver/lib/fglrx_dri.so
|
||||||
|
# This is done in the builder script.
|
||||||
with stdenv.lib;
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ati-drivers-15.7" + (optionalString (!libsOnly) "-${kernel.version}");
|
|
||||||
|
linuxonly =
|
||||||
|
if stdenv.system == "i686-linux" then
|
||||||
|
true
|
||||||
|
else if stdenv.system == "x86_64-linux" then
|
||||||
|
true
|
||||||
|
else throw "ati-drivers are Linux only. Sorry. The build was stopped.";
|
||||||
|
|
||||||
|
name = "ati-drivers-${version}" + (optionalString (!libsOnly) "-${kernel.version}");
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
inherit libXxf86vm xf86vidmodeproto;
|
|
||||||
gcc = stdenv.cc.cc;
|
gcc = stdenv.cc.cc;
|
||||||
|
libXinerama = xorg.libXinerama;
|
||||||
|
libXrandr = xorg.libXrandr;
|
||||||
|
libXrender = xorg.libXrender;
|
||||||
|
libXxf86vm = xorg.libXxf86vm;
|
||||||
|
xf86vidmodeproto = xorg.xf86vidmodeproto;
|
||||||
|
libSM = xorg.libSM;
|
||||||
|
libICE = xorg.libICE;
|
||||||
|
libfreetype = freetype;
|
||||||
|
libfontconfig = fontconfig;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www2.ati.com/drivers/linux/amd-driver-installer-15.20.1046-x86.x86_64.zip";
|
url = "http://www2.ati.com/drivers/linux/amd-driver-installer-15.20.1046-x86.x86_64.zip";
|
||||||
@ -44,16 +64,19 @@ stdenv.mkDerivation {
|
|||||||
curlOpts = "--referer http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64";
|
curlOpts = "--referer http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = "patch -p1 < ${./kernel-api-fixes.patch}";
|
|
||||||
patchPhaseSamples = "patch -p2 < ${./patch-samples.patch}";
|
patchPhaseSamples = "patch -p2 < ${./patch-samples.patch}";
|
||||||
|
patchPhase1 = "patch -p1 < ${./kernel-api-fixes.patch}";
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ xorg.libXext xorg.libX11 xorg.libXinerama
|
[ xorg.libXrender xorg.libXext xorg.libX11 xorg.libXinerama xorg.libSM
|
||||||
xorg.libXrandr which imake makeWrapper
|
xorg.libXrandr xorg.libXxf86vm xorg.xf86vidmodeproto xorg.imake xorg.libICE
|
||||||
patchelf
|
patchelf
|
||||||
unzip
|
unzip
|
||||||
mesa
|
mesa
|
||||||
qt4
|
fontconfig
|
||||||
|
freetype
|
||||||
|
makeWrapper
|
||||||
|
which
|
||||||
];
|
];
|
||||||
|
|
||||||
inherit libsOnly;
|
inherit libsOnly;
|
||||||
@ -63,26 +86,37 @@ stdenv.mkDerivation {
|
|||||||
inherit glibc /* glibc only used for setting interpreter */;
|
inherit glibc /* glibc only used for setting interpreter */;
|
||||||
|
|
||||||
LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":"
|
LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":"
|
||||||
[ "${xorg.libXrandr}/lib"
|
[ "${xorg.libXrandr}/lib/"
|
||||||
"${xorg.libXrender}/lib"
|
"${xorg.libXrender}/lib/"
|
||||||
"${xorg.libXext}/lib"
|
"${xorg.libXext}/lib/"
|
||||||
"${xorg.libX11}/lib"
|
"${xorg.libX11}/lib/"
|
||||||
"${xorg.libXinerama}/lib"
|
"${xorg.libXinerama}/lib/"
|
||||||
|
"${xorg.libSM}/lib/"
|
||||||
|
"${xorg.libICE}/lib/"
|
||||||
|
"${stdenv.cc.cc}/lib/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# without this some applications like blender don't start, but they start
|
# without this some applications like blender don't start, but they start
|
||||||
# with nvidia. This causes them to be symlinked to $out/lib so that they
|
# with nvidia. This causes them to be symlinked to $out/lib so that they
|
||||||
# appear in /run/opengl-driver/lib which get's added to LD_LIBRARY_PATH
|
# appear in /run/opengl-driver/lib which get's added to LD_LIBRARY_PATH
|
||||||
extraDRIlibs = [ xorg.libXext ];
|
|
||||||
|
|
||||||
inherit mesa qt4; # only required to build examples and amdcccle
|
extraDRIlibs = [ xorg.libXrandr xorg.libXrender xorg.libXext xorg.libX11 xorg.libXinerama xorg.libSM xorg.libICE ];
|
||||||
|
|
||||||
|
inherit mesa; # only required to build the examples
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "ATI drivers";
|
description = "ATI Catalyst display drivers";
|
||||||
homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx;
|
homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ marcweber offline jgeerds ];
|
maintainers = with maintainers; [ marcweber offline jgeerds ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
|
# Copied from the nvidia default.nix to prevent a store collision.
|
||||||
|
priority = 4;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user