View Single Post

   
  #5 (permalink)  
Old 02-20-2008, 10:28 AM
jessbody@gmail.com
 
Posts: n/a
Default Re: support for intel 82915g express chipset in slack?

Regarding the video driver, you can specify the max video ram in
/etc/X11/xorg.conf

xorg.conf
-------------
Section "Device"
Identifier "Intel Corp.|82865G Integrated Graphics D"
Driver "i810"
BoardName "Unknown"
VideoRam 32768
Option "XvMCSurfaces" "6"
EndSection
------------------------

BTW for DRI to work, min of 32M videoRam is required. Do check with
$glxinfo
that DRI is enabled.

Reply With Quote