Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Aug 2012 17:38:27 +0200
From:      Luca Pizzamiglio <l.pizzamiglio@bally-wulff.de>
To:        x11@FreeBSD.org
Subject:   Ivy Bridge and Xorg 7.7 on i386 FreeBSD 9-1BETA: no hardware acceleration?
Message-ID:  <501A9EF3.6080701@bally-wulff.de>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060001030708070303040504
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi x11@,

I'm writing here because I don't know what else I can do and maybe 
someone could give me some hints...

I'm evaluating 3D performance of IvyBridge [C|G]PU (HD2500) on FreeBSD 
9-1BETA using i386 as architecture..
The kernel driver works good (thanks Konstantin for the fix).
In order to use the last driver capabilities, I'm using xorg-dev trunk:

https://trillian.chruetertee.ch/svn/ports/trunk

I had a strange configuration issue: AIGLX was disabled by default and 
DRISWRASTER was used. Enabling AIGLX manually in xorg.conf, the right 
i965 DRI2 GL is used. Not a big deal, but...

with DRSWRASTER, glxgears performs about 45 fps
with i965 DRI2 GL, glxgears still performs about 45 fps.

It looks like that the hardware acceleration is somewhere not used.
My xorg.conf, Xorg.0.log are attached.

I'd happy to provide more information.

Help and hints are greatly appreciated...

Thanks in advance

Best regards
Luca

--------------060001030708070303040504
Content-Type: text/plain; charset=us-ascii;
 name="xorg.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="xorg.conf"

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     "${prefix}/share/fonts/X11/misc/"
	FontPath     "${prefix}/share/fonts/X11/TTF/"
	FontPath     "${prefix}/share/fonts/X11/OTF/"
	FontPath     "${prefix}/share/fonts/X11/Type1/"
	FontPath     "${prefix}/share/fonts/X11/100dpi/"
	FontPath     "${prefix}/share/fonts/X11/75dpi/"
EndSection

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

Section "ServerFlags"
	Option	    "AutoEnableDevices" "False"
	Option	    "AIGLX" "True"
	Option      "DRI2" "True"
	#Option      "GLxVisuals" "all"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbLayout" "de"
	Option	    "XkbModel" "pc105"
	Option      "XkbRules" "xorg"
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",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "DRI"                	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "Shadow"             	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "RelaxedFencing"     	# [<bool>]
	#Option	    "AccelMethod" "sna"
	Option	    "AccelMethod" "uxa"
	#Option	    "NoAccel" "False"
	Identifier  "Card0"
	Driver      "intel"
	#Option      "FallbackDebug"
	#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


--------------060001030708070303040504
Content-Type: text/plain; charset=us-ascii;
 name="Xorg.0.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="Xorg.0.log"

[    41.889] 
X.Org X Server 1.12.3
Release Date: 2012-07-09
[    41.889] X Protocol Version 11, Revision 0
[    41.889] Build Operating System: FreeBSD 9.1-PRERELEASE i386 
[    41.889] Current Operating System: FreeBSD pc177 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #7: Mon Jul 16 13:11:59 CEST 2012     root@pc177:/usr/obj/usr/src/sys/GENERIC i386
[    41.889] Build Date: 02 August 2012  05:02:27PM
[    41.889]  
[    41.889] Current version of pixman: 0.26.2
[    41.889] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    41.889] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    41.889] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug  2 17:31:58 2012
[    41.934] (==) Using config file: "/etc/X11/xorg.conf"
[    41.942] (==) ServerLayout "X.org Configured"
[    41.942] (**) |-->Screen "Screen0" (0)
[    41.942] (**) |   |-->Monitor "Monitor0"
[    41.943] (**) |   |-->Device "Card0"
[    41.943] (**) |-->Input Device "Mouse0"
[    41.943] (**) |-->Input Device "Keyboard0"
[    41.943] (**) Option "AIGLX" "True"
[    41.943] (**) Option "AutoEnableDevices" "False"
[    41.943] (**) Option "DRI2" "True"
[    41.943] (==) Automatically adding devices
[    41.943] (**) Not automatically enabling devices
[    42.029] (**) FontPath set to:
	${prefix}/share/fonts/X11/misc/,
	${prefix}/share/fonts/X11/TTF/,
	${prefix}/share/fonts/X11/OTF/,
	${prefix}/share/fonts/X11/Type1/,
	${prefix}/share/fonts/X11/100dpi/,
	${prefix}/share/fonts/X11/75dpi/,
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF/,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/75dpi/
[    42.029] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[    42.030] (II) Loader magic: 0x81e6820
[    42.030] (II) Module ABI versions:
[    42.030] 	X.Org ANSI C Emulation: 0.4
[    42.030] 	X.Org Video Driver: 12.0
[    42.030] 	X.Org XInput driver : 16.0
[    42.030] 	X.Org Server Extension : 6.0
[    42.030] (--) PCI:*(0:0:2:0) 8086:0166:8086:2010 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536
[    42.030] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    42.030] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    42.030] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    42.030] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    42.030] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    42.030] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    42.030] (II) LoadModule: "extmod"
[    42.058] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
[    42.061] (II) Module extmod: vendor="X.Org Foundation"
[    42.061] 	compiled for 1.12.3, module version = 1.0.0
[    42.061] 	Module class: X.Org Server Extension
[    42.061] 	ABI class: X.Org Server Extension, version 6.0
[    42.061] (II) Loading extension MIT-SCREEN-SAVER
[    42.061] (II) Loading extension XFree86-VidModeExtension
[    42.061] (II) Loading extension XFree86-DGA
[    42.061] (II) Loading extension DPMS
[    42.061] (II) Loading extension XVideo
[    42.061] (II) Loading extension XVideo-MotionCompensation
[    42.061] (II) Loading extension X-Resource
[    42.061] (II) LoadModule: "record"
[    42.061] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
[    42.062] (II) Module record: vendor="X.Org Foundation"
[    42.062] 	compiled for 1.12.3, module version = 1.13.0
[    42.062] 	Module class: X.Org Server Extension
[    42.062] 	ABI class: X.Org Server Extension, version 6.0
[    42.062] (II) Loading extension RECORD
[    42.062] (II) LoadModule: "dbe"
[    42.062] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
[    42.063] (II) Module dbe: vendor="X.Org Foundation"
[    42.063] 	compiled for 1.12.3, module version = 1.0.0
[    42.063] 	Module class: X.Org Server Extension
[    42.063] 	ABI class: X.Org Server Extension, version 6.0
[    42.063] (II) Loading extension DOUBLE-BUFFER
[    42.063] (II) LoadModule: "glx"
[    42.063] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    42.081] (II) Module glx: vendor="X.Org Foundation"
[    42.081] 	compiled for 1.12.3, module version = 1.0.0
[    42.081] 	ABI class: X.Org Server Extension, version 6.0
[    42.090] (**) AIGLX enabled
[    42.091] (II) Loading extension GLX
[    42.091] (II) LoadModule: "dri"
[    42.091] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so
[    42.111] (II) Module dri: vendor="X.Org Foundation"
[    42.111] 	compiled for 1.12.3, module version = 1.0.0
[    42.111] 	ABI class: X.Org Server Extension, version 6.0
[    42.111] (II) Loading extension XFree86-DRI
[    42.111] (II) LoadModule: "dri2"
[    42.112] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
[    42.112] (II) Module dri2: vendor="X.Org Foundation"
[    42.112] 	compiled for 1.12.3, module version = 1.2.0
[    42.112] 	ABI class: X.Org Server Extension, version 6.0
[    42.112] (II) Loading extension DRI2
[    42.112] (II) LoadModule: "intel"
[    42.118] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[    42.140] (II) Module intel: vendor="X.Org Foundation"
[    42.140] 	compiled for 1.12.3, module version = 2.20.2
[    42.140] 	Module class: X.Org Video Driver
[    42.140] 	ABI class: X.Org Video Driver, version 12.0
[    42.140] (II) LoadModule: "mouse"
[    42.140] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
[    42.165] (II) Module mouse: vendor="X.Org Foundation"
[    42.165] 	compiled for 1.12.3, module version = 1.8.1
[    42.165] 	Module class: X.Org XInput Driver
[    42.166] 	ABI class: X.Org XInput driver, version 16.0
[    42.166] (II) LoadModule: "kbd"
[    42.166] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[    42.173] (II) Module kbd: vendor="X.Org Foundation"
[    42.173] 	compiled for 1.12.3, module version = 1.6.2
[    42.173] 	Module class: X.Org XInput Driver
[    42.173] 	ABI class: X.Org XInput driver, version 16.0
[    42.173] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2)
[    42.173] (--) Using syscons driver with X support (version 2.0)
[    42.173] (--) using VT number 9

[    42.222] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    42.222] drmOpenDevice: node name is /dev/dri/card0
[    42.222] Failed to change owner or group for file /dev/dri! 2: No such file or directory
[    42.222] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[    42.222] drmOpenDevice: open result is -1, (No such file or directory)
[    42.222] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory
[    42.222] drmOpenDevice: open result is -1, (No such file or directory)
[    42.222] drmOpenDevice: Open failed
[    43.631] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    43.631] drmOpenDevice: node name is /dev/dri/card0
[    43.631] drmOpenDevice: open result is 10, (OK)
[    43.631] drmOpenByBusid: drmOpenMinor returns 10
[    43.631] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[    43.631] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    43.631] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    43.631] (==) intel(0): RGB weight 888
[    43.631] (==) intel(0): Default visual is TrueColor
[    43.631] (**) intel(0): Option "AccelMethod" "uxa"
[    43.631] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[    43.631] (**) intel(0): Relaxed fencing enabled
[    43.631] (**) intel(0): Wait on SwapBuffers? enabled
[    43.631] (**) intel(0): Triple buffering? enabled
[    43.631] (**) intel(0): Framebuffer tiled
[    43.631] (**) intel(0): Pixmaps tiled
[    43.631] (**) intel(0): 3D buffers tiled
[    43.632] (**) intel(0): SwapBuffers wait enabled
[    43.632] (==) intel(0): video overlay key set to 0x101fe
[    43.632] (II) intel(0): Output VGA1 using monitor section Monitor0
[    43.788] (II) intel(0): Output HDMI1 has no monitor section
[    43.806] (II) intel(0): Output DP1 has no monitor section
[    43.816] (II) intel(0): Output HDMI2 has no monitor section
[    43.826] (II) intel(0): Output HDMI3 has no monitor section
[    43.844] (II) intel(0): Output DP2 has no monitor section
[    43.862] (II) intel(0): Output DP3 has no monitor section
[    43.862] (II) intel(0): EDID for output VGA1
[    44.041] (II) intel(0): EDID for output HDMI1
[    44.041] (II) intel(0): Manufacturer: IVM  Model: 4668  Serial#: 0
[    44.041] (II) intel(0): Year: 2003  Week: 19
[    44.041] (II) intel(0): EDID Version: 1.3
[    44.041] (II) intel(0): Digital Display Input
[    44.041] (II) intel(0): DFP 1.x compatible TMDS
[    44.041] (II) intel(0): Max Image Size [cm]: horiz.: 36  vert.: 29
[    44.041] (II) intel(0): Gamma: 2.20
[    44.041] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[    44.041] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    44.041] (II) intel(0): Default color space is primary color space
[    44.041] (II) intel(0): First detailed timing is preferred mode
[    44.041] (II) intel(0): GTF timings supported
[    44.041] (II) intel(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
[    44.041] (II) intel(0): blueX: 0.155 blueY: 0.070   whiteX: 0.281 whiteY: 0.311
[    44.041] (II) intel(0): Supported established timings:
[    44.041] (II) intel(0): 720x400@70Hz
[    44.041] (II) intel(0): 640x480@60Hz
[    44.041] (II) intel(0): 640x480@67Hz
[    44.041] (II) intel(0): 640x480@72Hz
[    44.041] (II) intel(0): 640x480@75Hz
[    44.041] (II) intel(0): 800x600@56Hz
[    44.041] (II) intel(0): 800x600@60Hz
[    44.041] (II) intel(0): 800x600@72Hz
[    44.041] (II) intel(0): 800x600@75Hz
[    44.041] (II) intel(0): 832x624@75Hz
[    44.041] (II) intel(0): 1024x768@60Hz
[    44.041] (II) intel(0): 1024x768@70Hz
[    44.041] (II) intel(0): 1024x768@75Hz
[    44.041] (II) intel(0): 1280x1024@75Hz
[    44.041] (II) intel(0): Manufacturer's mask: 0
[    44.041] (II) intel(0): Supported standard timings:
[    44.041] (II) intel(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    44.041] (II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
[    44.041] (II) intel(0): #2: hsize: 1024  vsize 768  refresh: 60  vid: 16481
[    44.041] (II) intel(0): #3: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[    44.041] (II) intel(0): #4: hsize: 800  vsize 600  refresh: 60  vid: 16453
[    44.041] (II) intel(0): #5: hsize: 800  vsize 600  refresh: 85  vid: 22853
[    44.041] (II) intel(0): #6: hsize: 640  vsize 480  refresh: 60  vid: 16433
[    44.041] (II) intel(0): #7: hsize: 640  vsize 480  refresh: 85  vid: 22833
[    44.041] (II) intel(0): Supported detailed timing:
[    44.041] (II) intel(0): clock: 135.0 MHz   Image Size:  360 x 290 mm
[    44.041] (II) intel(0): h_active: 1280  h_sync: 1296  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    44.041] (II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    44.041] (II) intel(0): Serial No: 0
[    44.041] (II) intel(0): Monitor name: AS4637
[    44.041] (II) intel(0): Ranges: V min: 56 V max: 85 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz
[    44.041] (II) intel(0): EDID (in hex):
[    44.041] (II) intel(0): 	00ffffffffffff0026cd684600000000
[    44.041] (II) intel(0): 	130d010381241d78ef0dc2a057479827
[    44.041] (II) intel(0): 	12484fbfef008180818f614061594540
[    44.041] (II) intel(0): 	455931403159bc34009851002a401090
[    44.041] (II) intel(0): 	130068221100001e000000ff00300a20
[    44.041] (II) intel(0): 	20202020202020202020000000fc0041
[    44.041] (II) intel(0): 	533436333720202020202020000000fd
[    44.041] (II) intel(0): 	00385518500e000a2020202020200015
[    44.041] (II) intel(0): Printing probed modes for output HDMI1
[    44.041] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz eP)
[    44.041] (II) intel(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    44.041] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    44.041] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    44.041] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    44.041] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    44.041] (II) intel(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    44.041] (II) intel(0): Modeline "1280x800"x84.9  122.50  1280 1360 1496 1712  800 803 809 843 -hsync +vsync (71.6 kHz e)
[    44.041] (II) intel(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[    44.041] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[    44.041] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    44.041] (II) intel(0): Modeline "1280x768"x84.8  117.50  1280 1360 1496 1712  768 771 778 809 -hsync +vsync (68.6 kHz e)
[    44.041] (II) intel(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
[    44.041] (II) intel(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    44.041] (II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    44.041] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    44.041] (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    44.041] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    44.041] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    44.041] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    44.041] (II) intel(0): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    44.041] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    44.041] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    44.041] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    44.041] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    44.041] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    44.041] (II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    44.041] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    44.041] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[    44.042] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    44.042] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    44.042] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    44.042] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[    44.042] (II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz e)
[    44.042] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    44.042] (II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz e)
[    44.042] (II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz e)
[    44.060] (II) intel(0): EDID for output DP1
[    44.070] (II) intel(0): EDID for output HDMI2
[    44.080] (II) intel(0): EDID for output HDMI3
[    44.098] (II) intel(0): EDID for output DP2
[    44.116] (II) intel(0): EDID for output DP3
[    44.116] (II) intel(0): Output VGA1 disconnected
[    44.116] (II) intel(0): Output HDMI1 connected
[    44.116] (II) intel(0): Output DP1 disconnected
[    44.116] (II) intel(0): Output HDMI2 disconnected
[    44.116] (II) intel(0): Output HDMI3 disconnected
[    44.116] (II) intel(0): Output DP2 disconnected
[    44.116] (II) intel(0): Output DP3 disconnected
[    44.116] (II) intel(0): Using exact sizes for initial modes
[    44.116] (II) intel(0): Output HDMI1 using initial mode 1280x1024
[    44.116] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    44.116] (II) intel(0): Kernel page flipping support detected, enabling
[    44.116] (==) intel(0): DPI set to (96, 96)
[    44.116] (II) Loading sub module "fb"
[    44.116] (II) LoadModule: "fb"
[    44.117] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[    44.133] (II) Module fb: vendor="X.Org Foundation"
[    44.133] 	compiled for 1.12.3, module version = 1.0.0
[    44.133] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    44.133] (II) Loading sub module "dri2"
[    44.133] (II) LoadModule: "dri2"
[    44.133] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
[    44.133] (II) Module dri2: vendor="X.Org Foundation"
[    44.133] 	compiled for 1.12.3, module version = 1.2.0
[    44.133] 	ABI class: X.Org Server Extension, version 6.0
[    44.133] (==) Depth 24 pixmap format is 32 bpp
[    44.133] (II) intel(0): [DRI2] Setup complete
[    44.133] (II) intel(0): [DRI2]   DRI driver: i965
[    44.133] (II) intel(0): Allocated new frame buffer 1280x1024 stride 5120, tiled
[    44.136] (II) UXA(0): Driver registered support for the following operations:
[    44.136] (II)         solid
[    44.136] (II)         copy
[    44.136] (II)         composite (RENDER acceleration)
[    44.136] (II)         put_image
[    44.136] (II)         get_image
[    44.136] (==) intel(0): Backing store disabled
[    44.136] (==) intel(0): Silken mouse enabled
[    44.137] (II) intel(0): Initializing HW Cursor
[    44.137] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    44.137] (==) intel(0): DPMS enabled
[    44.137] (==) intel(0): Intel XvMC decoder enabled
[    44.137] (II) intel(0): Set up textured video
[    44.143] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    44.143] (II) intel(0): direct rendering: DRI2 Enabled
[    44.303] (--) RandR disabled
[    44.303] (II) Initializing built-in extension Generic Event Extension
[    44.303] (II) Initializing built-in extension SHAPE
[    44.303] (II) Initializing built-in extension MIT-SHM
[    44.303] (II) Initializing built-in extension XInputExtension
[    44.303] (II) Initializing built-in extension XTEST
[    44.303] (II) Initializing built-in extension BIG-REQUESTS
[    44.303] (II) Initializing built-in extension SYNC
[    44.303] (II) Initializing built-in extension XKEYBOARD
[    44.303] (II) Initializing built-in extension XC-MISC
[    44.303] (II) Initializing built-in extension XINERAMA
[    44.303] (II) Initializing built-in extension XFIXES
[    44.303] (II) Initializing built-in extension RENDER
[    44.303] (II) Initializing built-in extension RANDR
[    44.303] (II) Initializing built-in extension COMPOSITE
[    44.303] (II) Initializing built-in extension DAMAGE
[    44.542] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    44.542] (II) AIGLX: enabled GLX_INTEL_swap_event
[    44.542] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    44.542] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    44.542] (II) AIGLX: Loaded and initialized i965
[    44.542] (II) GLX: Initialized DRI2 GL provider for screen 0
[    44.543] (II) intel(0): Setting screen physical size to 338 x 270
[    44.567] [dix] Could not init font path element ${prefix}/share/fonts/X11/misc/, removing from list!
[    44.567] [dix] Could not init font path element ${prefix}/share/fonts/X11/TTF/, removing from list!
[    44.567] [dix] Could not init font path element ${prefix}/share/fonts/X11/OTF/, removing from list!
[    44.567] [dix] Could not init font path element ${prefix}/share/fonts/X11/Type1/, removing from list!
[    44.567] [dix] Could not init font path element ${prefix}/share/fonts/X11/100dpi/, removing from list!
[    44.567] [dix] Could not init font path element ${prefix}/share/fonts/X11/75dpi/, removing from list!
[    45.167] (II) Using input driver 'mouse' for 'Mouse0'
[    45.167] (**) Option "CorePointer"
[    45.167] (**) Mouse0: always reports core events
[    45.167] (**) Option "Protocol" "auto"
[    45.167] (**) Option "Device" "/dev/sysmouse"
[    45.167] (**) Mouse0: Protocol: "auto"
[    45.167] (**) Mouse0: always reports core events
[    45.168] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[    45.168] (**) Option "ZAxisMapping" "4 5 6 7"
[    45.168] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[    45.168] (**) Mouse0: Buttons: 7
[    45.168] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
[    45.168] (**) Mouse0: (accel) keeping acceleration scheme 1
[    45.168] (**) Mouse0: (accel) acceleration profile 0
[    45.168] (**) Mouse0: (accel) acceleration factor: 2.000
[    45.168] (**) Mouse0: (accel) acceleration threshold: 4
[    45.168] (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
[    45.168] (II) Mouse0: SetupAuto: protocol is SysMouse
[    45.168] (II) Using input driver 'kbd' for 'Keyboard0'
[    45.168] (**) Option "CoreKeyboard"
[    45.168] (**) Keyboard0: always reports core events
[    45.168] (**) Keyboard0: always reports core events
[    45.168] (**) Option "Protocol" "standard"
[    45.168] (**) Option "XkbRules" "xorg"
[    45.168] (**) Option "XkbModel" "pc105"
[    45.168] (**) Option "XkbLayout" "de"
[    45.168] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7)

--------------060001030708070303040504--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?501A9EF3.6080701>