先破后立,探索Java精髓
BlogJava
联系
聚合
管理
25 Posts :: 5 Stories :: 13 Comments :: 0 Trackbacks
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔分类
(25)
flex(1)
Java(9)
Linux(9)
Web(6)
随笔档案
(25)
2008年10月 (2)
2008年9月 (1)
2008年8月 (6)
2008年6月 (1)
2008年5月 (2)
2008年4月 (2)
2008年3月 (2)
2008年1月 (5)
2006年10月 (1)
2005年11月 (1)
2005年10月 (1)
2005年9月 (1)
文章分类
(1)
Java(1)
文章档案
(5)
2005年10月 (4)
2005年7月 (1)
My links
Will Iverson's Blog
江南白衣
搜索
最新评论
1. re: 感受dell 客户关怀部的“关怀”与技术支持的“支持”(原创)
dell的电脑不用也罢,我用的就是d620,他们找的第3方合作的,解决了6次都没解决好。各个部门之间一直推卸责任,我操她妈的。
--wlb
2. re: firefox 3下听在线音乐 (1 听)
i did this but no reply for my clicking 'OK' on the start app. box
--zj
3. re: How to resovle "configure: error: C preprocessor "/lib/cpp" fails sanity check "
ths.
--koby gao
4. re: 感受dell 客户关怀部的“关怀”与技术支持的“支持”(原创)[未登录]
可能你的机器没有太多问题,看来你是很幸运的。
--joshua
5. re: 感受dell 客户关怀部的“关怀”与技术支持的“支持”(原创)
我用的XPS M1210。。。之前换过一次光驱,客服服务之好,比联想,华硕,HP要好~~~
PS.。。我不是托。。
--JArcher
阅读排行榜
1. 注意properties的使用(1260)
2. Timer使用经历(1028)
3. 感受dell 客户关怀部的“关怀”与技术支持的“支持”(原创)(564)
4. 常用的js脚本(转载)(542)
5. How to resovle "configure: error: C preprocessor "/lib/cpp" fails sanity check "(453)
评论排行榜
1. 感受dell 客户关怀部的“关怀”与技术支持的“支持”(原创)(6)
2. 注意properties的使用(4)
3. How to resovle "configure: error: C preprocessor "/lib/cpp" fails sanity check "(1)
4. firefox 3下听在线音乐 (1 听)(1)
5. 为什么在fedora下面不能安装新的nvidia驱动呢(1)
60天内阅读排行
1. document.body.scrollTop 值总为0的解决方法(转载)(100)
2. 判断js函数是否存在,如果存在则执行(28)
3. 超越SOA:动态业务应用的新企业应用框架(1) 转载(15)
4. clientHeight、offsetHeight和scrollHeight(转载 )(14)
5. 超越SOA:动态业务应用的新企业应用框架(2)转载(14)
为什么在fedora下面不能安装新的nvidia驱动呢
我的显卡是Geforce8600GT,在fedora8下安装新的驱动(169.xx)后竟然无法进入系统。
在显示登录界面前,屏幕变灰,然后在屏幕的中央出现一条垂直的黑色宽的竖条,登录界面根本就不显示。
不知道什么原因,向nvidia报bug也没有回复。
在ubuntu下竟然可以使用源里面的驱动,运行非常流畅。
posted on 2008-03-08 22:25
Joshua Yan
阅读(268)
评论(1)
编辑
收藏
所属分类:
Linux
Feedback
#
re: 为什么在fedora下面不能安装新的nvidia驱动呢
2008-03-09 20:33
Joshua Yan
经过网上fedora论坛的大虾帮忙,我终于成功安装了驱动,留下个脚印吧。
1. download the 100.14.19 driver from the nvidia site.
http://www.nvidia.com/object/linux_d...100.14.19.html
2. logout. at the login screen, press ctrl+alt+f1 (or whatever) to go to text console and login.
3. stop gdm (or kdm, if you're using KDE).
Code:
sudo /etc/init.d/gdm stop
4. install the nvidia 100.14.19 driver (instructions on nvidia website).
5. reboot.
Code:
sudo reboot
6. ubuntu might display a warning about low resolution etc, continue. (if you are at this step, it means you haven't got the white screen).
7. adjust the resolution, if you wish.
8. go to system tools -> nvidia settings. if this menu option is not there, it means the driver was not installed properly. go back.
9. if you get a message saying the driver "nvidia" is not enabled, enable it by going to system -> administration -> restricted device manager. enable the driver.
10. may need to reboot at this time.
11. make sure you don't have get white screen. log in. you may see the low resolution dialog again. adjust if you wish.
12. open nvidia settings. at this point, nvidia-settings should be properly displaying all the options.
13. under GPU0, select DFP-0 (in my case, DFP0 - Seiko). you should see a button "Acquire EDID". click it, you will be prompted to save a file. save it somewhere(for eg ~/edid.bin) and copy it to /etc/X11 (for convenience). THIS IS THE KEY STEP. GET THE EDID.
Code:
sudo cp ~/edid.bin /etc/X11/edid.bin
14. remember to thank destny.
15. logout. go to text console (ctrl+alt+f1). login (text console).
16. run envy in text mode.
Code:
sudo envy -t
17. in envy, clean any earlier nvidia driver installation (100.14.19).
18. in envy, install the new nvidia driver. let envy configure xorg.conf, but do not reboot.
19. open the xorg.conf file
Code:
sudo nano /etc/X11/xorg.conf
look for section "Device". Add the following line:
Code:
Option "CustomEDID" "DFP-0:/etc/X11/edid.bin"
thank destny for this.
20. under section "Screen", subsection "Display", make sure your default mode is listed. it wasn't in my case. i added "1280x800" "1024x768" "800x600" to the Modes line.
21. save and close xorg.conf, reboot.
22. at the gui login screen, you may notice that the resolution is still not proper. if so, login and adjust the resolution. also make sure you can see all the options in nvidia-settings.
23. you're set. i rebooted once again just to make sure things were smooth.
24. thank destny.
25. get back to work.
可以不用envy安装驱动,可以手动安装或者用yum安装,然后添加那个EDID的选项就可以了。
终于可以使用新的驱动了,太高兴了。
os: fedora 8
graphic card: Geforce 8600M GT
driver version: 169.12
回复
更多评论
IT新闻
新用户注册
刷新评论列表
标题
姓名
主页
验证码
*
内容(请不要发表任何与政治相关的内容)
Remember Me?
登录
使用高级评论
新用户注册
返回页首
恢复上次提交
[使用Ctrl+Enter键可以直接提交]
相关链接:
网站导航:
博客园
BlogJava
博客生活
IT博客网
C++博客
PHP博客
博客园社区
管理博客
教师博客
天文博客
汽车博客
足球博客
股票博客
电子博客
管理
相关文章:
mplayer 下播放rmvb文件
fedora9 下触摸板设置备忘
firefox 3下听在线音乐 (1 听)
vim手册(转载)
fedora 9没有声音的解决方法
为什么在fedora下面不能安装新的nvidia驱动呢
解决fedora8下“Desktop effect ....not enabled”问题
linux上应用指纹识别(转载)
How to resovle "configure: error: C preprocessor "/lib/cpp" fails sanity check "
Powered by:
BlogJava
Copyright © Joshua Yan