LinuxSir.cn,穿越时空的Linuxsir!

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

nvidia的nvs 135m运行特效经常卡,大家来帮我看看啊,谢谢啦

[复制链接]
发表于 2007-7-31 09:41:34 | 显示全部楼层 |阅读模式
我的机器是 DELL D630,显卡是 Nvidia 的 NVS 135M,
我 emerge 了最新的 nvidia-drivers-100.14.11 后修改 xorg.conf
可以运行 beryl,但是比较卡,尤其是窗口最大化和最小化的时候,
(我看了系统状态,CPU使用率不大,正常)有什么办法可以让它不卡吗?谢谢
这里贴出我的xorg.conf
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "TouchPad" "AlwaysCore"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/myfont/"
    FontPath     "/usr/share/fonts/misc/"
    FontPath     "/usr/share/fonts/TTF/"
    FontPath     "/usr/share/fonts/OTF"
    FontPath     "/usr/share/fonts/Type1/"
    FontPath     "/usr/share/fonts/100dpi/"
    FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load  "glx"
    Load  "extmod"
    Load  "wfb"
    Load  "xtrap"
    Load  "record"
#    Load  "GLcore"
    Load  "dbe"
#    Load  "dri"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "rotocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
    Identifier  "TouchPad"
    Driver      "synaptics"
    Option      "rotocol" "event"
    Option      "Device" "/dev/input/event5"
    Option      "SHMConfig" "on"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
#    HorizSync    31.0 - 81.0
#    VertRefresh  56.0 - 76.0
    Option       "DPMS"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    Option      "NoLogo" "true"
    Option      "AddARGBGLXVisuals" "true"
    Option      "RenderAccel" "true"
    Option      "TripleBuffer" "true"
    Option      "AllowGLXWithComposite" "true"
    Option      "DisableGLXRootClipping" "True"
    Option      "backingstore" "true"
    Option      "UseEvents" "false"
    VendorName  "nVidia Corporation"
    BoardName   "Unknown Board"
    BusID       "CI:1:0:0"
EndSection

Section "Extensions"
    Option      "Composite" "enable"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth  24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes       "1024x768"
    EndSubSection
EndSection

Section "dri"
    Mode 0666
EndSection
发表于 2007-7-31 13:46:05 | 显示全部楼层
http://gentoo-wiki.com/HOWTO_nVidia_Drivers
1)确定安装正确的驱动程序
2)确定使用的是nvidia提供的opengl实现
3)你的xorg.conf里明显的错误是,Section "dri"是多余的,Load "dri" 不是已经在Section "Module"里注释掉了吗?具体的xorg.conf配置参考上面的连接。
回复 支持 反对

使用道具 举报

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

本版积分规则

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