LinuxSir.cn,穿越时空的Linuxsir!

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

FC6顺利安装完Nvidia官方驱动,但启动不了Beryl 3D桌面!

[复制链接]
发表于 2007-6-3 11:19:31 | 显示全部楼层 |阅读模式
FC6顺利安装完Nvidia官方驱动,运行glxgears也没问题,3D加速也开启了。

[root@localhost ~]# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes

但启动不了Beryl 3D桌面!
发表于 2007-8-29 11:04:43 | 显示全部楼层
你是如何安装官方驱动的? 我这里总是说我内核问题 装了 sorce file 还是不行
回复 支持 反对

使用道具 举报

发表于 2007-8-30 21:22:33 | 显示全部楼层
顶上去
我也是如此,装了官方驱动没办法打开桌面效果
回复 支持 反对

使用道具 举报

发表于 2007-8-30 21:29:59 | 显示全部楼层

看看这个吧

在FC7上打开compiz特效

首先安装Nvdia或者Ati的3D驱动
nvidia现在的驱动不能驱动某些nv的卡,需要暂时用beta版本的
# wget http://us.download.nvidia.com/XFree....14.06-pkg1.run
# chmod +x NVIDIA-Linux-x86-100.14.06-pkg1.run
# ./NVIDIA-Linux-x86-100.14.06-pkg1.run
之后修改你的/etc/X11/xorg.conf的内容为(记得先备份)
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 20 16:56:19 PDT 2006
# Xorg configuration created by pyxf86config

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"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
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"### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"

Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"

# Enable 32-bit ARGB GLX Visuals
Identifier "Videocard0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "DisableGLXRootClipping" "True"
Option "AddARGBGLXVisuals" "True"
# Uncomment me if you get black screens with Compiz
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

执行 系统-->首选项-->Desktop Effects
然后点Enable Desktop Effects
如果不报错,重启x就可以看到特效了

FC7开启桌面特效后的快捷键

默认基本快捷键
* 打开主菜单 = Alt + F1 * 运行 = Alt + F2
* 显示桌面 = Ctrl + Alt + d
* 最小化当前窗口 = Alt + F9
* 最大化当前窗口 = Alt + F10
* 关闭当前窗口 = Alt + F4
* 截取全屏 = Print Screen
* 截取窗口 = Alt + Print Screen 默认特殊快捷键
* 窗口展示 = F12
* 切换窗口 = Alt + Tab
* 旋转3D桌面 = Ctrl + Alt + 左/右箭头(也可以把鼠标放在标题栏或桌面使用滚轮切换)
* 旋转3D桌面( 活动窗口跟随) = Ctrl + Shift + Alt + 左/右箭头
* 手动旋转3D桌面 = Ctrl + Alt + 左键单击并拖拽桌面空白处
* 窗口透明/不透明 = possible with the “transset” utility or Alt + 滚轮
* 放大一次 = 超级键 + 右击
* 手动放大 = 超级键 + 滚轮向上
* 手动缩小 = 超级键 + 滚轮向下
* 移动窗口 = Alt + 左键单击
* 移动窗口时贴住边框 = 左键开始拖动后再 Ctrl + Alt
* 调整窗口大小 = Alt + 中击 * Bring up the window below the top window = Alt + middle-click
* 动态效果减速 = Shift + F10
* 水纹 = 按住 Ctrl+超级键
* 雨点 = Shift-F9
* 桌面展开= Ctrl + Alt + 下箭头,然后按住 Ctrl + Alt 和左/右箭头选择桌面


原文:http://unix-cd.com/vc/www/15/2007-07/6634.html
回复 支持 反对

使用道具 举报

发表于 2007-8-30 22:14:44 | 显示全部楼层
刚刚试过,还是不行,继续,晚上一定要搞定
回复 支持 反对

使用道具 举报

发表于 2007-9-15 17:54:03 | 显示全部楼层
我的也是不行,提示安装成功.但就是打不开效果,可能是俺 的显卡太P了
回复 支持 反对

使用道具 举报

发表于 2007-9-15 23:27:25 | 显示全部楼层
我得用不料compiz,不过xgl+beryl是可以的:用cvs的包没有问题,奇怪的问题啊,另一个版本相同的rpm包不能正常运行,没有边框;
建议删掉compiz,装xgl+beryl,我得7600gs运行得很好

这是我得xorg.conf,给你参考一下吧:
# 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"
        Load  "extmod"
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            "NoLogo" "true"
        Option            "RenderAccel" "True"
        Option            "AllowGLXWithComposite" "True"
        Option            "DisableGLXRootClipping" "True"
        Option            "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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