Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
1d5324971e
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      package/x11/xorg/xf_config.sh
  2. +2
    -2
      package/x11/xorg/xorg.desc

+ 3
- 3
package/x11/xorg/xf_config.sh

@ -47,10 +47,10 @@ xf_extract_gl() {
# extract the Matrox HALlib (additional TV/DVI out support on x86) # extract the Matrox HALlib (additional TV/DVI out support on x86)
xf_extract_hallib() { xf_extract_hallib() {
echo "Extracting mgaHALlib (For Matrox (>G400) cards) ..." echo "Extracting mgaHALlib (For Matrox (>G400) cards) ..."
tar $taropt $archdir/mgadrivers-$mga_version-src.tbz2
cp mgadrivers-$mga_version-src/4.2.0/drivers/src/HALlib/mgaHALlib.a \
tar $taropt $archdir/mgadriver-$mga_version-src.tar.bz2
cp mgadriver-$mga_version-src/4.3.0/mga/HALlib/mgaHALlib.a \
programs/Xserver/hw/xfree86/drivers/mga/HALlib/mgaHALlib.a programs/Xserver/hw/xfree86/drivers/mga/HALlib/mgaHALlib.a
rm -rf mgadrivers-$mga_version-src
rm -rf mgadriver-$mga_version-src
if [[ $arch == "x86" && $arch_machine != "x86_64" ]] ; then if [[ $arch == "x86" && $arch_machine != "x86_64" ]] ; then
echo "Enabling Matrox HALlib (since this is x86) ..." echo "Enabling Matrox HALlib (since this is x86) ..."

+ 2
- 2
package/x11/xorg/xorg.desc

@ -42,11 +42,11 @@
[V] 6.8.2 [V] 6.8.2
[P] X X?---5---9 111.000 [P] X X?---5---9 111.000
[O] mga_version=3.0
[O] mga_version=4.1-1
[O] xf_files=X11R6.8.2-src.tar.bz2 [O] xf_files=X11R6.8.2-src.tar.bz2
[D] 3448356598 X11R6.8.2-src.tar.bz2 http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src-single/ [D] 3448356598 X11R6.8.2-src.tar.bz2 http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src-single/
[D] 1805398117 mgadrivers-3.0-src.tgz ftp://ftp.matrox.com/pub/mga/archive/linux/2003/
[D] 256482595 mgadriver-4.1-1-src.tar.bz2 ftp://ftp.matrox.com/pub/mga/archive/linux/2004/
[D] 4094582231 mangl.tar.Z ftp://ftp.sgi.com/opengl/doc/ [D] 4094582231 mangl.tar.Z ftp://ftp.sgi.com/opengl/doc/
[D] 1558312024 manglu.tar.Z ftp://ftp.sgi.com/opengl/doc/ [D] 1558312024 manglu.tar.Z ftp://ftp.sgi.com/opengl/doc/
[D] 432442308 manglx.tar.Z ftp://ftp.sgi.com/opengl/doc/ [D] 432442308 manglx.tar.Z ftp://ftp.sgi.com/opengl/doc/

Loading…
Cancel
Save