is there a laptop ?

Gary Dunn knowtree at aloha.com
Fri Mar 20 17:56:49 PDT 2009


On Wed, 2009-03-18 at 11:17 +0100, Paul B. Mahol wrote:
> On 3/18/09, Gary Dunn <knowtree at aloha.com> wrote:
> > On Thu, 2009-03-12 at 18:53 +0100, Paul B. Mahol wrote:
> >> On 3/13/09, Saifi Khan <saifi.khan at twincling.org> wrote:
> >> > On Thu, 12 Mar 2009, Maciej Suszko wrote:
> >> >
> >> >> Saifi Khan <saifi.khan at twincling.org> wrote:
> >> >> > Hi all:
> >> >> >
> >> >> > i've looked at tuxmobil, bsdgroup.de etc and i don't want to use
> >> >> > ndiswrapper, or broadcom or additional PCMCIA card at all.
> >> >> >
> >> >> > Is there a laptop model (available in market) that experienced
> >> >> > members would like to recommend wherein
> >> >> >  . the WiFi 802.11 a/g (PCI based)
> >> >> >  . Ethernet port
> >> >> >  . and ACPI
> >> >> > work absolutely fine with FreeBSD 7.x ?
> >> >>
> >> >> I use RELENG_7_1 and RELENG_7 on HP Compaq nx7300. I haven't tried the
> >> >> suspend/resume, firewire port and I suppose the modem is not
> >> >> going to work. Everything else is working fine for me.
> >> >> --
> >> >> regards, Maciej Suszko.
> >> >>
> >> >
> >> > What is the wireless chipset of your machine ?
> >>
> >> On mine nx7300 it is broadcom one and works fine via ndis.
> >> Suspend/resume works fine if second core is disabled and vesa is
> >> loaded in kernel
> >> (either via kldload or via custom kernel)
> >> Firewire and bluetooth are supported and should work without problems.
> >> Ethernet works via if_bfe; carbus, drm, sound works fine ...
> >> In short everything is supported on UP kernel except winmodem.
> >>
> >> There are some bugs in BIOS asl which I fixed adding:
> >>
> >> acpi_dsdt_load="YES"
> >> acpi_dsdt_name="/boot/acpi.aml"
> >>
> >> in /boot/loader.conf
> >>
> >> /boot/acpi.aml is modified version of ASL which address "temperature
> >> is absurd, ignored"
> >> type of messages.
> >>
> >>
> >> 8.0 CURRENT i386.
> >>
> >
> > Lots of interesting stuff in this thread. I am running 7.1 and Gnome
> > 2.22 on a Fujitsu T1010. (More at http://wiki.openslate.net) My
> > experience seems typical, most things work. Issues:
> >
> >     o Suspend/Resume does not work
> >
> >     o With powerd configured CPU speed happily throttles up and down
> > automatically, greatly extending battery life
> >
> >     o X mouse pointer is usually a square of random noise pixels --
> > looks weird but works fine
> 
> Enable soft cursor in /etc/X11/xorg.conf:
> Option "SWcursor"      "1"
> inside Device Section.
> 
> You didn't said what video driver.

Thank you for your suggestions.

I tried setting SWcursor to "1" and "True" but neither was a solution.
The behavior changed from a neat square of rippling bits about the same
size as a desktop icon that moved with the mouse, to a fully formed,
proper mouse pointer AND a steady stream of random bits spewed across
the screen. The more I moved the mouse the more bits appeared,
threatening to obliterate the entire desktop!  Almost a new kind of
desktop accessory .. cloud computing!

Below is my complete /usr/local/etc/X11/xorg.conf. The wacom stuff is
for my unrecognized touch screen. The video problem was present from day
one, before I installed the linux-wacom driver.

After that I have included a big chunk from /var/log/Xorg.0.log. I tried
to limit it to just the Intel video chip stuff. Complete and contiguous
within this portion of the log file. I do not have enough experience
with X to recognize a problem.

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice	"stylus"	"SendCoreEvents"
	InputDevice	"eraser"	"SendCoreEvents"
	InputDevice	"cursor"	"SendCoreEvents"
	InputDevice	"pad"	"SendCoreEvents"
	InputDevice	"touch"	"SendCoreEvents"
EndSection

Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	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"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "GLcore"
	Load  "xtrap"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
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"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #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


=-=-=-=-=


(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
	965GM, 965GME/GLE, G33, Q35, Q33,
	Mobile Intel® GM45 Express Chipset,
	Intel Integrated Graphics Device, G45/G43, Q45/Q43
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1)
found
(--) Chipset Mobile Intel® GM45 Express Chipset found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf2701000 - 0xf2701fff (0x1000) MX[B]E
	[5] -1	0	0xf2700000 - 0xf2700fff (0x1000) MX[B]E
	[6] -1	0	0xf2600000 - 0xf26fffff (0x100000) MX[B]E
	[7] -1	0	0xf2500000 - 0xf25fffff (0x100000) MX[B]E
	[8] -1	0	0xf2a04000 - 0xf2a047ff (0x800) MX[B]E
	[9] -1	0	0xf2a04c00 - 0xf2a04fff (0x400) MX[B]E
	[10] -1	0	0xf2a00000 - 0xf2a03fff (0x4000) MX[B]E
	[11] -1	0	0xf2a04800 - 0xf2a04bff (0x400) MX[B]E
	[12] -1	0	0xf2400000 - 0xf24fffff (0x100000) MX[B](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xf2000000 - 0xf23fffff (0x400000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[18] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[19] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[20] -1	0	0x00001808 - 0x0000180b (0x4) IX[B]E
	[21] -1	0	0x00001810 - 0x00001817 (0x8) IX[B]E
	[22] -1	0	0x0000180c - 0x0000180f (0x4) IX[B]E
	[23] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]E
	[24] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]E
	[25] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]E
	[26] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]E
	[27] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]E
	[28] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]E
	[29] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]E
	[30] -1	0	0x00001800 - 0x00001807 (0x8) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf2701000 - 0xf2701fff (0x1000) MX[B]E
	[5] -1	0	0xf2700000 - 0xf2700fff (0x1000) MX[B]E
	[6] -1	0	0xf2600000 - 0xf26fffff (0x100000) MX[B]E
	[7] -1	0	0xf2500000 - 0xf25fffff (0x100000) MX[B]E
	[8] -1	0	0xf2a04000 - 0xf2a047ff (0x800) MX[B]E
	[9] -1	0	0xf2a04c00 - 0xf2a04fff (0x400) MX[B]E
	[10] -1	0	0xf2a00000 - 0xf2a03fff (0x4000) MX[B]E
	[11] -1	0	0xf2a04800 - 0xf2a04bff (0x400) MX[B]E
	[12] -1	0	0xf2400000 - 0xf24fffff (0x100000) MX[B](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xf2000000 - 0xf23fffff (0x400000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[21] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[22] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[23] -1	0	0x00001808 - 0x0000180b (0x4) IX[B]E
	[24] -1	0	0x00001810 - 0x00001817 (0x8) IX[B]E
	[25] -1	0	0x0000180c - 0x0000180f (0x4) IX[B]E
	[26] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]E
	[27] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]E
	[28] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]E
	[29] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]E
	[30] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]E
	[31] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]E
	[32] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]E
	[33] -1	0	0x00001800 - 0x00001807 (0x8) IX[B](B)
	[34] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[35] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/local/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/local/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/local/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(==) intel(0): Depth 24, (==) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) Mobile Intel® GM45
Express Chipset
(--) intel(0): Chipset: "Mobile Intel® GM45 Express Chipset"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xF2000000
(==) intel(0): Write-combining range (0xf2000000,0x80000) was already
clear
(==) intel(0): Write-combining range (0xf2200000,0x200000) was already
clear
(II) intel(0): 2 display pipes available.
(==) intel(0): Using EXA for acceleration
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/local/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(==) intel(0): Write-combining range (0xa0000,0x20000) was already clear
(==) intel(0): Write-combining range (0xc0000,0x40000) was already clear
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(==) intel(0): Write-combining range (0x0,0x1000) was already clear
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 32704 kB
(II) intel(0): VESA VBE OEM: Intel(r)Cantiga Graphics Chip Accelerated
VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r)Cantiga Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(==) intel(0): Write-combining range (0x0,0x1000) was already clear
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B"
registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B"
removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): Output HDMI-1 has no monitor section
(II) intel(0): I2C bus "HDMIDDC_B" initialized.
(II) intel(0): HDMI output 1 detected
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C"
registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C"
removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output HDMI-2 has no monitor section
(II) intel(0): I2C bus "HDMIDDC_C" initialized.
(II) intel(0): HDMI output 2 detected
(==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output HDMI-1 disconnected
(II) intel(0): Output HDMI-2 disconnected
(II) intel(0): Output LVDS using initial mode 1280x800
(==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 512 kB GTT.
(II) intel(0): detected 32252 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Intel XvMC decoder disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/local/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.2.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to
0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x321b (FBC_FENCE_OFF) changed from 0xa5002500
to 0x3a000a00
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xd0000000 - 0xdfffffff (0x10000000) MS[B]
	[1] 0	0	0xf2000000 - 0xf23fffff (0x400000) MS[B]
	[2] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0xf2701000 - 0xf2701fff (0x1000) MX[B]E
	[7] -1	0	0xf2700000 - 0xf2700fff (0x1000) MX[B]E
	[8] -1	0	0xf2600000 - 0xf26fffff (0x100000) MX[B]E
	[9] -1	0	0xf2500000 - 0xf25fffff (0x100000) MX[B]E
	[10] -1	0	0xf2a04000 - 0xf2a047ff (0x800) MX[B]E
	[11] -1	0	0xf2a04c00 - 0xf2a04fff (0x400) MX[B]E
	[12] -1	0	0xf2a00000 - 0xf2a03fff (0x4000) MX[B]E
	[13] -1	0	0xf2a04800 - 0xf2a04bff (0x400) MX[B]E
	[14] -1	0	0xf2400000 - 0xf24fffff (0x100000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[16] -1	0	0xf2000000 - 0xf23fffff (0x400000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[20] 0	0	0x00001800 - 0x00001807 (0x8) IS[B]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[24] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[25] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[26] -1	0	0x00001808 - 0x0000180b (0x4) IX[B]E
	[27] -1	0	0x00001810 - 0x00001817 (0x8) IX[B]E
	[28] -1	0	0x0000180c - 0x0000180f (0x4) IX[B]E
	[29] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]E
	[30] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]E
	[31] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]E
	[32] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]E
	[33] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]E
	[34] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]E
	[35] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]E
	[36] -1	0	0x00001800 - 0x00001807 (0x8) IX[B](B)
	[37] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[38] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(WW) intel(0): /dev/agpgart is either not available, or no memory is
available
for allocation.  Using pre-allocated memory only.
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -2
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
[drm] failed to load kernel module "i915"
(EE) [drm] drmOpen failed.
(EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(==) intel(0): Write-combining range (0xf2000000,0x80000) was already
clear
(==) intel(0): Write-combining range (0xf2200000,0x200000) was already
clear
(==) intel(0): VideoRam: 32252 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(--) intel(0): Xv is disabled because it needs 2D accel and AGPGART.
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xf2000000,0x80000) was already
clear
(==) intel(0): Write-combining range (0xf2200000,0x200000) was already
clear
(==) intel(0): Write-combining range (0xd0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
(II) EXA(0): Offscreen pixmap area of 19660800 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00083fff: compressed frame buffer (400 kB,
0x000000007e020000 physical
)
(II) intel(0): 0x00084000-0x0008dfff: HW cursors (40 kB)
(II) intel(0): 0x0008e000-0x00095fff: logical 3D context (32 kB)
(II) intel(0): 0x00096000-0x000a7fff: exa G965 state buffer (72 kB)
(II) intel(0): 0x000a8000-0x000a8fff: power context (4 kB)
(II) intel(0): 0x00100000-0x0073ffff: front buffer (6400 kB) X tiled
(II) intel(0): 0x00740000-0x019fffff: exa offscreen (19200 kB)
(II) intel(0): 0x10000000:            end of aperture
(WW) intel(0): PGTBL_CTL (0x00000000) indicates GTT is disabled
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): using SSC reference clock of 96 MHz
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane A is now disabled and connected to pipe
A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output HDMI-1 is connected to pipe none
(II) intel(0):   Output HDMI-2 is connected to pipe none
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled
message.
(II) intel(0): using SSC reference clock of 96 MHz
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): direct rendering: Failed
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) intel(0): Setting screen physical size to 338 x 211

=-=-=-=-=


Thanks again!

-- 
Gary Dunn, Honolulu
osp at aloha.com
http://openslate.net/
http://e9erust.blogspot.com/
Sent from Slate001



More information about the freebsd-questions mailing list