i915 found but dri not working...

Karel Miklav karel at lovetemple.net
Wed May 31 15:45:57 PDT 2006


Gianmarco Giovannelli wrote:
>> Did you install the dri port?
> 
> If you mean this one, yes  :-)
> 
>> I have installed:
>> dri-6.2.20050719,1  DRI OpenGL drivers snapshot

Phew, sorry man. It's a bit old though.

> I'd like to know if is there anyone with a i915 card that is
 > able to use dri ... and if yes if he can post his/her configs :-)

Same version as Mikko here and it works great. Check the attachment
for hints.

--

Regards,
Karel Miklav

-------------- next part --------------
# This file was generated by the command 'Xorg -configure' at the root
# command prompt and then tweaked according to aesthetical preferences,
# output of the Xorg server log, xorg.conf and i810 man pages, dcumentation at
# http://dri.freedesktop.org etc.

Section "ServerLayout"

   Identifier     "He made me"
   Screen         0 "Default screen" 0 0
   InputDevice    "HotSpot" "CorePointer"
   InputDevice    "ThinkPad Keyboard" "CoreKeyboard"

EndSection

Section "ServerFlags"

   Option "BlankTime"    "10"
   Option "StandbyTime"  "13"
   Option "SuspendTime"  "14"
   Option "OffTime"      "15"

EndSection

Section "Files"

   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"

   FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
   FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
#   FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
   FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
#   FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "Module"

	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"

	Load  "type1"
	Load  "freetype"

EndSection

Section "InputDevice"

   Identifier  "ThinkPad Keyboard"
   Driver      "kbd"

   Option      "XkbModel" "pc102"
   Option      "XkbLayout" "si"
#   Option      "CoreKeyboard"

EndSection

Section "InputDevice"

   Identifier  "HotSpot"
   Driver      "mouse"

   Option      "Protocol" "SysMouse"
   Option      "Device" "/dev/sysmouse"
#   Option      "Protocol" "Auto"
#   Option      "Device" "/dev/psm0"
   Option      "Emulate3Buttons" "no"
	Option	    "ZAxisMapping" "4 5 6 7"
#		Option		"EmulateWheel" "yes"
#		Option		"EmulateWheelButton" "2"
#   Option "CorePointer"

EndSection

Section "Monitor"

   Identifier   "ThinkPad LCD"
   VendorName   "IBM"
   ModelName    "Unknown"
#   DisplaySize  "835x612"
#   Gamma        "1.0"

   Option       "DPMS"

EndSection

Section "Device"

	Identifier  "82855GME"
	Driver      "i810"
	VendorName  "Intel Corporation"
	BoardName   "82852/855GM Integrated Graphics Device"
	BusID       "PCI:0:2:0"

   VideoRam    65536

#   Option      "SWcursor" "True"
   Option      "VBERestore" "yes"
   Option      "DevicePresence" "yes"

EndSection

Section "DRI"

   Mode 0666

EndSection

Section "Screen"

   Identifier    "Default screen"
   Device        "82855GME"
   Monitor       "ThinkPad LCD"
   DefaultDepth  24

   SubSection "Display"
      Viewport   0 0
      Depth      16
   EndSubSection

   SubSection "Display"
      Viewport   0 0
      Depth      24
   EndSubSection

EndSection


More information about the freebsd-multimedia mailing list