LinuxSir.cn,穿越时空的Linuxsir!

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

hiweed装aiglx+beryl后,窗口闪一下就没了 ?

[复制链接]
发表于 2006-11-26 11:11:26 | 显示全部楼层 |阅读模式
我的系统是hiweed 1.0desktop,Interl 855GM集成显卡,按照http://forum.ubuntu.org.cn/about26501.html上的方法装上了beryl和aiglx,但在启动后窗口闪一下就没了。
在终端上输入
luopeng@luopeng-laptop:~$ beryl-manager
luopeng@luopeng-laptop:~$ libGL warning: 3D driver claims to not support visual 0x4b
XGL Absent, assuming AIGLX
compiz: Another window manager is already running on screen: 0
compiz: No manageable screens found on display :0.0


以下是我的/etc/X11/xorg.conf:
Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "i2c"
        Load        "bitmap"
        Load        "ddc"
   Load   "dbe"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ExplorerPS/2"
        Option                "ZAxisMapping"                "4 5"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "InputDevice"
        Identifier        "Synaptics Touchpad"
        Driver                "synaptics"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "auto-dev"
        Option                "HorizScrollDelta"        "0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
        Identifier        "Intel Corporation 82852/855GM Integrated Graphics Device"
        Driver                "i810"
   Option "XAANoOffscreenPixmaps"
        BusID                "CI:0:2:0"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        28-51
        VertRefresh        43-60
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation 82852/855GM Integrated Graphics Device"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        option "AIGLX"  "true"
   Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
        InputDevice        "Synaptics Touchpad"
EndSection

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

Section "DRI"
        Mode        0666
EndSection


以下是我的gdm.conf-custom:
[daemon]
AutomaticLogin=luopeng

[security]

[xdmcp]

[gui]

[greeter]
Browser=true
Welcome=Welcome
GraphicalThemes=simple-ubuntu-green/:circles/:happygnome/:happygnome-list
GraphicalTheme=simple-hiweed-green
SoundOnLoginSuccess=true
SoundOnLoginFailure=true
SoundOnLoginSuccessFile=/usr/share/sounds/login.wav
SoundOnLoginFailureFile=/usr/share/sounds/error.wav

[chooser]

[debug]

[servers]
0=aiglx

[server-aiglx]
name=aiglx server
command=/usr/bin/Xorg-air :0
flexible=true
大家看看有什么问题?
 楼主| 发表于 2006-11-26 11:36:09 | 显示全部楼层
按照http://www.cublog.cn/u/24544/showart.php?id=184711修改/etc/xdg/xfce4-session/xfce4-session.rc后启动到桌面的时候死机。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-26 11:36:39 | 显示全部楼层
按照http://www.cublog.cn/u/24544/showart.php?id=184711修改/etc/xdg/xfce4-session/xfce4-session.rc后启动到桌面的时候死机。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-26 11:37:05 | 显示全部楼层
按照http://www.cublog.cn/u/24544/showart.php?id=184711
修改/etc/xdg/xfce4-session/xfce4-session.rc后启动到桌面的时候死机。
回复 支持 反对

使用道具 举报

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

本版积分规则

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