Chinaunix首页 | 论坛 | 博客
  • 博客访问: 575276
  • 博文数量: 836
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 4995
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-22 16:55
文章分类

全部博文(836)

文章存档

2008年(836)

我的朋友

分类: LINUX

2008-08-22 17:49:21

 
其实Fedora7在台机上早就装好了,因为无法连接上网而一直放在一边。昨天心血来潮将系统自己识别的eth0和eth1删除掉,再重新手动安装以太网及XDSL连接,居然就连上去了。

于是就开始找显卡驱动、mp3插件、mplayer等等,为了安装显卡内核也进行了升级。yum的默认资源配置不够用,显卡驱动及内核模块都要自己找,幸好livna、atrpms网站上面有现成的rpm,都一一找到了,包括依赖关系都解决了。最后yum install beryl,把这个好东西装上。修改xorg.conf加载nvidia驱动重新启动X可以看到nvidia的logo了,但是beryl还不能用。desktop-effects提示没有装载glx,又修改xorg,加Load"glx",还是不行,搜索网络文章,把xorg.conf修改了一下,终于可以beryl了。

最终可以用的xorg.conf内容如下:

#Xorgconfigurationcreatedbylivna-config-display

Section"ServerLayout"
Identifier"DefaultLayout"
Screen0"Screen0"00
InputDevice"Keyboard0""CoreKeyboard"
EndSection

Section"Files"
ModulePath"/usr/lib/xorg/modules/extensions/nvidia"
ModulePath"/usr/lib/xorg/modules"
EndSection

Section"Module"
Load"extmod"
Load"glx"
Load"dbe"
Load"extmod"
EndSection

Section"InputDevice"
Identifier"Keyboard0"
Driver"kbd"
Option"XkbModel""pc105"
Option"XkbLayout""us"
EndSection

Section"Device"

#Option"RenderAccel""True"
#Option"UseFastTLS""0"
#Option"BlockSignalsOnLock""on"
#Option"ForceGenericCPU""off"
#Option"KernelModuleParm""locked-userpages=0"
Identifier"Videocard0"
Driver"nvidia"
Option"AddARGBGLXVisuals""True"
Option"DisableGLXRootClipping""True"
EndSection

Section"Screen"
Identifier"Screen0"
Device"Videocard0"
DefaultDepth24
SubSection"Display"
Viewport00
Depth24
EndSubSection
EndSection

Section"DRI"
Mode0666
EndSection

阅读(437) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~