nemesis

Differences between revisions 3 and 4
Revision 3 as of 2006-05-20 16:58:08
Size: 2245
Editor: pd95b2497
Comment:
Revision 4 as of 2006-06-03 15:37:34
Size: 2046
Editor: pd95b2497
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== ATI Installer Script == == My Ubuntu 6.06 LTS sources.list ==
Line 15: Line 15:
Here is an installion script for the [https://support.ati.com/ics/support/KBAnswer.asp?questionID=1176 ATI Proprietary Linux Driver]. Here is my sources.list for Ubuntu 6.06 LTS (Dapper Drake). Feel free to test und use it.
Line 17: Line 17:
{{{ ati-installer.sh }}}:
{{{#!python
#!/bin/bash
# ATI installation script by nemesis, May 2006
{{{ sources.list }}}:
{{{
# deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Beta i386 (20060420)]/ dapper main restricted
# deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Beta i386 (20060420)]/ dapper main restricted
deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Release i386 (20060531)]/ dapper main restricted
#Offiziell
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper main restricted universe multiverse
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper-security main restricted universe multiverse
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper-updates main restricted universe multiverse
Line 22: Line 27:
# Clean up the system
echo "*** Removing old fglrx-driver..."
sudo apt-get remove xorg-driver-fglrx
sudo apt-get remove fglrx-control
sudo apt-get remove fglrx-kernel-source
sleep 2
#Sources
deb-src http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper main restricted universe multiverse
deb-src http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper-security main restricted universe multiverse
deb-src http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper-updates main restricted universe multiverse
Line 29: Line 32:
# Install necessary tools
echo "*** Installing necessary tools..."
sudo apt-get update
sudo apt-get install module-assistant build-essential
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base
sleep 2
#Backports
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
Line 36: Line 35:
# Remove old .deb packages
echo "*** Removing old .deb packages in this folder..."
sudo rm -f *.deb
sudo rm -f fglrx*.changes
sleep 2
#Czessi
deb http://archive.czessi.net/ubuntu dapper main restricted universe multiverse i18n-de preview
Line 42: Line 38:
# Create .deb packages
echo "*** Creating .deb packages for Ubuntu Dapper..."
# >>> Edit this line below, if you want to use an other version of the ATI driver
sudo sh ati-driver-installer-8.24.8-x86.run --buildpkg Ubuntu/dapper
sleep 2

# Install .deb packages
echo "*** Installing .deb packages..."
sudo dpkg -i xorg-driver-fglrx_8.24.8-1_i386.deb
sudo dpkg -i fglrx-kernel-source_8.24.8-1_i386.deb
sudo dpkg -i fglrx-control_8.24.8-1_i386.deb
sleep 2

# Remove any old fglrx deb's from /usr/src/
echo "*** Removing any old fglrx deb's from /usr/src/ ..."
sudo rm /usr/src/fglrx-kernel*.deb

# Compile the kernel module
echo "*** Compiling the kernel module..."
sudo module-assistant prepare,update
sudo module-assistant build,install fglrx
sleep 2

# Update the xorg.conf
echo "*** Updating the xorg.conf..."
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
sleep 2

# Link dri
#sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri
#sudo ln -s /usr/lib/xorg/modules/dri /usr/X11R6/lib/modules/dri
#sleep 2

echo "*** Script finished."

sleep 2

exit 0
#Others
deb http://theli.free.fr/packages/dapper/ ./
deb http://wine.budgetdedicated.com/apt dapper main
deb-src http://wine.budgetdedicated.com/apt dapper main
deb http://xgl.compiz.info/ dapper main
deb-src http://xgl.compiz.info/ dapper main
deb http://www.beerorkid.com/compiz/ dapper main
deb http://compiztools.free.fr/debian unstable main
deb http://download.skype.com/linux/repos/debian/ stable non-free

About me

  • Occupation: Student (economical informatics)
  • Location: Oldenburg, Germany

Contact

My Ubuntu 6.06 LTS sources.list

Here is my sources.list for Ubuntu 6.06 LTS (Dapper Drake). Feel free to test und use it.

 sources.list :

# deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Beta i386 (20060420)]/ dapper main restricted
# deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Beta i386 (20060420)]/ dapper main restricted
deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Release i386 (20060531)]/ dapper main restricted
#Offiziell
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper main restricted universe multiverse
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper-security main restricted universe multiverse
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper-updates main restricted universe multiverse

#Sources
deb-src http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper main restricted universe multiverse
deb-src http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper-security main restricted universe multiverse
deb-src http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu dapper-updates main restricted universe multiverse

#Backports
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

#Czessi
deb http://archive.czessi.net/ubuntu dapper main restricted universe multiverse i18n-de preview

#Others
deb http://theli.free.fr/packages/dapper/ ./
deb http://wine.budgetdedicated.com/apt dapper main
deb-src http://wine.budgetdedicated.com/apt dapper main
deb http://xgl.compiz.info/ dapper main
deb-src http://xgl.compiz.info/ dapper main
deb http://www.beerorkid.com/compiz/ dapper main
deb http://compiztools.free.fr/debian unstable main
deb http://download.skype.com/linux/repos/debian/ stable non-free


Invovled at: ["LaptopTestingTeam/AsusA6V"]


CategoryHomepage

nemesis (last edited 2008-08-06 16:36:58 by localhost)