Talk:Debian Installation Guide: Difference between revisions
(SpCCbTIVBkAYlOk) |
m (Protected "Talk:Debian Installation Guide": Excessive vandalism ([edit=autoconfirmed] (expires 13:38, 14 October 2011 (UTC)) [move=autoconfirmed] (expires 13:38, 14 October 2011 (UTC)))) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Talkpages}} | |||
== Minor updates to "Method 1" == | |||
I think that the "Method 1" documentation could use a few small tweaks; I wanted to propose them here for discussion before making any changes to the documentation itself. If I don't hear anything back by 2009-02-01, I'll go ahead and make the changes to the main document. | |||
In my version of Debian (testing), the description for the <code>fglrx-kernel-src</code> package says that it "is a dummy package". All I needed to do was install the <code>fglrx-driver</code> package, and it pulled in the dependencies <code>fglrx-source</code> and <code>module-assistant</code>, so I think the "Install the driver" command set should be simplified to: | |||
<pre> | |||
sudo apt-get update | |||
sudo apt-get install fglrx-driver | |||
</pre> | |||
Then, the first command under "build and install the module" should be: | |||
<pre>sudo module-assistant auto-install fglrx-source</pre> | |||
The last sentence should read as follows: | |||
This will backup your original <code>xorg.conf</code> and then modify it to use the new driver. You need to restart your X server (or your computer) for the changes to take effect. | |||
I also have a few minor corrections to the "Method 1" section. We should remove the "#:" from the beginning of commands. The section heading "build and install the module" should be changed to "Build and install the module". | |||
--[[User:John L. Clark|John L. Clark]] 19:04, 22 December 2008 (UTC) |
Latest revision as of 13:38, 7 October 2011
TALK PAGES ARE NOT SUPPORT FORUMS
|
If you require help with installing the AMD fglrx driver, please consider a web forum or mailing list. |
Minor updates to "Method 1"
I think that the "Method 1" documentation could use a few small tweaks; I wanted to propose them here for discussion before making any changes to the documentation itself. If I don't hear anything back by 2009-02-01, I'll go ahead and make the changes to the main document.
In my version of Debian (testing), the description for the fglrx-kernel-src
package says that it "is a dummy package". All I needed to do was install the fglrx-driver
package, and it pulled in the dependencies fglrx-source
and module-assistant
, so I think the "Install the driver" command set should be simplified to:
sudo apt-get update sudo apt-get install fglrx-driver
Then, the first command under "build and install the module" should be:
sudo module-assistant auto-install fglrx-source
The last sentence should read as follows:
This will backup your original xorg.conf
and then modify it to use the new driver. You need to restart your X server (or your computer) for the changes to take effect.
I also have a few minor corrections to the "Method 1" section. We should remove the "#:" from the beginning of commands. The section heading "build and install the module" should be changed to "Build and install the module".
--John L. Clark 19:04, 22 December 2008 (UTC)