终于装好了 nvidia for linux(hiweed debian)驱动
Posted 9 months, 2 weeks ago at 11:31 am. 0 comments
折腾半天,不行,请来龚骚。经过龚骚一阵紧锣密鼓的命令行之后,终于装好了 Nvidia for linux 驱动!!!终于可以使用我喜欢的 1152*864 分辨率了。1024看东西太少,不过瘾…
秀一下桌面,本来每天上午 linux ,下午 windows,如果再学会gimp 作图的话,这下子下午也不用且回windows去了, 嘿嘿…

参考的是这个方法(据龚骚说,那个 Nvidia 官方的 .sh 也装成功过,但我也没有搞定…):
http://linux.hiweed.com/node/2028
大致步骤如下(终端命令行,需要 root 权限):
步骤1.
export KVERS=$(uname -r)
export KSRC=/usr/src/kernel-headers-$KVERS
步骤2.
apt-get install kernel-headers-$KVERS
步骤3.
apt-get install debconf-utils debhelper dpatch gettext html2text intltool-debian po-debconf
步骤4.
修改 source.list 中 (/etc/apt/sources.list)
deb ftp ://218.22.45.5/debian/ sarge non-free main contrib
sarge -> unstable
deb ftp ://218.22.45.5/debian/ unstable non-free main contrib
步骤5.
apt-get update
apt-get install nvidia-kernel-source nvidia-kernel-common
步骤6.
cd /usr/src
步骤7.
tar -zxf nvidia-kernel-source.tar.gz
步骤8.
cd /usr/src/modules/nvidia-kernel
debian/rules binary_modules
步骤9.
dpkg -i /usr/src/modules/nvidia-kernel-*.deb
步骤10.
再次修改 source.list 中 (etc/apt/sources.list)
unstable -> sarge
步骤11.
apt-get update
步骤12.
apt-get install nvidia-glx
步骤13.
修改 /etc/X11/XF86Config-4 文件(最好先备份一个)
Section “Module”
#Load “GLcore”
Load “bitmap”
Load “dbe”
Load “ddc”
#Load “dri”
Load “extmod”
Load “freetype”
Load “glx”
Section “Device”
Identifier “Generic Video Card”
Driver “nvidia”
步骤14.根据龚骚所说的“专业效果”,搜索到显示器的行频和场频数据,修改
HorizSync 30-70
VertRefresh 50-160
Option “DPMS”
重新启动,会使用最高的分辨率,Xfce菜单 - settings - Xfce Display Settings 选择我需要的 1152*864@75,搞定。
“家有龚骚,如有一宝…”
Popularity: 9% [?]
Tags: deb, font, install, linux, ls, right, screen, viRelated posts
No Replies
Feel free to leave a reply using the form below!