LinuxSir.cn,穿越时空的Linuxsir!

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

看看偶的beryl

[复制链接]
发表于 2007-2-13 12:42:03 | 显示全部楼层 |阅读模式
郁闷阿,好容易装好了beryl,窗口却是相反的。
如下的效果~
启动时候出现的提示为
netyang@netyang-laptop:/var/www/wind/upload$ XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
libGL warning: 3D driver claims to not support visual 0x4b
beryl: No GLXFBConfig for default depth, falling back on visinfo.
beryl: No stencil buffer. Clipping of transformed windows is not going to be correct when screen is transformed.
No framebuffer_object support! (only simple blur aviable)
No packed_depth_stencil support! (this may cause some artefacts in fbo mode)

弄了一张截图,大家给看看是什么原因

虽然说能用beryl了,还是跟不能用一样~~
他为什么会是反着的呢?

系统为Ubuntu 6.06
netyang@netyang-laptop:/var/www/wind/upload$ uname -a
Linux netyang-laptop 2.6.15-28-386 #1 PREEMPT Thu Feb 1 15:51:56 UTC 2007 i686 GNU/Linux

显卡为Intel 915GM
netyang@netyang-laptop:/var/www/wind/upload$ lspci | grep Display
0000:00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)


这里是我的xorg.conf
netyang@netyang-laptop:/var/www/wind/upload$ sudo cat /etc/X11/xorg.conf
Password:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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"
        FontPath        "/usr/share/fonts/vista"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        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 Mobile 915GM/GMS/910GML Express Graph ics Controller"
        Driver          "i810"
        Option "XAANoOffscreenPixmaps" "true"
        BusID           "CI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation Mobile 915GM/GMS/910GML Express Graph ics Controller"
        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"
        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 "DRI"
        Mode    0666
EndSection

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

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2007-2-19 22:21:04 | 显示全部楼层
楼上的效果好漂亮啊,怎么弄出来的  ^-^
回复 支持 反对

使用道具 举报

发表于 2007-2-21 20:40:24 | 显示全部楼层
老天~!!怎么成这个样子咯啊
回复 支持 反对

使用道具 举报

发表于 2007-2-25 09:44:30 | 显示全部楼层
brallient
回复 支持 反对

使用道具 举报

发表于 2007-2-27 20:42:51 | 显示全部楼层
偶的怎么弄不出这个效果?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-2-27 21:05:40 | 显示全部楼层
呵呵,后来更新了SVN的源效果好了很多~
看看现在的效果

CPU :C-1.5
RAM :512M
GPU :Intel 915GM
System: Ubuntu 6.10

PS:发这个帖子本来意在寻求帮助,结果大家都认为自己弄不出类似效果,暴汗

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2007-3-4 10:50:37 | 显示全部楼层
其实楼主把显示器倒过来就好了
回复 支持 反对

使用道具 举报

发表于 2007-3-5 10:01:19 | 显示全部楼层
Post by yuelang85
其实楼主把显示器倒过来就好了

其实应该把头倒过来就行了。
回复 支持 反对

使用道具 举报

发表于 2007-3-5 15:12:48 | 显示全部楼层
mirror
在镜子里面用
回复 支持 反对

使用道具 举报

发表于 2007-3-13 13:07:26 | 显示全部楼层
效果实在不错
回复 支持 反对

使用道具 举报

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

本版积分规则

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