intel driver

Jaap Boender jaapb at kerguelen.org
Tue Jun 22 08:54:56 UTC 2010


Hello,

I've just gotten a new laptop (Dell Latitude) E6410with an Intel Ironlake 
graphics chip. I've tried running it with FreeBSD 8.1-PRERELEASE, xorg-server 
1.7.5,1 and the intel 2.9.1 driver. This results in X giving me a black 
screen; Ctrl-Alt-Backspace doesn't kill it, but I can reset with Ctrl-Alt-
Delete. 

I've added my xorg.conf and an Xorg.0.log to this mail; I hope this can help 
you improve the Intel driver. If you need me to send more information or test 
out anything, please don't hesitate to let me know!

(the dmesg:)
vgapci0: <VGA-compatible display> port 0x70b0-0x70b7 mem 
0x90000000-0x903fffff,0x80000000-0x8fffffff irq 16 at device 2.0 on pci0
acpi_video0: <ACPI video extension> on vgapci0
agp0: <Intel Ironlake (M) SVGA controller> on vgapci0
agp0: detected 32764k stolen memory
agp0: aperture size is 256M

(pciconf -lv:)
vgapci0 at pci0:0:2:0:     class=0x030000 card=0x040a1028 chip=0x00468086 
rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = display
    subclass   = VGA

Kind regards,

  Jaap Boender
-------------- next part --------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Disable  "extmod"
	Disable  "record"
	Disable  "dbe"
	Disable  "glx"
	Disable  "dri"
	Disable  "dri2"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        Option     "NoAccel"            	"true"
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        Option     "DRI"                	"off"
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Option      "ModeDebug"                 "on"
        Option      "FallbackDebug"             "on"
	Option	    "ForceEnablePipeA"		"on"
	Option	    "AccelMethod"		"UXA"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Core Processor 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



More information about the freebsd-x11 mailing list