LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: linuxost

beryl问题:运行beryl后,窗口的标题栏不见了

[复制链接]
 楼主| 发表于 2006-12-5 20:12:03 | 显示全部楼层
glproto-git和compiz-git,装上没?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-5 20:44:51 | 显示全部楼层
呵呵ineney兄,我刚看到的帖子:
http://www.linuxsir.cn/bbs/showt ... amp;highlight=beryl
估计对你有点启发,我想确实是compiz和xgl不能共存问题。你能不能先把beryl卸载了, 确定驱动是最新的,然后装glproto-git和compiz-git,看看是否有冲突,如果有,在联系
回复 支持 反对

使用道具 举报

发表于 2006-12-5 20:57:35 | 显示全部楼层
虽然不知道什么东西,试着装了一下,同样没有标题栏
在wiki上看了说明,原来ATI显卡不能用fglrx驱动
ATI

You should read this if you have prolems with ATI.
[edit]
Uninstalling fglrx

Don't forget that:

    * xf86-video-ati are the ATI open source drivers
    * ati-fglrx(-beyond, ...) are the proprietary ones wich won't work with Beryl
    * You have to replace "fglrx" by "radeon" in BOTH the xorg.conf and rc.conf files
    * You have to uninstall ati-fglrx(-beyond, ...), ati-fglrx-utils and then install libgl-dri to get everything to work properly. As Veek said on this post :

Attention, anyone who was previously using the fglrx drivers:
Both the ati-fglrx-utils package and the libgl-dri package provide a version of the openGL
shared library /usr/lib/libGL.so.1 (your version may be different).
However the one supplied by the Mesa package implements things not implemented by the one in ATI's package.
That's why it can be exceedingly confusing trying to figure out why things aren't working
even though you apparently have the necessary libraries.
The solution is to install libgl-dri and everything shoud work as outlined in spack's guide.

This is my understanding of the issue, just wanted to clarify for anyone else that was confused.

    * Uninstalling commands:

pacman -Rd ati-fglrx(-beyond,...) ati-fglrx-utils
pacman -S libgl-dri

那就等于显卡不用官方驱动了,那opengl性能就差很远了~
算了,放弃使用了~

PS:还有kde窗口消失的其他相关说明,没搞定的朋友可以按照里面说的试试?
回复 支持 反对

使用道具 举报

发表于 2006-12-6 13:09:22 | 显示全部楼层
Post by linuxost
呵呵ineney兄,我刚看到的帖子:
http://www.linuxsir.cn/bbs/showt ... amp;highlight=beryl
估计对你有点启发,我想确实是compiz和xgl不能共存问题。你能不能先把beryl卸载了, 确定驱动是最新的,然后装glproto-git和compiz-git,看看是否有冲突,如果有,在联系


这就奇怪了,我原先是两个一起安装的,可以共存,没有什么问题。后来看介绍说beryl不需要compiz,就把compiz给删了。现在beryl的特效能做出来,但是就是没有标题拦

你说那两样东西有啥用的?我先找找
回复 支持 反对

使用道具 举报

发表于 2006-12-6 17:50:00 | 显示全部楼层
compiz和beryl基本上是一个东西,怎么能共存。。。
beryl是一个wm,也就是窗口管理器,没有窗口标题就表示wm没有起来,不知道楼上出来什么beryl特效了?

beryl启动之后tray那里会出来一个图标,那里有些设置项可以看看。
回复 支持 反对

使用道具 举报

发表于 2006-12-6 18:42:00 | 显示全部楼层
他们两个是一个窗口管理器,为什么不能共存?只是不能一起启动而已。
回复 支持 反对

使用道具 举报

发表于 2006-12-6 18:47:26 | 显示全部楼层
问题解决了!
按照http://gentoo-wiki.com/HOWTO_AIGLX里面对于xorg.conf的设置add上那几行就OK了。再贴一下我的xorg.conf设置好了
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (root@localhost.localdomain)  2006年 12月 02日 星期六 11:03:14 CST

# Xorg configuration created by system-config-display

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

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
    FontPath        "unix/:7100"
EndSection

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

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "fbdevhw"
    Load           "glx"
    Load           "record"
    Load           "freetype"
    Load           "type1"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "rotocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### 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:
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "HILIPS 107B"
    DisplaySize     310    230
    HorizSync       30.0 - 86.0
    VertRefresh     50.0 - 160.0
    Option         "dpms"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "Videocard vendor"
    BoardName      "nVidia Corporation NV34 [GeForce FX 5200]"
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "DRI"     "true"
        #Option                   "NoLogo" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
        Option       "AddARGBGLXVisuals" "True"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-6 18:58:27 | 显示全部楼层
http://wiki.archlinux.org/index.php/Xgl
看这里吧,我要表达的是这个:

Then do:

pacman -Syu
pacman -S xgl-git compiz-git (or compiz-quinn-cvs)
Make sure you have enabled the [testing] and [community] repos on /etc/pacman.conf if you get unresolved dependences.

Note that compiz-cvs is a clear CVS version of Compiz; If you want more, try Beryl (from [unstable] repos 0)

If you also want a better window titlebar menu in Compiz, install libwnck-compiz patches:

pacman -S libwnck-compiz
回复 支持 反对

使用道具 举报

发表于 2006-12-7 09:03:16 | 显示全部楼层
Post by iveney
他们两个是一个窗口管理器,为什么不能共存?只是不能一起启动而已。


因为他们用到了一些共同的东西。不过没准是我错了。
回复 支持 反对

使用道具 举报

发表于 2006-12-17 15:04:27 | 显示全部楼层
LZ,偶的也出现了同样的问题,找了很多方法也不知道是什么回事。
playboy@prince:/etc/X11> cat xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006

# /.../
# SaX generated X11 config file
# Created on: 2006-12-17T10:56:04+0800.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
    Identifier     "Layout[all]"
    Screen         "Screen[0]" 0 0
    InputDevice    "Keyboard[0]" "CoreKeyboard"
    InputDevice    "Mouse[1]" "CorePointer"
    Option         "Clone" "off"
    Option         "Xinerama" "off"
EndSection

Section "Files"
    InputDevices      "/dev/gpmdata"
    InputDevices      "/dev/input/mice"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/local"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/URW"
    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath        "/usr/X11R6/lib/X11/fonts/PEX"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin2/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/kwintv"
    FontPath        "/usr/X11R6/lib/X11/fonts/truetype"
    FontPath        "/usr/X11R6/lib/X11/fonts/uni:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID"
    FontPath        "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/hellas/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/xtest"
    FontPath        "/opt/kde3/share/fonts"
EndSection

Section "Module"
    Load           "freetype"
    Load           "type1"
    Load           "dbe"
    Load           "glx"
    Load           "extmod"
    Load           "v4l"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
    Identifier     "Keyboard[0]"
    Driver         "kbd"
    Option         "rotocol" "Standard"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc104"
    Option         "XkbRules" "xfree86"
EndSection

Section "InputDevice"
    Identifier     "Mouse[1]"
    Driver         "mouse"
    Option         "Buttons" "5"
    Option         "Device" "/dev/input/mice"
    Option         "Name" "Microsoft Wheel Mouse Optical"
    Option         "rotocol" "explorerps/2"
    Option         "Vendor" "Sysp"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Modes"
    Identifier         "Modes[0]"
    ModeLine     "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808
    ModeLine     "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
EndSection

Section "Monitor"
    Identifier     "Monitor[0]"
    VendorName     "--> VESA"
    ModelName      "1024X768@85HZ"
    UseModes       "Modes[0]"
    DisplaySize     312    234
    HorizSync       30.0 - 69.0
    VertRefresh     50.0 - 85.0
    Option         "CalcAlgorithm" "XServerPool"
EndSection

Section "Device"
    Identifier     "Device[0]"
    Driver         "nvidia"
    VendorName     "NVidia"
    BoardName      "GeForce 6200 (0x0221)"
    Screen          0
EndSection

Section "Screen"
    Identifier     "Screen[0]"
    Device         "Device[0]"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals"
    Option         "TripleBuffer" "True"
    Option         "AllowGLXWithComposite" "True"
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
EndSection

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

使用道具 举报

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

本版积分规则

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