is there a laptop ?

Paul B. Mahol onemda at gmail.com
Sat Mar 21 04:36:21 PDT 2009


On 3/21/09, Gary Dunn <knowtree at 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


More information about the freebsd-mobile mailing list