home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
root
/
usr
/
share
/
sax
/
profile
/
Radeon.pl
< prev
next >
Wrap
Perl Script
|
2006-11-29
|
428b
|
20 lines
#!/usr/bin/perl
use lib '/usr/share/sax/profile';
use strict;
use Profile;
#====================================
# Init profile script
#------------------------------------
my $profile = ProfileInitScript();
#====================================
# Do the profile adaptions...
#------------------------------------
my $fglrx="/usr/share/sax/profile/FireGL";
if (! ProfileIsXOrgVendor ("fglrx")) {
qx (cp $fglrx $profile);
}