Xorg not starting: no screens found (intel driver + i3-4130T)

- - matthew at karlsen.me.uk
Sun Mar 26 11:28:23 UTC 2017


Hello Conrad & All,

Thank you for the quick response.

Running `sysctl kern.vty` suggested that vt was being used. However, clearly something was not right bases on the log section that you highlighted, so I added `kern.vty=vt` to `/boot/loader.conf` and that has partially resolved the problem!

I also added `kld_list="i915kms.ko"` to `/etc/rc.conf` and removed my xorg.conf file...

I am now getting `AIGLX: Screen 0 is not DRI2 capable`. (Please see Xorg.0.log below...)

`glx info | grep Device` indicates that llvmpipe is being used

in contrast (on my Lubuntu partition, that I am using as a stop-gap measure) I get:

`glx info | grep Device` outputs `MESA DRI Intel (R) Haswell (0x41e)`

If I specify to the intel driver, I get the no screens message that I mentioned previously. (I have tried with both the intel driver config snippet below and without it.)

Section "Device"
    Identifier "Card0"
    Driver "intel"
EndSection

I have spent some time RTM and searching through the forums, but have been unable to solve the follow-up problem as of yet.

Some of the forum posts seemed to suggest it was something to do with device permissions but my regular user is added to the video and wheel groups.

Another thing I tried was restricting the resolution to 1920x1080 and below because I read that resolutions greater than this could be problematic.

I have tried connecting to my monitor with various cables, just in case that was an issue...

Could anyone help with this stage of the troubleshooting process?

Thank you & regards,
Matthew


################################### Xorg log ###################################

[    81.472] 
X.Org X Server 1.17.4
Release Date: 2015-10-28
[    81.472] X Protocol Version 11, Revision 0
[    81.472] Build Operating System: FreeBSD 11.0-RELEASE-p8 amd64 
[    81.472] Current Operating System: FreeBSD thinkcentre 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 #0: Wed Feb 22 06:12:04 UTC 2017     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
[    81.473] Build Date: 25 February 2017  07:11:19AM
[    81.473]  
[    81.473] Current version of pixman: 0.34.0
[    81.473] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    81.473] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    81.473] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 26 11:19:11 2017
[    81.474] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
[    81.474] (==) No Layout section.  Using the first Screen section.
[    81.474] (**) |-->Screen "Screen0" (0)
[    81.474] (**) |   |-->Monitor "<default monitor>"
[    81.475] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[    81.475] (==) Automatically adding devices
[    81.475] (==) Automatically enabling devices
[    81.475] (==) Not automatically adding GPU devices
[    81.480] (==) FontPath set to:
	/usr/local/share/fonts/misc/,
	/usr/local/share/fonts/TTF/,
	/usr/local/share/fonts/OTF/,
	/usr/local/share/fonts/Type1/,
	/usr/local/share/fonts/100dpi/,
	/usr/local/share/fonts/75dpi/
[    81.480] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[    81.480] (II) The server relies on devd to provide the list of input devices.
	If no devices become available, reconfigure devd or disable AutoAddDevices.
[    81.480] (II) Loader magic: 0x8112f0
[    81.480] (II) Module ABI versions:
[    81.480] 	X.Org ANSI C Emulation: 0.4
[    81.480] 	X.Org Video Driver: 19.0
[    81.480] 	X.Org XInput driver : 21.0
[    81.480] 	X.Org Server Extension : 9.0
[    81.480] (--) PCI:*(0:0:2:0) 8086:041e:17aa:30a3 rev 6, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536
[    81.481] (II) LoadModule: "glx"
[    81.482] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    81.497] (II) Module glx: vendor="X.Org Foundation"
[    81.497] 	compiled for 1.17.4, module version = 1.0.0
[    81.497] 	ABI class: X.Org Server Extension, version 9.0
[    81.497] (==) AIGLX enabled
[    81.498] (==) Matched intel as autoconfigured driver 0
[    81.498] (==) Matched fbdev as autoconfigured driver 1
[    81.498] (==) Matched vesa as autoconfigured driver 2
[    81.498] (==) Assigned the driver to the xf86ConfigLayout
[    81.498] (II) LoadModule: "intel"
[    81.498] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[    81.501] (II) Module intel: vendor="X.Org Foundation"
[    81.501] 	compiled for 1.17.4, module version = 2.21.15
[    81.501] 	Module class: X.Org Video Driver
[    81.501] 	ABI class: X.Org Video Driver, version 19.0
[    81.501] (II) LoadModule: "fbdev"
[    81.501] (II) Loading /usr/local/lib/xorg/modules/drivers/fbdev_drv.so
[    81.502] (II) Module fbdev: vendor="X.Org Foundation"
[    81.502] 	compiled for 1.17.4, module version = 0.4.4
[    81.502] 	Module class: X.Org Video Driver
[    81.502] 	ABI class: X.Org Video Driver, version 19.0
[    81.502] (II) LoadModule: "vesa"
[    81.502] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[    81.502] (II) Module vesa: vendor="X.Org Foundation"
[    81.502] 	compiled for 1.17.4, module version = 2.3.4
[    81.502] 	Module class: X.Org Video Driver
[    81.502] 	ABI class: X.Org Video Driver, version 19.0
[    81.502] (II) intel: Driver for Intel(R) 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, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    81.503] (II) FBDEV: driver for framebuffer: fbdev
[    81.503] (II) VESA: driver for VESA chipsets: vesa
[    81.504] (--) Using syscons driver with X support (version 16777218.0)
[    81.504] (--) using VT number 9

[    81.850] (II) Loading sub module "fbdevhw"
[    81.850] (II) LoadModule: "fbdevhw"
[    81.850] (II) Loading /usr/local/lib/xorg/modules/libfbdevhw.so
[    81.850] (EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object.
[    81.850] (II) UnloadModule: "fbdevhw"
[    81.850] (II) Unloading fbdevhw
[    81.850] (EE) Failed to load module "fbdevhw" (invalid module, 0)
[    81.850] (WW) Falling back to old probe method for fbdev
[    81.850] (II) Loading sub module "fbdevhw"
[    81.850] (II) LoadModule: "fbdevhw"
[    81.850] (II) Loading /usr/local/lib/xorg/modules/libfbdevhw.so
[    81.850] (EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object.
[    81.850] (II) UnloadModule: "fbdevhw"
[    81.850] (II) Unloading fbdevhw
[    81.850] (EE) Failed to load module "fbdevhw" (invalid module, 0)
[    81.850] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    81.850] (II) Loading sub module "vbe"
[    81.850] (II) LoadModule: "vbe"
[    81.851] (II) Loading /usr/local/lib/xorg/modules/libvbe.so
[    81.851] (II) Module vbe: vendor="X.Org Foundation"
[    81.851] 	compiled for 1.17.4, module version = 1.1.0
[    81.851] 	ABI class: X.Org Video Driver, version 19.0
[    81.851] (II) Loading sub module "int10"
[    81.851] (II) LoadModule: "int10"
[    81.851] (II) Loading /usr/local/lib/xorg/modules/libint10.so
[    81.852] (II) Module int10: vendor="X.Org Foundation"
[    81.852] 	compiled for 1.17.4, module version = 1.0.0
[    81.852] 	ABI class: X.Org Video Driver, version 19.0
[    81.852] (II) VESA(0): initializing int10
[    81.852] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    81.865] (II) VESA(0): VESA BIOS detected
[    81.865] (II) VESA(0): VESA VBE Version 3.0
[    81.865] (II) VESA(0): VESA VBE Total Mem: 65472 kB
[    81.865] (II) VESA(0): VESA VBE OEM: Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
[    81.865] (II) VESA(0): VESA VBE OEM Software Rev: 0.0
[    82.064] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    82.064] (==) VESA(0): RGB weight 888
[    82.064] (==) VESA(0): Default visual is TrueColor
[    82.064] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    82.064] (II) Loading sub module "ddc"
[    82.064] (II) LoadModule: "ddc"
[    82.064] (II) Module "ddc" already built-in
[    82.064] (II) VESA(0): VESA VBE DDC supported
[    82.064] (II) VESA(0): VESA VBE DDC Level 2
[    82.064] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    82.076] (II) VESA(0): VESA VBE DDC read successfully
[    82.078] (II) VESA(0): Manufacturer: GSM  Model: 5b08  Serial#: 391451
[    82.078] (II) VESA(0): Year: 2016  Week: 4
[    82.078] (II) VESA(0): EDID Version: 1.3
[    82.078] (II) VESA(0): Digital Display Input
[    82.078] (II) VESA(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[    82.078] (II) VESA(0): Gamma: 2.20
[    82.078] (II) VESA(0): DPMS capabilities: StandBy Suspend Off
[    82.078] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    82.078] (II) VESA(0): First detailed timing is preferred mode
[    82.078] (II) VESA(0): redX: 0.652 redY: 0.335   greenX: 0.305 greenY: 0.637
[    82.078] (II) VESA(0): blueX: 0.148 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
[    82.078] (II) VESA(0): Supported established timings:
[    82.078] (II) VESA(0): 640x480 at 60Hz
[    82.078] (II) VESA(0): 800x600 at 60Hz
[    82.078] (II) VESA(0): 1024x768 at 60Hz
[    82.078] (II) VESA(0): Manufacturer's mask: 0
[    82.078] (II) VESA(0): Supported standard timings:
[    82.078] (II) VESA(0): #0: hsize: 1152  vsize 864  refresh: 60  vid: 16497
[    82.078] (II) VESA(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    82.078] (II) VESA(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    82.078] (II) VESA(0): #3: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    82.078] (II) VESA(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    82.078] (II) VESA(0): #5: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    82.078] (II) VESA(0): Supported detailed timing:
[    82.078] (II) VESA(0): clock: 297.0 MHz   Image Size:  600 x 340 mm
[    82.078] (II) VESA(0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    82.078] (II) VESA(0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    82.078] (II) VESA(0): Supported detailed timing:
[    82.078] (II) VESA(0): clock: 148.5 MHz   Image Size:  600 x 340 mm
[    82.078] (II) VESA(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    82.078] (II) VESA(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    82.078] (II) VESA(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 135 kHz, PixClock max 305 MHz
[    82.078] (II) VESA(0): Monitor name: LG Ultra HD
[    82.078] (II) VESA(0): Number of EDID sections to follow: 1
[    82.078] (II) VESA(0): EDID (in hex):
[    82.078] (II) VESA(0): 	00ffffffffffff001e6d085b1bf90500
[    82.078] (II) VESA(0): 	041a0103803c2278ea3035a7554ea326
[    82.078] (II) VESA(0): 	0f50542108007140818081c0a9c0d1c0
[    82.078] (II) VESA(0): 	81000101010104740030f2705a80b058
[    82.078] (II) VESA(0): 	8a0058542100001e023a801871382d40
[    82.078] (II) VESA(0): 	582c450058542100001e000000fd0038
[    82.078] (II) VESA(0): 	3d1e871e000a202020202020000000fc
[    82.078] (II) VESA(0): 	004c4720556c7472612048440a20014b
[    82.078] (II) VESA(0): EDID vendor "GSM", prod id 23304
[    82.078] (II) VESA(0): Using EDID range info for horizontal sync
[    82.078] (II) VESA(0): Using EDID range info for vertical refresh
[    82.078] (II) VESA(0): Printing DDC gathered Modelines:
[    82.078] (II) VESA(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    82.078] (II) VESA(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    82.078] (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    82.078] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    82.078] (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    82.078] (II) VESA(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
[    82.078] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    82.078] (II) VESA(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    82.078] (II) VESA(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    82.078] (II) VESA(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    82.078] (II) VESA(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    82.078] (II) VESA(0): Searching for matching VESA mode(s):
[    82.091] Mode: 107 (1280x1024)
[    82.091] 	ModeAttributes: 0x9b
[    82.091] 	WinAAttributes: 0x7
[    82.091] 	WinBAttributes: 0x0
[    82.091] 	WinGranularity: 64
[    82.091] 	WinSize: 64
[    82.091] 	WinASegment: 0xa000
[    82.091] 	WinBSegment: 0x0
[    82.091] 	WinFuncPtr: 0xc000a1d8
[    82.091] 	BytesPerScanline: 1280
[    82.091] 	XResolution: 1280
[    82.091] 	YResolution: 1024
[    82.091] 	XCharSize: 8
[    82.091] 	YCharSize: 16
[    82.091] 	NumberOfPlanes: 1
[    82.091] 	BitsPerPixel: 8
[    82.091] 	NumberOfBanks: 1
[    82.091] 	MemoryModel: 4
[    82.091] 	BankSize: 0
[    82.091] 	NumberOfImages: 50
[    82.091] 	RedMaskSize: 0
[    82.091] 	RedFieldPosition: 0
[    82.091] 	GreenMaskSize: 0
[    82.091] 	GreenFieldPosition: 0
[    82.091] 	BlueMaskSize: 0
[    82.091] 	BlueFieldPosition: 0
[    82.091] 	RsvdMaskSize: 0
[    82.091] 	RsvdFieldPosition: 0
[    82.091] 	DirectColorModeInfo: 0
[    82.091] 	PhysBasePtr: 0xe0000000
[    82.091] 	LinBytesPerScanLine: 1280
[    82.091] 	BnkNumberOfImagePages: 50
[    82.091] 	LinNumberOfImagePages: 50
[    82.091] 	LinRedMaskSize: 0
[    82.091] 	LinRedFieldPosition: 0
[    82.091] 	LinGreenMaskSize: 0
[    82.091] 	LinGreenFieldPosition: 0
[    82.091] 	LinBlueMaskSize: 0
[    82.091] 	LinBlueFieldPosition: 0
[    82.091] 	LinRsvdMaskSize: 0
[    82.091] 	LinRsvdFieldPosition: 0
[    82.091] 	MaxPixelClock: 230000000
[    82.103] Mode: 11a (1280x1024)
[    82.103] 	ModeAttributes: 0x9b
[    82.103] 	WinAAttributes: 0x7
[    82.103] 	WinBAttributes: 0x0
[    82.103] 	WinGranularity: 64
[    82.103] 	WinSize: 64
[    82.103] 	WinASegment: 0xa000
[    82.103] 	WinBSegment: 0x0
[    82.103] 	WinFuncPtr: 0xc000a1d8
[    82.103] 	BytesPerScanline: 2560
[    82.103] 	XResolution: 1280
[    82.103] 	YResolution: 1024
[    82.103] 	XCharSize: 8
[    82.103] 	YCharSize: 16
[    82.103] 	NumberOfPlanes: 1
[    82.103] 	BitsPerPixel: 16
[    82.103] 	NumberOfBanks: 1
[    82.103] 	MemoryModel: 6
[    82.103] 	BankSize: 0
[    82.103] 	NumberOfImages: 24
[    82.103] 	RedMaskSize: 5
[    82.103] 	RedFieldPosition: 11
[    82.103] 	GreenMaskSize: 6
[    82.103] 	GreenFieldPosition: 5
[    82.103] 	BlueMaskSize: 5
[    82.103] 	BlueFieldPosition: 0
[    82.103] 	RsvdMaskSize: 0
[    82.103] 	RsvdFieldPosition: 0
[    82.103] 	DirectColorModeInfo: 0
[    82.103] 	PhysBasePtr: 0xe0000000
[    82.103] 	LinBytesPerScanLine: 2560
[    82.103] 	BnkNumberOfImagePages: 24
[    82.103] 	LinNumberOfImagePages: 24
[    82.103] 	LinRedMaskSize: 5
[    82.103] 	LinRedFieldPosition: 11
[    82.103] 	LinGreenMaskSize: 6
[    82.103] 	LinGreenFieldPosition: 5
[    82.103] 	LinBlueMaskSize: 5
[    82.103] 	LinBlueFieldPosition: 0
[    82.103] 	LinRsvdMaskSize: 0
[    82.103] 	LinRsvdFieldPosition: 0
[    82.103] 	MaxPixelClock: 230000000
[    82.116] *Mode: 11b (1280x1024)
[    82.116] 	ModeAttributes: 0x9b
[    82.116] 	WinAAttributes: 0x7
[    82.116] 	WinBAttributes: 0x0
[    82.116] 	WinGranularity: 64
[    82.116] 	WinSize: 64
[    82.116] 	WinASegment: 0xa000
[    82.116] 	WinBSegment: 0x0
[    82.116] 	WinFuncPtr: 0xc000a1d8
[    82.116] 	BytesPerScanline: 5120
[    82.116] 	XResolution: 1280
[    82.116] 	YResolution: 1024
[    82.116] 	XCharSize: 8
[    82.116] 	YCharSize: 16
[    82.116] 	NumberOfPlanes: 1
[    82.116] 	BitsPerPixel: 32
[    82.116] 	NumberOfBanks: 1
[    82.116] 	MemoryModel: 6
[    82.116] 	BankSize: 0
[    82.116] 	NumberOfImages: 11
[    82.116] 	RedMaskSize: 8
[    82.116] 	RedFieldPosition: 16
[    82.116] 	GreenMaskSize: 8
[    82.116] 	GreenFieldPosition: 8
[    82.116] 	BlueMaskSize: 8
[    82.116] 	BlueFieldPosition: 0
[    82.116] 	RsvdMaskSize: 8
[    82.116] 	RsvdFieldPosition: 24
[    82.116] 	DirectColorModeInfo: 0
[    82.116] 	PhysBasePtr: 0xe0000000
[    82.116] 	LinBytesPerScanLine: 5120
[    82.116] 	BnkNumberOfImagePages: 11
[    82.116] 	LinNumberOfImagePages: 11
[    82.116] 	LinRedMaskSize: 8
[    82.116] 	LinRedFieldPosition: 16
[    82.116] 	LinGreenMaskSize: 8
[    82.116] 	LinGreenFieldPosition: 8
[    82.116] 	LinBlueMaskSize: 8
[    82.116] 	LinBlueFieldPosition: 0
[    82.116] 	LinRsvdMaskSize: 8
[    82.116] 	LinRsvdFieldPosition: 24
[    82.116] 	MaxPixelClock: 230000000
[    82.128] Mode: 105 (1024x768)
[    82.128] 	ModeAttributes: 0x9b
[    82.128] 	WinAAttributes: 0x7
[    82.128] 	WinBAttributes: 0x0
[    82.128] 	WinGranularity: 64
[    82.128] 	WinSize: 64
[    82.128] 	WinASegment: 0xa000
[    82.128] 	WinBSegment: 0x0
[    82.128] 	WinFuncPtr: 0xc000a1d8
[    82.128] 	BytesPerScanline: 1024
[    82.128] 	XResolution: 1024
[    82.128] 	YResolution: 768
[    82.128] 	XCharSize: 8
[    82.128] 	YCharSize: 16
[    82.128] 	NumberOfPlanes: 1
[    82.128] 	BitsPerPixel: 8
[    82.128] 	NumberOfBanks: 1
[    82.128] 	MemoryModel: 4
[    82.128] 	BankSize: 0
[    82.128] 	NumberOfImages: 84
[    82.128] 	RedMaskSize: 0
[    82.128] 	RedFieldPosition: 0
[    82.128] 	GreenMaskSize: 0
[    82.128] 	GreenFieldPosition: 0
[    82.128] 	BlueMaskSize: 0
[    82.128] 	BlueFieldPosition: 0
[    82.128] 	RsvdMaskSize: 0
[    82.128] 	RsvdFieldPosition: 0
[    82.128] 	DirectColorModeInfo: 0
[    82.128] 	PhysBasePtr: 0xe0000000
[    82.128] 	LinBytesPerScanLine: 1024
[    82.128] 	BnkNumberOfImagePages: 84
[    82.128] 	LinNumberOfImagePages: 84
[    82.128] 	LinRedMaskSize: 0
[    82.128] 	LinRedFieldPosition: 0
[    82.128] 	LinGreenMaskSize: 0
[    82.128] 	LinGreenFieldPosition: 0
[    82.128] 	LinBlueMaskSize: 0
[    82.128] 	LinBlueFieldPosition: 0
[    82.128] 	LinRsvdMaskSize: 0
[    82.128] 	LinRsvdFieldPosition: 0
[    82.128] 	MaxPixelClock: 230000000
[    82.141] Mode: 117 (1024x768)
[    82.141] 	ModeAttributes: 0x9b
[    82.141] 	WinAAttributes: 0x7
[    82.141] 	WinBAttributes: 0x0
[    82.141] 	WinGranularity: 64
[    82.141] 	WinSize: 64
[    82.141] 	WinASegment: 0xa000
[    82.141] 	WinBSegment: 0x0
[    82.141] 	WinFuncPtr: 0xc000a1d8
[    82.141] 	BytesPerScanline: 2048
[    82.141] 	XResolution: 1024
[    82.141] 	YResolution: 768
[    82.141] 	XCharSize: 8
[    82.141] 	YCharSize: 16
[    82.141] 	NumberOfPlanes: 1
[    82.141] 	BitsPerPixel: 16
[    82.141] 	NumberOfBanks: 1
[    82.141] 	MemoryModel: 6
[    82.141] 	BankSize: 0
[    82.141] 	NumberOfImages: 41
[    82.141] 	RedMaskSize: 5
[    82.141] 	RedFieldPosition: 11
[    82.141] 	GreenMaskSize: 6
[    82.141] 	GreenFieldPosition: 5
[    82.141] 	BlueMaskSize: 5
[    82.141] 	BlueFieldPosition: 0
[    82.141] 	RsvdMaskSize: 0
[    82.141] 	RsvdFieldPosition: 0
[    82.141] 	DirectColorModeInfo: 0
[    82.141] 	PhysBasePtr: 0xe0000000
[    82.141] 	LinBytesPerScanLine: 2048
[    82.141] 	BnkNumberOfImagePages: 41
[    82.141] 	LinNumberOfImagePages: 41
[    82.141] 	LinRedMaskSize: 5
[    82.141] 	LinRedFieldPosition: 11
[    82.141] 	LinGreenMaskSize: 6
[    82.141] 	LinGreenFieldPosition: 5
[    82.141] 	LinBlueMaskSize: 5
[    82.141] 	LinBlueFieldPosition: 0
[    82.141] 	LinRsvdMaskSize: 0
[    82.141] 	LinRsvdFieldPosition: 0
[    82.141] 	MaxPixelClock: 230000000
[    82.153] *Mode: 118 (1024x768)
[    82.153] 	ModeAttributes: 0x9b
[    82.153] 	WinAAttributes: 0x7
[    82.153] 	WinBAttributes: 0x0
[    82.153] 	WinGranularity: 64
[    82.153] 	WinSize: 64
[    82.153] 	WinASegment: 0xa000
[    82.153] 	WinBSegment: 0x0
[    82.153] 	WinFuncPtr: 0xc000a1d8
[    82.153] 	BytesPerScanline: 4096
[    82.153] 	XResolution: 1024
[    82.153] 	YResolution: 768
[    82.153] 	XCharSize: 8
[    82.153] 	YCharSize: 16
[    82.153] 	NumberOfPlanes: 1
[    82.153] 	BitsPerPixel: 32
[    82.153] 	NumberOfBanks: 1
[    82.153] 	MemoryModel: 6
[    82.153] 	BankSize: 0
[    82.153] 	NumberOfImages: 20
[    82.153] 	RedMaskSize: 8
[    82.153] 	RedFieldPosition: 16
[    82.153] 	GreenMaskSize: 8
[    82.153] 	GreenFieldPosition: 8
[    82.153] 	BlueMaskSize: 8
[    82.153] 	BlueFieldPosition: 0
[    82.153] 	RsvdMaskSize: 8
[    82.153] 	RsvdFieldPosition: 24
[    82.153] 	DirectColorModeInfo: 0
[    82.153] 	PhysBasePtr: 0xe0000000
[    82.153] 	LinBytesPerScanLine: 4096
[    82.153] 	BnkNumberOfImagePages: 20
[    82.153] 	LinNumberOfImagePages: 20
[    82.153] 	LinRedMaskSize: 8
[    82.153] 	LinRedFieldPosition: 16
[    82.153] 	LinGreenMaskSize: 8
[    82.153] 	LinGreenFieldPosition: 8
[    82.153] 	LinBlueMaskSize: 8
[    82.153] 	LinBlueFieldPosition: 0
[    82.153] 	LinRsvdMaskSize: 8
[    82.153] 	LinRsvdFieldPosition: 24
[    82.153] 	MaxPixelClock: 230000000
[    82.166] *Mode: 112 (640x480)
[    82.166] 	ModeAttributes: 0x9b
[    82.166] 	WinAAttributes: 0x7
[    82.166] 	WinBAttributes: 0x0
[    82.166] 	WinGranularity: 64
[    82.166] 	WinSize: 64
[    82.166] 	WinASegment: 0xa000
[    82.166] 	WinBSegment: 0x0
[    82.166] 	WinFuncPtr: 0xc000a1d8
[    82.166] 	BytesPerScanline: 2560
[    82.166] 	XResolution: 640
[    82.166] 	YResolution: 480
[    82.166] 	XCharSize: 8
[    82.166] 	YCharSize: 16
[    82.166] 	NumberOfPlanes: 1
[    82.166] 	BitsPerPixel: 32
[    82.166] 	NumberOfBanks: 1
[    82.166] 	MemoryModel: 6
[    82.166] 	BankSize: 0
[    82.166] 	NumberOfImages: 52
[    82.166] 	RedMaskSize: 8
[    82.166] 	RedFieldPosition: 16
[    82.166] 	GreenMaskSize: 8
[    82.166] 	GreenFieldPosition: 8
[    82.166] 	BlueMaskSize: 8
[    82.166] 	BlueFieldPosition: 0
[    82.166] 	RsvdMaskSize: 8
[    82.166] 	RsvdFieldPosition: 24
[    82.166] 	DirectColorModeInfo: 0
[    82.166] 	PhysBasePtr: 0xe0000000
[    82.166] 	LinBytesPerScanLine: 2560
[    82.166] 	BnkNumberOfImagePages: 52
[    82.166] 	LinNumberOfImagePages: 52
[    82.166] 	LinRedMaskSize: 8
[    82.166] 	LinRedFieldPosition: 16
[    82.166] 	LinGreenMaskSize: 8
[    82.166] 	LinGreenFieldPosition: 8
[    82.166] 	LinBlueMaskSize: 8
[    82.166] 	LinBlueFieldPosition: 0
[    82.166] 	LinRsvdMaskSize: 8
[    82.166] 	LinRsvdFieldPosition: 24
[    82.166] 	MaxPixelClock: 230000000
[    82.178] Mode: 114 (800x600)
[    82.178] 	ModeAttributes: 0x9b
[    82.178] 	WinAAttributes: 0x7
[    82.178] 	WinBAttributes: 0x0
[    82.178] 	WinGranularity: 64
[    82.178] 	WinSize: 64
[    82.178] 	WinASegment: 0xa000
[    82.178] 	WinBSegment: 0x0
[    82.178] 	WinFuncPtr: 0xc000a1d8
[    82.178] 	BytesPerScanline: 1600
[    82.178] 	XResolution: 800
[    82.178] 	YResolution: 600
[    82.178] 	XCharSize: 8
[    82.178] 	YCharSize: 16
[    82.178] 	NumberOfPlanes: 1
[    82.178] 	BitsPerPixel: 16
[    82.178] 	NumberOfBanks: 1
[    82.178] 	MemoryModel: 6
[    82.178] 	BankSize: 0
[    82.178] 	NumberOfImages: 67
[    82.178] 	RedMaskSize: 5
[    82.178] 	RedFieldPosition: 11
[    82.178] 	GreenMaskSize: 6
[    82.178] 	GreenFieldPosition: 5
[    82.178] 	BlueMaskSize: 5
[    82.178] 	BlueFieldPosition: 0
[    82.178] 	RsvdMaskSize: 0
[    82.178] 	RsvdFieldPosition: 0
[    82.178] 	DirectColorModeInfo: 0
[    82.178] 	PhysBasePtr: 0xe0000000
[    82.178] 	LinBytesPerScanLine: 1600
[    82.178] 	BnkNumberOfImagePages: 67
[    82.178] 	LinNumberOfImagePages: 67
[    82.178] 	LinRedMaskSize: 5
[    82.178] 	LinRedFieldPosition: 11
[    82.178] 	LinGreenMaskSize: 6
[    82.178] 	LinGreenFieldPosition: 5
[    82.178] 	LinBlueMaskSize: 5
[    82.178] 	LinBlueFieldPosition: 0
[    82.178] 	LinRsvdMaskSize: 0
[    82.178] 	LinRsvdFieldPosition: 0
[    82.178] 	MaxPixelClock: 230000000
[    82.191] *Mode: 115 (800x600)
[    82.191] 	ModeAttributes: 0x9b
[    82.191] 	WinAAttributes: 0x7
[    82.191] 	WinBAttributes: 0x0
[    82.191] 	WinGranularity: 64
[    82.191] 	WinSize: 64
[    82.191] 	WinASegment: 0xa000
[    82.191] 	WinBSegment: 0x0
[    82.191] 	WinFuncPtr: 0xc000a1d8
[    82.191] 	BytesPerScanline: 3200
[    82.191] 	XResolution: 800
[    82.191] 	YResolution: 600
[    82.191] 	XCharSize: 8
[    82.191] 	YCharSize: 16
[    82.191] 	NumberOfPlanes: 1
[    82.191] 	BitsPerPixel: 32
[    82.191] 	NumberOfBanks: 1
[    82.191] 	MemoryModel: 6
[    82.191] 	BankSize: 0
[    82.191] 	NumberOfImages: 33
[    82.191] 	RedMaskSize: 8
[    82.191] 	RedFieldPosition: 16
[    82.191] 	GreenMaskSize: 8
[    82.191] 	GreenFieldPosition: 8
[    82.191] 	BlueMaskSize: 8
[    82.191] 	BlueFieldPosition: 0
[    82.191] 	RsvdMaskSize: 8
[    82.191] 	RsvdFieldPosition: 24
[    82.191] 	DirectColorModeInfo: 0
[    82.191] 	PhysBasePtr: 0xe0000000
[    82.191] 	LinBytesPerScanLine: 3200
[    82.191] 	BnkNumberOfImagePages: 33
[    82.191] 	LinNumberOfImagePages: 33
[    82.191] 	LinRedMaskSize: 8
[    82.191] 	LinRedFieldPosition: 16
[    82.191] 	LinGreenMaskSize: 8
[    82.191] 	LinGreenFieldPosition: 8
[    82.191] 	LinBlueMaskSize: 8
[    82.191] 	LinBlueFieldPosition: 0
[    82.191] 	LinRsvdMaskSize: 8
[    82.191] 	LinRsvdFieldPosition: 24
[    82.191] 	MaxPixelClock: 230000000
[    82.203] Mode: 101 (640x480)
[    82.203] 	ModeAttributes: 0x9b
[    82.203] 	WinAAttributes: 0x7
[    82.203] 	WinBAttributes: 0x0
[    82.203] 	WinGranularity: 64
[    82.203] 	WinSize: 64
[    82.203] 	WinASegment: 0xa000
[    82.203] 	WinBSegment: 0x0
[    82.203] 	WinFuncPtr: 0xc000a1d8
[    82.203] 	BytesPerScanline: 640
[    82.203] 	XResolution: 640
[    82.203] 	YResolution: 480
[    82.203] 	XCharSize: 8
[    82.203] 	YCharSize: 16
[    82.203] 	NumberOfPlanes: 1
[    82.203] 	BitsPerPixel: 8
[    82.203] 	NumberOfBanks: 1
[    82.203] 	MemoryModel: 4
[    82.203] 	BankSize: 0
[    82.203] 	NumberOfImages: 203
[    82.203] 	RedMaskSize: 0
[    82.203] 	RedFieldPosition: 0
[    82.203] 	GreenMaskSize: 0
[    82.203] 	GreenFieldPosition: 0
[    82.203] 	BlueMaskSize: 0
[    82.203] 	BlueFieldPosition: 0
[    82.203] 	RsvdMaskSize: 0
[    82.203] 	RsvdFieldPosition: 0
[    82.203] 	DirectColorModeInfo: 0
[    82.203] 	PhysBasePtr: 0xe0000000
[    82.203] 	LinBytesPerScanLine: 640
[    82.203] 	BnkNumberOfImagePages: 203
[    82.203] 	LinNumberOfImagePages: 203
[    82.203] 	LinRedMaskSize: 0
[    82.203] 	LinRedFieldPosition: 0
[    82.203] 	LinGreenMaskSize: 0
[    82.203] 	LinGreenFieldPosition: 0
[    82.203] 	LinBlueMaskSize: 0
[    82.203] 	LinBlueFieldPosition: 0
[    82.203] 	LinRsvdMaskSize: 0
[    82.203] 	LinRsvdFieldPosition: 0
[    82.203] 	MaxPixelClock: 230000000
[    82.216] Mode: 103 (800x600)
[    82.216] 	ModeAttributes: 0x9b
[    82.216] 	WinAAttributes: 0x7
[    82.216] 	WinBAttributes: 0x0
[    82.216] 	WinGranularity: 64
[    82.216] 	WinSize: 64
[    82.216] 	WinASegment: 0xa000
[    82.216] 	WinBSegment: 0x0
[    82.216] 	WinFuncPtr: 0xc000a1d8
[    82.216] 	BytesPerScanline: 832
[    82.216] 	XResolution: 800
[    82.216] 	YResolution: 600
[    82.216] 	XCharSize: 8
[    82.216] 	YCharSize: 16
[    82.216] 	NumberOfPlanes: 1
[    82.216] 	BitsPerPixel: 8
[    82.216] 	NumberOfBanks: 1
[    82.216] 	MemoryModel: 4
[    82.216] 	BankSize: 0
[    82.216] 	NumberOfImages: 126
[    82.216] 	RedMaskSize: 0
[    82.216] 	RedFieldPosition: 0
[    82.216] 	GreenMaskSize: 0
[    82.216] 	GreenFieldPosition: 0
[    82.216] 	BlueMaskSize: 0
[    82.216] 	BlueFieldPosition: 0
[    82.216] 	RsvdMaskSize: 0
[    82.216] 	RsvdFieldPosition: 0
[    82.216] 	DirectColorModeInfo: 0
[    82.216] 	PhysBasePtr: 0xe0000000
[    82.216] 	LinBytesPerScanLine: 832
[    82.216] 	BnkNumberOfImagePages: 126
[    82.216] 	LinNumberOfImagePages: 126
[    82.216] 	LinRedMaskSize: 0
[    82.216] 	LinRedFieldPosition: 0
[    82.216] 	LinGreenMaskSize: 0
[    82.216] 	LinGreenFieldPosition: 0
[    82.216] 	LinBlueMaskSize: 0
[    82.216] 	LinBlueFieldPosition: 0
[    82.216] 	LinRsvdMaskSize: 0
[    82.216] 	LinRsvdFieldPosition: 0
[    82.216] 	MaxPixelClock: 230000000
[    82.228] Mode: 111 (640x480)
[    82.228] 	ModeAttributes: 0x9b
[    82.228] 	WinAAttributes: 0x7
[    82.228] 	WinBAttributes: 0x0
[    82.228] 	WinGranularity: 64
[    82.228] 	WinSize: 64
[    82.228] 	WinASegment: 0xa000
[    82.228] 	WinBSegment: 0x0
[    82.228] 	WinFuncPtr: 0xc000a1d8
[    82.228] 	BytesPerScanline: 1280
[    82.228] 	XResolution: 640
[    82.228] 	YResolution: 480
[    82.228] 	XCharSize: 8
[    82.228] 	YCharSize: 16
[    82.228] 	NumberOfPlanes: 1
[    82.228] 	BitsPerPixel: 16
[    82.228] 	NumberOfBanks: 1
[    82.228] 	MemoryModel: 6
[    82.228] 	BankSize: 0
[    82.228] 	NumberOfImages: 101
[    82.228] 	RedMaskSize: 5
[    82.228] 	RedFieldPosition: 11
[    82.228] 	GreenMaskSize: 6
[    82.228] 	GreenFieldPosition: 5
[    82.228] 	BlueMaskSize: 5
[    82.228] 	BlueFieldPosition: 0
[    82.228] 	RsvdMaskSize: 0
[    82.228] 	RsvdFieldPosition: 0
[    82.228] 	DirectColorModeInfo: 0
[    82.228] 	PhysBasePtr: 0xe0000000
[    82.228] 	LinBytesPerScanLine: 1280
[    82.228] 	BnkNumberOfImagePages: 101
[    82.228] 	LinNumberOfImagePages: 101
[    82.228] 	LinRedMaskSize: 5
[    82.228] 	LinRedFieldPosition: 11
[    82.228] 	LinGreenMaskSize: 6
[    82.228] 	LinGreenFieldPosition: 5
[    82.228] 	LinBlueMaskSize: 5
[    82.228] 	LinBlueFieldPosition: 0
[    82.228] 	LinRsvdMaskSize: 0
[    82.229] 	LinRsvdFieldPosition: 0
[    82.229] 	MaxPixelClock: 230000000
[    82.241] Mode: 17d (1920x1080)
[    82.241] 	ModeAttributes: 0x9b
[    82.241] 	WinAAttributes: 0x7
[    82.241] 	WinBAttributes: 0x0
[    82.241] 	WinGranularity: 64
[    82.241] 	WinSize: 64
[    82.241] 	WinASegment: 0xa000
[    82.241] 	WinBSegment: 0x0
[    82.241] 	WinFuncPtr: 0xc000a1d8
[    82.241] 	BytesPerScanline: 1920
[    82.241] 	XResolution: 1920
[    82.241] 	YResolution: 1080
[    82.241] 	XCharSize: 8
[    82.241] 	YCharSize: 16
[    82.241] 	NumberOfPlanes: 1
[    82.241] 	BitsPerPixel: 8
[    82.241] 	NumberOfBanks: 1
[    82.241] 	MemoryModel: 4
[    82.241] 	BankSize: 0
[    82.241] 	NumberOfImages: 30
[    82.241] 	RedMaskSize: 0
[    82.241] 	RedFieldPosition: 0
[    82.241] 	GreenMaskSize: 0
[    82.241] 	GreenFieldPosition: 0
[    82.241] 	BlueMaskSize: 0
[    82.241] 	BlueFieldPosition: 0
[    82.241] 	RsvdMaskSize: 0
[    82.241] 	RsvdFieldPosition: 0
[    82.241] 	DirectColorModeInfo: 0
[    82.241] 	PhysBasePtr: 0xe0000000
[    82.241] 	LinBytesPerScanLine: 1920
[    82.241] 	BnkNumberOfImagePages: 30
[    82.241] 	LinNumberOfImagePages: 30
[    82.241] 	LinRedMaskSize: 0
[    82.241] 	LinRedFieldPosition: 0
[    82.241] 	LinGreenMaskSize: 0
[    82.241] 	LinGreenFieldPosition: 0
[    82.241] 	LinBlueMaskSize: 0
[    82.241] 	LinBlueFieldPosition: 0
[    82.241] 	LinRsvdMaskSize: 0
[    82.241] 	LinRsvdFieldPosition: 0
[    82.241] 	MaxPixelClock: 230000000
[    82.253] Mode: 17e (1920x1080)
[    82.253] 	ModeAttributes: 0x9b
[    82.253] 	WinAAttributes: 0x7
[    82.253] 	WinBAttributes: 0x0
[    82.253] 	WinGranularity: 64
[    82.253] 	WinSize: 64
[    82.253] 	WinASegment: 0xa000
[    82.253] 	WinBSegment: 0x0
[    82.253] 	WinFuncPtr: 0xc000a1d8
[    82.254] 	BytesPerScanline: 3840
[    82.254] 	XResolution: 1920
[    82.254] 	YResolution: 1080
[    82.254] 	XCharSize: 8
[    82.254] 	YCharSize: 16
[    82.254] 	NumberOfPlanes: 1
[    82.254] 	BitsPerPixel: 16
[    82.254] 	NumberOfBanks: 1
[    82.254] 	MemoryModel: 6
[    82.254] 	BankSize: 0
[    82.254] 	NumberOfImages: 14
[    82.254] 	RedMaskSize: 5
[    82.254] 	RedFieldPosition: 11
[    82.254] 	GreenMaskSize: 6
[    82.254] 	GreenFieldPosition: 5
[    82.254] 	BlueMaskSize: 5
[    82.254] 	BlueFieldPosition: 0
[    82.254] 	RsvdMaskSize: 0
[    82.254] 	RsvdFieldPosition: 0
[    82.254] 	DirectColorModeInfo: 0
[    82.254] 	PhysBasePtr: 0xe0000000
[    82.254] 	LinBytesPerScanLine: 3840
[    82.254] 	BnkNumberOfImagePages: 14
[    82.254] 	LinNumberOfImagePages: 14
[    82.254] 	LinRedMaskSize: 5
[    82.254] 	LinRedFieldPosition: 11
[    82.254] 	LinGreenMaskSize: 6
[    82.254] 	LinGreenFieldPosition: 5
[    82.254] 	LinBlueMaskSize: 5
[    82.254] 	LinBlueFieldPosition: 0
[    82.254] 	LinRsvdMaskSize: 0
[    82.254] 	LinRsvdFieldPosition: 0
[    82.254] 	MaxPixelClock: 230000000
[    82.266] *Mode: 17f (1920x1080)
[    82.266] 	ModeAttributes: 0x9b
[    82.266] 	WinAAttributes: 0x7
[    82.266] 	WinBAttributes: 0x0
[    82.266] 	WinGranularity: 64
[    82.266] 	WinSize: 64
[    82.266] 	WinASegment: 0xa000
[    82.266] 	WinBSegment: 0x0
[    82.266] 	WinFuncPtr: 0xc000a1d8
[    82.266] 	BytesPerScanline: 7680
[    82.266] 	XResolution: 1920
[    82.266] 	YResolution: 1080
[    82.266] 	XCharSize: 8
[    82.266] 	YCharSize: 16
[    82.266] 	NumberOfPlanes: 1
[    82.266] 	BitsPerPixel: 32
[    82.266] 	NumberOfBanks: 1
[    82.266] 	MemoryModel: 6
[    82.266] 	BankSize: 0
[    82.266] 	NumberOfImages: 7
[    82.266] 	RedMaskSize: 8
[    82.266] 	RedFieldPosition: 16
[    82.266] 	GreenMaskSize: 8
[    82.266] 	GreenFieldPosition: 8
[    82.266] 	BlueMaskSize: 8
[    82.266] 	BlueFieldPosition: 0
[    82.266] 	RsvdMaskSize: 8
[    82.266] 	RsvdFieldPosition: 24
[    82.266] 	DirectColorModeInfo: 0
[    82.266] 	PhysBasePtr: 0xe0000000
[    82.266] 	LinBytesPerScanLine: 7680
[    82.266] 	BnkNumberOfImagePages: 7
[    82.266] 	LinNumberOfImagePages: 7
[    82.266] 	LinRedMaskSize: 8
[    82.266] 	LinRedFieldPosition: 16
[    82.266] 	LinGreenMaskSize: 8
[    82.266] 	LinGreenFieldPosition: 8
[    82.266] 	LinBlueMaskSize: 8
[    82.266] 	LinBlueFieldPosition: 0
[    82.266] 	LinRsvdMaskSize: 8
[    82.266] 	LinRsvdFieldPosition: 24
[    82.266] 	MaxPixelClock: 230000000
[    82.266] 
[    82.266] (II) VESA(0): Total Memory: 1023 64KB banks (65472kB)
[    82.266] (II) VESA(0): <default monitor>: Using hsync range of 30.00-135.00 kHz
[    82.266] (II) VESA(0): <default monitor>: Using vrefresh range of 56.00-61.00 Hz
[    82.266] (II) VESA(0): <default monitor>: Using maximum pixel clock of 305.00 MHz
[    82.267] (--) VESA(0): Virtual size is 1920x1080 (pitch 1920)
[    82.267] (**) VESA(0): *Built-in mode "1920x1080"
[    82.267] (**) VESA(0):  Built-in mode "1280x1024"
[    82.267] (**) VESA(0):  Built-in mode "1024x768"
[    82.267] (**) VESA(0):  Built-in mode "800x600"
[    82.267] (**) VESA(0):  Built-in mode "640x480"
[    82.267] (**) VESA(0): Display dimensions: (600, 340) mm
[    82.267] (**) VESA(0): DPI set to (81, 80)
[    82.267] (**) VESA(0): Using "Shadow Framebuffer"
[    82.267] (II) Loading sub module "shadow"
[    82.267] (II) LoadModule: "shadow"
[    82.267] (II) Loading /usr/local/lib/xorg/modules/libshadow.so
[    82.269] (II) Module shadow: vendor="X.Org Foundation"
[    82.269] 	compiled for 1.17.4, module version = 1.1.0
[    82.269] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.269] (II) Loading sub module "fb"
[    82.269] (II) LoadModule: "fb"
[    82.269] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[    82.270] (II) Module fb: vendor="X.Org Foundation"
[    82.270] 	compiled for 1.17.4, module version = 1.0.0
[    82.270] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.270] (==) Depth 24 pixmap format is 32 bpp
[    82.270] (II) Loading sub module "int10"
[    82.270] (II) LoadModule: "int10"
[    82.270] (II) Loading /usr/local/lib/xorg/modules/libint10.so
[    82.270] (II) Module int10: vendor="X.Org Foundation"
[    82.270] 	compiled for 1.17.4, module version = 1.0.0
[    82.270] 	ABI class: X.Org Video Driver, version 19.0
[    82.270] (II) VESA(0): initializing int10
[    82.271] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    82.283] (II) VESA(0): VESA BIOS detected
[    82.283] (II) VESA(0): VESA VBE Version 3.0
[    82.283] (II) VESA(0): VESA VBE Total Mem: 65472 kB
[    82.283] (II) VESA(0): VESA VBE OEM: Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
[    82.283] (II) VESA(0): VESA VBE OEM Software Rev: 0.0
[    82.283] (II) VESA(0): virtual address = 0x807000000,
	physical address = 0xe0000000, size = 67043328
[    82.285] (II) VESA(0): Setting up VESA Mode 0x17F (1920x1080)
[    82.370] (==) VESA(0): Default visual is TrueColor
[    82.371] (==) VESA(0): Backing store enabled
[    82.371] (==) VESA(0): DPMS enabled
[    82.371] (==) RandR enabled
[    82.372] (II) AIGLX: Screen 0 is not DRI2 capable
[    82.372] (EE) AIGLX: reverting to software rendering
[    82.625] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    82.625] (II) AIGLX: Loaded and initialized swrast
[    82.625] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    82.699] (II) config/devd: probing input devices...
[    82.699] (II) config/devd: adding input device (null) (/dev/kbdmux)
[    82.699] (II) LoadModule: "kbd"
[    82.699] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[    82.700] (II) Module kbd: vendor="X.Org Foundation"
[    82.700] 	compiled for 1.17.4, module version = 1.8.1
[    82.700] 	Module class: X.Org XInput Driver
[    82.700] 	ABI class: X.Org XInput driver, version 21.0
[    82.700] (II) Using input driver 'kbd' for 'kbdmux'
[    82.700] (**) kbdmux: always reports core events
[    82.700] (**) kbdmux: always reports core events
[    82.700] (**) Option "Protocol" "standard"
[    82.700] (**) Option "XkbRules" "base"
[    82.700] (**) Option "XkbModel" "pc105"
[    82.700] (**) Option "XkbLayout" "us"
[    82.700] (**) Option "config_info" "devd:kbdmux"
[    82.700] (II) XINPUT: Adding extended input device "kbdmux" (type: KEYBOARD, id 6)
[    83.190] (II) config/devd: kbdmux is enabled, ignoring device ukbd0
[    83.190] (II) config/devd: kbdmux is enabled, ignoring device ukbd1
[    83.190] (II) config/devd: kbdmux is enabled, ignoring device atkbd0
[    83.190] (II) config/devd: adding input device (null) (/dev/sysmouse)
[    83.190] (II) LoadModule: "mouse"
[    83.190] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
[    83.192] (II) Module mouse: vendor="X.Org Foundation"
[    83.192] 	compiled for 1.17.4, module version = 1.9.1
[    83.192] 	Module class: X.Org XInput Driver
[    83.192] 	ABI class: X.Org XInput driver, version 21.0
[    83.192] (II) Using input driver 'mouse' for 'sysmouse'
[    83.192] (**) sysmouse: always reports core events
[    83.192] (**) Option "Device" "/dev/sysmouse"
[    83.192] (==) sysmouse: Protocol: "Auto"
[    83.192] (**) sysmouse: always reports core events
[    83.192] (==) sysmouse: Emulate3Buttons, Emulate3Timeout: 50
[    83.192] (**) sysmouse: ZAxisMapping: buttons 4 and 5
[    83.192] (**) sysmouse: Buttons: 5
[    83.193] (**) Option "config_info" "devd:sysmouse"
[    83.193] (II) XINPUT: Adding extended input device "sysmouse" (type: MOUSE, id 7)
[    83.193] (**) sysmouse: (accel) keeping acceleration scheme 1
[    83.193] (**) sysmouse: (accel) acceleration profile 0
[    83.193] (**) sysmouse: (accel) acceleration factor: 2.000
[    83.193] (**) sysmouse: (accel) acceleration threshold: 4
[    83.193] (II) sysmouse: SetupAuto: hw.iftype is 4, hw.model is 0
[    83.193] (II) sysmouse: SetupAuto: protocol is SysMouse
[    83.193] (II) config/devd: device /dev/ums0 already opened


More information about the freebsd-x11 mailing list