Ubuntu: Difference between revisions
From cchtml.com
(nlNWQWvATePpJk) |
(revert to last good revision. thanks spammers) |
||
Line 1: | Line 1: | ||
== Tips and Tricks == | |||
* To build your own .deb packages for Ubuntu you will need to install at least the following packages from the apt repositories: | |||
** build-essential | |||
** fakeroot | |||
** dh-make | |||
** debconf | |||
* Moreover for latest releases, the following package simplifies module installation: | |||
** dkms | |||
* If you want to use a newer version of the driver than the one which comes with your distribution and you have ''linux-restricted-modules'' installed, you have to disable the fglrx kernel module from ''linux-restricted-modules'' because it will invariably get in the way of your more recent drivers. Detailed information on how to achieve this can be found in the distribution-specific guides. | |||
* You can configure the driver with the '''aticonfig''' tool, more information can be found at [[Configuring]]. | |||
== Installation == | |||
* [[Ubuntu Intrepid Installation Guide|Intrepid 8.10]] | |||
* [[Ubuntu Hardy Installation Guide|Hardy 8.04]] | |||
* [[Ubuntu Gutsy Installation Guide|Gutsy 7.10]] | |||
* [[Ubuntu Feisty Installation Guide|Feisty 7.04]] | |||
* [[Ubuntu Edgy Installation Guide|Edgy 6.10]] | |||
* [[Ubuntu Dapper Installation Guide|Dapper 6.04]] | |||
* [[Ubuntu Breezy Installation Guide|Breezy 5.10]] | |||
== Related Resources == | |||
* Ubuntuforums.org Video forum: [http://ubuntuforums.org/forumdisplay.php?f=138 Dapper] | |||
{{VCT}} | |||
[[Category:Distributions]] |
Revision as of 15:38, 5 January 2009
Tips and Tricks
- To build your own .deb packages for Ubuntu you will need to install at least the following packages from the apt repositories:
- build-essential
- fakeroot
- dh-make
- debconf
- Moreover for latest releases, the following package simplifies module installation:
- dkms
- If you want to use a newer version of the driver than the one which comes with your distribution and you have linux-restricted-modules installed, you have to disable the fglrx kernel module from linux-restricted-modules because it will invariably get in the way of your more recent drivers. Detailed information on how to achieve this can be found in the distribution-specific guides.
- You can configure the driver with the aticonfig tool, more information can be found at Configuring.
Installation
Related Resources
- Ubuntuforums.org Video forum: Dapper
Distribution Neutral Steps |