NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
A workaround for VLC crash and video playback
Hello,
Under NetBSD 6.0(.1), the VLC installed from binary packages segfaults
complaining its Qt4 interface is "Unable to load extensions module" (see
the attachments for an example VLC session and my /var/log/Xorg.0.log).
While ffmpeg was first blamed, as there have already been posts about it
causing problems, it turned out not to be the reason, at least in my
case. What I have noticed is:
- the video would not display with default settings, and there are
errors related to X being printed out (near the "no available XVideo
adaptor" in the log);
- the player necessarily crashed while playing, either after some
seconds on its own or immediately after I clicked the time bar, and this
persisted when playing audio files.
After experimenting a bit with its settings, I've managed to make it run
and display video, albeit still showing the aforementioned Qt error:
- in Tools->Preferences->Video, choose the "X11 Video output (XCB)"
for Output.
- in Tools->Customise interface, remove the Time Slider from the
panel, then add it with the "Native Slider" option.
[ 95.704]
X.Org X Server 1.10.3
Release Date: 2011-07-08
[ 95.705] X Protocol Version 11, Revision 0
[ 95.705] Build Operating System: NetBSD/i386 -
[ 95.705] Current Operating System: NetBSD curly 6.0.1 NetBSD 6.0.1 (CURLY)
#0: Wed Jan 23 15:33:48 UTC 2013
mike@curly:/usr/src/sys/arch/i386/compile/CURLY i386
[ 95.705] Build Date: 01 August 2011 01:01:00AM
[ 95.705]
[ 95.705] Current version of pixman: 0.23.2
[ 95.705] Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
[ 95.705] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 95.706] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 25 08:20:14
2013
[ 95.722] (==) Using config file: "/etc/X11/xorg.conf"
[ 95.731] (==) ServerLayout "curly"
[ 95.731] (**) |-->Screen "Screen0" (0)
[ 95.731] (**) | |-->Monitor "CRT0"
[ 95.732] (**) | |-->Device "Card0"
[ 95.733] (**) |-->Input Device "Mouse0"
[ 95.733] (**) |-->Input Device "Keyboard0"
[ 95.733] (**) Option "DontZap" "off"
[ 95.733] (**) Option "AutoAddDevices" "off"
[ 95.733] (**) Not automatically adding devices
[ 95.733] (==) Not automatically enabling devices
[ 95.743] (WW) The directory "/usr/pkg/share/fonts/X11/misc" does not exist.
[ 95.743] Entry deleted from font path.
[ 95.743] (WW) The directory "/usr/pkg/share/fonts/X11/TTF" does not exist.
[ 95.743] Entry deleted from font path.
[ 95.743] (WW) The directory "/usr/pkg/share/fonts/X11/OTF" does not exist.
[ 95.743] Entry deleted from font path.
[ 95.743] (WW) The directory "/usr/pkg/share/fonts/X11/Type1" does not exist.
[ 95.743] Entry deleted from font path.
[ 95.743] (WW) The directory "/usr/pkg/share/fonts/X11/100dpi" does not
exist.
[ 95.743] Entry deleted from font path.
[ 95.743] (WW) The directory "/usr/pkg/share/fonts/X11/75dpi" does not exist.
[ 95.743] Entry deleted from font path.
[ 95.743] (WW) The directory "/usr/pkg/share/fonts/X11/cyrillic" does not
exist.
[ 95.743] Entry deleted from font path.
[ 95.770] (WW) The directory "/usr/X11R7/lib/X11/fonts/OTF" does not exist.
[ 95.770] Entry deleted from font path.
[ 95.808] (WW) `fonts.dir' not found (or not valid) in
"/usr/X11R7/lib/X11/fonts/cyrillic".
[ 95.808] Entry deleted from font path.
[ 95.808] (Run 'mkfontdir' on "/usr/X11R7/lib/X11/fonts/cyrillic").
[ 95.808] (**) FontPath set to:
/usr/X11R7/lib/X11/fonts/misc,
/usr/X11R7/lib/X11/fonts/TTF,
/usr/X11R7/lib/X11/fonts/Type1,
/usr/X11R7/lib/X11/fonts/100dpi,
/usr/X11R7/lib/X11/fonts/75dpi,
/usr/X11R7/lib/X11/fonts/misc/,
/usr/X11R7/lib/X11/fonts/TTF/,
/usr/X11R7/lib/X11/fonts/Type1/,
/usr/X11R7/lib/X11/fonts/75dpi/,
/usr/X11R7/lib/X11/fonts/100dpi/
[ 95.808] (**) ModulePath set to "/usr/X11R7/lib/modules"
[ 95.818] (II) Loader magic: 0x8227ba0
[ 95.818] (II) Module ABI versions:
[ 95.818] X.Org ANSI C Emulation: 0.4
[ 95.818] X.Org Video Driver: 10.0
[ 95.818] X.Org XInput driver : 12.2
[ 95.818] X.Org Server Extension : 5.0
[ 95.826] (--) PCI:*(2:2:0:0) 10de:0649:1043:202d rev 161, Mem @
0xfb000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @
0x0000dc00/128, BIOS @ 0x????????/524288
[ 95.826] (II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
[ 95.826] (II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
[ 95.826] (II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
[ 95.826] (II) "record" will be loaded by default.
[ 95.826] (II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
[ 95.826] (II) "dri2" will be loaded. This was enabled by default and also
specified in the config file.
[ 95.826] (II) LoadModule: "dbe"
[ 95.868] (II) Loading /usr/X11R7/lib/modules/extensions/libdbe.so
[ 95.868] (II) Module dbe: vendor="X.Org Foundation"
[ 95.868] compiled for 1.10.3, module version = 1.0.0
[ 95.868] Module class: X.Org Server Extension
[ 95.868] ABI class: X.Org Server Extension, version 5.0
[ 95.868] (II) Loading extension DOUBLE-BUFFER
[ 95.868] (II) LoadModule: "dri"
[ 95.871] (II) Loading /usr/X11R7/lib/modules/extensions/libdri.so
[ 95.872] (II) Module dri: vendor="X.Org Foundation"
[ 95.882] compiled for 1.10.3, module version = 1.0.0
[ 95.882] ABI class: X.Org Server Extension, version 5.0
[ 95.888] (II) Loading extension XFree86-DRI
[ 95.888] (II) LoadModule: "dri2"
[ 95.890] (II) Loading /usr/X11R7/lib/modules/extensions/libdri2.so
[ 95.902] (II) Module dri2: vendor="X.Org Foundation"
[ 95.902] compiled for 1.10.3, module version = 1.2.0
[ 95.902] ABI class: X.Org Server Extension, version 5.0
[ 95.902] (II) Loading extension DRI2
[ 95.902] (II) LoadModule: "extmod"
[ 95.904] (II) Loading /usr/X11R7/lib/modules/extensions/libextmod.so
[ 95.906] (II) Module extmod: vendor="X.Org Foundation"
[ 95.908] compiled for 1.10.3, module version = 1.0.0
[ 95.908] Module class: X.Org Server Extension
[ 95.908] ABI class: X.Org Server Extension, version 5.0
[ 95.908] (II) Loading extension MIT-SCREEN-SAVER
[ 95.908] (II) Loading extension XFree86-VidModeExtension
[ 95.908] (II) Loading extension XFree86-DGA
[ 95.908] (II) Loading extension DPMS
[ 95.908] (II) Loading extension XVideo
[ 95.908] (II) Loading extension XVideo-MotionCompensation
[ 95.908] (II) Loading extension X-Resource
[ 95.908] (II) LoadModule: "glx"
[ 95.910] (II) Loading /usr/X11R7/lib/modules/extensions/libglx.so
[ 95.917] (II) Module glx: vendor="X.Org Foundation"
[ 95.918] compiled for 1.10.3, module version = 1.0.0
[ 95.918] ABI class: X.Org Server Extension, version 5.0
[ 95.918] (==) AIGLX enabled
[ 95.918] (II) Loading extension GLX
[ 95.918] (II) LoadModule: "record"
[ 95.920] (II) Loading /usr/X11R7/lib/modules/extensions/librecord.so
[ 95.925] (II) Module record: vendor="X.Org Foundation"
[ 95.925] compiled for 1.10.3, module version = 1.13.0
[ 95.925] Module class: X.Org Server Extension
[ 95.925] ABI class: X.Org Server Extension, version 5.0
[ 95.925] (II) Loading extension RECORD
[ 95.925] (II) LoadModule: "vesa"
[ 95.927] (II) Loading /usr/X11R7/lib/modules/drivers/vesa_drv.so
[ 95.928] (II) Module vesa: vendor="X.Org Foundation"
[ 95.928] compiled for 1.10.3, module version = 2.3.0
[ 95.928] Module class: X.Org Video Driver
[ 95.928] ABI class: X.Org Video Driver, version 10.0
[ 95.928] (II) LoadModule: "mouse"
[ 95.929] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
[ 95.933] (II) Module mouse: vendor="X.Org Foundation"
[ 95.933] compiled for 1.10.3, module version = 1.7.1
[ 95.933] Module class: X.Org XInput Driver
[ 95.933] ABI class: X.Org XInput driver, version 12.2
[ 95.933] (II) LoadModule: "kbd"
[ 95.934] (II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
[ 95.944] (II) Module kbd: vendor="X.Org Foundation"
[ 95.944] compiled for 1.10.3, module version = 1.6.0
[ 95.944] Module class: X.Org XInput Driver
[ 95.944] ABI class: X.Org XInput driver, version 12.2
[ 95.944] (II) VESA: driver for VESA chipsets: vesa
[ 95.944] (--) Using wscons driver on /dev/ttyE0 in pcvt compatibility mode
(version 3.32)
[ 95.944] (--) using VT number 1
[ 95.944] (II) Loading /usr/X11R7/lib/modules/drivers/vesa_drv.so
[ 95.944] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 95.944] (II) Loading sub module "vbe"
[ 95.944] (II) LoadModule: "vbe"
[ 95.962] (II) Loading /usr/X11R7/lib/modules/libvbe.so
[ 95.979] (II) Module vbe: vendor="X.Org Foundation"
[ 95.979] compiled for 1.10.3, module version = 1.1.0
[ 95.979] ABI class: X.Org Video Driver, version 10.0
[ 95.979] (II) Loading sub module "int10"
[ 95.979] (II) LoadModule: "int10"
[ 95.982] (II) Loading /usr/X11R7/lib/modules/libint10.so
[ 95.986] (II) Module int10: vendor="X.Org Foundation"
[ 95.986] compiled for 1.10.3, module version = 1.0.0
[ 95.986] ABI class: X.Org Video Driver, version 10.0
[ 95.986] (II) VESA(0): initializing int10
[ 95.986] (WW) VESA(0): remove MTRR a0000 - c0000
[ 95.987] (WW) VESA(0): remove MTRR c0000 - 100000
[ 95.989] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 95.989] (WW) VESA(0): remove MTRR 0 - 1000
[ 95.991] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.079] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.081] (II) VESA(0): VESA BIOS detected
[ 96.081] (II) VESA(0): VESA VBE Version 3.0
[ 96.081] (II) VESA(0): VESA VBE Total Mem: 14336 kB
[ 96.081] (II) VESA(0): VESA VBE OEM: NVIDIA
[ 96.081] (II) VESA(0): VESA VBE OEM Software Rev: 98.148
[ 96.081] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[ 96.081] (II) VESA(0): VESA VBE OEM Product: G96 Board - 0566649a
[ 96.081] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
[ 96.081] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.165] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.167] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.172] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.174] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.179] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.181] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.185] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.187] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.191] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.193] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.198] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.200] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.204] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.206] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.211] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.213] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.217] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.219] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.224] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.226] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.230] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.232] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.237] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.239] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.243] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.245] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.249] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.251] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.256] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.258] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.262] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.264] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.269] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.271] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.275] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.277] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.282] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.284] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.288] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.290] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.294] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.296] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.301] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.303] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.307] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.309] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.313] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.315] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.320] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.322] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.326] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.328] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.332] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.334] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.339] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.341] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.345] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.347] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.352] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.353] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.358] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.360] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 96.360] (==) VESA(0): RGB weight 888
[ 96.360] (==) VESA(0): Default visual is TrueColor
[ 96.437] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 96.437] (II) Loading sub module "ddc"
[ 96.437] (II) LoadModule: "ddc"
[ 96.437] (II) Module "ddc" already built-in
[ 96.437] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.513] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.514] (II) VESA(0): VESA VBE DDC supported
[ 96.515] (II) VESA(0): VESA VBE DDC Level 2
[ 96.515] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[ 96.515] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.715] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.717] (II) VESA(0): VESA VBE DDC read successfully
[ 96.718] (II) VESA(0): Manufacturer: VSC Model: f618 Serial#: 16843009
[ 96.718] (II) VESA(0): Year: 2004 Week: 51
[ 96.718] (II) VESA(0): EDID Version: 1.3
[ 96.718] (II) VESA(0): Analog Display Input, Input Voltage Level:
0.700/0.300 V
[ 96.718] (II) VESA(0): Sync: Separate
[ 96.718] (II) VESA(0): Max Image Size [cm]: horiz.: 34 vert.: 27
[ 96.718] (II) VESA(0): Gamma: 2.20
[ 96.718] (II) VESA(0): DPMS capabilities: Off; RGB/Color Display
[ 96.718] (II) VESA(0): Default color space is primary color space
[ 96.718] (II) VESA(0): First detailed timing is preferred mode
[ 96.718] (II) VESA(0): redX: 0.651 redY: 0.320 greenX: 0.300 greenY: 0.600
[ 96.718] (II) VESA(0): blueX: 0.153 blueY: 0.109 whiteX: 0.313 whiteY:
0.329
[ 96.718] (II) VESA(0): Supported established timings:
[ 96.718] (II) VESA(0): 720x400@70Hz
[ 96.718] (II) VESA(0): 640x480@60Hz
[ 96.718] (II) VESA(0): 640x480@67Hz
[ 96.718] (II) VESA(0): 640x480@72Hz
[ 96.718] (II) VESA(0): 640x480@75Hz
[ 96.718] (II) VESA(0): 800x600@56Hz
[ 96.718] (II) VESA(0): 800x600@60Hz
[ 96.718] (II) VESA(0): 800x600@72Hz
[ 96.718] (II) VESA(0): 800x600@75Hz
[ 96.718] (II) VESA(0): 832x624@75Hz
[ 96.718] (II) VESA(0): 1024x768@60Hz
[ 96.718] (II) VESA(0): 1024x768@70Hz
[ 96.718] (II) VESA(0): 1024x768@75Hz
[ 96.718] (II) VESA(0): 1280x1024@75Hz
[ 96.718] (II) VESA(0): 1152x864@75Hz
[ 96.718] (II) VESA(0): Manufacturer's mask: 0
[ 96.718] (II) VESA(0): Supported standard timings:
[ 96.718] (II) VESA(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 96.718] (II) VESA(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 96.719] (II) VESA(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 96.719] (II) VESA(0): Supported detailed timing:
[ 96.719] (II) VESA(0): clock: 108.0 MHz Image Size: 338 x 270 mm
[ 96.719] (II) VESA(0): h_active: 1280 h_sync: 1328 h_sync_end 1440
h_blank_end 1688 h_border: 0
[ 96.719] (II) VESA(0): v_active: 1024 v_sync: 1025 v_sync_end 1028
v_blanking: 1066 v_border: 0
[ 96.719] (II) VESA(0): Serial No: A34045152810
[ 96.719] (II) VESA(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 80
kHz, PixClock max 145 MHz
[ 96.719] (II) VESA(0): Monitor name: VE710b
[ 96.719] (II) VESA(0): EDID (in hex):
[ 96.719] (II) VESA(0): 00ffffffffffff005a6318f601010101
[ 96.719] (II) VESA(0): 330e010308221b782ece45a6524c9927
[ 96.719] (II) VESA(0): 1c5054bfef8081808140714f01010101
[ 96.719] (II) VESA(0): 010101010101302a009851002a403070
[ 96.719] (II) VESA(0): 1300520e1100001e000000ff00413334
[ 96.719] (II) VESA(0): 3034353135323831300a000000fd0032
[ 96.719] (II) VESA(0): 4b1e500e000a202020202020000000fc
[ 96.719] (II) VESA(0): 005645373130620a20202020202000f1
[ 96.719] (II) VESA(0): EDID vendor "VSC", prod id 63000
[ 96.871] (II) VESA(0): Using hsync ranges from config file
[ 96.871] (II) VESA(0): Using vrefresh ranges from config file
[ 96.871] (II) VESA(0): Printing DDC gathered Modelines:
[ 96.871] (II) VESA(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440
1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 96.871] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056
600 601 605 628 +hsync +vsync (37.9 kHz)
[ 96.871] (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024
600 601 603 625 +hsync +vsync (35.2 kHz)
[ 96.871] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480
481 484 500 -hsync -vsync (37.5 kHz)
[ 96.871] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480
489 492 520 -hsync -vsync (37.9 kHz)
[ 96.871] (II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480
483 486 525 -hsync -vsync (35.0 kHz)
[ 96.871] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480
490 492 525 -hsync -vsync (31.5 kHz)
[ 96.871] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400
412 414 449 -hsync +vsync (31.5 kHz)
[ 96.871] (II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440
1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 96.872] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312
768 769 772 800 +hsync +vsync (60.0 kHz)
[ 96.872] (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328
768 771 777 806 -hsync -vsync (56.5 kHz)
[ 96.872] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344
768 771 777 806 -hsync -vsync (48.4 kHz)
[ 96.872] (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152
624 625 628 667 -hsync -vsync (49.7 kHz)
[ 96.872] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056
600 601 604 625 +hsync +vsync (46.9 kHz)
[ 96.872] (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040
600 637 643 666 +hsync +vsync (48.1 kHz)
[ 96.872] (II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600
864 865 868 900 +hsync +vsync (67.5 kHz)
[ 96.872] (II) VESA(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800
960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 96.872] (II) VESA(0): Searching for matching VESA mode(s):
[ 96.872] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.876] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.878] Mode: 100 (640x400)
[ 96.878] ModeAttributes: 0x3bf
[ 96.878] WinAAttributes: 0x7
[ 96.878] WinBAttributes: 0x0
[ 96.878] WinGranularity: 64
[ 96.878] WinSize: 64
[ 96.878] WinASegment: 0xa000
[ 96.878] WinBSegment: 0x0
[ 96.878] WinFuncPtr: 0xc000926a
[ 96.878] BytesPerScanline: 640
[ 96.878] XResolution: 640
[ 96.878] YResolution: 400
[ 96.878] XCharSize: 8
[ 96.878] YCharSize: 16
[ 96.879] NumberOfPlanes: 1
[ 96.879] BitsPerPixel: 8
[ 96.879] NumberOfBanks: 1
[ 96.879] MemoryModel: 4
[ 96.879] BankSize: 0
[ 96.879] NumberOfImages: 14
[ 96.879] RedMaskSize: 0
[ 96.879] RedFieldPosition: 0
[ 96.879] GreenMaskSize: 0
[ 96.879] GreenFieldPosition: 0
[ 96.879] BlueMaskSize: 0
[ 96.879] BlueFieldPosition: 0
[ 96.879] RsvdMaskSize: 0
[ 96.879] RsvdFieldPosition: 0
[ 96.879] DirectColorModeInfo: 0
[ 96.879] PhysBasePtr: 0xf9000000
[ 96.879] LinBytesPerScanLine: 640
[ 96.879] BnkNumberOfImagePages: 14
[ 96.879] LinNumberOfImagePages: 14
[ 96.879] LinRedMaskSize: 0
[ 96.879] LinRedFieldPosition: 0
[ 96.879] LinGreenMaskSize: 0
[ 96.879] LinGreenFieldPosition: 0
[ 96.879] LinBlueMaskSize: 0
[ 96.879] LinBlueFieldPosition: 0
[ 96.879] LinRsvdMaskSize: 0
[ 96.879] LinRsvdFieldPosition: 0
[ 96.879] MaxPixelClock: 229500000
[ 96.879] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.883] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.885] Mode: 101 (640x480)
[ 96.885] ModeAttributes: 0x3bf
[ 96.885] WinAAttributes: 0x7
[ 96.886] WinBAttributes: 0x0
[ 96.886] WinGranularity: 64
[ 96.886] WinSize: 64
[ 96.886] WinASegment: 0xa000
[ 96.886] WinBSegment: 0x0
[ 96.886] WinFuncPtr: 0xc000926a
[ 96.886] BytesPerScanline: 640
[ 96.886] XResolution: 640
[ 96.886] YResolution: 480
[ 96.886] XCharSize: 8
[ 96.886] YCharSize: 16
[ 96.886] NumberOfPlanes: 1
[ 96.886] BitsPerPixel: 8
[ 96.886] NumberOfBanks: 1
[ 96.886] MemoryModel: 4
[ 96.886] BankSize: 0
[ 96.886] NumberOfImages: 10
[ 96.886] RedMaskSize: 0
[ 96.886] RedFieldPosition: 0
[ 96.886] GreenMaskSize: 0
[ 96.886] GreenFieldPosition: 0
[ 96.886] BlueMaskSize: 0
[ 96.886] BlueFieldPosition: 0
[ 96.886] RsvdMaskSize: 0
[ 96.886] RsvdFieldPosition: 0
[ 96.886] DirectColorModeInfo: 0
[ 96.886] PhysBasePtr: 0xf9000000
[ 96.886] LinBytesPerScanLine: 640
[ 96.886] BnkNumberOfImagePages: 10
[ 96.886] LinNumberOfImagePages: 10
[ 96.886] LinRedMaskSize: 0
[ 96.886] LinRedFieldPosition: 0
[ 96.886] LinGreenMaskSize: 0
[ 96.886] LinGreenFieldPosition: 0
[ 96.886] LinBlueMaskSize: 0
[ 96.886] LinBlueFieldPosition: 0
[ 96.886] LinRsvdMaskSize: 0
[ 96.886] LinRsvdFieldPosition: 0
[ 96.886] MaxPixelClock: 229500000
[ 96.886] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.891] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.893] Mode: 102 (800x600)
[ 96.893] ModeAttributes: 0x33f
[ 96.893] WinAAttributes: 0x7
[ 96.893] WinBAttributes: 0x0
[ 96.893] WinGranularity: 64
[ 96.893] WinSize: 64
[ 96.893] WinASegment: 0xa000
[ 96.893] WinBSegment: 0x0
[ 96.893] WinFuncPtr: 0xc000926a
[ 96.893] BytesPerScanline: 100
[ 96.893] XResolution: 800
[ 96.893] YResolution: 600
[ 96.893] XCharSize: 8
[ 96.893] YCharSize: 16
[ 96.893] NumberOfPlanes: 4
[ 96.893] BitsPerPixel: 4
[ 96.893] NumberOfBanks: 1
[ 96.893] MemoryModel: 3
[ 96.893] BankSize: 0
[ 96.893] NumberOfImages: 2
[ 96.893] RedMaskSize: 0
[ 96.893] RedFieldPosition: 0
[ 96.893] GreenMaskSize: 0
[ 96.893] GreenFieldPosition: 0
[ 96.893] BlueMaskSize: 0
[ 96.893] BlueFieldPosition: 0
[ 96.893] RsvdMaskSize: 0
[ 96.893] RsvdFieldPosition: 0
[ 96.893] DirectColorModeInfo: 0
[ 96.893] PhysBasePtr: 0x0
[ 96.893] LinBytesPerScanLine: 100
[ 96.893] BnkNumberOfImagePages: 2
[ 96.893] LinNumberOfImagePages: 2
[ 96.893] LinRedMaskSize: 0
[ 96.893] LinRedFieldPosition: 0
[ 96.893] LinGreenMaskSize: 0
[ 96.893] LinGreenFieldPosition: 0
[ 96.893] LinBlueMaskSize: 0
[ 96.893] LinBlueFieldPosition: 0
[ 96.893] LinRsvdMaskSize: 0
[ 96.893] LinRsvdFieldPosition: 0
[ 96.893] MaxPixelClock: 108500000
[ 96.893] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.898] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.900] Mode: 103 (800x600)
[ 96.900] ModeAttributes: 0x3bf
[ 96.900] WinAAttributes: 0x7
[ 96.900] WinBAttributes: 0x0
[ 96.900] WinGranularity: 64
[ 96.900] WinSize: 64
[ 96.900] WinASegment: 0xa000
[ 96.900] WinBSegment: 0x0
[ 96.900] WinFuncPtr: 0xc000926a
[ 96.900] BytesPerScanline: 800
[ 96.900] XResolution: 800
[ 96.900] YResolution: 600
[ 96.900] XCharSize: 8
[ 96.900] YCharSize: 16
[ 96.900] NumberOfPlanes: 1
[ 96.900] BitsPerPixel: 8
[ 96.900] NumberOfBanks: 1
[ 96.900] MemoryModel: 4
[ 96.900] BankSize: 0
[ 96.900] NumberOfImages: 6
[ 96.900] RedMaskSize: 0
[ 96.900] RedFieldPosition: 0
[ 96.900] GreenMaskSize: 0
[ 96.900] GreenFieldPosition: 0
[ 96.900] BlueMaskSize: 0
[ 96.900] BlueFieldPosition: 0
[ 96.900] RsvdMaskSize: 0
[ 96.900] RsvdFieldPosition: 0
[ 96.900] DirectColorModeInfo: 0
[ 96.900] PhysBasePtr: 0xf9000000
[ 96.900] LinBytesPerScanLine: 800
[ 96.900] BnkNumberOfImagePages: 6
[ 96.900] LinNumberOfImagePages: 6
[ 96.900] LinRedMaskSize: 0
[ 96.900] LinRedFieldPosition: 0
[ 96.900] LinGreenMaskSize: 0
[ 96.900] LinGreenFieldPosition: 0
[ 96.900] LinBlueMaskSize: 0
[ 96.900] LinBlueFieldPosition: 0
[ 96.900] LinRsvdMaskSize: 0
[ 96.900] LinRsvdFieldPosition: 0
[ 96.900] MaxPixelClock: 229500000
[ 96.900] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.905] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.907] Mode: 104 (1024x768)
[ 96.907] ModeAttributes: 0x33f
[ 96.907] WinAAttributes: 0x7
[ 96.907] WinBAttributes: 0x0
[ 96.907] WinGranularity: 64
[ 96.907] WinSize: 64
[ 96.907] WinASegment: 0xa000
[ 96.907] WinBSegment: 0x0
[ 96.907] WinFuncPtr: 0xc000926a
[ 96.907] BytesPerScanline: 128
[ 96.907] XResolution: 1024
[ 96.907] YResolution: 768
[ 96.907] XCharSize: 8
[ 96.907] YCharSize: 16
[ 96.907] NumberOfPlanes: 4
[ 96.907] BitsPerPixel: 4
[ 96.907] NumberOfBanks: 1
[ 96.907] MemoryModel: 3
[ 96.907] BankSize: 0
[ 96.907] NumberOfImages: 1
[ 96.907] RedMaskSize: 0
[ 96.907] RedFieldPosition: 0
[ 96.907] GreenMaskSize: 0
[ 96.907] GreenFieldPosition: 0
[ 96.907] BlueMaskSize: 0
[ 96.907] BlueFieldPosition: 0
[ 96.907] RsvdMaskSize: 0
[ 96.907] RsvdFieldPosition: 0
[ 96.907] DirectColorModeInfo: 0
[ 96.907] PhysBasePtr: 0x0
[ 96.907] LinBytesPerScanLine: 128
[ 96.907] BnkNumberOfImagePages: 1
[ 96.907] LinNumberOfImagePages: 1
[ 96.907] LinRedMaskSize: 0
[ 96.907] LinRedFieldPosition: 0
[ 96.907] LinGreenMaskSize: 0
[ 96.908] LinGreenFieldPosition: 0
[ 96.908] LinBlueMaskSize: 0
[ 96.908] LinBlueFieldPosition: 0
[ 96.908] LinRsvdMaskSize: 0
[ 96.908] LinRsvdFieldPosition: 0
[ 96.908] MaxPixelClock: 108500000
[ 96.908] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.912] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.914] Mode: 105 (1024x768)
[ 96.914] ModeAttributes: 0x3bf
[ 96.914] WinAAttributes: 0x7
[ 96.914] WinBAttributes: 0x0
[ 96.914] WinGranularity: 64
[ 96.914] WinSize: 64
[ 96.914] WinASegment: 0xa000
[ 96.914] WinBSegment: 0x0
[ 96.914] WinFuncPtr: 0xc000926a
[ 96.914] BytesPerScanline: 1024
[ 96.914] XResolution: 1024
[ 96.914] YResolution: 768
[ 96.914] XCharSize: 8
[ 96.914] YCharSize: 16
[ 96.914] NumberOfPlanes: 1
[ 96.914] BitsPerPixel: 8
[ 96.914] NumberOfBanks: 1
[ 96.914] MemoryModel: 4
[ 96.914] BankSize: 0
[ 96.914] NumberOfImages: 3
[ 96.914] RedMaskSize: 0
[ 96.914] RedFieldPosition: 0
[ 96.914] GreenMaskSize: 0
[ 96.914] GreenFieldPosition: 0
[ 96.914] BlueMaskSize: 0
[ 96.915] BlueFieldPosition: 0
[ 96.915] RsvdMaskSize: 0
[ 96.915] RsvdFieldPosition: 0
[ 96.915] DirectColorModeInfo: 0
[ 96.915] PhysBasePtr: 0xf9000000
[ 96.915] LinBytesPerScanLine: 1024
[ 96.915] BnkNumberOfImagePages: 3
[ 96.915] LinNumberOfImagePages: 3
[ 96.915] LinRedMaskSize: 0
[ 96.915] LinRedFieldPosition: 0
[ 96.915] LinGreenMaskSize: 0
[ 96.915] LinGreenFieldPosition: 0
[ 96.915] LinBlueMaskSize: 0
[ 96.915] LinBlueFieldPosition: 0
[ 96.915] LinRsvdMaskSize: 0
[ 96.915] LinRsvdFieldPosition: 0
[ 96.915] MaxPixelClock: 229500000
[ 96.915] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.919] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.921] Mode: 106 (1280x1024)
[ 96.921] ModeAttributes: 0x33f
[ 96.921] WinAAttributes: 0x7
[ 96.921] WinBAttributes: 0x0
[ 96.921] WinGranularity: 64
[ 96.921] WinSize: 64
[ 96.921] WinASegment: 0xa000
[ 96.921] WinBSegment: 0x0
[ 96.921] WinFuncPtr: 0xc000926a
[ 96.921] BytesPerScanline: 160
[ 96.921] XResolution: 1280
[ 96.921] YResolution: 1024
[ 96.921] XCharSize: 8
[ 96.921] YCharSize: 16
[ 96.921] NumberOfPlanes: 4
[ 96.921] BitsPerPixel: 4
[ 96.921] NumberOfBanks: 1
[ 96.921] MemoryModel: 3
[ 96.922] BankSize: 0
[ 96.922] NumberOfImages: 1
[ 96.922] RedMaskSize: 0
[ 96.922] RedFieldPosition: 0
[ 96.922] GreenMaskSize: 0
[ 96.922] GreenFieldPosition: 0
[ 96.922] BlueMaskSize: 0
[ 96.922] BlueFieldPosition: 0
[ 96.922] RsvdMaskSize: 0
[ 96.922] RsvdFieldPosition: 0
[ 96.922] DirectColorModeInfo: 0
[ 96.922] PhysBasePtr: 0x0
[ 96.922] LinBytesPerScanLine: 160
[ 96.922] BnkNumberOfImagePages: 1
[ 96.922] LinNumberOfImagePages: 1
[ 96.922] LinRedMaskSize: 0
[ 96.922] LinRedFieldPosition: 0
[ 96.922] LinGreenMaskSize: 0
[ 96.922] LinGreenFieldPosition: 0
[ 96.922] LinBlueMaskSize: 0
[ 96.922] LinBlueFieldPosition: 0
[ 96.922] LinRsvdMaskSize: 0
[ 96.922] LinRsvdFieldPosition: 0
[ 96.922] MaxPixelClock: 108500000
[ 96.922] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.926] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.928] Mode: 107 (1280x1024)
[ 96.928] ModeAttributes: 0x3bf
[ 96.929] WinAAttributes: 0x7
[ 96.929] WinBAttributes: 0x0
[ 96.929] WinGranularity: 64
[ 96.929] WinSize: 64
[ 96.929] WinASegment: 0xa000
[ 96.929] WinBSegment: 0x0
[ 96.929] WinFuncPtr: 0xc000926a
[ 96.929] BytesPerScanline: 1280
[ 96.929] XResolution: 1280
[ 96.929] YResolution: 1024
[ 96.929] XCharSize: 8
[ 96.929] YCharSize: 16
[ 96.929] NumberOfPlanes: 1
[ 96.929] BitsPerPixel: 8
[ 96.929] NumberOfBanks: 1
[ 96.929] MemoryModel: 4
[ 96.929] BankSize: 0
[ 96.929] NumberOfImages: 1
[ 96.929] RedMaskSize: 0
[ 96.929] RedFieldPosition: 0
[ 96.929] GreenMaskSize: 0
[ 96.929] GreenFieldPosition: 0
[ 96.929] BlueMaskSize: 0
[ 96.929] BlueFieldPosition: 0
[ 96.929] RsvdMaskSize: 0
[ 96.929] RsvdFieldPosition: 0
[ 96.929] DirectColorModeInfo: 0
[ 96.929] PhysBasePtr: 0xf9000000
[ 96.929] LinBytesPerScanLine: 1280
[ 96.929] BnkNumberOfImagePages: 1
[ 96.929] LinNumberOfImagePages: 1
[ 96.929] LinRedMaskSize: 0
[ 96.929] LinRedFieldPosition: 0
[ 96.929] LinGreenMaskSize: 0
[ 96.929] LinGreenFieldPosition: 0
[ 96.929] LinBlueMaskSize: 0
[ 96.929] LinBlueFieldPosition: 0
[ 96.929] LinRsvdMaskSize: 0
[ 96.929] LinRsvdFieldPosition: 0
[ 96.929] MaxPixelClock: 229500000
[ 96.929] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.934] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.936] Mode: 10e (320x200)
[ 96.936] ModeAttributes: 0x3bf
[ 96.936] WinAAttributes: 0x7
[ 96.936] WinBAttributes: 0x0
[ 96.936] WinGranularity: 64
[ 96.936] WinSize: 64
[ 96.936] WinASegment: 0xa000
[ 96.936] WinBSegment: 0x0
[ 96.936] WinFuncPtr: 0xc000926a
[ 96.936] BytesPerScanline: 640
[ 96.936] XResolution: 320
[ 96.936] YResolution: 200
[ 96.936] XCharSize: 8
[ 96.936] YCharSize: 8
[ 96.936] NumberOfPlanes: 1
[ 96.936] BitsPerPixel: 16
[ 96.936] NumberOfBanks: 1
[ 96.936] MemoryModel: 6
[ 96.936] BankSize: 0
[ 96.936] NumberOfImages: 30
[ 96.936] RedMaskSize: 5
[ 96.936] RedFieldPosition: 11
[ 96.936] GreenMaskSize: 6
[ 96.936] GreenFieldPosition: 5
[ 96.936] BlueMaskSize: 5
[ 96.936] BlueFieldPosition: 0
[ 96.936] RsvdMaskSize: 0
[ 96.936] RsvdFieldPosition: 0
[ 96.936] DirectColorModeInfo: 0
[ 96.936] PhysBasePtr: 0xf9000000
[ 96.936] LinBytesPerScanLine: 640
[ 96.936] BnkNumberOfImagePages: 30
[ 96.936] LinNumberOfImagePages: 30
[ 96.936] LinRedMaskSize: 5
[ 96.936] LinRedFieldPosition: 11
[ 96.936] LinGreenMaskSize: 6
[ 96.936] LinGreenFieldPosition: 5
[ 96.936] LinBlueMaskSize: 5
[ 96.936] LinBlueFieldPosition: 0
[ 96.936] LinRsvdMaskSize: 0
[ 96.936] LinRsvdFieldPosition: 0
[ 96.936] MaxPixelClock: 229500000
[ 96.936] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.941] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.943] *Mode: 10f (320x200)
[ 96.943] ModeAttributes: 0x3bf
[ 96.943] WinAAttributes: 0x7
[ 96.943] WinBAttributes: 0x0
[ 96.943] WinGranularity: 64
[ 96.943] WinSize: 64
[ 96.943] WinASegment: 0xa000
[ 96.943] WinBSegment: 0x0
[ 96.943] WinFuncPtr: 0xc000926a
[ 96.943] BytesPerScanline: 1280
[ 96.943] XResolution: 320
[ 96.943] YResolution: 200
[ 96.943] XCharSize: 8
[ 96.943] YCharSize: 8
[ 96.943] NumberOfPlanes: 1
[ 96.943] BitsPerPixel: 32
[ 96.943] NumberOfBanks: 1
[ 96.943] MemoryModel: 6
[ 96.943] BankSize: 0
[ 96.943] NumberOfImages: 14
[ 96.943] RedMaskSize: 8
[ 96.943] RedFieldPosition: 16
[ 96.943] GreenMaskSize: 8
[ 96.943] GreenFieldPosition: 8
[ 96.943] BlueMaskSize: 8
[ 96.943] BlueFieldPosition: 0
[ 96.943] RsvdMaskSize: 8
[ 96.943] RsvdFieldPosition: 24
[ 96.943] DirectColorModeInfo: 0
[ 96.943] PhysBasePtr: 0xf9000000
[ 96.943] LinBytesPerScanLine: 1280
[ 96.943] BnkNumberOfImagePages: 14
[ 96.943] LinNumberOfImagePages: 14
[ 96.943] LinRedMaskSize: 8
[ 96.943] LinRedFieldPosition: 16
[ 96.943] LinGreenMaskSize: 8
[ 96.943] LinGreenFieldPosition: 8
[ 96.943] LinBlueMaskSize: 8
[ 96.943] LinBlueFieldPosition: 0
[ 96.943] LinRsvdMaskSize: 8
[ 96.943] LinRsvdFieldPosition: 24
[ 96.943] MaxPixelClock: 229500000
[ 96.944] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.948] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.950] Mode: 111 (640x480)
[ 96.950] ModeAttributes: 0x3bf
[ 96.950] WinAAttributes: 0x7
[ 96.950] WinBAttributes: 0x0
[ 96.950] WinGranularity: 64
[ 96.950] WinSize: 64
[ 96.950] WinASegment: 0xa000
[ 96.950] WinBSegment: 0x0
[ 96.950] WinFuncPtr: 0xc000926a
[ 96.950] BytesPerScanline: 1280
[ 96.950] XResolution: 640
[ 96.950] YResolution: 480
[ 96.950] XCharSize: 8
[ 96.950] YCharSize: 16
[ 96.950] NumberOfPlanes: 1
[ 96.950] BitsPerPixel: 16
[ 96.950] NumberOfBanks: 1
[ 96.950] MemoryModel: 6
[ 96.950] BankSize: 0
[ 96.950] NumberOfImages: 4
[ 96.950] RedMaskSize: 5
[ 96.950] RedFieldPosition: 11
[ 96.950] GreenMaskSize: 6
[ 96.950] GreenFieldPosition: 5
[ 96.950] BlueMaskSize: 5
[ 96.950] BlueFieldPosition: 0
[ 96.950] RsvdMaskSize: 0
[ 96.950] RsvdFieldPosition: 0
[ 96.950] DirectColorModeInfo: 0
[ 96.950] PhysBasePtr: 0xf9000000
[ 96.951] LinBytesPerScanLine: 1280
[ 96.951] BnkNumberOfImagePages: 4
[ 96.951] LinNumberOfImagePages: 4
[ 96.951] LinRedMaskSize: 5
[ 96.951] LinRedFieldPosition: 11
[ 96.951] LinGreenMaskSize: 6
[ 96.951] LinGreenFieldPosition: 5
[ 96.951] LinBlueMaskSize: 5
[ 96.951] LinBlueFieldPosition: 0
[ 96.951] LinRsvdMaskSize: 0
[ 96.951] LinRsvdFieldPosition: 0
[ 96.951] MaxPixelClock: 229500000
[ 96.951] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.955] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.957] *Mode: 112 (640x480)
[ 96.957] ModeAttributes: 0x3bf
[ 96.957] WinAAttributes: 0x7
[ 96.957] WinBAttributes: 0x0
[ 96.957] WinGranularity: 64
[ 96.957] WinSize: 64
[ 96.957] WinASegment: 0xa000
[ 96.957] WinBSegment: 0x0
[ 96.957] WinFuncPtr: 0xc000926a
[ 96.957] BytesPerScanline: 2560
[ 96.957] XResolution: 640
[ 96.957] YResolution: 480
[ 96.957] XCharSize: 8
[ 96.957] YCharSize: 16
[ 96.957] NumberOfPlanes: 1
[ 96.957] BitsPerPixel: 32
[ 96.957] NumberOfBanks: 1
[ 96.957] MemoryModel: 6
[ 96.957] BankSize: 0
[ 96.957] NumberOfImages: 1
[ 96.957] RedMaskSize: 8
[ 96.957] RedFieldPosition: 16
[ 96.957] GreenMaskSize: 8
[ 96.957] GreenFieldPosition: 8
[ 96.957] BlueMaskSize: 8
[ 96.957] BlueFieldPosition: 0
[ 96.957] RsvdMaskSize: 8
[ 96.957] RsvdFieldPosition: 24
[ 96.957] DirectColorModeInfo: 0
[ 96.957] PhysBasePtr: 0xf9000000
[ 96.958] LinBytesPerScanLine: 2560
[ 96.958] BnkNumberOfImagePages: 1
[ 96.958] LinNumberOfImagePages: 1
[ 96.958] LinRedMaskSize: 8
[ 96.958] LinRedFieldPosition: 16
[ 96.958] LinGreenMaskSize: 8
[ 96.958] LinGreenFieldPosition: 8
[ 96.958] LinBlueMaskSize: 8
[ 96.958] LinBlueFieldPosition: 0
[ 96.958] LinRsvdMaskSize: 8
[ 96.958] LinRsvdFieldPosition: 24
[ 96.958] MaxPixelClock: 229500000
[ 96.958] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.962] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.964] Mode: 114 (800x600)
[ 96.964] ModeAttributes: 0x3bf
[ 96.964] WinAAttributes: 0x7
[ 96.964] WinBAttributes: 0x0
[ 96.964] WinGranularity: 64
[ 96.964] WinSize: 64
[ 96.964] WinASegment: 0xa000
[ 96.964] WinBSegment: 0x0
[ 96.964] WinFuncPtr: 0xc000926a
[ 96.964] BytesPerScanline: 1600
[ 96.964] XResolution: 800
[ 96.964] YResolution: 600
[ 96.964] XCharSize: 8
[ 96.964] YCharSize: 16
[ 96.964] NumberOfPlanes: 1
[ 96.964] BitsPerPixel: 16
[ 96.964] NumberOfBanks: 1
[ 96.965] MemoryModel: 6
[ 96.965] BankSize: 0
[ 96.965] NumberOfImages: 2
[ 96.965] RedMaskSize: 5
[ 96.965] RedFieldPosition: 11
[ 96.965] GreenMaskSize: 6
[ 96.965] GreenFieldPosition: 5
[ 96.965] BlueMaskSize: 5
[ 96.965] BlueFieldPosition: 0
[ 96.965] RsvdMaskSize: 0
[ 96.965] RsvdFieldPosition: 0
[ 96.965] DirectColorModeInfo: 0
[ 96.965] PhysBasePtr: 0xf9000000
[ 96.965] LinBytesPerScanLine: 1600
[ 96.965] BnkNumberOfImagePages: 2
[ 96.965] LinNumberOfImagePages: 2
[ 96.965] LinRedMaskSize: 5
[ 96.965] LinRedFieldPosition: 11
[ 96.965] LinGreenMaskSize: 6
[ 96.965] LinGreenFieldPosition: 5
[ 96.965] LinBlueMaskSize: 5
[ 96.965] LinBlueFieldPosition: 0
[ 96.965] LinRsvdMaskSize: 0
[ 96.965] LinRsvdFieldPosition: 0
[ 96.965] MaxPixelClock: 229500000
[ 96.965] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.969] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.971] *Mode: 115 (800x600)
[ 96.971] ModeAttributes: 0x3bf
[ 96.971] WinAAttributes: 0x7
[ 96.971] WinBAttributes: 0x0
[ 96.971] WinGranularity: 64
[ 96.971] WinSize: 64
[ 96.971] WinASegment: 0xa000
[ 96.971] WinBSegment: 0x0
[ 96.971] WinFuncPtr: 0xc000926a
[ 96.971] BytesPerScanline: 3200
[ 96.971] XResolution: 800
[ 96.971] YResolution: 600
[ 96.971] XCharSize: 8
[ 96.971] YCharSize: 16
[ 96.972] NumberOfPlanes: 1
[ 96.972] BitsPerPixel: 32
[ 96.972] NumberOfBanks: 1
[ 96.972] MemoryModel: 6
[ 96.972] BankSize: 0
[ 96.972] NumberOfImages: 1
[ 96.972] RedMaskSize: 8
[ 96.972] RedFieldPosition: 16
[ 96.972] GreenMaskSize: 8
[ 96.972] GreenFieldPosition: 8
[ 96.972] BlueMaskSize: 8
[ 96.972] BlueFieldPosition: 0
[ 96.972] RsvdMaskSize: 8
[ 96.972] RsvdFieldPosition: 24
[ 96.972] DirectColorModeInfo: 0
[ 96.972] PhysBasePtr: 0xf9000000
[ 96.972] LinBytesPerScanLine: 3200
[ 96.972] BnkNumberOfImagePages: 1
[ 96.972] LinNumberOfImagePages: 1
[ 96.972] LinRedMaskSize: 8
[ 96.972] LinRedFieldPosition: 16
[ 96.972] LinGreenMaskSize: 8
[ 96.972] LinGreenFieldPosition: 8
[ 96.972] LinBlueMaskSize: 8
[ 96.972] LinBlueFieldPosition: 0
[ 96.972] LinRsvdMaskSize: 8
[ 96.972] LinRsvdFieldPosition: 24
[ 96.972] MaxPixelClock: 229500000
[ 96.972] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.977] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.978] Mode: 117 (1024x768)
[ 96.979] ModeAttributes: 0x3bf
[ 96.979] WinAAttributes: 0x7
[ 96.979] WinBAttributes: 0x0
[ 96.979] WinGranularity: 64
[ 96.979] WinSize: 64
[ 96.979] WinASegment: 0xa000
[ 96.979] WinBSegment: 0x0
[ 96.979] WinFuncPtr: 0xc000926a
[ 96.979] BytesPerScanline: 2048
[ 96.979] XResolution: 1024
[ 96.979] YResolution: 768
[ 96.979] XCharSize: 8
[ 96.979] YCharSize: 16
[ 96.979] NumberOfPlanes: 1
[ 96.979] BitsPerPixel: 16
[ 96.979] NumberOfBanks: 1
[ 96.979] MemoryModel: 6
[ 96.979] BankSize: 0
[ 96.979] NumberOfImages: 1
[ 96.979] RedMaskSize: 5
[ 96.979] RedFieldPosition: 11
[ 96.979] GreenMaskSize: 6
[ 96.979] GreenFieldPosition: 5
[ 96.979] BlueMaskSize: 5
[ 96.979] BlueFieldPosition: 0
[ 96.979] RsvdMaskSize: 0
[ 96.979] RsvdFieldPosition: 0
[ 96.979] DirectColorModeInfo: 0
[ 96.979] PhysBasePtr: 0xf9000000
[ 96.979] LinBytesPerScanLine: 2048
[ 96.979] BnkNumberOfImagePages: 1
[ 96.979] LinNumberOfImagePages: 1
[ 96.979] LinRedMaskSize: 5
[ 96.979] LinRedFieldPosition: 11
[ 96.979] LinGreenMaskSize: 6
[ 96.979] LinGreenFieldPosition: 5
[ 96.979] LinBlueMaskSize: 5
[ 96.979] LinBlueFieldPosition: 0
[ 96.979] LinRsvdMaskSize: 0
[ 96.979] LinRsvdFieldPosition: 0
[ 96.979] MaxPixelClock: 229500000
[ 96.979] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.984] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.986] *Mode: 118 (1024x768)
[ 96.986] ModeAttributes: 0x3bf
[ 96.986] WinAAttributes: 0x7
[ 96.986] WinBAttributes: 0x0
[ 96.986] WinGranularity: 64
[ 96.986] WinSize: 64
[ 96.986] WinASegment: 0xa000
[ 96.986] WinBSegment: 0x0
[ 96.986] WinFuncPtr: 0xc000926a
[ 96.986] BytesPerScanline: 4096
[ 96.986] XResolution: 1024
[ 96.986] YResolution: 768
[ 96.986] XCharSize: 8
[ 96.986] YCharSize: 16
[ 96.986] NumberOfPlanes: 1
[ 96.986] BitsPerPixel: 32
[ 96.986] NumberOfBanks: 1
[ 96.986] MemoryModel: 6
[ 96.986] BankSize: 0
[ 96.986] NumberOfImages: 1
[ 96.986] RedMaskSize: 8
[ 96.986] RedFieldPosition: 16
[ 96.986] GreenMaskSize: 8
[ 96.986] GreenFieldPosition: 8
[ 96.986] BlueMaskSize: 8
[ 96.986] BlueFieldPosition: 0
[ 96.986] RsvdMaskSize: 8
[ 96.986] RsvdFieldPosition: 24
[ 96.986] DirectColorModeInfo: 0
[ 96.986] PhysBasePtr: 0xf9000000
[ 96.986] LinBytesPerScanLine: 4096
[ 96.986] BnkNumberOfImagePages: 1
[ 96.986] LinNumberOfImagePages: 1
[ 96.986] LinRedMaskSize: 8
[ 96.986] LinRedFieldPosition: 16
[ 96.986] LinGreenMaskSize: 8
[ 96.986] LinGreenFieldPosition: 8
[ 96.986] LinBlueMaskSize: 8
[ 96.986] LinBlueFieldPosition: 0
[ 96.986] LinRsvdMaskSize: 8
[ 96.986] LinRsvdFieldPosition: 24
[ 96.986] MaxPixelClock: 229500000
[ 96.986] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.991] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.993] Mode: 11a (1280x1024)
[ 96.993] ModeAttributes: 0x3bf
[ 96.993] WinAAttributes: 0x7
[ 96.993] WinBAttributes: 0x0
[ 96.993] WinGranularity: 64
[ 96.993] WinSize: 64
[ 96.993] WinASegment: 0xa000
[ 96.993] WinBSegment: 0x0
[ 96.993] WinFuncPtr: 0xc000926a
[ 96.993] BytesPerScanline: 2560
[ 96.993] XResolution: 1280
[ 96.993] YResolution: 1024
[ 96.993] XCharSize: 8
[ 96.993] YCharSize: 16
[ 96.993] NumberOfPlanes: 1
[ 96.993] BitsPerPixel: 16
[ 96.993] NumberOfBanks: 1
[ 96.993] MemoryModel: 6
[ 96.993] BankSize: 0
[ 96.993] NumberOfImages: 1
[ 96.993] RedMaskSize: 5
[ 96.993] RedFieldPosition: 11
[ 96.993] GreenMaskSize: 6
[ 96.993] GreenFieldPosition: 5
[ 96.993] BlueMaskSize: 5
[ 96.993] BlueFieldPosition: 0
[ 96.993] RsvdMaskSize: 0
[ 96.993] RsvdFieldPosition: 0
[ 96.993] DirectColorModeInfo: 0
[ 96.993] PhysBasePtr: 0xf9000000
[ 96.993] LinBytesPerScanLine: 2560
[ 96.993] BnkNumberOfImagePages: 1
[ 96.993] LinNumberOfImagePages: 1
[ 96.993] LinRedMaskSize: 5
[ 96.993] LinRedFieldPosition: 11
[ 96.993] LinGreenMaskSize: 6
[ 96.993] LinGreenFieldPosition: 5
[ 96.993] LinBlueMaskSize: 5
[ 96.993] LinBlueFieldPosition: 0
[ 96.993] LinRsvdMaskSize: 0
[ 96.993] LinRsvdFieldPosition: 0
[ 96.993] MaxPixelClock: 229500000
[ 96.994] (WW) VESA(0): remove MTRR 0 - 1000
[ 96.998] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.000] *Mode: 11b (1280x1024)
[ 97.000] ModeAttributes: 0x3bf
[ 97.000] WinAAttributes: 0x7
[ 97.000] WinBAttributes: 0x0
[ 97.000] WinGranularity: 64
[ 97.000] WinSize: 64
[ 97.000] WinASegment: 0xa000
[ 97.000] WinBSegment: 0x0
[ 97.000] WinFuncPtr: 0xc000926a
[ 97.000] BytesPerScanline: 5120
[ 97.000] XResolution: 1280
[ 97.000] YResolution: 1024
[ 97.000] XCharSize: 8
[ 97.000] YCharSize: 16
[ 97.000] NumberOfPlanes: 1
[ 97.000] BitsPerPixel: 32
[ 97.000] NumberOfBanks: 1
[ 97.000] MemoryModel: 6
[ 97.000] BankSize: 0
[ 97.000] NumberOfImages: 1
[ 97.000] RedMaskSize: 8
[ 97.000] RedFieldPosition: 16
[ 97.000] GreenMaskSize: 8
[ 97.000] GreenFieldPosition: 8
[ 97.000] BlueMaskSize: 8
[ 97.000] BlueFieldPosition: 0
[ 97.000] RsvdMaskSize: 8
[ 97.000] RsvdFieldPosition: 24
[ 97.001] DirectColorModeInfo: 0
[ 97.001] PhysBasePtr: 0xf9000000
[ 97.001] LinBytesPerScanLine: 5120
[ 97.001] BnkNumberOfImagePages: 1
[ 97.001] LinNumberOfImagePages: 1
[ 97.001] LinRedMaskSize: 8
[ 97.001] LinRedFieldPosition: 16
[ 97.001] LinGreenMaskSize: 8
[ 97.001] LinGreenFieldPosition: 8
[ 97.001] LinBlueMaskSize: 8
[ 97.001] LinBlueFieldPosition: 0
[ 97.001] LinRsvdMaskSize: 8
[ 97.001] LinRsvdFieldPosition: 24
[ 97.001] MaxPixelClock: 229500000
[ 97.001] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.005] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.007] Mode: 130 (320x200)
[ 97.007] ModeAttributes: 0x3bf
[ 97.007] WinAAttributes: 0x7
[ 97.007] WinBAttributes: 0x0
[ 97.007] WinGranularity: 64
[ 97.007] WinSize: 64
[ 97.007] WinASegment: 0xa000
[ 97.007] WinBSegment: 0x0
[ 97.007] WinFuncPtr: 0xc000926a
[ 97.007] BytesPerScanline: 320
[ 97.007] XResolution: 320
[ 97.007] YResolution: 200
[ 97.007] XCharSize: 8
[ 97.007] YCharSize: 8
[ 97.007] NumberOfPlanes: 1
[ 97.007] BitsPerPixel: 8
[ 97.007] NumberOfBanks: 1
[ 97.007] MemoryModel: 4
[ 97.007] BankSize: 0
[ 97.007] NumberOfImages: 62
[ 97.007] RedMaskSize: 0
[ 97.007] RedFieldPosition: 0
[ 97.007] GreenMaskSize: 0
[ 97.008] GreenFieldPosition: 0
[ 97.008] BlueMaskSize: 0
[ 97.008] BlueFieldPosition: 0
[ 97.008] RsvdMaskSize: 0
[ 97.008] RsvdFieldPosition: 0
[ 97.008] DirectColorModeInfo: 0
[ 97.008] PhysBasePtr: 0xf9000000
[ 97.008] LinBytesPerScanLine: 320
[ 97.008] BnkNumberOfImagePages: 62
[ 97.008] LinNumberOfImagePages: 62
[ 97.008] LinRedMaskSize: 0
[ 97.008] LinRedFieldPosition: 0
[ 97.008] LinGreenMaskSize: 0
[ 97.008] LinGreenFieldPosition: 0
[ 97.008] LinBlueMaskSize: 0
[ 97.008] LinBlueFieldPosition: 0
[ 97.008] LinRsvdMaskSize: 0
[ 97.008] LinRsvdFieldPosition: 0
[ 97.008] MaxPixelClock: 229500000
[ 97.008] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.012] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.014] Mode: 131 (320x400)
[ 97.014] ModeAttributes: 0x3bf
[ 97.014] WinAAttributes: 0x7
[ 97.014] WinBAttributes: 0x0
[ 97.014] WinGranularity: 64
[ 97.014] WinSize: 64
[ 97.014] WinASegment: 0xa000
[ 97.014] WinBSegment: 0x0
[ 97.014] WinFuncPtr: 0xc000926a
[ 97.014] BytesPerScanline: 320
[ 97.014] XResolution: 320
[ 97.014] YResolution: 400
[ 97.014] XCharSize: 8
[ 97.014] YCharSize: 16
[ 97.014] NumberOfPlanes: 1
[ 97.014] BitsPerPixel: 8
[ 97.014] NumberOfBanks: 1
[ 97.014] MemoryModel: 4
[ 97.014] BankSize: 0
[ 97.014] NumberOfImages: 30
[ 97.015] RedMaskSize: 0
[ 97.015] RedFieldPosition: 0
[ 97.015] GreenMaskSize: 0
[ 97.015] GreenFieldPosition: 0
[ 97.015] BlueMaskSize: 0
[ 97.015] BlueFieldPosition: 0
[ 97.015] RsvdMaskSize: 0
[ 97.015] RsvdFieldPosition: 0
[ 97.015] DirectColorModeInfo: 0
[ 97.015] PhysBasePtr: 0xf9000000
[ 97.015] LinBytesPerScanLine: 320
[ 97.015] BnkNumberOfImagePages: 30
[ 97.015] LinNumberOfImagePages: 30
[ 97.015] LinRedMaskSize: 0
[ 97.015] LinRedFieldPosition: 0
[ 97.015] LinGreenMaskSize: 0
[ 97.015] LinGreenFieldPosition: 0
[ 97.015] LinBlueMaskSize: 0
[ 97.015] LinBlueFieldPosition: 0
[ 97.015] LinRsvdMaskSize: 0
[ 97.015] LinRsvdFieldPosition: 0
[ 97.015] MaxPixelClock: 229500000
[ 97.015] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.019] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.021] Mode: 132 (320x400)
[ 97.021] ModeAttributes: 0x3bf
[ 97.021] WinAAttributes: 0x7
[ 97.021] WinBAttributes: 0x0
[ 97.021] WinGranularity: 64
[ 97.021] WinSize: 64
[ 97.021] WinASegment: 0xa000
[ 97.021] WinBSegment: 0x0
[ 97.021] WinFuncPtr: 0xc000926a
[ 97.021] BytesPerScanline: 640
[ 97.021] XResolution: 320
[ 97.021] YResolution: 400
[ 97.021] XCharSize: 8
[ 97.021] YCharSize: 16
[ 97.021] NumberOfPlanes: 1
[ 97.021] BitsPerPixel: 16
[ 97.022] NumberOfBanks: 1
[ 97.022] MemoryModel: 6
[ 97.022] BankSize: 0
[ 97.022] NumberOfImages: 14
[ 97.022] RedMaskSize: 5
[ 97.022] RedFieldPosition: 11
[ 97.022] GreenMaskSize: 6
[ 97.022] GreenFieldPosition: 5
[ 97.022] BlueMaskSize: 5
[ 97.022] BlueFieldPosition: 0
[ 97.022] RsvdMaskSize: 0
[ 97.022] RsvdFieldPosition: 0
[ 97.022] DirectColorModeInfo: 0
[ 97.022] PhysBasePtr: 0xf9000000
[ 97.022] LinBytesPerScanLine: 640
[ 97.022] BnkNumberOfImagePages: 14
[ 97.022] LinNumberOfImagePages: 14
[ 97.022] LinRedMaskSize: 5
[ 97.022] LinRedFieldPosition: 11
[ 97.022] LinGreenMaskSize: 6
[ 97.022] LinGreenFieldPosition: 5
[ 97.022] LinBlueMaskSize: 5
[ 97.022] LinBlueFieldPosition: 0
[ 97.022] LinRsvdMaskSize: 0
[ 97.022] LinRsvdFieldPosition: 0
[ 97.022] MaxPixelClock: 229500000
[ 97.022] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.026] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.028] *Mode: 133 (320x400)
[ 97.028] ModeAttributes: 0x3bf
[ 97.028] WinAAttributes: 0x7
[ 97.028] WinBAttributes: 0x0
[ 97.028] WinGranularity: 64
[ 97.028] WinSize: 64
[ 97.028] WinASegment: 0xa000
[ 97.028] WinBSegment: 0x0
[ 97.028] WinFuncPtr: 0xc000926a
[ 97.028] BytesPerScanline: 1280
[ 97.028] XResolution: 320
[ 97.029] YResolution: 400
[ 97.029] XCharSize: 8
[ 97.029] YCharSize: 16
[ 97.029] NumberOfPlanes: 1
[ 97.029] BitsPerPixel: 32
[ 97.029] NumberOfBanks: 1
[ 97.029] MemoryModel: 6
[ 97.029] BankSize: 0
[ 97.029] NumberOfImages: 6
[ 97.029] RedMaskSize: 8
[ 97.029] RedFieldPosition: 16
[ 97.029] GreenMaskSize: 8
[ 97.029] GreenFieldPosition: 8
[ 97.029] BlueMaskSize: 8
[ 97.029] BlueFieldPosition: 0
[ 97.029] RsvdMaskSize: 8
[ 97.029] RsvdFieldPosition: 24
[ 97.029] DirectColorModeInfo: 0
[ 97.029] PhysBasePtr: 0xf9000000
[ 97.029] LinBytesPerScanLine: 1280
[ 97.029] BnkNumberOfImagePages: 6
[ 97.029] LinNumberOfImagePages: 6
[ 97.029] LinRedMaskSize: 8
[ 97.029] LinRedFieldPosition: 16
[ 97.029] LinGreenMaskSize: 8
[ 97.029] LinGreenFieldPosition: 8
[ 97.029] LinBlueMaskSize: 8
[ 97.029] LinBlueFieldPosition: 0
[ 97.029] LinRsvdMaskSize: 8
[ 97.029] LinRsvdFieldPosition: 24
[ 97.029] MaxPixelClock: 229500000
[ 97.029] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.033] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.035] Mode: 134 (320x240)
[ 97.035] ModeAttributes: 0x3bf
[ 97.035] WinAAttributes: 0x7
[ 97.035] WinBAttributes: 0x0
[ 97.035] WinGranularity: 64
[ 97.035] WinSize: 64
[ 97.035] WinASegment: 0xa000
[ 97.035] WinBSegment: 0x0
[ 97.035] WinFuncPtr: 0xc000926a
[ 97.036] BytesPerScanline: 320
[ 97.036] XResolution: 320
[ 97.036] YResolution: 240
[ 97.036] XCharSize: 8
[ 97.036] YCharSize: 8
[ 97.036] NumberOfPlanes: 1
[ 97.036] BitsPerPixel: 8
[ 97.036] NumberOfBanks: 1
[ 97.036] MemoryModel: 4
[ 97.036] BankSize: 0
[ 97.036] NumberOfImages: 30
[ 97.036] RedMaskSize: 0
[ 97.036] RedFieldPosition: 0
[ 97.036] GreenMaskSize: 0
[ 97.036] GreenFieldPosition: 0
[ 97.036] BlueMaskSize: 0
[ 97.036] BlueFieldPosition: 0
[ 97.036] RsvdMaskSize: 0
[ 97.036] RsvdFieldPosition: 0
[ 97.036] DirectColorModeInfo: 0
[ 97.036] PhysBasePtr: 0xf9000000
[ 97.036] LinBytesPerScanLine: 320
[ 97.036] BnkNumberOfImagePages: 30
[ 97.036] LinNumberOfImagePages: 30
[ 97.036] LinRedMaskSize: 0
[ 97.036] LinRedFieldPosition: 0
[ 97.036] LinGreenMaskSize: 0
[ 97.036] LinGreenFieldPosition: 0
[ 97.036] LinBlueMaskSize: 0
[ 97.036] LinBlueFieldPosition: 0
[ 97.036] LinRsvdMaskSize: 0
[ 97.036] LinRsvdFieldPosition: 0
[ 97.036] MaxPixelClock: 229500000
[ 97.036] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.040] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.042] Mode: 135 (320x240)
[ 97.042] ModeAttributes: 0x3bf
[ 97.042] WinAAttributes: 0x7
[ 97.042] WinBAttributes: 0x0
[ 97.042] WinGranularity: 64
[ 97.042] WinSize: 64
[ 97.043] WinASegment: 0xa000
[ 97.043] WinBSegment: 0x0
[ 97.043] WinFuncPtr: 0xc000926a
[ 97.043] BytesPerScanline: 640
[ 97.043] XResolution: 320
[ 97.043] YResolution: 240
[ 97.043] XCharSize: 8
[ 97.043] YCharSize: 8
[ 97.043] NumberOfPlanes: 1
[ 97.043] BitsPerPixel: 16
[ 97.043] NumberOfBanks: 1
[ 97.043] MemoryModel: 6
[ 97.043] BankSize: 0
[ 97.043] NumberOfImages: 19
[ 97.043] RedMaskSize: 5
[ 97.043] RedFieldPosition: 11
[ 97.043] GreenMaskSize: 6
[ 97.043] GreenFieldPosition: 5
[ 97.043] BlueMaskSize: 5
[ 97.043] BlueFieldPosition: 0
[ 97.043] RsvdMaskSize: 0
[ 97.043] RsvdFieldPosition: 0
[ 97.043] DirectColorModeInfo: 0
[ 97.043] PhysBasePtr: 0xf9000000
[ 97.043] LinBytesPerScanLine: 640
[ 97.043] BnkNumberOfImagePages: 19
[ 97.043] LinNumberOfImagePages: 19
[ 97.043] LinRedMaskSize: 5
[ 97.043] LinRedFieldPosition: 11
[ 97.043] LinGreenMaskSize: 6
[ 97.043] LinGreenFieldPosition: 5
[ 97.043] LinBlueMaskSize: 5
[ 97.043] LinBlueFieldPosition: 0
[ 97.043] LinRsvdMaskSize: 0
[ 97.043] LinRsvdFieldPosition: 0
[ 97.043] MaxPixelClock: 229500000
[ 97.043] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.048] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.049] *Mode: 136 (320x240)
[ 97.050] ModeAttributes: 0x3bf
[ 97.050] WinAAttributes: 0x7
[ 97.050] WinBAttributes: 0x0
[ 97.050] WinGranularity: 64
[ 97.050] WinSize: 64
[ 97.050] WinASegment: 0xa000
[ 97.050] WinBSegment: 0x0
[ 97.050] WinFuncPtr: 0xc000926a
[ 97.050] BytesPerScanline: 1280
[ 97.050] XResolution: 320
[ 97.050] YResolution: 240
[ 97.050] XCharSize: 8
[ 97.050] YCharSize: 8
[ 97.050] NumberOfPlanes: 1
[ 97.050] BitsPerPixel: 32
[ 97.050] NumberOfBanks: 1
[ 97.050] MemoryModel: 6
[ 97.050] BankSize: 0
[ 97.050] NumberOfImages: 10
[ 97.050] RedMaskSize: 8
[ 97.050] RedFieldPosition: 16
[ 97.050] GreenMaskSize: 8
[ 97.050] GreenFieldPosition: 8
[ 97.050] BlueMaskSize: 8
[ 97.050] BlueFieldPosition: 0
[ 97.050] RsvdMaskSize: 8
[ 97.050] RsvdFieldPosition: 24
[ 97.050] DirectColorModeInfo: 0
[ 97.050] PhysBasePtr: 0xf9000000
[ 97.050] LinBytesPerScanLine: 1280
[ 97.050] BnkNumberOfImagePages: 10
[ 97.050] LinNumberOfImagePages: 10
[ 97.050] LinRedMaskSize: 8
[ 97.050] LinRedFieldPosition: 16
[ 97.050] LinGreenMaskSize: 8
[ 97.050] LinGreenFieldPosition: 8
[ 97.050] LinBlueMaskSize: 8
[ 97.050] LinBlueFieldPosition: 0
[ 97.050] LinRsvdMaskSize: 8
[ 97.050] LinRsvdFieldPosition: 24
[ 97.050] MaxPixelClock: 229500000
[ 97.050] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.055] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.057] Mode: 13d (640x400)
[ 97.057] ModeAttributes: 0x3bf
[ 97.057] WinAAttributes: 0x7
[ 97.057] WinBAttributes: 0x0
[ 97.057] WinGranularity: 64
[ 97.057] WinSize: 64
[ 97.057] WinASegment: 0xa000
[ 97.057] WinBSegment: 0x0
[ 97.057] WinFuncPtr: 0xc000926a
[ 97.057] BytesPerScanline: 1280
[ 97.057] XResolution: 640
[ 97.057] YResolution: 400
[ 97.057] XCharSize: 8
[ 97.057] YCharSize: 16
[ 97.057] NumberOfPlanes: 1
[ 97.057] BitsPerPixel: 16
[ 97.057] NumberOfBanks: 1
[ 97.057] MemoryModel: 6
[ 97.057] BankSize: 0
[ 97.057] NumberOfImages: 6
[ 97.057] RedMaskSize: 5
[ 97.057] RedFieldPosition: 11
[ 97.057] GreenMaskSize: 6
[ 97.057] GreenFieldPosition: 5
[ 97.057] BlueMaskSize: 5
[ 97.057] BlueFieldPosition: 0
[ 97.057] RsvdMaskSize: 0
[ 97.057] RsvdFieldPosition: 0
[ 97.057] DirectColorModeInfo: 0
[ 97.057] PhysBasePtr: 0xf9000000
[ 97.057] LinBytesPerScanLine: 1280
[ 97.057] BnkNumberOfImagePages: 6
[ 97.057] LinNumberOfImagePages: 6
[ 97.057] LinRedMaskSize: 5
[ 97.057] LinRedFieldPosition: 11
[ 97.057] LinGreenMaskSize: 6
[ 97.057] LinGreenFieldPosition: 5
[ 97.057] LinBlueMaskSize: 5
[ 97.057] LinBlueFieldPosition: 0
[ 97.057] LinRsvdMaskSize: 0
[ 97.057] LinRsvdFieldPosition: 0
[ 97.057] MaxPixelClock: 229500000
[ 97.057] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.062] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.064] *Mode: 13e (640x400)
[ 97.064] ModeAttributes: 0x3bf
[ 97.064] WinAAttributes: 0x7
[ 97.064] WinBAttributes: 0x0
[ 97.064] WinGranularity: 64
[ 97.064] WinSize: 64
[ 97.064] WinASegment: 0xa000
[ 97.064] WinBSegment: 0x0
[ 97.064] WinFuncPtr: 0xc000926a
[ 97.064] BytesPerScanline: 2560
[ 97.064] XResolution: 640
[ 97.064] YResolution: 400
[ 97.064] XCharSize: 8
[ 97.064] YCharSize: 16
[ 97.064] NumberOfPlanes: 1
[ 97.064] BitsPerPixel: 32
[ 97.064] NumberOfBanks: 1
[ 97.064] MemoryModel: 6
[ 97.064] BankSize: 0
[ 97.064] NumberOfImages: 2
[ 97.064] RedMaskSize: 8
[ 97.064] RedFieldPosition: 16
[ 97.064] GreenMaskSize: 8
[ 97.064] GreenFieldPosition: 8
[ 97.064] BlueMaskSize: 8
[ 97.064] BlueFieldPosition: 0
[ 97.064] RsvdMaskSize: 8
[ 97.064] RsvdFieldPosition: 24
[ 97.064] DirectColorModeInfo: 0
[ 97.064] PhysBasePtr: 0xf9000000
[ 97.064] LinBytesPerScanLine: 2560
[ 97.064] BnkNumberOfImagePages: 2
[ 97.064] LinNumberOfImagePages: 2
[ 97.064] LinRedMaskSize: 8
[ 97.064] LinRedFieldPosition: 16
[ 97.064] LinGreenMaskSize: 8
[ 97.064] LinGreenFieldPosition: 8
[ 97.064] LinBlueMaskSize: 8
[ 97.064] LinBlueFieldPosition: 0
[ 97.064] LinRsvdMaskSize: 8
[ 97.064] LinRsvdFieldPosition: 24
[ 97.064] MaxPixelClock: 229500000
[ 97.064] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.069] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.071] Mode: 145 (1600x1200)
[ 97.071] ModeAttributes: 0x3bf
[ 97.071] WinAAttributes: 0x7
[ 97.071] WinBAttributes: 0x0
[ 97.071] WinGranularity: 64
[ 97.071] WinSize: 64
[ 97.071] WinASegment: 0xa000
[ 97.071] WinBSegment: 0x0
[ 97.071] WinFuncPtr: 0xc000926a
[ 97.071] BytesPerScanline: 1600
[ 97.071] XResolution: 1600
[ 97.071] YResolution: 1200
[ 97.071] XCharSize: 8
[ 97.071] YCharSize: 16
[ 97.071] NumberOfPlanes: 1
[ 97.071] BitsPerPixel: 8
[ 97.071] NumberOfBanks: 1
[ 97.071] MemoryModel: 4
[ 97.071] BankSize: 0
[ 97.071] NumberOfImages: 1
[ 97.071] RedMaskSize: 0
[ 97.071] RedFieldPosition: 0
[ 97.071] GreenMaskSize: 0
[ 97.071] GreenFieldPosition: 0
[ 97.071] BlueMaskSize: 0
[ 97.071] BlueFieldPosition: 0
[ 97.071] RsvdMaskSize: 0
[ 97.071] RsvdFieldPosition: 0
[ 97.071] DirectColorModeInfo: 0
[ 97.071] PhysBasePtr: 0xf9000000
[ 97.071] LinBytesPerScanLine: 1600
[ 97.071] BnkNumberOfImagePages: 1
[ 97.071] LinNumberOfImagePages: 1
[ 97.071] LinRedMaskSize: 0
[ 97.071] LinRedFieldPosition: 0
[ 97.071] LinGreenMaskSize: 0
[ 97.071] LinGreenFieldPosition: 0
[ 97.071] LinBlueMaskSize: 0
[ 97.072] LinBlueFieldPosition: 0
[ 97.072] LinRsvdMaskSize: 0
[ 97.072] LinRsvdFieldPosition: 0
[ 97.072] MaxPixelClock: 229500000
[ 97.072] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.076] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.078] Mode: 146 (1600x1200)
[ 97.078] ModeAttributes: 0x3bf
[ 97.078] WinAAttributes: 0x7
[ 97.078] WinBAttributes: 0x0
[ 97.078] WinGranularity: 64
[ 97.078] WinSize: 64
[ 97.078] WinASegment: 0xa000
[ 97.078] WinBSegment: 0x0
[ 97.078] WinFuncPtr: 0xc000926a
[ 97.078] BytesPerScanline: 3200
[ 97.078] XResolution: 1600
[ 97.078] YResolution: 1200
[ 97.078] XCharSize: 8
[ 97.078] YCharSize: 16
[ 97.078] NumberOfPlanes: 1
[ 97.078] BitsPerPixel: 16
[ 97.078] NumberOfBanks: 1
[ 97.078] MemoryModel: 6
[ 97.078] BankSize: 0
[ 97.078] NumberOfImages: 1
[ 97.078] RedMaskSize: 5
[ 97.078] RedFieldPosition: 11
[ 97.078] GreenMaskSize: 6
[ 97.078] GreenFieldPosition: 5
[ 97.078] BlueMaskSize: 5
[ 97.078] BlueFieldPosition: 0
[ 97.078] RsvdMaskSize: 0
[ 97.078] RsvdFieldPosition: 0
[ 97.078] DirectColorModeInfo: 0
[ 97.079] PhysBasePtr: 0xf9000000
[ 97.079] LinBytesPerScanLine: 3200
[ 97.079] BnkNumberOfImagePages: 1
[ 97.079] LinNumberOfImagePages: 1
[ 97.079] LinRedMaskSize: 5
[ 97.079] LinRedFieldPosition: 11
[ 97.079] LinGreenMaskSize: 6
[ 97.079] LinGreenFieldPosition: 5
[ 97.079] LinBlueMaskSize: 5
[ 97.079] LinBlueFieldPosition: 0
[ 97.079] LinRsvdMaskSize: 0
[ 97.079] LinRsvdFieldPosition: 0
[ 97.079] MaxPixelClock: 229500000
[ 97.079] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.083] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.085] *Mode: 14a (1600x1200)
[ 97.085] ModeAttributes: 0x3bf
[ 97.085] WinAAttributes: 0x7
[ 97.085] WinBAttributes: 0x0
[ 97.085] WinGranularity: 64
[ 97.085] WinSize: 64
[ 97.085] WinASegment: 0xa000
[ 97.085] WinBSegment: 0x0
[ 97.085] WinFuncPtr: 0xc000926a
[ 97.085] BytesPerScanline: 6400
[ 97.085] XResolution: 1600
[ 97.085] YResolution: 1200
[ 97.085] XCharSize: 8
[ 97.085] YCharSize: 16
[ 97.085] NumberOfPlanes: 1
[ 97.085] BitsPerPixel: 32
[ 97.085] NumberOfBanks: 1
[ 97.086] MemoryModel: 6
[ 97.086] BankSize: 0
[ 97.086] NumberOfImages: 1
[ 97.086] RedMaskSize: 8
[ 97.086] RedFieldPosition: 16
[ 97.086] GreenMaskSize: 8
[ 97.086] GreenFieldPosition: 8
[ 97.086] BlueMaskSize: 8
[ 97.086] BlueFieldPosition: 0
[ 97.086] RsvdMaskSize: 8
[ 97.086] RsvdFieldPosition: 24
[ 97.086] DirectColorModeInfo: 0
[ 97.086] PhysBasePtr: 0xf9000000
[ 97.086] LinBytesPerScanLine: 6400
[ 97.086] BnkNumberOfImagePages: 1
[ 97.086] LinNumberOfImagePages: 1
[ 97.086] LinRedMaskSize: 8
[ 97.086] LinRedFieldPosition: 16
[ 97.086] LinGreenMaskSize: 8
[ 97.086] LinGreenFieldPosition: 8
[ 97.086] LinBlueMaskSize: 8
[ 97.086] LinBlueFieldPosition: 0
[ 97.086] LinRsvdMaskSize: 8
[ 97.086] LinRsvdFieldPosition: 24
[ 97.086] MaxPixelClock: 229500000
[ 97.086]
[ 97.086] (II) VESA(0): Total Memory: 224 64KB banks (14336kB)
[ 97.086] (II) VESA(0): CRT0: Using hsync range of 30.00-83.00 kHz
[ 97.086] (II) VESA(0): CRT0: Using vrefresh range of 56.00-75.00 Hz
[ 97.086] (II) VESA(0): CRT0: Using maximum pixel clock of 145.00 MHz
[ 97.086] (II) VESA(0): Not using mode "1280x1024_75new" (no mode of this
name)
[ 97.086] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this
name)
[ 97.086] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.090] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.092] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.096] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.098] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.103] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.105] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.109] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.111] (II) VESA(0): Not using built-in mode "640x400" (no mode of this
name)
[ 97.111] (II) VESA(0): Not using built-in mode "320x400" (no mode of this
name)
[ 97.111] (II) VESA(0): Not using built-in mode "320x240" (no mode of this
name)
[ 97.111] (II) VESA(0): Not using built-in mode "320x200" (no mode of this
name)
[ 97.111] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[ 97.111] (**) VESA(0): Built-in mode "1280x1024"
[ 97.111] (**) VESA(0): Built-in mode "1024x768"
[ 97.111] (**) VESA(0): Built-in mode "800x600"
[ 97.111] (**) VESA(0): Built-in mode "640x480"
[ 97.111] (**) VESA(0): Display dimensions: (340, 270) mm
[ 97.112] (**) VESA(0): DPI set to (95, 96)
[ 97.112] (**) VESA(0): Using "Shadow Framebuffer"
[ 97.112] (II) Loading sub module "shadow"
[ 97.112] (II) LoadModule: "shadow"
[ 97.114] (II) Loading /usr/X11R7/lib/modules/extensions/libshadow.so
[ 97.126] (II) Module shadow: vendor="X.Org Foundation"
[ 97.126] compiled for 1.10.3, module version = 1.1.0
[ 97.126] ABI class: X.Org ANSI C Emulation, version 0.4
[ 97.126] (II) Loading sub module "fb"
[ 97.126] (II) LoadModule: "fb"
[ 97.129] (II) Loading /usr/X11R7/lib/modules/libfb.so
[ 97.133] (II) Module fb: vendor="X.Org Foundation"
[ 97.133] compiled for 1.10.3, module version = 1.0.0
[ 97.133] ABI class: X.Org ANSI C Emulation, version 0.4
[ 97.133] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.172] (==) Depth 24 pixmap format is 32 bpp
[ 97.173] (II) Loading sub module "int10"
[ 97.173] (II) LoadModule: "int10"
[ 97.176] (II) Loading /usr/X11R7/lib/modules/libint10.so
[ 97.176] (II) Module int10: vendor="X.Org Foundation"
[ 97.176] compiled for 1.10.3, module version = 1.0.0
[ 97.176] ABI class: X.Org Video Driver, version 10.0
[ 97.176] (II) VESA(0): initializing int10
[ 97.176] (WW) VESA(0): remove MTRR a0000 - c0000
[ 97.177] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 97.177] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.179] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.264] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.266] (II) VESA(0): VESA BIOS detected
[ 97.266] (II) VESA(0): VESA VBE Version 3.0
[ 97.266] (II) VESA(0): VESA VBE Total Mem: 14336 kB
[ 97.266] (II) VESA(0): VESA VBE OEM: NVIDIA
[ 97.266] (II) VESA(0): VESA VBE OEM Software Rev: 98.148
[ 97.266] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[ 97.266] (II) VESA(0): VESA VBE OEM Product: G96 Board - 0566649a
[ 97.266] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
[ 97.274] (II) VESA(0): virtual address = 0xba0c0000,
physical address = 0xf9000000, size = 14680064
[ 97.274] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.277] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.305] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.308] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.310] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.314] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.316] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.321] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.323] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.327] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.329] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
[ 97.329] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.483] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.485] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.513] (WW) VESA(0): remove MTRR 0 - 1000
[ 97.515] (==) VESA(0): Default visual is TrueColor
[ 97.518] (==) VESA(0): Backing store disabled
[ 97.618] (**) VESA(0): DPMS enabled
[ 97.618] (WW) VESA(0): Option "DDC" is not used
[ 97.622] (==) RandR enabled
[ 97.622] (II) Initializing built-in extension Generic Event Extension
[ 97.622] (II) Initializing built-in extension SHAPE
[ 97.622] (II) Initializing built-in extension MIT-SHM
[ 97.622] (II) Initializing built-in extension XInputExtension
[ 97.622] (II) Initializing built-in extension XTEST
[ 97.622] (II) Initializing built-in extension BIG-REQUESTS
[ 97.622] (II) Initializing built-in extension SYNC
[ 97.622] (II) Initializing built-in extension XKEYBOARD
[ 97.622] (II) Initializing built-in extension XC-MISC
[ 97.622] (II) Initializing built-in extension SECURITY
[ 97.622] (II) Initializing built-in extension XINERAMA
[ 97.622] (II) Initializing built-in extension XFIXES
[ 97.622] (II) Initializing built-in extension XFree86-Bigfont
[ 97.622] (II) Initializing built-in extension RENDER
[ 97.622] (II) Initializing built-in extension RANDR
[ 97.622] (II) Initializing built-in extension COMPOSITE
[ 97.622] (II) Initializing built-in extension DAMAGE
[ 97.654] (II) AIGLX: Screen 0 is not DRI capable
[ 97.770] (II) AIGLX: Loaded and initialized
/usr/X11R7/lib/modules/dri/swrast_dri.so
[ 97.770] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 98.552] (II) Using input driver 'mouse' for 'Mouse0'
[ 98.552] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
[ 98.552] (**) Option "CorePointer"
[ 98.552] (**) Mouse0: always reports core events
[ 98.563] (**) Option "Protocol" "wsmouse"
[ 98.563] (**) Option "Device" "/dev/wsmouse"
[ 98.563] (**) Mouse0: Protocol: "wsmouse"
[ 98.563] (**) Mouse0: always reports core events
[ 98.618] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[ 98.658] (**) Option "ZAxisMapping" "4 5 6 7"
[ 98.660] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[ 98.660] (**) Mouse0: Buttons: 11
[ 98.660] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
[ 98.668] (**) Mouse0: (accel) keeping acceleration scheme 1
[ 98.668] (**) Mouse0: (accel) acceleration profile 0
[ 98.668] (**) Option "AccelerationNumerator" "3"
[ 98.668] (**) Option "AccelerationDenominator" "1"
[ 98.668] (**) Option "AccelerationThreshold" "0"
[ 98.668] (**) Mouse0: (accel) acceleration factor: 3.000
[ 98.668] (**) Mouse0: (accel) acceleration threshold: 0
[ 98.669] (II) Using input driver 'kbd' for 'Keyboard0'
[ 98.669] (II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
[ 98.669] (**) Option "CoreKeyboard"
[ 98.669] (**) Keyboard0: always reports core events
[ 98.669] (**) Keyboard0: always reports core events
[ 98.669] (**) Option "Protocol" "standard"
[ 98.669] (**) Option "XkbRules" "xorg"
[ 98.669] (**) Option "XkbModel" "pc105"
[ 98.669] (**) Option "XkbLayout" "us,ru"
[ 98.669] (**) Option "XkbOptions"
"terminate:ctrl_alt_bksp,ctrl:swapcaps,grp:shifts_toggle"
[ 98.669] (II) XINPUT: Adding extended input device "Keyboard0" (type:
KEYBOARD)
Script started on Fri Jan 25 09:14:54 2013
0 501 $ vlc -vvvv /cdrom/1977\ -\ Мимино.avi
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mVLC media player - 2.0.3
Twoflower[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mCopyright © 1996-2012 VLC
authors and VideoLAN[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mrevision 2.0.2-93-g77aa89e[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mconfigured with ./configure
'--with-kde-solid=/usr/pkg/share/kde/apps/solid/actions' '--disable-pulse'
'--disable-sdl' '--disable-sdl-image' '--disable-gnomevfs' '--disable-dbus'
'--disable-hal' '--disable-notify' '--enable-release' '--disable-skins2'
'--x-includes=/usr/X11R7/include' '--x-libraries=/usr/X11R7/lib' '--enable-qt4'
'--with-x' '--enable-glx' '--enable-snapshot' '--disable-faad'
'--enable-dca=no' '--enable-live555' '--disable-speex' '--disable-smb'
'--enable-dvdread' '--enable-flac' '--enable-theora' '--enable-lua=no'
'--enable-mmx' '--enable-sse' '--disable-v4l2' '--prefix=/usr/pkg'
'--build=i486--netbsdelf' '--host=i486--netbsdelf' '--mandir=/usr/pkg/man'
'build_alias=i486--netbsdelf' 'host_alias=i486--netbsdelf' 'CC=gcc' 'CFLAGS=-O2
-I/usr/pkg/include -I/usr/X11R7/include/freetype2 -I/usr/include
-I/usr/X11R7/include -I/usr/pkg/qt4/include
-I/usr/pkg/include/BasicUsageEnvironment -I/usr/pkg/include/UsageEnvironment
-I/usr/pkg/include/groupsock -I/usr/pkg/include/liveMedia
-I/usr/pkg/include/taglib' 'LDFLAGS=-L/usr/pkg/lib -L/usr/X11R7/lib
-Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib
-L/usr/pkg/qt4/lib -Wl,-R/usr/pkg/qt4/lib' 'LIBS=' 'CPPFLAGS=-I/usr/pkg/include
-I/usr/X11R7/include/freetype2 -I/usr/include -I/usr/X11R7/include
-I/usr/pkg/qt4/include -I/usr/pkg/include/BasicUsageEnvironment
-I/usr/pkg/include/UsageEnvironment -I/usr/pkg/include/groupsock
-I/usr/pkg/include/liveMedia -I/usr/pkg/include/taglib' 'CXX=c++' 'CXXFLAGS=-O2
-I/usr/pkg/include -I/usr/X11R7/include/freetype2 -I/usr/include
-I/usr/X11R7/include -I/usr/pkg/qt4/include
-I/usr/pkg/include/BasicUsageEnvironment -I/usr/pkg/include/UsageEnvironment
-I/usr/pkg/include/groupsock -I/usr/pkg/include/liveMedia
-I/usr/pkg/include/taglib' 'PKG_CONFIG_PATH='
'PKG_CONFIG=/work/multimedia/vlc2/work/.tools/bin/pkg-config'
'PKG_CONFIG_LIBDIR=/work/multimedia/vlc2/work/.buildlink/lib/pkgconfig:/work/multimedia/vlc2/work/.buildlink/share/pkgconfig'[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0msearching plug-in modules[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mloading plugins cache file
/usr/pkg/lib/vlc/plugins/plugins.dat[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mrecursively browsing
`/usr/pkg/lib/vlc/plugins'[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0msaving plugins cache
/usr/pkg/lib/vlc/plugins/plugins.dat[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mplug-ins loaded: 344 modules[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mopening config file
(/home/mike/.config/vlc/vlcrc)[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mtranslation test: code is
"en_GB"[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mCPU has capabilities MMX MMXEXT
SSE SSE2 SSE3 SSSE3 FPU [0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0mlooking for memcpy module: 4
candidates[0m
[[32;1m0xbb4240d4[0m] main libvlc debug: [0musing memcpy module
"memcpymmxext"[0m
[[32;1m0xbb4385b4[0m] main input debug: [0mCreating an input for 'Media
Library'[0m
[[32;1m0xbb4385b4[0m] main input debug: [0mInput is a meta file: disabling
unneeded options[0m
[[32;1m0xbb4385b4[0m] main input debug: [0musing timeshift granularity of 50
MiB, in path '/tmp'[0m
[[32;1m0xbb4385b4[0m] main input debug:
[0m`file/xspf-open:///home/mike/.local/share/vlc/ml.xspf' gives access `file'
demux `xspf-open' path `/home/mike/.local/share/vlc/ml.xspf'[0m
[[32;1m0xbb4385b4[0m] main input debug: [0mcreating demux: access='file'
demux='xspf-open' location='/home/mike/.local/share/vlc/ml.xspf'
file='/home/mike/.local/share/vlc/ml.xspf'[0m
[[32;1m0xbb4331a4[0m] main demux debug: [0mlooking for access_demux module:
2 candidates[0m
[[32;1m0xbb4331a4[0m] main demux debug: [0mno access_demux module matching
"file" could be loaded[0m
[[32;1m0xbb4331a4[0m] main demux debug: [0mTIMER module_need() : 1.436 ms -
Total 1.436 ms / 1 intvls (Avg 1.436 ms)[0m
[[32;1m0xbb4385b4[0m] main input debug: [0mcreating access 'file'
location='/home/mike/.local/share/vlc/ml.xspf',
path='/home/mike/.local/share/vlc/ml.xspf'[0m
[[32;1m0xbb44a894[0m] main access debug: [0mlooking for access module: 2
candidates[0m
[[32;1m0xbb44a894[0m] filesystem access debug: [0mopening file
`/home/mike/.local/share/vlc/ml.xspf'[0m
[[32;1m0xbb44a894[0m] main access debug: [0musing access module
"filesystem"[0m
[[32;1m0xbb44a894[0m] main access debug: [0mTIMER module_need() : 0.643 ms -
Total 0.643 ms / 1 intvls (Avg 0.643 ms)[0m
[[32;1m0xbb4cbdd4[0m] main stream debug: [0mUsing stream method for
AStream*[0m
[[32;1m0xbb4cbdd4[0m] main stream debug: [0mstarting pre-buffering[0m
[[32;1m0xbb4cbdd4[0m] main stream debug: [0mreceived first data after 0
ms[0m
[[32;1m0xbb4cbdd4[0m] main stream debug: [0mpre-buffering done 296 bytes in
0s - 4983 KiB/s[0m
[[32;1m0xbb4cbe84[0m] main stream debug: [0mlooking for stream_filter
module: 7 candidates[0m
[[32;1m0xbb4cbe84[0m] main stream debug: [0mno stream_filter module matching
"any" could be loaded[0m
[[32;1m0xbb4cbe84[0m] main stream debug: [0mTIMER module_need() : 7.451 ms -
Total 7.451 ms / 1 intvls (Avg 7.451 ms)[0m
[[32;1m0xbb4cbe84[0m] main stream debug: [0mlooking for stream_filter
module: 1 candidate[0m
[[32;1m0xbb4cbe84[0m] main stream debug: [0musing stream_filter module
"stream_filter_record"[0m
[[32;1m0xbb4cbe84[0m] main stream debug: [0mTIMER module_need() : 0.320 ms -
Total 0.320 ms / 1 intvls (Avg 0.320 ms)[0m
[[32;1m0xbb4385b4[0m] main input debug: [0mcreating demux: access='file'
demux='xspf-open' location='/home/mike/.local/share/vlc/ml.xspf'
file='/home/mike/.local/share/vlc/ml.xspf'[0m
[[32;1m0xbb4331a4[0m] main demux debug: [0mlooking for demux module: 1
candidate[0m
[[32;1m0xbb4331a4[0m] playlist demux debug: [0musing XSPF playlist reader[0m
[[32;1m0xbb4331a4[0m] main demux debug: [0musing demux module "playlist"[0m
[[32;1m0xbb4331a4[0m] main demux debug: [0mTIMER module_need() : 66.727 ms -
Total 66.727 ms / 1 intvls (Avg 66.727 ms)[0m
[[32;1m0xba5060e4[0m] main demux meta debug: [0mlooking for meta reader
module: 1 candidate[0m
[[32;1m0xba5060e4[0m] main demux meta debug: [0mno meta reader module
matching "any" could be loaded[0m
[[32;1m0xba5060e4[0m] main demux meta debug: [0mTIMER module_need() : 6.163
ms - Total 6.163 ms / 1 intvls (Avg 6.163 ms)[0m
[[32;1m0xbb4385b4[0m] main input debug:
[0m`file/xspf-open:///home/mike/.local/share/vlc/ml.xspf' successfully
opened[0m
[[32;1m0xba506124[0m] main xml reader debug: [0mlooking for xml reader
module: 1 candidate[0m
[[32;1m0xba506124[0m] main xml reader debug: [0musing xml reader module
"xml"[0m
[[32;1m0xba506124[0m] main xml reader debug: [0mTIMER module_need() : 4.232
ms - Total 4.232 ms / 1 intvls (Avg 4.232 ms)[0m
[[32;1m0xbb4331a4[0m] playlist demux debug: [0mparsed 0 tracks
successfully[0m
[[32;1m0xbb4385b4[0m] main input debug: [0mEOF reached[0m
[[32;1m0xbb4331a4[0m] main demux debug: [0mremoving module "playlist"[0m
[[32;1m0xbb4cbe84[0m] main stream debug: [0mremoving module
"stream_filter_record"[0m
[[32;1m0xbb44a894[0m] main access debug: [0mremoving module "filesystem"[0m
[[32;1m0xbb4385b4[0m] main input debug: [0mTIMER input launching for 'Media
Library' : 83.963 ms - Total 83.963 ms / 1 intvls (Avg 83.963 ms)[0m
[[32;1m0xba506124[0m] main interface debug: [0mlooking for interface module:
1 candidate[0m
[[32;1m0xba506124[0m] main interface debug: [0musing interface module
"hotkeys"[0m
[[32;1m0xba506124[0m] main interface debug: [0mTIMER module_need() : 0.472
ms - Total 0.472 ms / 1 intvls (Avg 0.472 ms)[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mplaylist threads correctly
activated[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0madding item `1977 -
Мимино.avi' ( file:///cdrom/1977%20-%20%D0%9C%D0%B8%D0%BC%D0%B8%D0%BD%D0%BE.avi
)[0m
[[32;1m0xba506264[0m] main interface debug: [0mlooking for interface module:
1 candidate[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mrebuilding array of current -
root Playlist[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mrebuild done - 1 items, index
-1[0m
[[32;1m0xbad050e4[0m] main input debug: [0mCreating an input for '1977 -
Мимино.avi'[0m
[[32;1m0xba506264[0m] main interface debug: [0musing interface module
"globalhotkeys"[0m
[[32;1m0xba506264[0m] main interface debug: [0mTIMER module_need() : 29.125
ms - Total 29.125 ms / 1 intvls (Avg 29.125 ms)[0m
[[32;1m0xbb4240d4[0m] main libvlc: [0;1mRunning vlc with the default
interface. Use 'cvlc' to use vlc without interface.[0m
[[32;1m0xba506304[0m] main interface debug: [0mlooking for interface module:
2 candidates[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mno fetch required for (null)
(art currently (null))[0m
[[32;1m0xba10c174[0m] main generic debug: [0mlooking for extension module: 0
candidates[0m
[[32;1m0xba10c174[0m] main generic debug: [0mno extension module matched
"any"[0m
[[32;1m0xba10c174[0m] main generic debug: [0mTIMER module_need() : 0.353 ms
- Total 0.353 ms / 1 intvls (Avg 0.353 ms)[0m
[[32;1m0xba506304[0m] qt4 interface error: [31;1mUnable to load extensions
module[0m
[[32;1m0xba506304[0m] main interface debug: [0musing interface module
"qt4"[0m
[[32;1m0xba506304[0m] main interface debug: [0mTIMER module_need() : 408.210
ms - Total 408.210 ms / 1 intvls (Avg 408.210 ms)[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mprocessing request item: null,
node: Playlist, skip: 0[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mstarting playback of the new
playlist item[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mresyncing on 1977 -
Мимино.avi[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0m1977 - Мимино.avi is at 0[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mcreating new input thread[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mCreating an input for '1977 -
Мимино.avi'[0m
[[32;1m0xbb2080e4[0m] main input debug: [0musing timeshift granularity of 50
MiB, in path '/tmp'[0m
[[32;1m0xbb2080e4[0m] main input debug:
[0m`file:///cdrom/1977%20-%20%D0%9C%D0%B8%D0%BC%D0%B8%D0%BD%D0%BE.avi' gives
access `file' demux `' path
`/cdrom/1977%20-%20%D0%9C%D0%B8%D0%BC%D0%B8%D0%BD%D0%BE.avi'[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mcreating demux: access='file'
demux='' location='/cdrom/1977%20-%20%D0%9C%D0%B8%D0%BC%D0%B8%D0%BD%D0%BE.avi'
file='/cdrom/1977 - Мимино.avi'[0m
[[32;1m0xbad07124[0m] main demux debug: [0mlooking for access_demux module:
2 candidates[0m
[[32;1m0xbad07124[0m] main demux debug: [0mno access_demux module matching
"file" could be loaded[0m
[[32;1m0xbad07124[0m] main demux debug: [0mTIMER module_need() : 0.359 ms -
Total 0.359 ms / 1 intvls (Avg 0.359 ms)[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mcreating access 'file'
location='/cdrom/1977%20-%20%D0%9C%D0%B8%D0%BC%D0%B8%D0%BD%D0%BE.avi',
path='/cdrom/1977 - Мимино.avi'[0m
[[32;1m0xbad07144[0m] main access debug: [0mlooking for access module: 2
candidates[0m
[[32;1m0xbad07144[0m] filesystem access debug: [0mopening file `/cdrom/1977
- Мимино.avi'[0m
[[32;1m0xbad07144[0m] main access debug: [0musing access module
"filesystem"[0m
[[32;1m0xbad07144[0m] main access debug: [0mTIMER module_need() : 7.552 ms -
Total 7.552 ms / 1 intvls (Avg 7.552 ms)[0m
[[32;1m0xbad0a0c4[0m] main stream debug: [0mUsing stream method for
AStream*[0m
[[32;1m0xbad0a0c4[0m] main stream debug: [0mstarting pre-buffering[0m
[[32;1m0xbad0a0c4[0m] main stream debug: [0mreceived first data after 0
ms[0m
[[32;1m0xbad0a0c4[0m] main stream debug: [0mpre-buffering done 1024 bytes in
0s - 6250 KiB/s[0m
[[32;1m0xbad0a174[0m] main stream debug: [0mlooking for stream_filter
module: 7 candidates[0m
[[32;1m0xbad0a174[0m] main stream debug: [0mno stream_filter module matching
"any" could be loaded[0m
[[32;1m0xbad0a174[0m] main stream debug: [0mTIMER module_need() : 0.324 ms -
Total 0.324 ms / 1 intvls (Avg 0.324 ms)[0m
[[32;1m0xbad0a174[0m] main stream debug: [0mlooking for stream_filter
module: 1 candidate[0m
[[32;1m0xbad0a174[0m] main stream debug: [0musing stream_filter module
"stream_filter_record"[0m
[[32;1m0xbad0a174[0m] main stream debug: [0mTIMER module_need() : 0.274 ms -
Total 0.274 ms / 1 intvls (Avg 0.274 ms)[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mcreating demux: access='file'
demux='' location='/cdrom/1977%20-%20%D0%9C%D0%B8%D0%BC%D0%B8%D0%BD%D0%BE.avi'
file='/cdrom/1977 - Мимино.avi'[0m
[[32;1m0xbad0c124[0m] main demux debug: [0mlooking for demux module: 51
candidates[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m<list 'AVI '>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m<list 'hdrl'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m<list 'strl'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m</list 'strl'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m<list 'strl'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m</list 'strl'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m<list 'odml'>[0m
[[32;1m0xbad0a174[0m] avi stream warning: [0;33munknown chunk (not
loaded)[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m</list 'odml'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m</list 'hdrl'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m<list 'INFO'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m</list 'INFO'>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0mskipping movi chunk[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m</list 'AVI '>[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m* LIST-root size:1561268224
pos:0[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m + RIFF-AVI size:1561267528
pos:0[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | + LIST-hdrl size:8818
pos:12[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + avih size:56
pos:24[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + LIST-strl
size:4244 pos:88[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | | + strh
size:56 pos:100[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | | + strf
size:40 pos:164[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | | + JUNK
size:4120 pos:212[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + LIST-strl
size:4222 pos:4340[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | | + strh
size:56 pos:4352[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | | + strf
size:18 pos:4416[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | | + JUNK
size:4120 pos:4442[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + LIST-odml
size:260 pos:8570[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | | + dmlh
size:248 pos:8582[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | + LIST-INFO size:124
pos:8838[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + ISFT size:44
pos:8850[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + IART size:10
pos:8902[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + IGNR size:8
pos:8920[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + IPRD size:6
pos:8936[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | | + ICMT size:12
pos:8950[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | + JUNK size:1262
pos:8970[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | + LIST-movi
size:1558153728 pos:10240[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m | + idx1 size:3103552
pos:1558163976[0m
[[32;1m0xbad0a174[0m] avi stream debug: [0m + JUNK size:680
pos:1561267536[0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mAVIH: 2 stream, flags HAS_INDEX
IS_INTERLEAVED [0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mstream[0] rate:25 scale:1
samplesize:0[0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mstream[0] video(XVID) 720x544
12bpp 25.000000fps[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mselecting program id=0[0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mstream[1] rate:56000 scale:1
samplesize:1[0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mstream[1] audio(0x2000 - A52 Audio
(aka AC3)) 6 channels 48000Hz 0bits[0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mselected standard index for
stream[0][0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mselected standard index for
stream[1][0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mstream[0] created 136965 index
entries[0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mstream[1] created 57007 index
entries[0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mstream[0] length:5478 (based on
index)[0m
[[32;1m0xbad0c124[0m] avi demux debug: [0mstream[1] length:5472 (based on
index)[0m
[[32;1m0xbad0c124[0m] main demux debug: [0musing demux module "avi"[0m
[[32;1m0xbad0c124[0m] main demux debug: [0mTIMER module_need() : 61.251 ms -
Total 61.251 ms / 1 intvls (Avg 61.251 ms)[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mlooking for a subtitle file in
/cdrom/[0m
[[32;1m0xbad35464[0m] main decoder debug: [0mlooking for decoder module: 24
candidates[0m
[[32;1m0xba506304[0m] qt4 interface debug: [0mIM: Setting an input[0m
[[32;1m0xbad35464[0m] avcodec decoder debug: [0mlibavcodec initialized
(interface 0x347b00)[0m
[[32;1m0xbad35464[0m] avcodec decoder debug: [0mtrying to use direct
rendering[0m
[[32;1m0xbad35464[0m] avcodec decoder debug: [0mallowing 3 thread(s) for
decoding[0m
[[32;1m0xbad35464[0m] avcodec decoder debug: [0mffmpeg codec (MPEG-4 Video)
started[0m
[[32;1m0xbad35464[0m] avcodec decoder debug: [0musing frame thread mode with
3 threads[0m
[[32;1m0xbad35464[0m] main decoder debug: [0musing decoder module
"avcodec"[0m
[[32;1m0xbad35464[0m] main decoder debug: [0mTIMER module_need() : 46.995 ms
- Total 46.995 ms / 1 intvls (Avg 46.995 ms)[0m
[[32;1m0xbad36c64[0m] main decoder debug: [0mlooking for decoder module: 24
candidates[0m
[[32;1m0xbad36c64[0m] main decoder debug: [0musing decoder module "a52"[0m
[[32;1m0xbad36c64[0m] main decoder debug: [0mTIMER module_need() : 0.652 ms
- Total 0.652 ms / 1 intvls (Avg 0.652 ms)[0m
[[32;1m0xbad110e4[0m] main demux meta debug: [0mlooking for meta reader
module: 1 candidate[0m
[[32;1m0xbad110e4[0m] main demux meta debug: [0mno meta reader module
matching "any" could be loaded[0m
[[32;1m0xbad110e4[0m] main demux meta debug: [0mTIMER module_need() : 0.295
ms - Total 0.295 ms / 1 intvls (Avg 0.295 ms)[0m
[[32;1m0xbb2080e4[0m] main input debug:
[0m`file:///cdrom/1977%20-%20%D0%9C%D0%B8%D0%BC%D0%B8%D0%BD%D0%BE.avi'
successfully opened[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 0%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 8%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 16%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 25%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 33%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 41%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 50%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 58%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 66%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 75%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 83%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 91%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mBuffering 100%[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mStream buffering done (325 ms in
0 ms)[0m
[[32;1m0xbb4c4064[0m] main spu text debug: [0mlooking for text renderer
module: 2 candidates[0m
[[32;1m0xbb4c4064[0m] freetype spu text debug: [0mBuilding font
databases.[0m
[[32;1m0xbb4c4064[0m] freetype spu text debug: [0mTook 1 microseconds[0m
[[32;1m0xbb4c4064[0m] freetype spu text debug: [0mUsing Serif Bold as font
from file /usr/X11R7/lib/X11/fonts/TTF/Vera.ttf[0m
[[32;1m0xbb4c4064[0m] freetype spu text debug: [0musing fontsize: 2[0m
[[32;1m0xbb4c4064[0m] main spu text debug: [0musing text renderer module
"freetype"[0m
[[32;1m0xbb4c4064[0m] main spu text debug: [0mTIMER module_need() : 9.565 ms
- Total 9.565 ms / 1 intvls (Avg 9.565 ms)[0m
[[32;1m0xbb4c5464[0m] main scale debug: [0mlooking for video filter2 module:
18 candidates[0m
[[32;1m0xbb4c5464[0m] swscale scale debug: [0m32x32 chroma: YUVA -> 16x16
chroma: RGBA with scaling using Bicubic (good quality)[0m
[[32;1m0xbb4c5464[0m] main scale debug: [0musing video filter2 module
"swscale"[0m
[[32;1m0xbb4c5464[0m] main scale debug: [0mTIMER module_need() : 2.230 ms -
Total 2.230 ms / 1 intvls (Avg 2.230 ms)[0m
[[32;1m0xb5d24c64[0m] main scale debug: [0mlooking for video filter2 module:
18 candidates[0m
[[32;1m0xb5d24c64[0m] yuvp scale debug: [0mYUVP to YUVA converter[0m
[[32;1m0xb5d24c64[0m] main scale debug: [0musing video filter2 module
"yuvp"[0m
[[32;1m0xb5d24c64[0m] main scale debug: [0mTIMER module_need() : 2.291 ms -
Total 2.291 ms / 1 intvls (Avg 2.291 ms)[0m
[[32;1m0xbb4c3464[0m] main video output debug: [0mDeinterlacing available[0m
[[32;1m0xbb4c3464[0m] main video output debug: [0mdeinterlace 0, mode blend,
is_needed 0[0m
[[32;1m0xbb4c3464[0m] main video output debug: [0mOpening vout display
wrapper[0m
[[32;1m0xbad592c4[0m] main vout display debug: [0mlooking for vout display
module: 3 candidates[0m
[[32;1m0xbad0f444[0m] main window debug: [0mlooking for vout window xid
module: 3 candidates[0m
[[32;1m0xbad0f444[0m] qt4 window debug: [0mrequesting video...[0m
[[32;1m0xba506304[0m] qt4 interface debug: [0mVideo was requested 0, 0[0m
[[32;1m0xbad0f444[0m] main window debug: [0musing vout window xid module
"qt4"[0m
[[32;1m0xbad0f444[0m] main window debug: [0mTIMER module_need() : 84.589 ms
- Total 84.589 ms / 1 intvls (Avg 84.589 ms)[0m
[[32;1m0xbad610e4[0m] main inhibit debug: [0mlooking for inhibit module: 2
candidates[0m
[[32;1m0xbad610e4[0m] main inhibit debug: [0musing inhibit module
"xdg_screensaver"[0m
[[32;1m0xbad610e4[0m] main inhibit debug: [0mTIMER module_need() : 0.650 ms
- Total 0.650 ms / 1 intvls (Avg 0.650 ms)[0m
[[32;1m0xbad610e4[0m] xdg_screensaver inhibit warning: [0;33mcould not start
xdg-screensaver[0m
[[32;1m0xbad592c4[0m] xcb_xv vout display debug: [0mconnected to X11.0
server[0m
[[32;1m0xbad592c4[0m] xcb_xv vout display debug: [0m vendor : The Xorg
Foundation[0m
[[32;1m0xbad592c4[0m] xcb_xv vout display debug: [0m version: 11003000[0m
[[32;1m0xbad592c4[0m] xcb_xv vout display debug: [0musing screen 0x101[0m
[[32;1m0xbad592c4[0m] xcb_xv vout display debug: [0musing XVideo extension
v2.2[0m
[[32;1m0xbad592c4[0m] xcb_xv vout display error: [31;1mno available XVideo
adaptor[0m
[[32;1m0xbb4c3464[0m] main video output debug: [0mReusing previous vout
window[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0musing GLX extension
version 1.4[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0musing screen 0x101
(number: 0)[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0musing X11 window
01c00000[0m
failed to create drawable
[[32;1m0xbad592c4[0m] main vout display debug: [0mVoutDisplayEvent
'fullscreen' 0[0m
[[32;1m0xbad592c4[0m] main vout display debug: [0mVoutDisplayEvent 'resize'
720x544 window[0m
[[32;1m0xbad592c4[0m] main vout display debug: [0musing vout display module
"xcb_glx"[0m
[[32;1m0xbad592c4[0m] main vout display debug: [0mTIMER module_need() :
216.303 ms - Total 216.303 ms / 1 intvls (Avg 216.303 ms)[0m
[[32;1m0xbad592c4[0m] main vout display debug: [0mA filter to adapt decoder
to display is needed[0m
[[32;1m0xbad38c64[0m] main filter debug: [0mlooking for video filter2
module: 18 candidates[0m
[[32;1m0xbad38c64[0m] swscale filter debug: [0m720x544 chroma: I420 ->
720x544 chroma: RV32 with scaling using Bicubic (good quality)[0m
[[32;1m0xbad38c64[0m] main filter debug: [0musing video filter2 module
"swscale"[0m
[[32;1m0xbad38c64[0m] main filter debug: [0mTIMER module_need() : 11.429 ms
- Total 11.429 ms / 1 intvls (Avg 11.429 ms)[0m
[[32;1m0xbad592c4[0m] main vout display debug: [0mFilter 'Swscale'
(0xbad38c64) appended to chain[0m
[[32;1m0xbb4c3464[0m] main video output debug: [0moriginal format sz
720x544, of (0,0), vsz 720x544, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0[0m
[[32;1m0xbb4c4064[0m] main spu text debug: [0mremoving module "freetype"[0m
[[32;1m0xb5d25064[0m] main spu text debug: [0mlooking for text renderer
module: 2 candidates[0m
[[32;1m0xb5d25064[0m] freetype spu text debug: [0mBuilding font
databases.[0m
[[32;1m0xb5d25064[0m] freetype spu text debug: [0mTook 1 microseconds[0m
[[32;1m0xb5d25064[0m] freetype spu text debug: [0mUsing Serif Bold as font
from file /usr/X11R7/lib/X11/fonts/TTF/Vera.ttf[0m
[[32;1m0xb5d25064[0m] freetype spu text debug: [0musing fontsize: 2[0m
[[32;1m0xb5d25064[0m] main spu text debug: [0musing text renderer module
"freetype"[0m
[[32;1m0xb5d25064[0m] main spu text debug: [0mTIMER module_need() : 5.535 ms
- Total 5.535 ms / 1 intvls (Avg 5.535 ms)[0m
[[32;1m0xbad35464[0m] avcodec decoder debug: [0musing direct rendering[0m
[[32;1m0xbad35464[0m] main decoder debug: [0mEnd of video preroll[0m
[[32;1m0xbad35464[0m] main decoder debug: [0mReceived first picture[0m
[[32;1m0x16301464[0m] main blend debug: [0mlooking for video blending
module: 1 candidate[0m
[[32;1m0x16301464[0m] main blend debug: [0musing video blending module
"blend"[0m
[[32;1m0x16301464[0m] main blend debug: [0mTIMER module_need() : 0.972 ms -
Total 0.972 ms / 1 intvls (Avg 0.972 ms)[0m
[[32;1m0xbb4c3464[0m] main video output debug: [0mPost-processing
available[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0mdisplay is visible[0m
[[32;1m0xbb2080e4[0m] main input debug: [0mDecoder buffering done in 295
ms[0m
[[32;1m0xbad36c64[0m] a52 decoder debug: [0mA/52 channels:6 samplerate:48000
bitrate:448000[0m
[[32;1m0xbb4e8154[0m] main playlist debug: [0mcreating audio output[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mlooking for audio output
module: 1 candidate[0m
[[32;1m0x163311e4[0m] main audio output debug: [0musing audio output module
"oss"[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mTIMER module_need() :
5.265 ms - Total 5.265 ms / 1 intvls (Avg 5.265 ms)[0m
[[32;1m0x163311e4[0m] main audio output debug: [0moutput 's16l' 48000 Hz
Stereo frame=1 samples/4 bytes[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mmixer 'f32l' 48000 Hz
Stereo frame=1 samples/8 bytes[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mfilter(s) 'f32l'->'s16l'
48000 Hz->48000 Hz Stereo->Stereo[0m
[[32;1m0x16301864[0m] main audio filter debug: [0mlooking for audio filter
module: 11 candidates[0m
[[32;1m0x16301864[0m] audio_format audio filter debug: [0mf32l->s16l, bits
per sample: 32->16[0m
[[32;1m0x16301864[0m] main audio filter debug: [0musing audio filter module
"audio_format"[0m
[[32;1m0x16301864[0m] main audio filter debug: [0mTIMER module_need() :
2.463 ms - Total 2.463 ms / 1 intvls (Avg 2.463 ms)[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mconversion pipeline
completed[0m
[[32;1m0x1630d0e4[0m] main mixer debug: [0mlooking for audio mixer module: 2
candidates[0m
[[32;1m0x1630d0e4[0m] main mixer debug: [0musing audio mixer module
"float32_mixer"[0m
[[32;1m0x1630d0e4[0m] main mixer debug: [0mTIMER module_need() : 0.355 ms -
Total 0.355 ms / 1 intvls (Avg 0.355 ms)[0m
[[32;1m0x163311e4[0m] main audio output debug: [0minput 'a52 ' 48000 Hz
3F2R/LFE frame=1536 samples/1792 bytes[0m
[[32;1m0x16301c64[0m] main audio filter debug: [0mlooking for audio filter
module: 1 candidate[0m
[[32;1m0x16301c64[0m] scaletempo audio filter debug: [0mformat: 48000 rate,
2 nch, 4 bps, fl32[0m
[[32;1m0x16301c64[0m] scaletempo audio filter debug: [0mparams: 30 stride,
0.200 overlap, 14 search[0m
[[32;1m0x16301c64[0m] scaletempo audio filter debug: [0m1.000 scale,
1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search,
2400 queue, fl32 mode[0m
[[32;1m0x16301c64[0m] main audio filter debug: [0musing audio filter module
"scaletempo"[0m
[[32;1m0x16301c64[0m] main audio filter debug: [0mTIMER module_need() :
0.662 ms - Total 0.662 ms / 1 intvls (Avg 0.662 ms)[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mfilter(s) 'a52 '->'f32l'
48000 Hz->48000 Hz 3F2R/LFE->Stereo[0m
[[32;1m0x16302064[0m] main audio filter debug: [0mlooking for audio filter
module: 11 candidates[0m
No accelerated IMDCT transform found
[[32;1m0x16302064[0m] main audio filter debug: [0musing audio filter module
"a52tofloat32"[0m
[[32;1m0x16302064[0m] main audio filter debug: [0mTIMER module_need() :
1.127 ms - Total 1.127 ms / 1 intvls (Avg 1.127 ms)[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mconversion pipeline
completed[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mfilter(s) 'f32l'->'f32l'
48000 Hz->48000 Hz Stereo->Stereo[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mconversion pipeline
completed[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mfilter(s) 'f32l'->'f32l'
52800 Hz->48000 Hz Stereo->Stereo[0m
[[32;1m0x16302464[0m] main audio filter debug: [0mlooking for audio filter
module: 11 candidates[0m
[[32;1m0x16302464[0m] main audio filter debug: [0musing audio filter module
"ugly_resampler"[0m
[[32;1m0x16302464[0m] main audio filter debug: [0mTIMER module_need() :
0.179 ms - Total 0.179 ms / 1 intvls (Avg 0.179 ms)[0m
[[32;1m0x163311e4[0m] main audio output debug: [0mconversion pipeline
completed[0m
[[32;1m0xbad36c64[0m] main decoder debug: [0mEnd of audio preroll[0m
[[32;1m0x163311e4[0m] main audio output warning: [0;33mbuffer too early
(-50000), down-sampling[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0mdisplay is visible[0m
[[32;1m0xbad592c4[0m] main vout display debug: [0mauto hiding mouse
cursor[0m
[[32;1m0xbb4c3464[0m] main video output warning: [0;33mpicture is too late
to be displayed (missing 29 ms)[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0mdisplay is visible[0m
[[32;1m0xbb4c3464[0m] main video output warning: [0;33mpicture is too late
to be displayed (missing 40 ms)[0m
[[32;1m0xbb4c3464[0m] main video output debug: [0mpicture might be displayed
late (missing 0 ms)[0m
[[32;1m0x163311e4[0m] main audio output warning: [0;33mresampling stopped
after 1801103 usec (drift: 31438)[0m
[[32;1m0x163311e4[0m] main audio output warning: [0;33mbuffer too early
(-54438), down-sampling[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0mdisplay is visible[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0mdisplay is visible[0m
[[32;1m0xbad592c4[0m] xcb_glx vout display debug: [0mdisplay is visible[0m
Segmentation fault (core dumped)
0 502 $ exit
Script done on Fri Jan 25 09:15:30 2013
Home |
Main Index |
Thread Index |
Old Index