pkgsrc-Users archive

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

Re: DRI success on Thinkpad x40 (i855GM)



On Mon, 3 Mar 2008 22:33:40 +0100
Joel CARNAT <joel%carnat.net@localhost> wrote:

> Hello,
> 
> On Mon, Mar 03 2008 - 21:21, Tobias Nygren wrote:
> > Well, I finally got DRI to work on my laptop and thought I'd share
> > the stuff I used:
> > 
> > * NetBSD-current kernel as of today with "i915drm* at vga?"
> > * wip/modular-xorg-server 1.4.0.90nb1
> > * x11/xf86-video-intel 2.2.1
> > * wip/MesaLib 7.0.3rc2
> > * wip/glx-utils
> > 
> > I had to make a clean xorg.conf with "Xorg -configure", my old
> > 1.3 config just gave me a blank screen for some reason.
> > Hope this helps somebody.
> > 
> 
> Anything special in your xorg.conf ?
> 
> I have things like AllowGLXWithComposite, AccelMethod and 
MigrationHeuristic
> in mine (NetBSD 4.99.54, modular-xorg-server-1.3.0.0nb3,
> xf86-video-intel-2.1.1, MesaLib-7.0.2 ; running on Intel 82945GM/PM/GMS).
> 
> Anyway, I'm gonna try an upgrade to your pkg versions :-)

The only thing I've added is:

Section "Extensions"
        Option  "Composite" "Enable"
EndSection
Section "dri"
        Mode    0666
EndSection

From the log it looks like it's using EXA and all the possible
bells and whistles by default.


Home | Main Index | Thread Index | Old Index