LinuxSir.cn,穿越时空的Linuxsir!

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

我emerge -u world 以后 beryl 出了小毛病,大家看看[已解决]

[复制链接]
发表于 2007-4-24 21:00:12 | 显示全部楼层 |阅读模式
我最近emerge -u world 好像更新的x11里面的一些包 vte什么的

在启动beryl 出了一些问题

状况是 特效都有,就是鼠标 在桌面右键不出菜单,点击工具栏也不出菜单,好像是显示不出来,其他的窗口栏都正常。

我emerge 有关beryl包 还是不行。

---------------------
解决方法

重新 emerge xorg-server 就可以了
 楼主| 发表于 2007-4-24 21:07:17 | 显示全部楼层
我的 xorg.conf


Section "ServerLayout"
        #Option         "AIGLX" "true"
        Identifier        "X.Org Configured"
        Screen        0        "Screen0" 0 0
        InputDevice        "Keyboard0" "CoreKeyboard"
        InputDevice        "S/2 Mouse" "AlwaysCore"
# Serial Mouse not detected
        InputDevice        "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection

Section "ServerFlags"
        Option        "AllowMouseOpenFail" "true"
EndSection

Section "Files"
        FontPath        "/usr/share/fonts/util"
        FontPath        "/usr/share/fonts/encodings"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/local"
        FontPath        "/usr/share/fonts/terminus"
        FontPath        "/usr/share/fonts/corefonts"
        FontPath        "/usr/local/share/fonts"
        FontPath        "/usr/share/fonts/default"
        FontPath        "/usr/share/fonts/TTF"
        FontPath        "/usr/share/fonts/type1"
        FontPath        "/usr/share/fonts/100dpi"
        FontPath        "/usr/share/fonts/75dpi"
        FontPath        "/usr/share/fonts/arphicfonts"
        FontPath        "/usr/share/fonts/jisx0213"
        FontPath        "/usr/share/fonts/shinonome"
        FontPath        "/usr/share/fonts/baekmuk-fonts"
        FontPath        "/usr/share/fonts/kacst-fonts"
        FontPath        "/usr/share/fonts/sgi-fonts"
        FontPath        "/usr/share/fonts/unfonts"
        FontPath        "/usr/share/fonts/default/ghostscript"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
        Load        "ddc"
        Load        "vbe"
        Load        "GLcore"
        Load        "dbe"
        Load        "dri"
        Load        "extmod"
        Load        "glx"
        Load        "bitmap"
        Load        "type1"
        Load        "freetype"
        Load        "record"
EndSection

Section "InputDevice"
        Identifier        "Keyboard0"
        Driver        "kbd"
        Option        "CoreKeyboard"
        Option        "XkbRules" "xorg"
        Option        "XkbModel" "pc104"
        Option        "XkbOptions" "grp:toggle,grp_led:scroll"
        Option        "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier        "Serial Mouse"
        Driver        "mouse"
        Option        "rotocol" "Microsoft"
        Option        "Device" "/dev/ttyS0"
        Option        "Emulate3Buttons" "true"
        Option        "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier        "S/2 Mouse"
        Driver        "mouse"
        Option        "rotocol" "IMPS/2"
        Option        "Device" "/dev/misc/psaux"
        Option        "Emulate3Buttons" "true"
        Option        "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
        Option        "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier        "USB Mouse"
        Driver        "mouse"
        Option        "Device" "/dev/input/mice"
        Option        "SendCoreEvents" "true"
        Option        "rotocol" "IMPS/2"
        Option        "ZAxisMapping" "4 5"
        Option        "Buttons" "5"
EndSection

Section "InputDevice"
        Identifier        "Synaptics"
        Driver        "synaptics"
        Option        "rotocol" "event"
        Option        "Device" ""
        Option        "LeftEdge" "1900"
        Option        "RightEdge" "5400"
        Option        "TopEdge" "1900"
        Option        "BottomEdge" "4000"
        Option        "FingerLow" "25"
        Option        "FingerHigh" "30"
        Option        "MaxTapTime" "180"
        Option        "MaxTapMove" "220"
        Option        "VertScrollDelta" "100"
        Option        "MinSpeed" "0.02"
        Option        "MaxSpeed" "0.10"
        Option        "AccelFactor" "0.0010"
        Option        "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
        #Option      "XAANoOffscreenPixmaps" "true"
        #Option      "DRI"     "true"       
        Identifier  "Card0"
        # The following line is auto-generated by x11-misc/mkxf86config
        Driver      "nvidia"
        VendorName  "All"
        BoardName   "All"
#        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier        "Screen0"
        Device        "Card0"
        Monitor        "Monitor0"
        Option "RenderAccel" "true"
        Option "AllowGLXWithComposite" "true"
        Option "AddARGBGLXVisuals" "True"
        DefaultColorDepth 24
        DefaultDepth  24
        SubSection "Display"
                Depth        1
                Modes "1680x1050" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        4
                Modes "1680x1050" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        8
                Modes "1680x1050" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        15
                Modes "1680x1050" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        16
                Modes "1680x1050" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        24
                Modes "1680x1050" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        32
                Modes "1680x1050" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

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

使用道具 举报

发表于 2007-4-24 22:31:27 | 显示全部楼层
跟beryl没关系吧~ gtk+的缘故估计,把依赖gtk+的重新emerge试试?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-24 23:08:34 | 显示全部楼层
Post by midx
跟beryl没关系吧~ gtk+的缘故估计,把依赖gtk+的重新emerge试试?

GTK+
不会吧????还跟这个有关系????

emerge 怎么输入参数
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-25 12:08:54 | 显示全部楼层
到底谁知道啊~~~~
回复 支持 反对

使用道具 举报

发表于 2007-4-26 13:56:41 | 显示全部楼层
依赖gtk+的不等于USE里有gtk+的
USE里有gtk+的反而是不一定需要gtk+的,对它们来说gtk+是可有可无的,所以才给你选择的余地

搜索依赖于gtk+的应该用equery的d参数
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-26 14:06:43 | 显示全部楼层
Post by zhllg
依赖gtk+的不等于USE里有gtk+的
USE里有gtk+的反而是不一定需要gtk+的,对它们来说gtk+是可有可无的,所以才给你选择的余地

搜索依赖于gtk+的应该用equery的d参数



zhllg老大,我觉得beryl好像跟gtk+没什么关系
我emerge 除了xorg-server所有x11的组件

还是不行,berly能用,但是 鼠标右键无法出菜单。。是不是我的xorg.conf配置问题。
回复 支持 反对

使用道具 举报

发表于 2007-4-26 14:28:39 | 显示全部楼层
我也不清楚,没遇到过这个问题
回复 支持 反对

使用道具 举报

发表于 2007-4-26 16:41:55 | 显示全部楼层
beryl本身跟GTK+没关系,但是它的配置程序都是基于GTK+的。
回复 支持 反对

使用道具 举报

发表于 2007-4-26 16:50:35 | 显示全部楼层
在官方论坛有解决办法
http://forums.gentoo.org/viewtopic-t-554889-highlight-beryl.html
简单一句就是重新 emerge xorg-server

我也遇过这个问题
beryl 0.2.1
xfce 4.4
xorg 1.1.1-r5
nvidia-drivers 1.0.9755-r1
回复 支持 反对

使用道具 举报

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

本版积分规则

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