[问题]Edgy i865g显卡不能打开DRI

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
max0000
帖子: 310
注册时间: 2005-04-08 14:54

[问题]Edgy i865g显卡不能打开DRI

#1

帖子 max0000 » 2006-11-03 13:16

RT

glxinfo | grep direct得到:

代码: 全选

direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
安装了xserver-xorg-video-i810包和 libgl1-mesa-dri、libgl1-mesa-glx

/etc/X11/xorg.conf:

代码: 全选

# /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"
        FontPath        "/usr/share/fonts/X11/misc"
        # 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    "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          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
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 82865G Integrated Graphics Controller"
        Driver          "i810"
        BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "BenQ FP71G+"
        Option          "DPMS"
        HorizSync       31-83
        VertRefresh     56-76
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82865G Integrated Graphics Controller"
        Monitor         "BenQ FP71G+"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        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"
EndSection

Section "DRI"
        Mode    0666
EndSection
头像
max0000
帖子: 310
注册时间: 2005-04-08 14:54

#2

帖子 max0000 » 2006-11-03 13:22

/var/log/Xorg.0.log的摘要:

代码: 全选

(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(EE) AIGLX: Screen 0 is not DRI capable

代码: 全选

(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): /dev/agpgart is either not available, or no memory is available
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
*(WW) (1280x1024,BenQ FP71G+) mode clock 157.5MHz exceeds DDC maximum 140MHz
*(WW) (1600x1200,BenQ FP71G+) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,BenQ FP71G+) mode clock 175.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,BenQ FP71G+) mode clock 189MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,BenQ FP71G+) mode clock 202.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,BenQ FP71G+) mode clock 229.5MHz exceeds DDC maximum 140MHz
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Extended BIOS function 0x5f05 not supported.
(WW) I810(0): Extended BIOS function 0x5f05 not supported.
(WW) I810(0): Extended BIOS function 0x5f28 not supported.
头像
max0000
帖子: 310
注册时间: 2005-04-08 14:54

#3

帖子 max0000 » 2006-11-03 13:24

曾经在xorg.conf中增加过内存参数,结果也是一样的。

请大家帮忙看一下。

不胜感激!
dishonest
帖子: 29
注册时间: 2005-10-19 11:12

#4

帖子 dishonest » 2006-11-07 12:40

关注!
同样问题,我的是855gm
yusunsunyu
帖子: 8
注册时间: 2005-10-21 8:00

我的也是同样的问题,我的是945的集成显卡!

#5

帖子 yusunsunyu » 2006-11-09 1:01

我的也是同样的问题,我的是945的集成显卡!打不开dri!齿轮的速度很慢啊!看图中的信息!
附件
Screenshot.png
yusunsunyu
帖子: 8
注册时间: 2005-10-21 8:00

怎么没人回答啊?

#6

帖子 yusunsunyu » 2006-11-09 9:49

怎么没人回答啊?
dishonest
帖子: 29
注册时间: 2005-10-19 11:12

#7

帖子 dishonest » 2006-11-11 6:49

恐怕没有什么解决方案了吧

等INTEL出新驱动了
头像
max0000
帖子: 310
注册时间: 2005-04-08 14:54

#8

帖子 max0000 » 2006-11-11 22:20

原先在dapper上安装了air包是可以打开的。

我这里查到/dev/card0找不到,似乎是agpgart什么的模块没有load上。
头像
max0000
帖子: 310
注册时间: 2005-04-08 14:54

#9

帖子 max0000 » 2006-12-11 14:45

用edgy的desktop盘试了一下,机器是可以打开dri的。
我把上面的xorg.conf文件拷过来,再把desktop盘启动用到的xorg相关的包都重装,这下dri模块load上了,可是还不能用,说是:

代码: 全选

drmUnmap back failed!

ERROR!  mapping regions
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
再怎么办呢?
不想新装哪。
头像
leec0621
帖子: 150
注册时间: 2006-11-12 10:17
来自: 火星

#10

帖子 leec0621 » 2006-12-11 20:07

我的可以打开~但是请问,这样的提示是什么问题呢?

代码: 全选

lichao@ubuntu:~$ glxinfo | grep direct
libGL warning: 3D driver claims to not support visual 0x4b
direct rendering: Yes
头像
max0000
帖子: 310
注册时间: 2005-04-08 14:54

#11

帖子 max0000 » 2006-12-12 20:30

leec0621 写了:我的可以打开~但是请问,这样的提示是什么问题呢?

代码: 全选

lichao@ubuntu:~$ glxinfo | grep direct
libGL warning: 3D driver claims to not support visual 0x4b
direct rendering: Yes
这个没问题
回复