Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jun 2006 00:45:40 +0200
From:      Karel Miklav <karel@lovetemple.net>
To:        Gianmarco Giovannelli <freebsd@gimbo.org>
Cc:        multimedia@freebsd.org
Subject:   Re: i915 found but dri not working...
Message-ID:  <447E1C94.2020000@lovetemple.net>
In-Reply-To: <7.0.1.0.2.20060529192412.0240a598@gimbo.org>
References:  <20060529082932.d6439e7c.gmarco@giovannelli.it>	<447B126A.2080306@lovetemple.net> <7.0.1.0.2.20060529192412.0240a598@gimbo.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------070404090202030204070006
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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


--------------070404090202030204070006
Content-Type: text/plain;
 name="xorg.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="xorg.conf"

# 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

--------------070404090202030204070006--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?447E1C94.2020000>