anirudhvij
May 5th, 2007, 12:55 PM
hi,
i was trying to get beryl working on xfce.My distro is linuxfromscratch.I have Xorg 7.1 and Intel 945G chipset with integrated graphics card.I am not sure if i should use AIGLX or XGL.But i tried with AIGLX following the gentoo wiki's instructions.
My current xorg.conf is:
[code:00a1d]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/X11/modules"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/TTF/"
FontPath "/usr/lib/X11/fonts/OTF"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/CID/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/usr/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "glx"
Load "xtrap"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 280 210 # mm
Identifier "Monitor0"
VendorName "SAM"
ModelName "SAMTRON 55V"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 55.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # [i]
#Option "CacheLines" # [i]
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # [i]
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "945G/GZ Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
VideoRam 10000
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Modes "1600x1200" "1280x1024" "1024x768
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0660
EndSection
[/code:00a1d]
With this xorg.conf,beryl complains that
[code:00a1d]************************************************** ************
* Beryl system compatiblity check *
************************************************** ************
Detected xserver : AIGLX
Checking Display :0.0 ...
Checking for XComposite extension : failed
No composite extension
beryl: No composite extension
[/code:00a1d]
so i modified /etc/X11/xorg.conf for aiglx as follows:
[code:00a1d]Section "DRI"
Group 0
Mode 0666
EndSection
Section "ServerLayout"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Device"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Screen"
DefaultDepth 24
EndSection[/code:00a1d]
Then beryl started.But on starting beryl from xterm in xfce,i got a completely white screen.
glxinfo gave this:
[code:00a1d]name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x53 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
[/code:00a1d]
After executing beryl from xterm(with the modifies xorg.conf,)i get:
[code:00a1d]
************************************************** ************
* Beryl system compatiblity check *
************************************************** ************
Detected xserver : AIGLX
Checking Display :0.0 ...
Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed
Checking Screen 0 ...
Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (2048x2048)
beryl: No GLXFBConfig for default depth, falling back on visinfo.
Reloading options
[/code:00a1d]
after executing beryl from xterm in xfce,the content of /var/log/Xorg.0.log is:(i first started xfce with startx,and then started beryl by typing beryl from xterm in xfce.after that the xfce window manager stopped working and i had to restart it explicitly.)
[code:00a1d]
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-1.2798.fc6 i686
Current Operating System: Linux localhost@localdomain 2.6.16.27 #1 SMP PREEMPT Wed May 2 17:51:18 IST 2007 i686
Build Date: 25 March 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 5 17:11:45 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/lib/X11/fonts/CID/" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/lib/X11/fonts/misc/,
/usr/lib/X11/fonts/TTF/,
/usr/lib/X11/fonts/OTF,
/usr/lib/X11/fonts/Type1/,
/usr/lib/X11/fonts/100dpi/,
/usr/lib/X11/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/X11/modules"
(**) Option "AIGLX" "true"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/X11/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/X11/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 8086,544e rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2772 card 8086,544e rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 8086,0202 rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 8086,544e rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,544e rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,544e rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,544e rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,544e rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 8086,544e rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,544e rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 8086,544e rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,544e rev 01 class 0c,05,00 hdr 00
(II) PCI: 04:08:0: chip 8086,27dc card 8086,3086 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:2), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:3), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[1] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[2] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[3] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation 945G/GZ Express Integrated Graphics Controller rev 2, Mem @ 0x50100000/19, 0x40000000/28, 0x50180000/18, I/O @ 0x20e0/3
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[1] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[2] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[3] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[4] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[5] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[6] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[7] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[8] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[9] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[10] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[11] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[12] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[13] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[14] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[15] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[16] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[17] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[18] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[1] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[2] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[3] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[4] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[5] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[6] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[7] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[8] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[9] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[10] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[11] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[12] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[13] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[14] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[15] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[16] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[17] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[18] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[5] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[6] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[7] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[8] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[9] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[13] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[14] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[15] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[16] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[17] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[18] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[19] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[20] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[21] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[22] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[23] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[24] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/X11/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "glx"
(II) Loading /usr/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(**) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/X11/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/lib/X11/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/X11/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "freetype"
(II) Loading /usr/lib/X11/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/X11/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "i810"
(II) Loading /usr/lib/X11/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.6.5
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/X11/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/X11/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ
(II) Primary Device is: PCI 00:02:0
(--) Chipset 945G found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[5] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[6] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[7] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[8] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[9] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[13] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[14] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[15] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[16] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[17] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[18] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[19] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[20] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[21] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[22] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[23] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[24] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[5] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[6] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[7] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[8] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[9] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[16] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[17] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[18] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[19] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[20] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[21] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[22] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[23] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[24] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[25] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[26] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[27] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
[28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/X11/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/X11/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/X11/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(**) I810(0): Option "DRI" "true"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/X11/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r) 82945G Chipset Family Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r) 82945G Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 945G
(--) I810(0): Chipset: "945G"
(--) I810(0): Linear framebuffer at 0x40000000
(--) I810(0): IO registers at addr 0x50100000
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 7932 kB stolen memory.
(II) I810(0): Kernel reported 208896 total, 1 used
(II) I810(0): I830CheckAvailableMemory: 835580 kB available
(WW) I810(0): VideoRAM reduced to 8192 kByte (page aligned - was 10000)
(II) I810(0): Will attempt to tell the BIOS that there is 8128 kB VideoRAM
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/X11/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 8128 kB
(II) I810(0): VESA VBE OEM: Intel(r) 82945G Chipset Family Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r) 82945G Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 8128 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 7932 kByte
(**) I810(0): VideoRAM: 8192 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 1256
(==) I810(0): Device Presence: disabled.
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
If you encounter this problem please add
Option "DisplayInfo" "FALSE"
to the Device section of your XF86Config file.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0): CRT
(II) I810(0): No active displays on Pipe B.
(==) I810(0): Display is using Pipe A
(--) I810(0): Maximum frambuffer space: 8024 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/X11/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level 2
(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
(II) I810(0): VESA VBE DDC read successfully
(II) I810(0): Manufacturer: SAM Model: 12b7 Serial#: 1146368309
(II) I810(0): Year: 2000 Week: 35
(II) I810(0): EDID Version: 1.2
(II) I810(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) I810(0): Sync: Separate
(II) I810(0): Max H-Image Size [cm]: horiz.: 28 vert.: 21
(II) I810(0): Gamma: 2.12
(II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) I810(0): First detailed timing is preferred mode
(II) I810(0): redX: 0.632 redY: 0.335 greenX: 0.295 greenY: 0.593
(II) I810(0): blueX: 0.143 blueY: 0.066 whiteX: 0.283 whiteY: 0.298
(II) I810(0): Supported VESA Video Modes:
(II) I810(0): 720x400@70Hz
(II) I810(0): 720x400@88Hz
(II) I810(0): 640x480@60Hz
(II) I810(0): 640x480@67Hz
(II) I810(0): 640x480@72Hz
(II) I810(0): 640x480@75Hz
(II) I810(0): 800x600@56Hz
(II) I810(0): 800x600@60Hz
(II) I810(0): 800x600@72Hz
(II) I810(0): 800x600@75Hz
(II) I810(0): 832x624@75Hz
(II) I810(0): 1024x768@87Hz (interlaced)
(II) I810(0): 1024x768@60Hz
(II) I810(0): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) I810(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) I810(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 56.2 MHz Image Size: 267 x 200 mm
(II) I810(0): h_active: 800 h_sync: 832 h_sync_end 896 h_blank_end 1048 h_border: 0
(II) I810(0): v_active: 600 v_sync: 601 v_sync_end 604 v_blanking: 631 v_border: 0
(II) I810(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 55 kHz,
(II) I810(0): Monitor name: SAMTRON 55V
(II) I810(0): Serial No: HMEN817995
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 8024 kByte
(II) I810(0): Using detected DDC timings
(II) I810(0): HorizSync 30-55
(II) I810(0): VertRefresh 50-120
Mode: 30 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 24
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 24
LinNumberOfImagePages: 24
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 32 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 832
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 14
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 832
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 34 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 9
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1024
BnkNumberOfImagePages: 9
LinNumberOfImagePages: 9
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 38 (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1280
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 5
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 5
LinNumberOfImagePages: 5
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 3a (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1600
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 3c (1920x1440)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1920
XResolution: 1920
YResolution: 1440
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 2
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1920
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 41 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 13
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 13
LinNumberOfImagePages: 13
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 43 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 7
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 7
LinNumberOfImagePages: 7
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 45 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 4
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 2048
BnkNumberOfImagePages: 4
LinNumberOfImagePages: 4
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 49 (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 2
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 4b (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 3200
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 4d (1920x1440)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 3840
XResolution: 1920
YResolution: 1440
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 3840
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
*(WW) (640x480,Monitor0) mode clock 25.2MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 36MHz exceeds DDC maximum 0MHz
Mode: 50 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 5
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 5
LinNumberOfImagePages: 5
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*(WW) (800x600,Monitor0) mode clock 36MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 40MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 50MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 49.5MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 56.3MHz exceeds DDC maximum 0MHz
Mode: 52 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 3
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*(WW) (1024x768,Monitor0) mode clock 65MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 75MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 78.8MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 94.5MHz exceeds DDC maximum 0MHz
Mode: 54 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 4096
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*(WW) (1280x1024,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 135MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 132.751MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 132.751MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 132.751MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 128.943MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 128.943MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 100.389MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 100.389MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 100.389MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 100.389MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 75.058MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 75.058MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 75.058MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 75.058MHz exceeds DDC maximum 0MHz
Mode: 58 (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 5120
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 5120
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 229.5MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 190.247MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 190.247MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 111.703MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 111.703MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 111.703MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 111.703MHz exceeds DDC maximum 0MHz
Mode: 5a (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 6400
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 6400
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
Mode: 5c (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 60 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 61 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 62 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 63 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 64 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 65 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 66 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 67 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 68 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
(II) I810(0): Monitor0: Using hsync range of 30.00-55.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz
(II) I810(0): 7416 kBytes additional video memory is required to
enable tiling mode for DRI.
(II) I810(0): 5368 kBytes additional video memory is required to enable DRI.
(II) I810(0): Disabling DRI.
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): *Built-in mode "1024x768"
(**) I810(0): *Built-in mode "800x600"
(**) I810(0): *Built-in mode "640x480"
(II) I810(0): Attempting to use 60.00Hz refresh for mode "1024x768" (854)
(II) I810(0): Attempting to use 85.14Hz refresh for mode "800x600" (852)
(II) I810(0): Attempting to use 85.01Hz refresh for mode "640x480" (850)
(--) I810(0): Display dimensions: (280, 210) mm
(--) I810(0): DPI set to (92, 92)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/X11/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/X11/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/X11/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(==) I810(0): VBE Restore workaround: enabled.
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/X11/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.3
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0x50180000 - 0x501bffff (0x40000) MS[B]
[1] 0 0 0x40000000 - 0x4fffffff (0x10000000) MS[B]
[2] 0 0 0x50100000 - 0x5017ffff (0x80000) MS[B]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[8] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[9] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[10] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[11] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[12] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[16] 0 0 0x000020e0 - 0x000020e7 (0x8) IS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[20] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[21] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[22] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[23] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[24] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[25] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[26] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[27] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[28] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[29] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[30] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[31] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/X11/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r) 82945G Chipset Family Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r) 82945G Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 512 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 6144 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0xffff000 (0x0512a000)
(II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xfffb000 (0x1a49c000)
(II) I810(0): Allocated 4 kB for Overlay registers at 0xfffa000 (0x2bc0a000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7e0000
(WW) I810(0): xf86AllocateGARTMemory: allocation of 49 pages failed
(Cannot allocate memory)
(II) I810(0): 0x8203f08: Memory at offset 0x00020000, size 6144 kBytes
(II) I810(0): 0x8204ad8: Memory at offset 0x0ffff000, size 4 kBytes
(II) I810(0): 0x8204b38: Memory at offset 0x0fffb000, size 16 kBytes
(II) I810(0): 0x8204c0c: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x8203f48: Memory at offset 0x007e0000, size 64 kBytes
(II) I810(0): 0x8204ff8: Memory at offset 0x0fffa000, size 4 kBytes
(==) I810(0): Write-combining range (0x40000000,0x10000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(WW) I810(0): Extended BIOS function 0x5f05 not supported.
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x007bf000 (pgoffset 1983)
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x0ffff000 (pgoffset 65535)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0fffb000 (pgoffset 65531)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0fffa000 (pgoffset 65530)
(WW) I810(0): Extended BIOS function 0x5f05 not supported.
(II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method.
(II) I810(0): Setting refresh with VBE 3 method.
(II) I810(0): Display plane A is enabled and connected to Pipe A.
(II) I810(0): Display plane B is disabled and connected to Pipe B.
(II) I810(0): Enabling plane A.
(II) I810(0): Display plane A is now enabled and connected to Pipe A.
(II) I810(0): Display plane B is now disabled and connected to Pipe B.
(II) I810(0): PIPEACONF is 0x80000000
(II) I810(0): PIPEBCONF is 0x80000000
(II) I810(0): Mode bandwidth is 47 Mpixel/s
(WW) I810(0): Extended BIOS function 0x5f28 not supported.
(**) I810(0): Option "XaaNoOffscreenPixmaps" "true"
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Horizontal and Vertical Lines
Setting up tile and stipple cache:
16 128x128 slots
4 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(**) Option "dpms"
(**) I810(0): DPMS enabled
(II) I810(0): Set up overlay video
(II) I810(0): Set up textured video
(II) I810(0): direct rendering: Disabled
(II) I810(0): RandR enabled, ignore the following RandR disabled message.
(II) I810(0): Rotating to 0 degrees
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/X11/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/mouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc/pc(pc105)+pc/us" };
xkb_geometry { include "pc(pc105)" };
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
[/code:00a1d]
the rotating cube works even in the white screen(that is i can see a cube rotating).pressing <Alt>+<down>
brings up the beryl logo.But the problem is the whole screen is white.
Is it a problem with AIGLX?Please help.
i was trying to get beryl working on xfce.My distro is linuxfromscratch.I have Xorg 7.1 and Intel 945G chipset with integrated graphics card.I am not sure if i should use AIGLX or XGL.But i tried with AIGLX following the gentoo wiki's instructions.
My current xorg.conf is:
[code:00a1d]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/X11/modules"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/TTF/"
FontPath "/usr/lib/X11/fonts/OTF"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/CID/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/usr/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "glx"
Load "xtrap"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 280 210 # mm
Identifier "Monitor0"
VendorName "SAM"
ModelName "SAMTRON 55V"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 55.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # [i]
#Option "CacheLines" # [i]
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # [i]
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "945G/GZ Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
VideoRam 10000
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Modes "1600x1200" "1280x1024" "1024x768
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0660
EndSection
[/code:00a1d]
With this xorg.conf,beryl complains that
[code:00a1d]************************************************** ************
* Beryl system compatiblity check *
************************************************** ************
Detected xserver : AIGLX
Checking Display :0.0 ...
Checking for XComposite extension : failed
No composite extension
beryl: No composite extension
[/code:00a1d]
so i modified /etc/X11/xorg.conf for aiglx as follows:
[code:00a1d]Section "DRI"
Group 0
Mode 0666
EndSection
Section "ServerLayout"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Device"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Screen"
DefaultDepth 24
EndSection[/code:00a1d]
Then beryl started.But on starting beryl from xterm in xfce,i got a completely white screen.
glxinfo gave this:
[code:00a1d]name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x53 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
[/code:00a1d]
After executing beryl from xterm(with the modifies xorg.conf,)i get:
[code:00a1d]
************************************************** ************
* Beryl system compatiblity check *
************************************************** ************
Detected xserver : AIGLX
Checking Display :0.0 ...
Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed
Checking Screen 0 ...
Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (2048x2048)
beryl: No GLXFBConfig for default depth, falling back on visinfo.
Reloading options
[/code:00a1d]
after executing beryl from xterm in xfce,the content of /var/log/Xorg.0.log is:(i first started xfce with startx,and then started beryl by typing beryl from xterm in xfce.after that the xfce window manager stopped working and i had to restart it explicitly.)
[code:00a1d]
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-1.2798.fc6 i686
Current Operating System: Linux localhost@localdomain 2.6.16.27 #1 SMP PREEMPT Wed May 2 17:51:18 IST 2007 i686
Build Date: 25 March 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 5 17:11:45 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/lib/X11/fonts/CID/" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/lib/X11/fonts/misc/,
/usr/lib/X11/fonts/TTF/,
/usr/lib/X11/fonts/OTF,
/usr/lib/X11/fonts/Type1/,
/usr/lib/X11/fonts/100dpi/,
/usr/lib/X11/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/X11/modules"
(**) Option "AIGLX" "true"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/X11/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/X11/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 8086,544e rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2772 card 8086,544e rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 8086,0202 rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 8086,544e rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,544e rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,544e rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,544e rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,544e rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 8086,544e rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,544e rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 8086,544e rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,544e rev 01 class 0c,05,00 hdr 00
(II) PCI: 04:08:0: chip 8086,27dc card 8086,3086 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:2), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:3), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[1] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[2] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[3] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation 945G/GZ Express Integrated Graphics Controller rev 2, Mem @ 0x50100000/19, 0x40000000/28, 0x50180000/18, I/O @ 0x20e0/3
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[1] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[2] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[3] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[4] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[5] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[6] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[7] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[8] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[9] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[10] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[11] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[12] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[13] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[14] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[15] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[16] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[17] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[18] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[1] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[2] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[3] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[4] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[5] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[6] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[7] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[8] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[9] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[10] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[11] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[12] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[13] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[14] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[15] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[16] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[17] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[18] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[5] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[6] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[7] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[8] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[9] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[13] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[14] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[15] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[16] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[17] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[18] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[19] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[20] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[21] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[22] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[23] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[24] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/X11/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "glx"
(II) Loading /usr/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(**) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/X11/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/lib/X11/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/X11/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "freetype"
(II) Loading /usr/lib/X11/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/X11/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "i810"
(II) Loading /usr/lib/X11/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.6.5
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/X11/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/X11/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ
(II) Primary Device is: PCI 00:02:0
(--) Chipset 945G found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[5] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[6] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[7] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[8] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[9] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[13] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[14] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[15] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[16] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[17] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[18] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[19] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[20] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[21] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[22] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[23] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[24] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[5] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[6] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[7] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[8] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[9] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[16] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[17] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[18] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[19] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[20] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[21] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[22] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[23] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[24] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[25] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[26] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[27] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
[28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/X11/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/X11/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/X11/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(**) I810(0): Option "DRI" "true"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/X11/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r) 82945G Chipset Family Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r) 82945G Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 945G
(--) I810(0): Chipset: "945G"
(--) I810(0): Linear framebuffer at 0x40000000
(--) I810(0): IO registers at addr 0x50100000
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 7932 kB stolen memory.
(II) I810(0): Kernel reported 208896 total, 1 used
(II) I810(0): I830CheckAvailableMemory: 835580 kB available
(WW) I810(0): VideoRAM reduced to 8192 kByte (page aligned - was 10000)
(II) I810(0): Will attempt to tell the BIOS that there is 8128 kB VideoRAM
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/X11/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 8128 kB
(II) I810(0): VESA VBE OEM: Intel(r) 82945G Chipset Family Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r) 82945G Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 8128 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 7932 kByte
(**) I810(0): VideoRAM: 8192 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 1256
(==) I810(0): Device Presence: disabled.
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
If you encounter this problem please add
Option "DisplayInfo" "FALSE"
to the Device section of your XF86Config file.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(WW) I810(0): Extended BIOS function 0x5f64 not supported.
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0): CRT
(II) I810(0): No active displays on Pipe B.
(==) I810(0): Display is using Pipe A
(--) I810(0): Maximum frambuffer space: 8024 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/X11/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level 2
(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
(II) I810(0): VESA VBE DDC read successfully
(II) I810(0): Manufacturer: SAM Model: 12b7 Serial#: 1146368309
(II) I810(0): Year: 2000 Week: 35
(II) I810(0): EDID Version: 1.2
(II) I810(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) I810(0): Sync: Separate
(II) I810(0): Max H-Image Size [cm]: horiz.: 28 vert.: 21
(II) I810(0): Gamma: 2.12
(II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) I810(0): First detailed timing is preferred mode
(II) I810(0): redX: 0.632 redY: 0.335 greenX: 0.295 greenY: 0.593
(II) I810(0): blueX: 0.143 blueY: 0.066 whiteX: 0.283 whiteY: 0.298
(II) I810(0): Supported VESA Video Modes:
(II) I810(0): 720x400@70Hz
(II) I810(0): 720x400@88Hz
(II) I810(0): 640x480@60Hz
(II) I810(0): 640x480@67Hz
(II) I810(0): 640x480@72Hz
(II) I810(0): 640x480@75Hz
(II) I810(0): 800x600@56Hz
(II) I810(0): 800x600@60Hz
(II) I810(0): 800x600@72Hz
(II) I810(0): 800x600@75Hz
(II) I810(0): 832x624@75Hz
(II) I810(0): 1024x768@87Hz (interlaced)
(II) I810(0): 1024x768@60Hz
(II) I810(0): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) I810(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) I810(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
(II) I810(0): Supported additional Video Mode:
(II) I810(0): clock: 56.2 MHz Image Size: 267 x 200 mm
(II) I810(0): h_active: 800 h_sync: 832 h_sync_end 896 h_blank_end 1048 h_border: 0
(II) I810(0): v_active: 600 v_sync: 601 v_sync_end 604 v_blanking: 631 v_border: 0
(II) I810(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 55 kHz,
(II) I810(0): Monitor name: SAMTRON 55V
(II) I810(0): Serial No: HMEN817995
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 8024 kByte
(II) I810(0): Using detected DDC timings
(II) I810(0): HorizSync 30-55
(II) I810(0): VertRefresh 50-120
Mode: 30 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 24
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 24
LinNumberOfImagePages: 24
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 32 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 832
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 14
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 832
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 34 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 9
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1024
BnkNumberOfImagePages: 9
LinNumberOfImagePages: 9
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 38 (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1280
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 5
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 5
LinNumberOfImagePages: 5
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 3a (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1600
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 3c (1920x1440)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1920
XResolution: 1920
YResolution: 1440
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 2
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1920
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 41 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 13
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 13
LinNumberOfImagePages: 13
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 43 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 7
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 7
LinNumberOfImagePages: 7
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 45 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 4
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 2048
BnkNumberOfImagePages: 4
LinNumberOfImagePages: 4
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 49 (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 2
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 4b (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 3200
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
Mode: 4d (1920x1440)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 3840
XResolution: 1920
YResolution: 1440
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 3840
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 230000000
*(WW) (640x480,Monitor0) mode clock 25.2MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 36MHz exceeds DDC maximum 0MHz
Mode: 50 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 5
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 5
LinNumberOfImagePages: 5
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*(WW) (800x600,Monitor0) mode clock 36MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 40MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 50MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 49.5MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 56.3MHz exceeds DDC maximum 0MHz
Mode: 52 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 3
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*(WW) (1024x768,Monitor0) mode clock 65MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 75MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 78.8MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 94.5MHz exceeds DDC maximum 0MHz
Mode: 54 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 4096
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*(WW) (1280x1024,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 135MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 159.358MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 138.542MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 132.751MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 132.751MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 132.751MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 128.943MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 128.943MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108.78MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 100.389MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 100.389MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 100.389MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 100.389MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 75.058MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 75.058MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 75.058MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 75.058MHz exceeds DDC maximum 0MHz
Mode: 58 (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 5120
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 5120
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
*(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 229.5MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 234.576MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 204.326MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 195.84MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 190.247MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 190.247MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 160.833MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 148.759MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 111.703MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 111.703MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 111.703MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 111.703MHz exceeds DDC maximum 0MHz
Mode: 5a (1600x1200)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0005a9e
BytesPerScanline: 6400
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0x40000000
LinBytesPerScanLine: 6400
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 230000000
Mode: 5c (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 60 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 61 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 62 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 63 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 64 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 65 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 66 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 67 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 68 (0x0)
ModeAttributes: 0x0
WinAAttributes: 0x0
WinBAttributes: 0x0
WinGranularity: 0
WinSize: 0
WinASegment: 0x0
WinBSegment: 0x0
WinFuncPtr: 0x0
BytesPerScanline: 0
XResolution: 0
YResolution: 0
XCharSize: 0
YCharSize: 0
NumberOfPlanes: 0
BitsPerPixel: 0
NumberOfBanks: 0
MemoryModel: 0
BankSize: 0
NumberOfImages: 0
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 0
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
(II) I810(0): Monitor0: Using hsync range of 30.00-55.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz
(II) I810(0): 7416 kBytes additional video memory is required to
enable tiling mode for DRI.
(II) I810(0): 5368 kBytes additional video memory is required to enable DRI.
(II) I810(0): Disabling DRI.
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): *Built-in mode "1024x768"
(**) I810(0): *Built-in mode "800x600"
(**) I810(0): *Built-in mode "640x480"
(II) I810(0): Attempting to use 60.00Hz refresh for mode "1024x768" (854)
(II) I810(0): Attempting to use 85.14Hz refresh for mode "800x600" (852)
(II) I810(0): Attempting to use 85.01Hz refresh for mode "640x480" (850)
(--) I810(0): Display dimensions: (280, 210) mm
(--) I810(0): DPI set to (92, 92)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/X11/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/X11/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/X11/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(==) I810(0): VBE Restore workaround: enabled.
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/X11/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.3
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0x50180000 - 0x501bffff (0x40000) MS[B]
[1] 0 0 0x40000000 - 0x4fffffff (0x10000000) MS[B]
[2] 0 0 0x50100000 - 0x5017ffff (0x80000) MS[B]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0x50000000 - 0x50000fff (0x1000) MX[B]
[8] -1 0 0x501c4000 - 0x501c43ff (0x400) MX[B]
[9] -1 0 0x501c0000 - 0x501c3fff (0x4000) MX[B]
[10] -1 0 0x50180000 - 0x501bffff (0x40000) MX[B](B)
[11] -1 0 0x40000000 - 0x4fffffff (0x10000000) MX[B](B)
[12] -1 0 0x50100000 - 0x5017ffff (0x80000) MX[B](B)
[13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[16] 0 0 0x000020e0 - 0x000020e7 (0x8) IS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x00001000 - 0x0000103f (0x40) IX[B]
[20] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[21] -1 0 0x000020a0 - 0x000020af (0x10) IX[B]
[22] -1 0 0x000020e8 - 0x000020eb (0x4) IX[B]
[23] -1 0 0x000020c0 - 0x000020c7 (0x8) IX[B]
[24] -1 0 0x000020ec - 0x000020ef (0x4) IX[B]
[25] -1 0 0x000020c8 - 0x000020cf (0x8) IX[B]
[26] -1 0 0x000020b0 - 0x000020bf (0x10) IX[B]
[27] -1 0 0x00002020 - 0x0000203f (0x20) IX[B]
[28] -1 0 0x00002040 - 0x0000205f (0x20) IX[B]
[29] -1 0 0x00002060 - 0x0000207f (0x20) IX[B]
[30] -1 0 0x00002080 - 0x0000209f (0x20) IX[B]
[31] -1 0 0x000020e0 - 0x000020e7 (0x8) IX[B](B)
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/X11/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r) 82945G Chipset Family Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r) 82945G Chipset Family Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 512 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 6144 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0xffff000 (0x0512a000)
(II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xfffb000 (0x1a49c000)
(II) I810(0): Allocated 4 kB for Overlay registers at 0xfffa000 (0x2bc0a000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7e0000
(WW) I810(0): xf86AllocateGARTMemory: allocation of 49 pages failed
(Cannot allocate memory)
(II) I810(0): 0x8203f08: Memory at offset 0x00020000, size 6144 kBytes
(II) I810(0): 0x8204ad8: Memory at offset 0x0ffff000, size 4 kBytes
(II) I810(0): 0x8204b38: Memory at offset 0x0fffb000, size 16 kBytes
(II) I810(0): 0x8204c0c: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x8203f48: Memory at offset 0x007e0000, size 64 kBytes
(II) I810(0): 0x8204ff8: Memory at offset 0x0fffa000, size 4 kBytes
(==) I810(0): Write-combining range (0x40000000,0x10000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(WW) I810(0): Extended BIOS function 0x5f05 not supported.
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x007bf000 (pgoffset 1983)
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x0ffff000 (pgoffset 65535)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0fffb000 (pgoffset 65531)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0fffa000 (pgoffset 65530)
(WW) I810(0): Extended BIOS function 0x5f05 not supported.
(II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method.
(II) I810(0): Setting refresh with VBE 3 method.
(II) I810(0): Display plane A is enabled and connected to Pipe A.
(II) I810(0): Display plane B is disabled and connected to Pipe B.
(II) I810(0): Enabling plane A.
(II) I810(0): Display plane A is now enabled and connected to Pipe A.
(II) I810(0): Display plane B is now disabled and connected to Pipe B.
(II) I810(0): PIPEACONF is 0x80000000
(II) I810(0): PIPEBCONF is 0x80000000
(II) I810(0): Mode bandwidth is 47 Mpixel/s
(WW) I810(0): Extended BIOS function 0x5f28 not supported.
(**) I810(0): Option "XaaNoOffscreenPixmaps" "true"
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Horizontal and Vertical Lines
Setting up tile and stipple cache:
16 128x128 slots
4 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(**) Option "dpms"
(**) I810(0): DPMS enabled
(II) I810(0): Set up overlay video
(II) I810(0): Set up textured video
(II) I810(0): direct rendering: Disabled
(II) I810(0): RandR enabled, ignore the following RandR disabled message.
(II) I810(0): Rotating to 0 degrees
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/X11/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/mouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc/pc(pc105)+pc/us" };
xkb_geometry { include "pc(pc105)" };
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
[/code:00a1d]
the rotating cube works even in the white screen(that is i can see a cube rotating).pressing <Alt>+<down>
brings up the beryl logo.But the problem is the whole screen is white.
Is it a problem with AIGLX?Please help.