ricetons 发表于 2006-4-7 23:54:40

kernel/kanker wanted

最新版本的kernel srpm

haulm 发表于 2006-4-8 00:25:49

内核更新到2.6.16后麻烦:不能直接支持官方显卡驱动,防火墙设置工具Guarddog不能正常运作,而且Guarddog似乎没在继续开发。

trulyliu 发表于 2006-4-8 10:11:02

现在的内核2.6.15, 我的ATI X300 显卡也驱动不起来啊.

sejishikong 发表于 2006-4-8 10:41:48

现在主要是xorg的问题吧.

这个是为下个版本做准备的.

haulm 发表于 2006-4-10 09:26:40

发现我自己错了。
新的内核2.6.16编译后guarddog无法运作是因为启动iptables失败。编译内核2.6.16如果套用/boot/config-2.15.3的配置,iptables模块就没有编译进去,make xconfig,找到networking options->network packet filtering,展开它会发现非常多new的选项,添加编译这些东西。
modprobe ip_tables
modprobe iptable_filter
service iptables start

另外最新出的NVIDIA驱动解决了新内核无法安装的问题以及以前一些显卡重启花屏、不能进入实终端模式的毛病,但也出现只能刷新到70的毛病,解决如下:
打开/etc/X11/xorg.conf,在Section "Screen"下面添加下面几行

option "UseEDID" "FALSE"
option "UseEDIDFreqs" "FALSE"
option "UseEDIDDpi" "FALSE"
option "ModeValidation" "NoEdidModes"
页: [1]
查看完整版本: kernel/kanker wanted