LinuxSir.cn,穿越时空的Linuxsir!

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

我的desktop-effects用不了,该如何解决?

[复制链接]
发表于 2007-8-3 21:22:37 | 显示全部楼层 |阅读模式
我的系统是f7的,显卡是6600gt,cpu是amd  64位3000+,我在nvidia下载了对应的驱动NVIDIA-Linux-x86-100.14.11-pkg1.run, 并且安装好了,重启的的时候能看到nvidia的logo.但是我还是无法使用a
desktop-effects。现在我的xorg.conf 为:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    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"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "rotocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    Option "AddARGBGLXVisuals" "True"
    Option "DisableGLXRootClipping" "True"
    Option "AllowGLXWithComposite" "True"
    Option "RenderAccel" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
 楼主| 发表于 2007-8-3 21:25:18 | 显示全部楼层
我在终端下输入desktop-effects,报错为:
Xlib:  extension "SHAPE" missing on display ":0.0".
Xlib:  extension "SHAPE" missing on display ":0.0".
gtk-window-decorator: Could not acquire decoration manager selection o
n screen 0 display ":0.0"
compiz: No sync extension
Xlib:  extension "SHAPE" missing on display ":0.0".
Xlib:  extension "SHAPE" missing on display ":0.0".
回复 支持 反对

使用道具 举报

发表于 2007-8-3 22:00:23 | 显示全部楼层
卸载NVidia官方驱动,安装livna上的kmod-nvidia,
如果没安装livna的源,先安装:

  1. rpm -ivh http://rpm.livna.org/livna-release-7.rpm
复制代码

  1. yum install kmod-nvidia
复制代码

然后运行 livna-config-display,重启X即可。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-3 22:14:02 | 显示全部楼层
问下,应该如何卸载NVidia官方驱动,谢谢
回复 支持 反对

使用道具 举报

发表于 2007-8-4 10:27:59 | 显示全部楼层
装了NVidia的官方驱动后,有nvidia-installer,具体用法:

  1. nvidia-installer options

  2. --uninstall

  3.     During installation, the installer will make backups of any conflicting files and record the installation of new files. The uninstall option undoes an install, restoring the system to its pre-install state.
  4. --latest

  5.     Connect to NVIDIA's FTP site, and report the latest driver version and the url to the latest driver file.
  6. --update

  7.     Connect to NVIDIA's FTP site, download the most recent driver file, and install it.
  8. --ui=none

  9.     The installer uses an ncurses-based user interface if it is able to locate the correct ncurses library. Otherwise, it will fall back to a simple commandline user interface. This option disables the use of the ncurses library.

复制代码
回复 支持 反对

使用道具 举报

发表于 2007-8-4 20:32:16 | 显示全部楼层
相当厉害!!!
回复 支持 反对

使用道具 举报

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

本版积分规则

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