LinuxSir.cn,穿越时空的Linuxsir!

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

F8通过yum装N卡驱动但是用不了compiz?

[复制链接]
发表于 2007-11-12 17:29:32 | 显示全部楼层 |阅读模式
今天满怀希望的装了F8,装好了N卡驱动,3D也行了,打开桌面效果,没反应,以前装F7,这种情况是不存在这种现象的,这是怎么回事,路过的兄弟过来看一看,帮忙解决一下,装哪些软件啊!谢谢
发表于 2007-11-12 17:34:23 | 显示全部楼层
同样的问题。不过没来及仔细研究,今天回家继续
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-12 17:35:38 | 显示全部楼层
等着你,兄弟
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-12 17:46:56 | 显示全部楼层
运行了compiz出现这样的错误,这是什么意思?
compiz (core) - Warn: SmcOpenConnection failed: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
compiz (core) - Error: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz (core) - Fatal: No manageable screens found on display :0.0
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-12 21:11:14 | 显示全部楼层
路过的兄弟看一下吧!俺 等得发慌啊!
回复 支持 反对

使用道具 举报

发表于 2007-11-13 08:19:44 | 显示全部楼层
我的也是,不能用
回复 支持 反对

使用道具 举报

发表于 2007-11-13 09:24:50 | 显示全部楼层
我的解决方法~~~~
安装好nv的驱动,然后修改xorg.conf

在 Device section:加入:

Option "AddARGBGLXVisuals" "True"

在Module section:加入:

Load "extmod“

再在最后加上一段:
Section "Extensions"

Option "Composite" "Enable"

EndSection
回复 支持 反对

使用道具 举报

发表于 2007-11-13 09:30:12 | 显示全部楼层
我的错误与网上找到的解决方法如下:


   * compiz (core) - Fatal: No sync extension

To fix this, I added the followng line in the Module section:

    Load "extmod"

and restarted the X server (Shift-Ctrl-Backspace).

Powered by ScribeFire.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-13 11:52:50 | 显示全部楼层
在Module section:加入:

Load "extmod“
这个在xorg.conf 没有Module section:这一行,这是怎么回事?我加了这一行还是不行!我的配置文件如下:
# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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


Section "ServerFlags"
        Option            "AIGLX" "on"
EndSection

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

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option            "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option            "Composite" "Enable"
EndSection
回复 支持 反对

使用道具 举报

发表于 2007-11-13 23:06:04 | 显示全部楼层
那你试试
自己手动加上
Section "Module"
      Load      "glx"
      Load      "extmod"
      SubSection "extmod"
             Option "omit xfree86-dga"
      EndSubSection
EndSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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