|
|
发表于 2006-1-7 09:15:50
|
显示全部楼层
Post by bbmd
很clear
但那岂不是只有sid能用xorg?
既然升级testing的时候xfree86换成了xorg,而testing又没2.6.14的内核,这不是矛盾了吗? Unfortunately, this tells me you are not clear!
Please don't mix up. First of all, please understand the nature of kernel module. The Nvidia drivers are actually kernel modules which are to be loaded by your kernel. Therefore, the modules must be compiled with the same gcc compiler version as the gcc compiler used to compile the kernel. Otherwise, the modules will not be loaded.
In testing branch, the default compiler is still gcc-3.3. However, as announced by the Debian developers, the default compiler used for the unstable (Sid) branch is gcc-4.0. As a result, packages from the Sid branch are compiled by gcc-4.0, of course, this includes the 2.6.14 kernel as of today.
Despite 2.6.14 kernel is not available from the testing branch, it does not mean you cannot install a 2.6.14 kernel from the Sid branch. Simply download the relevant deb files (including dependent files) from the internet and install them will be OK. A gcc-3.3 compiled system can run a gcc-4 compiled kernel without any trouble. This is exactly how I am testing the gcc-4.1 compiled kernel on my Debian 3.1 system.
Clear now? |
|