LinuxSir.cn,穿越时空的Linuxsir!

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

glxgears 出现 XIO: fatal IO error

[复制链接]
发表于 2010-1-3 13:55:41 | 显示全部楼层 |阅读模式
localhost ~ # glxgears
4911 frames in 5.0 seconds = 982.171 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 39 requests (39 known processed) with 0 events remaining.



出错了。怎么解决。
谢谢
 楼主| 发表于 2010-1-4 09:55:20 | 显示全部楼层
没有人理我。。自己顶
回复 支持 反对

使用道具 举报

发表于 2010-1-4 23:47:21 | 显示全部楼层
是不是xorg.conf没有配置正确啊?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-1-6 22:20:59 | 显示全部楼层
Post by 13121982;2062009
是不是xorg.conf没有配置正确啊?



我桌面能用呀。。
还能3d呢

要不你帮我看看。
Section "Module"

    Load        "dbe"      # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

#    Load        "type1"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

EndSection


Section "Files"

#

    FontPath   "/usr/share/fonts/misc/"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
     FontPath   "/usr/share/fonts/wenquanyi/wqy-zenhei"

EndSection


Section "ServerFlags"


EndSection


Section "InputDevice"

    Identifier    "Keyboard1"
    Driver    "kbd"

    Option "AutoRepeat" "500 30"


    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc104"
    Option "XkbLayout"    "us"

EndSection



Section "InputDevice"

# Identifier and driver

    Identifier    "Mouse1"
    Driver    "mouse"
    Option "rotocol"    "Auto"    # Auto detect
    Option "Device"      "/dev/input/mice"


    Option "ZAxisMapping"   "4 5 6 7"


EndSection



Section "Monitor"

    Identifier  "My Monitor"


    HorizSync   31.5 - 82.0


    VertRefresh 50-90

EndSection



Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nvidia"
   
EndSection

#Section "Device"
# Option "AGPMode"          "4"
# Option "AGPFastWrite"     "True"
# Option "EnablePageFlip"   "True"
#EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"

# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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