[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

i810 и direct rendering



Как включить direct rendering для i810 карточки?

$ glxinfo|grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

$ cat /etc/X11/xorg.conf

.....
Section "Module"
       Load    "GLcore"
       Load    "bitmap"
       Load    "dbe"
       Load    "ddc"
       Load    "dri"
       Load    "extmod"
       Load    "freetype"
       Load    "glx"
       Load    "int10"
       Load    "record"
       Load    "speedo"
       Load    "type1"
       Load    "vbe"
EndSection
....
Section "Device"
       Identifier      "Intel Corporation 82915G/GV/910GL Integrated
Graphics Controller"
       Driver          "i810"
       BusID           "PCI:0:2:0"
EndSection
.....
Section "dri"
# Allow access to OpenGL to all users
   Mode 0666
EndSection

$ dpkg -l '*mesa*'|grep ii
ii  libgl1-mesa-dev     6.5.1-0.6      A free implementation of the
OpenGL API -- G
ii  libgl1-mesa-dri     6.5.1-0.6      A free implementation of the
OpenGL API -- D
ii  libgl1-mesa-glx     6.5.1-0.6      A free implementation of the
OpenGL API -- G
ii  libglu1-mesa        6.5.1-0.6      The OpenGL utility library (GLU)
ii  libglu1-mesa-dev    6.5.1-0.6      The OpenGL utility library --
development su
ii  mesa-common-dev     6.5.1-0.6      Developer documentation for Mesa
ii  mesa-utils          6.3.2-2.1      Miscellaneous Mesa GL utilities
ii  xlibmesa-dri        7.1.0-16       transitional package for Debian etch
ii  xlibmesa-gl         7.1.0-16       transitional package for Debian etch
ii  xlibmesa-glu        7.1.0-16       transitional package for Debian etch

Reply to: