Penguin
Blame: SqueezeNotes
EditPageHistoryDiffInfoLikePages
Annotated edit history of SqueezeNotes version 1, including all changes. View license author blame.
Rev Author # Line
1 AristotlePagaltzis 1 !!! Compiling Nvidia Drivers
2
3 Make sure your system is up to date:
4
5 <verbatim>
6 aptitude upgrade
7 aptitude full-upgrade
8 </verbatim>
9
10 Now create a testing/unstable mix. Edit <tt>/etc/apt/sources.list</tt>, duplicate the <tt>testing</tt> lines (except the <tt>security</tt> ones) and change the duplicates to <tt>sid</tt>. Then complete the operation:
11
12 <verbatim>
13 echo 'APT::Default-Release "testing";' >> /etc/apt/apt.conf
14 apt-get update
15 </verbatim>
16
17 __WARNING__ to [Synpatic] users: Synaptic ignores <tt>Default-Release</tt>. You'll have to also set ''Preferences → Distribution''.
18
19 After that, compile and install the [Module]:
20
21 <verbatim>
22 aptitude install module-assistant
23 aptitude -R -t sid install nvidia-kernel-source
24 m-a prepare
25 m-a a-i nvidia
26 aptitude -t sid install nvidia-glx
27 </verbatim>
28
29 Next, you have to [configure xorg.conf | http://wiki.debian.org/NvidiaGraphicsDrivers].