LinuxSir.cn,穿越时空的Linuxsir!

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

3D问题,哥们个帮忙看看。。。。

[复制链接]
发表于 2007-4-28 19:04:13 | 显示全部楼层 |阅读模式
机器:DELL INSPIRON 510m
显卡:intel 集成显卡(852/55graphic controller )64显存
内存:512M

运行glxgears,显示如下:

libGL warning: 3D driver claims to not support visual 0x55
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
5395 frames in 5.0 seconds = 1078.841 FPS
5613 frames in 5.0 seconds = 1122.528 FPS
10957 frames in 5.0 seconds = 2191.389 FPS
14492 frames in 5.0 seconds = 2895.429 FPS
14390 frames in 5.0 seconds = 2877.869 FPS
15084 frames in 5.0 seconds = 3016.771 FPS
14420 frames in 5.0 seconds = 2883.825 FPS
14543 frames in 5.0 seconds = 2908.481 FPS

打开beryl,就点不中屏幕,打开文件之类的显示(如图),firefox里TAB切换不过去,必须是先小化再最大化才显示当前页,是显卡不行吗?
wine 运行WAR3,出现彩色光晕.....

哥们,帮忙看看,怎么可以解决....

本帖子中包含更多资源

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

x
发表于 2007-4-30 22:22:54 | 显示全部楼层
贴出 /etc/X11/xorg.conf让大家看看,或者用google搜一下beryl的xorg.conf的设置。应该是缺少设置项目导致的吧。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-1 16:27:54 | 显示全部楼层
/etc/X11/xorg.conf文件如下:

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/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        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        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"                "ImPS/2"
        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 "Device"
        Identifier        "Intel Corporation 82852/855GM Integrated Graphics Device"
        Driver                "i810"
        BusID                "CI:0:2:0"
EndSection

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

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

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Synaptics Touchpad"
EndSection

Section "DRI"
        Group 0
        Mode        0666
EndSection

Section "Extensions"
#        Option "Composite" "Disable"
        Option "Composite" "Enable"
EndSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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