LinuxSir.cn,穿越时空的Linuxsir!

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

fc6 3D加速奇怪问题!

[复制链接]
发表于 2007-1-19 14:51:13 | 显示全部楼层 |阅读模式
装了NVIDIA-Linux-x86-1.0-9746-pkg1.run驱动之后,驱动安装正常,分辨率也正常了,但是就是开不了3D,开始-系统-首选项-Desktop Effects,点了Enable Desktop Effects就会出现一个
Desktop effects could not be be enabled???  郁闷!前一次装的就很正常,一点就能正常开启3D效果,请问这是驱动没装好吗?还是配置错误?
xorg.conf文件如下:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 2006

# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
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"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
    Identifier     "Monitor0"
    ModelName      "hilips 107S(17inch/CM6800)"
    HorizSync       30.0 - 71.0
    VertRefresh     50.0 - 160.0
    ModeLine       "1024x768_85.00" 94.4 1024 1088 1200 1376 768 769 772 807 -hsync +vsync
    Option         "dpms"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
发表于 2007-1-19 14:58:20 | 显示全部楼层
Section "Extensions"
    Option         "Composite" "Enable"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-1-19 15:02:28 | 显示全部楼层
这个加到xorg.conf文件中吗?具体在哪里?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-1-19 15:32:48 | 显示全部楼层
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Fri Dec 15 10:12:14 PST 2006

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
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"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "hilips 107S(17inch/CM6800)"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
ModeLine "1024x768_85.00" 94.4 1024 1088 1200 1376 768 769 772 807 -hsync +vsync
Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

郁闷!我这样改搞的我X都进不了了!
回复 支持 反对

使用道具 举报

发表于 2007-1-19 17:58:04 | 显示全部楼层
用 vim 或者 nano 编辑器,把那句话删掉或者注释掉。

你的问题应该是 mesa 的版本有错吧?
回复 支持 反对

使用道具 举报

发表于 2007-7-5 11:31:22 | 显示全部楼层
关于在FC7下启动Desktop effects,提示Desktop effects could not be be enabled"的解决办法之一:


1. Get nvidia beta driver install:
yum install kmod-nvidia --enablerepo=livna-testing

2. Get Xorg.conf ready:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true

Add the following in /etc/X11/xorg.conf:

Section "Extensions"
Option "Composite"
EndSection

In the "Device" section, add:
Option "AddARGBGLXVisuals" "True"

In the "Module" section, add:
Load "extmod"

3. Logout, login again and type: desktop-effects

Enable the effects.
回复 支持 反对

使用道具 举报

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

本版积分规则

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