Date: Sat, 21 Mar 2009 12:36:19 +0100 From: "Paul B. Mahol" <onemda@gmail.com> To: Gary Dunn <knowtree@aloha.com> Cc: freebsd-mobile@freebsd.org Subject: Re: is there a laptop ? Message-ID: <3a142e750903210436y1d75b220xe190f664857705b1@mail.gmail.com> In-Reply-To: <1237596976.1520.19.camel@slate1> References: <Pine.LNX.4.64.0903100612580.9131@localhost> <49b94250.0c11660a.248d.ffffa80e@mx.google.com> <Pine.LNX.4.64.0903122304190.12024@localhost> <3a142e750903121053j7f1c4b08tbcd31f8a6d78fd52@mail.gmail.com> <1237368919.4549.36.camel@slate1> <3a142e750903180317t71bd142cyc8c76a707a943041@mail.gmail.com> <1237596976.1520.19.camel@slate1>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/21/09, Gary Dunn <knowtree@aloha.com> wrote:
> #Option "NoAccel" # [<bool>]
Change this one to:
Option "NoAccel" "1"
> #Option "SWcursor" # [<bool>]
> #Option "ColorKey" # <i>
> #Option "CacheLines" # <i>
> #Option "Dac6Bit" # [<bool>]
> #Option "DRI" # [<bool>]
and this one to:
Option "DRI" "0"
> #Option "NoDDC" # [<bool>]
> #Option "ShowCache" # [<bool>]
> #Option "XvMCSurfaces" # <i>
> #Option "PageFlip" # [<bool>]
> Identifier "Card0"
> Driver "intel"
> VendorName "Intel Corporation"
> BoardName "Mobile Integrated Graphics Controller"
> BusID "PCI:0:2:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> SubSection "Display"
> Viewport 0 0
> Depth 1
> EndSubSection
> SubSection "Display"
> Viewport 0 0
> Depth 4
> EndSubSection
> SubSection "Display"
> Viewport 0 0
> Depth 8
> EndSubSection
> SubSection "Display"
> Viewport 0 0
> Depth 15
> EndSubSection
> SubSection "Display"
> Viewport 0 0
> Depth 16
> EndSubSection
> SubSection "Display"
> Viewport 0 0
> Depth 24
> EndSubSection
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "stylus"
> Option "Device" "/dev/event0"
> Option "Type" "stylus"
> Option "USB" "on"
> Option "ForceDevice" "ISDV4"
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "eraser"
> Option "Device" "/dev/event0"
> Option "Type" "eraser"
> Option "USB" "on"
> Option "ForceDevice" "ISDV4"
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "cursor"
> Option "Device" "/dev/event0"
> Option "Type" "cursor"
> Option "USB" "on"
> Option "ForceDevice" "ISDV4"
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "pad"
> Option "Device" "/dev/event0"
> Option "Type" "pad"
> Option "USB" "on"
> Option "ForceDevice" "ISDV4"
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "touch"
> Option "Device" "/dev/event0"
> Option "Type" "touch"
> Option "USB" "on"
> Option "ForceDevice" "ISDV4"
> EndSection
Alternatively, only add this one at and:
Section "DRI"
Mode 0666
EndSection
If you follow 7-STABLE DRM should work without
problems on that intel card.
--
Paul
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3a142e750903210436y1d75b220xe190f664857705b1>
