LinuxSir.cn,穿越时空的Linuxsir!

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

3D效果能开,不能关,一关就死掉。

[复制链接]
发表于 2007-8-18 21:50:55 | 显示全部楼层 |阅读模式
买了台新电脑,nvidia的C68集成主板.
1.集成nv的7025显卡.
2.安装的nv官方驱动.
3.在在xorg.conf中Module段加入

SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
在Device段中加入
Option "DisableGLXRootClipping" "True"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
在配置文件的最后加入
Section "Extensions"
Option "Composite" "Enable"
EndSection



3D效果能开,但不能关,一关闭就死掉,屏幕不能动 鼠标不能动 键盘不能动,按任何键也没反映,只能重起.
有知道问题所在的朋友帮帮忙,谢谢了。
发表于 2007-8-18 23:54:15 | 显示全部楼层
搜索。前几天刚有人问过两帖。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-20 21:22:41 | 显示全部楼层
不行啊,那篇文章根本都没有解决。
不知楼上是否有解决的办法,可否麻烦讲解一下。
在google.cn搜不到,论坛上也没有什么具体的解决方法。
回复 支持 反对

使用道具 举报

发表于 2007-8-21 16:34:55 | 显示全部楼层
哈哈,是俺问的两个帖!
http://www.linuxsir.cn/bbs/showthread.php?t=309257&page=2
是NVIDIA-100.14.0X驱动的问题。装NVIDIA-Linux-x86-1.0-9755就行了。
只是不知在kernel-2.6.21-1.3194.fc7以及较新版本的内核下如何安装NVIDIA-Linux-x86-1.0-9755啊?我的装了X老是启动不起来,没办法只好换用kernel-2.6.21-1.3163.fc7
回复 支持 反对

使用道具 举报

发表于 2007-8-21 16:36:16 | 显示全部楼层
请问LZ用什么方法关的,直接用kill?

beryl的话,右击beryl的红宝石图标,选择 window manager为metacity(Gnome) 或 Kwin(KDE)就好了,要用3D就选回beryl。

  用这种方法切换不是很方便吗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-21 18:15:53 | 显示全部楼层
任何一种都不行,都一样彻底的死掉,知能按 重启。
回复 支持 反对

使用道具 举报

发表于 2007-8-22 14:19:29 | 显示全部楼层
我也遇到,现在根本不敢开3D了。我的情况更严重,有时候连关机都会死掉,而且根本无法通过ctrl+alt+f1或其他键换到控制台。
硬件配置:
笔记本 T7300 2.0G
内存:2G
显卡:NVIDIA 8400
操作系统:Fedora 7
显卡安装方式:yum install kmod-nvidia

xorg.conf配置文件内容如下:
# Xorg configuration created by livna-config-display

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

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

Section "ServerFlags"
        Option            "AIGLX" "on"
        Option            "Xinerama" "0"
EndSection

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

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option            "Device" "/dev/input/mice"
        Option            "rotocol" "auto-dev"
        Option            "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Unknown"
        ModelName    "Seiko"
        HorizSync    30.0 - 75.0
        VertRefresh  60.0 - 60.0
        Option            "DPMS"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
        BoardName   "GeForce 8400M G"
        Option            "AddARGBGLXVisuals" "True"
        Option            "DisableGLXRootClipping" "True"
EndSection

Section "Screen"

# Removed Option "metamodes" "1280x800_60 +0+0"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option            "AddARGBGLXVisuals" "True"
        Option            "DisableGLXRootClipping" "True"
        Option            "NoLogo" "True"
        Option            "TwinView" "0"
        Option            "metamodes" "1280x800 +0+0; 1280x800_60 +0+0"
        Option            "RenderAccel" "True"
        Option            "NoRenderExtension" "False"
        Option            "Overlay" "True"
        Option            "Composite" "Enable"
        SubSection "Display"
                Depth     24
                Modes    "1280x800"
        EndSubSection
EndSection

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

使用道具 举报

发表于 2007-8-22 20:10:23 | 显示全部楼层
第一 compiz fusion的版本是最新的吗 我个人感觉系统自带的compiz有点问题
第二 nvidia的驱动建议还是用官方发布的NVIDIA-Linux-x86-100.14.11-pkg1.run
       我在多台机器上都成功开启了3D特效,没有出现什么问题
第三 楼主的xorg.conf配置文件应该是错的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-24 01:01:11 | 显示全部楼层
显卡mx400没有一点问题,新配置的反倒问题多多。  

开源显卡希望早点出来。
回复 支持 反对

使用道具 举报

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

本版积分规则

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