LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1868|回复: 8

[已解决]FC8为什么安装了nvidia的驱动后依然无法打开桌面效果?

[复制链接]
发表于 2007-11-10 17:15:59 | 显示全部楼层 |阅读模式
驱动已经正确安装了阿,ubuntu自己就可以打开的

==============================

原因是nvidia的驱动装好后新建了xorg.conf,在其中添加
Load "extmod"


Section "Module"
    Load           "glx"
    [color="Red"]Load           "extmod"
EndSection

这样的话解决3个问题
1、本问题
2、mplayer出现无法打开xshape extension
3、mplayer使用xv驱动出现的错误

ok

既然有人说我误导大家,那我就把我的环境写清楚:
F8正式版,显卡8400M G,nvidia驱动版本100.14.19
安装nvidia驱动后选择让他来自动修改xorg.conf,发现其修改的xorg.conf中只有 load "glx"项,对比了ubuntu的发现没有extmod,以上仅供环境相似的朋友参考。对于本来就ok的,就不用深究了
发表于 2007-11-10 17:37:26 | 显示全部楼层
我也想问一下。。
回复 支持 反对

使用道具 举报

发表于 2007-11-10 17:39:05 | 显示全部楼层
我安装了freshrpms里的NV驱动,正常打开了Compiz-Fusion。
我的显卡是Geforce Go 7300
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-10 18:09:40 | 显示全部楼层
已经解决了..............
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-16 13:45:50 | 显示全部楼层
看来nvidia的驱动自动修改的xorg.conf有问题哦
回复 支持 反对

使用道具 举报

发表于 2007-11-16 16:12:11 | 显示全部楼层
不要误导大家,同样是nvidia的卡,不同型号的配置是不一样的,比如我的装好驱动后直接就可以开启特效,加上extmod或glx后反而不能打开特效。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-17 11:50:47 | 显示全部楼层
Post by waynef;1783306
不要误导大家,同样是nvidia的卡,不同型号的配置是不一样的,比如我的装好驱动后直接就可以开启特效,加上extmod或glx后反而不能打开特效。


请问一下,你的xorg.conf能贴一个看看么?
另你的mplayer启动时候有没有报无法打开xshape扩展?
回复 支持 反对

使用道具 举报

发表于 2007-11-17 14:55:38 | 显示全部楼层
Post by 家园;1783612
请问一下,你的xorg.conf能贴一个看看么?
另你的mplayer启动时候有没有报无法打开xshape扩展?
1、基本没手工修改。
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings:  version 1.0  (buildmeister@builder3)  Wed Nov 14 17:11:50 PST 2007
  3. # Xorg configuration created by pyxf86config
  4. Section "ServerLayout"
  5.     Identifier     "Default Layout"
  6.     Screen      0  "Screen0" 0 0
  7.     InputDevice    "Mouse0" "CorePointer"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9. EndSection
  10. Section "Files"
  11.     ModulePath      "/usr/lib/xorg/modules/extensions/nvidia"
  12.     ModulePath      "/usr/lib/xorg/modules"
  13. EndSection
  14. Section "Module"
  15. EndSection
  16. Section "ServerFlags"
  17.     Option         "Xinerama" "0"
  18. EndSection
  19. Section "InputDevice"
  20.     # generated from default
  21.     Identifier     "Mouse0"
  22.     Driver         "mouse"
  23.     Option         "Protocol" "auto"
  24.     Option         "Device" "/dev/input/mice"
  25.     Option         "Emulate3Buttons" "no"
  26.     Option         "ZAxisMapping" "4 5"
  27. EndSection
  28. Section "InputDevice"
  29.     Identifier     "Keyboard0"
  30.     Driver         "kbd"
  31.     Option         "XkbModel" "pc105"
  32.     Option         "XkbLayout" "us+inet"
  33. EndSection
  34. Section "Monitor"
  35.     Identifier     "Monitor0"
  36.     VendorName     "Unknown"
  37.     ModelName      "BenQ FP92W"
  38.     HorizSync       30.0 - 83.0
  39.     VertRefresh     56.0 - 76.0
  40. EndSection
  41. Section "Device"
  42.     Identifier     "Videocard0"
  43.     Driver         "nvidia"
  44.     VendorName     "NVIDIA Corporation"
  45.     BoardName      "GeForce 7600 GT"
  46.     Option         "DPI" "96 x 96"
  47.     Option         "coolbits" "1"
  48. EndSection
  49. Section "Screen"
  50.     Identifier     "Screen0"
  51.     Device         "Videocard0"
  52.     Monitor        "Monitor0"
  53.     DefaultDepth    24
  54.     Option         "TwinView" "0"
  55.     Option         "metamodes" "1440x900_75 +0+0; nvidia-auto-select +0+0"
  56.     SubSection     "Display"
  57.         Depth       24
  58.     EndSubSection
  59. EndSection
复制代码

不过桌面效果中的一些特效,比如飞雪、绘制火焰、Shift switch等少数特效有时候有、有时候没有,试了许多办法都没有解决,估计还应该是fusion本身的稳定性不够。

2、mplayer没报过错(除了第一次播放rmvb时selinux策略有误,修改后就没事了)。
回复 支持 反对

使用道具 举报

发表于 2007-11-17 14:58:27 | 显示全部楼层
刚刚新装了nvidia169.04驱动,感觉要比100.14.23要好些。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表