Looks like you are using a xorg.conf file - can you include that so we can see the contents?
Parse error on line 9 of section Files in file /etc/X11/xorg.conf Ignoring obsolete keyword "RgbPath". Also, does the server come up without an xorg.conf file? Thanks Niveditha On 07/30/09 11:13, Sam Ashcraft wrote: > I was told I should post this in here, Here is the original post: > > http://opensolaris.org/jive/thread.jspa?threadID=108864&tstart=0 > <http://opensolaris.org/jive/thread.jspa?threadID=108864&tstart=0> > ------------------------------------------ > I have an SBC that I am trying to use for a file server. The system is > using integrated Intel X3100 Graphics. However when I boot to the > LiveCD the xserver fails to start (I just get a blank screen). Same > with the vesa option. If I boot into text mode everything seems fine > but if I startx I get: > > X.Org X Server 1.5.3 > Release Date: 5 November 2008 > X Protocol Version 11, Revision 0 > Build Operating System: SunOS 5.11 snv_108 i86pc > Current Operating System: SunOS opensolaris 5.11 snv_111b i86pc > Build Date: 07 May 2009 04:44:56PM > > > Solaris ABI: 64-bit > SUNWxorg-server package version: 6.9.0.5.11.11100,REV=0.2009.05.07 > SUNWxorg-graphics-ddx package version: 6.9.0.5.11.11100,REV=0.2009.04.02 > SUNWxorg-mesa package version: 6.9.0.5.11.11100,REV=0.2009.04.02 > Before reporting problems, check http://sunsolve.sun.com/ > to make sure that you have the latest version. > 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: Mon Jul 27 21:15:16 2009 > (==) Using config file: "/etc/X11/xorg.conf" > Parse error on line 9 of section Files in file /etc/X11/xorg.conf > Ignoring obsolete keyword "RgbPath". > (EE) Failed to load module "record" (module does not exist, 0) > (EE) Failed to load module "xtrap" (module does not exist, 0) > (EE) VESA(0): Driver can't support depth 24 > (EE) Screen(s) found, but none have a usable configuration. > > Fatal server error: > no screens found > > I have tried: > /usr/bin/X11/Xorg -configure > > /usr/X11/bin/xinit /usr/bin/dbus-launch gnome-session -- > /usr/X11/bin/Xorg ?config /jack/xorg.conf.new :0 > > but get the same problem. > > I have tried both the intel and vesa drivers. > > How the heck do i go about fixing this? > > Thank you. > ------------------------------------- > > When I try the intel driver instead of neatly failing I just get a > blank screen that I cant escape from. > > Ctrl-Alt-Backspace just seems to restart X back into the blank screen > and I cant get into another session (ctrl-alt-f1,f2,f3,etc..) > > i forgot to mention that this is how it usually happens, vary rarely > can I get it to give me an error. > > I can still ssh to the box though. > > I attached the /var/log/Xorg.0.log as Xorg.intel.txt > > > For the vesa driver: > I did the whole /usr/bin/X11/Xorg -configure > then when in and manually changed /jack/xorg.conf.new to use the vesa > driver > > then I: > /usr/X11/bin/xinit /usr/bin/dbus-launch gnome-session -- > /usr/X11/bin/Xorg ?config /jack/xorg.conf.new :0 > > and that at least caused X to Fails elegantly and give me a proper error, > > Attached is the new Xorg.0.log as Xorg.vesa.txt > > andrewk7 posted: > > I don't know why the Intel driver is failing, but the > > VESA driver is failing because it seems unable to > > find modes that the hardware is capable of > > displaying. I did notice that DDC is failing, which > > could mean that your monitor is not DDC capable, you > > have a dodgy VGA cable that has one or more of the > > DDC pins disconnected (like the one I had), or > > possibly your graphics hardware is faulty. DDC > > failure should not lead to no display - it should > > fall back to a "safe" video mode - e.g. > > 800x600 at 60Hz. > > > > Can you add a "Modes" line to the SubSection > > "Display", Depth 24 of the "Screen" Section of your > > xorg.conf file? It should look something like this: > > > > Section "Screen" > > Identifier "Screen0" > > Device "Card0" > > Monitor "Monitor0" > > SubSection "Display" > > Viewport 0 0 > > Depth 1 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 4 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 8 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 15 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 16 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 24 > > Modes "1024x768" "800x600" "640x480" > > EndSubSection > > EndSection > > > > I've corss-posted this to xwindow-discuss where the X > > experts hang out. > > > > Cheers > > > > Andrew. > > I made the recommended changes and was a blank screen again. Ive > attached the new log as Xorg.modes.txt > > I have tried a different monitor, just to eliminate possibility's and > got same results, when X runs I get a nice "NO SIGNAL" > > Can you X experts help me? > >------------------------------------------------------------------------ > >X.Org X Server 1.5.3 >Release Date: 5 November 2008 >X Protocol Version 11, Revision 0 >Build Operating System: SunOS 5.11 snv_108 i86pc >Current Operating System: SunOS opensolaris 5.11 snv_111b i86pc >Build Date: 07 May 2009 04:44:56PM > > >Solaris ABI: 64-bit >SUNWxorg-server package version: 6.9.0.5.11.11100,REV=0.2009.05.07 >SUNWxorg-graphics-ddx package version: 6.9.0.5.11.11100,REV=0.2009.04.02 >SUNWxorg-mesa package version: 6.9.0.5.11.11100,REV=0.2009.04.02 > Before reporting problems, check http://sunsolve.sun.com/ > to make sure that you have the latest version. >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: Tue Jul 28 16:18:27 2009 >(EE) Unable to locate/open config file >(II) Loader magic: 5ecca0 >(II) Module ABI versions: > X.Org ANSI C Emulation: 0.4 > X.Org Video Driver: 4.1 > X.Org XInput driver : 2.1 > X.Org Server Extension : 1.1 > X.Org Font Renderer : 0.6 >(II) Loader running on solaris >(--) PCI:*(0 at 0:2:0) Intel Corporation Mobile GME965/GLE960 Integrated >Graphics Controller rev 3, Mem @ 0xfe800000/1048576, 0xd0000000/268435456, I/O >@ 0x0000b400/8, BIOS @ 0x????????/65536 >(--) PCI: (0 at 0:2:1) Intel Corporation Mobile GME965/GLE960 Integrated >Graphics Controller rev 3, Mem @ 0xfe700000/1048576, BIOS @ 0x????????/65536 >(==) Using default built-in configuration (39 lines) >(==) --- Start of built-in configuration --- > Section "Device" > Identifier "Builtin Default intel Device 0" > Driver "intel" > EndSection > Section "Screen" > Identifier "Builtin Default intel Screen 0" > Device "Builtin Default intel Device 0" > EndSection > Section "Device" > Identifier "Builtin Default i810 Device 0" > Driver "i810" > EndSection > Section "Screen" > Identifier "Builtin Default i810 Screen 0" > Device "Builtin Default i810 Device 0" > EndSection > Section "Device" > Identifier "Builtin Default vesa Device 0" > Driver "vesa" > EndSection > Section "Screen" > Identifier "Builtin Default vesa Screen 0" > Device "Builtin Default vesa Device 0" > EndSection > Section "Device" > Identifier "Builtin Default fbdev Device 0" > Driver "fbdev" > EndSection > Section "Screen" > Identifier "Builtin Default fbdev Screen 0" > Device "Builtin Default fbdev Device 0" > EndSection > Section "ServerLayout" > Identifier "Builtin Default Layout" > Screen "Builtin Default intel Screen 0" > Screen "Builtin Default i810 Screen 0" > Screen "Builtin Default vesa Screen 0" > Screen "Builtin Default fbdev Screen 0" > EndSection >(==) --- End of built-in configuration --- >(==) ServerLayout "Builtin Default Layout" >(**) |-->Screen "Builtin Default intel Screen 0" (0) >(**) | |-->Monitor "<default monitor>" >(**) | |-->Device "Builtin Default intel Device 0" >(==) No monitor specified for screen "Builtin Default intel Screen 0". > Using a default monitor configuration. >(**) |-->Screen "Builtin Default i810 Screen 0" (1) >(**) | |-->Monitor "<default monitor>" >(**) | |-->Device "Builtin Default i810 Device 0" >(==) No monitor specified for screen "Builtin Default i810 Screen 0". > Using a default monitor configuration. >(**) |-->Screen "Builtin Default vesa Screen 0" (2) >(**) | |-->Monitor "<default monitor>" >(**) | |-->Device "Builtin Default vesa Device 0" >(==) No monitor specified for screen "Builtin Default vesa Screen 0". > Using a default monitor configuration. >(**) |-->Screen "Builtin Default fbdev Screen 0" (3) >(**) | |-->Monitor "<default monitor>" >(**) | |-->Device "Builtin Default fbdev Device 0" >(==) No monitor specified for screen "Builtin Default fbdev Screen 0". > Using a default monitor configuration. >(==) Automatically adding devices >(==) Automatically enabling devices >(==) No FontPath specified. Using compiled-in default. >(==) FontPath set to: > catalogue:/etc/X11/fontpath.d >(==) ModulePath set to "/usr/X11/lib/modules/amd64" >(==) |-->Input Device "<default pointer>" >(==) |-->Input Device "<default keyboard>" >(==) The core pointer device wasn't specified explicitly in the layout. > Using the default mouse configuration. >(==) The core keyboard device wasn't specified explicitly in the layout. > Using the default keyboard configuration. >(II) 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 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >(II) LoadModule: "extmod" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libextmod.so >(II) Module extmod: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 >(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) Loading extension XEVIE >(II) LoadModule: "dbe" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libdbe.so >(II) Module dbe: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension DOUBLE-BUFFER >(II) LoadModule: "glx" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libglx.so >(II) Module glx: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(==) AIGLX enabled >(==) Exporting typical set of GLX visuals >(II) Loading extension GLX >(II) LoadModule: "freetype" > >(II) Loading /usr/X11/lib/modules/fonts/amd64//libfreetype.so >(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" > compiled for 1.5.3, module version = 2.1.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.6 >(II) Loading font FreeType >(II) LoadModule: "dri" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libdri.so >(II) Module dri: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension XFree86-DRI >(II) LoadModule: "ia" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libia.so >(II) Module IANAME: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension SolarisIA >(II) LoadModule: "xtsol" > >(WW) Warning, couldn't open module xtsol >(II) UnloadModule: "xtsol" >(II) Failed to load module "xtsol" (module does not exist, 0) >(II) LoadModule: "intel" > >(II) Loading /usr/X11/lib/modules/drivers/amd64//intel_drv.so >(II) Module intel: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 2.4.2 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 4.1 >(II) LoadModule: "i810" > >(II) Loading /usr/X11/lib/modules/drivers/amd64//i810_drv.so >(II) Module i810: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 2.4.2 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 4.1 >(II) UnloadModule: "i810" >(II) Unloading /usr/X11/lib/modules/drivers/amd64//i810_drv.so >(II) Failed to load module "i810" (already loaded, 0) >(II) LoadModule: "vesa" > >(II) Loading /usr/X11/lib/modules/drivers/amd64//vesa_drv.so >(II) Module vesa: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 2.1.0 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 4.1 >(II) LoadModule: "fbdev" > >(WW) Warning, couldn't open module fbdev >(II) UnloadModule: "fbdev" >(II) Failed to load module "fbdev" (module does not exist, 0) >(II) LoadModule: "mouse" > >(II) Loading /usr/X11/lib/modules/input/amd64//mouse_drv.so >(II) Module mouse: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.4.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 >(II) LoadModule: "kbd" > >(II) Loading /usr/X11/lib/modules/input/amd64//kbd_drv.so >(II) Module kbd: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 >(II) intel: Driver for Intel Integrated Graphics Chipsets: i810, > i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, > E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, > 965GM, 965GME/GLE, G33, Q35, Q33, > Mobile Intel?? GM45 Express Chipset, > Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41 >(II) VESA: driver for VESA chipsets: vesa >(II) Primary Device is: PCI 00 at 00:02:0 >(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 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >(WW) Falling back to old probe method for vesa >(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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] >(II) Loading sub module "int10" >(II) LoadModule: "int10" > >(II) Loading /usr/X11/lib/modules/amd64//libint10.so >(II) Module int10: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Video Driver, version 4.1 >(II) Loading sub module "vbe" >(II) LoadModule: "vbe" > >(II) Loading /usr/X11/lib/modules/amd64//libvbe.so >(II) Module vbe: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.1.0 > ABI class: X.Org Video Driver, version 4.1 >(II) Loading sub module "vgahw" >(II) LoadModule: "vgahw" > >(II) Loading /usr/X11/lib/modules/amd64//libvgahw.so >(II) Module vgahw: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 0.1.0 > ABI class: X.Org Video Driver, version 4.1 >(II) intel(0): Creating default Display subsection in Screen section > "Builtin Default intel Screen 0" for depth/fbbpp 24/32 >(++) intel(0): Depth 24, (--) framebuffer bpp 32 >(==) intel(0): RGB weight 888 >(==) intel(0): Default visual is TrueColor >(II) intel(0): Integrated Graphics Chipset: Intel(R) 965GME/GLE >(--) intel(0): Chipset: "965GME/GLE" >(--) intel(0): Linear framebuffer at 0xD0000000 >(--) intel(0): IO registers at addr 0xFE800000 >(II) intel(0): 2 display pipes available. >(==) intel(0): Using EXA for acceleration >(II) Loading sub module "int10" >(II) LoadModule: "int10" > >(II) Reloading /usr/X11/lib/modules/amd64//libint10.so >(II) intel(0): initializing int10 >(WW) intel(0): Bad V_BIOS checksum >(II) intel(0): Primary V_BIOS segment is: 0xc000 >(II) intel(0): VESA BIOS detected >(II) intel(0): VESA VBE Version 3.0 >(II) intel(0): VESA VBE Total Mem: 448 kB >(II) intel(0): VESA VBE OEM: Intel(r)Crestline Graphics Chip Accelerated VGA >BIOS >(II) intel(0): VESA VBE OEM Software Rev: 1.0 >(II) intel(0): VESA VBE OEM Vendor: Intel Corporation >(II) intel(0): VESA VBE OEM Product: Intel(r)Crestline Graphics Controller >(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 >(II) Loading sub module "ddc" >(II) LoadModule: "ddc" >(II) Module "ddc" already built-in >(II) Loading sub module "i2c" >(II) LoadModule: "i2c" >(II) Module "i2c" already built-in >(II) intel(0): Output VGA has no monitor section >(II) intel(0): I2C bus "CRTDDC_A" initialized. >(II) intel(0): Output LVDS has no monitor section >(II) intel(0): I2C bus "LVDSDDC_C" initialized. >(II) intel(0): Attempting to determine panel fixed mode. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): Output TV has no monitor section >(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "CRTDDC_A:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): Output VGA connected >(II) intel(0): Output LVDS connected >(II) intel(0): Output TV connected >(II) intel(0): Using exact sizes for initial modes >(II) intel(0): Output VGA using initial mode 1024x768 >(II) intel(0): Output LVDS using initial mode 1024x768 >(II) intel(0): Output TV using initial mode 1024x768 >(II) intel(0): Monitoring connected displays enabled >(II) intel(0): detected 512 kB GTT. >(II) intel(0): detected 508 kB stolen memory. >(==) intel(0): video overlay key set to 0x101fe >(==) intel(0): Will not try to enable page flipping >(==) intel(0): Triple buffering disabled >(==) intel(0): Intel XvMC decoder disabled >(==) intel(0): Using gamma correction (1.0, 1.0, 1.0) >(==) intel(0): DPI set to (96, 96) >(II) Loading sub module "fb" >(II) LoadModule: "fb" > >(II) Loading /usr/X11/lib/modules/amd64//libfb.so >(II) Module fb: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org ANSI C Emulation, version 0.4 >(II) Loading sub module "exa" >(II) LoadModule: "exa" > >(II) Loading /usr/X11/lib/modules/amd64//libexa.so >(II) Module exa: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 2.4.0 > ABI class: X.Org Video Driver, version 4.1 >(II) Loading sub module "ramdac" >(II) LoadModule: "ramdac" >(II) Module "ramdac" already built-in >(II) intel(0): Comparing regs from server start up to After PreInit >(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to >0xd0000009 >(WW) intel(0): PP_STATUS before: on, ready, sequencing idle >(WW) intel(0): PP_STATUS after: on, ready, sequencing on >(II) UnloadModule: "vesa" >(II) Unloading /usr/X11/lib/modules/drivers/amd64//vesa_drv.so >(==) Depth 24 pixmap format is 32 bpp >(II) do I need RAC? No, I don't. >(II) resource ranges after preInit: > [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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) >(II) GARTInit: /dev/agpgart opened successfully >(II) intel(0): xf86AcquireGART: AGPIOC_ACQUIRE succeeded >(II) intel(0): xf86ReleaseGART: AGPIOC_RELEASE succeeded >(II) intel(0): I830CheckAvailableMemory: 521788 kB available >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 14, (OK) >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 14, (OK) >drmOpenByBusid: Searching for BusID pci:0000:00:02.0 >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 14, (OK) >drmOpenByBusid: drmOpenMinor returns 14 >drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 >(II) [drm] DRM interface version 1.2 >(II) [drm] DRM open master succeeded. >(II) intel(0): [drm] Using the DRM lock SAREA also for drawables. >(II) intel(0): [drm] framebuffer mapped by ddx driver >(II) intel(0): [drm] added 1 reserved context for kernel >(II) intel(0): X context handle = 1 >(II) intel(0): [drm] installed DRM signal handler >(**) intel(0): Framebuffer compression enabled >(**) intel(0): Tiling enabled >(==) intel(0): VideoRam: 262144 KB >(II) intel(0): Attempting memory allocation with tiled buffers. >(II) intel(0): xf86AcquireGART: AGPIOC_ACQUIRE succeeded >(II) intel(0): Tiled allocation successful. >(II) intel(0): [drm] Registers = 0x030de000 >(II) intel(0): [drm] ring buffer = 0x6c447000 >(II) intel(0): [drm] mapped front buffer at 0xd0700000, handle = 0x5381b000 >(II) intel(0): [drm] mapped back buffer at 0xd1700000, handle = 0x54684000 >(II) intel(0): [drm] mapped depth buffer at 0xd1b00000, handle = 0x5a2b9000 >(II) intel(0): [drm] mapped classic textures at 0xd1f00000, handle = 0x6c491000 >(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432 >(II) intel(0): [dri] visual configs initialized >(II) intel(0): Page Flipping disabled >(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 >(II) EXA(0): Offscreen pixmap area of 12582912 bytes >(II) EXA(0): Driver registered support for the following operations: >(II) Solid >(II) Copy >(II) Composite (RENDER acceleration) >(==) intel(0): Backing store disabled >(==) intel(0): Silken mouse disabled >(II) intel(0): Initializing HW Cursor >(II) intel(0): [DRI] installation complete >(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0007f000 (pgoffset 127) >(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00700000 (pgoffset 1792) >(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x00b00000 (pgoffset 2816) >(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01700000 (pgoffset 5888) >(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x01b00000 (pgoffset 6912) >(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01f00000 (pgoffset 7936) >(II) intel(0): Fixed memory allocation layout: >(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) >(II) intel(0): 0x00020000-0x00020fff: compressed ll buffer (4 kB, >0x000000007ff20000 physical >) >(II) intel(0): 0x00021000-0x0002afff: HW cursors (40 kB) >(II) intel(0): 0x0002b000-0x00032fff: logical 3D context (32 kB) >(II) intel(0): 0x00033000-0x00044fff: exa G965 state buffer (72 kB) >(II) intel(0): 0x00045000-0x00045fff: overlay registers (4 kB) >(II) intel(0): 0x00046000-0x00046fff: power context (4 kB) >(II) intel(0): 0x0007f000: end of stolen memory >(II) intel(0): 0x0007f000-0x0067efff: compressed frame buffer (6144 kB, >0x000000000d3f9000 physical >) >(II) intel(0): 0x00700000-0x00afffff: front buffer (4096 kB) X tiled >(II) intel(0): 0x00b00000-0x016fffff: exa offscreen (12288 kB) >(II) intel(0): 0x01700000-0x01afffff: back buffer (4096 kB) X tiled >(II) intel(0): 0x01b00000-0x01efffff: depth buffer (4096 kB) Y tiled >(II) intel(0): 0x01f00000-0x03efffff: classic textures (32768 kB) >(II) intel(0): 0x10000000: end of aperture >(WW) intel(0): ESR is 0x00000010, page table error >(WW) intel(0): PGTBL_ER is 0x00000010, display A pte >(WW) intel(0): Existing errors found in hardware state. >(II) intel(0): Selecting standard 18 bit TMDS pixel format. >(II) intel(0): Output configuration: >(II) intel(0): Pipe A is on >(II) intel(0): Display plane A is now enabled and connected to pipe A. >(II) intel(0): Pipe B is on >(II) intel(0): Display plane B is now enabled and connected to pipe B. >(II) intel(0): Output VGA is connected to pipe none >(II) intel(0): Output LVDS is connected to pipe B >(II) intel(0): Output TV is connected to pipe A >(II) intel(0): [drm] dma control initialized, using IRQ 5 >(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. >(II) intel(0): Selecting standard 18 bit TMDS pixel format. >(II) intel(0): DPMS enabled >(II) intel(0): Set up textured video >(II) intel(0): Set up overlay video >(II) intel(0): direct rendering: Enabled >(--) 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 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 >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 15, (OK) >drmOpenByBusid: Searching for BusID pci:0000:00:02.0 >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 15, (OK) >drmOpenByBusid: drmOpenMinor returns 15 >drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 >(II) AIGLX: enabled GLX_MESA_copy_sub_buffer >(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control >(II) AIGLX: enabled GLX_texture_from_pixmap with driver support >(II) AIGLX: Loaded and initialized /usr/X11/lib/modules/dri/amd64/i965_dri.so >(II) GLX: Initialized DRI GL provider for screen 0 >(II) intel(0): Setting screen physical size to 270 x 203 >(II) <default pointer>: Setting Device option to "/dev/mouse" >(**) <default pointer>: Protocol: VUID >(**) Option "CorePointer" >(**) <default pointer>: always reports core events >(**) Option "Device" "/dev/mouse" >(II) <default pointer>: Setting Buttons option to "3" >(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50 >(**) <default pointer>: ZAxisMapping: buttons 4 and 5 >(**) <default pointer>: Buttons: 9 >(**) Option "CoreKeyboard" >(**) <default keyboard>: always reports core events >(II) <default keyboard>: Opened device "/dev/kbd" >(--) <default keyboard>: Keyboard type: USB (6) >(--) <default keyboard>: Keyboard layout: 33 >(--) XKB: model: "sun_type6_usb" >(--) XKB: layout: "us" >(--) <default keyboard>: XkbModel = sun_type6_usb >(--) <default keyboard>: XkbLayout = us >(**) Option "AutoRepeat" "500 30" >(**) Option "XkbRules" "xorg" >(**) <default keyboard>: XkbRules: "xorg" >(**) Option "XkbModel" "sun_type6_usb" >(**) <default keyboard>: XkbModel: "sun_type6_usb" >(**) Option "XkbLayout" "us" >(**) <default keyboard>: XkbLayout: "us" >(**) Option "CustomKeycodes" "off" >(**) <default keyboard>: CustomKeycodes disabled >(II) evaluating device (<default pointer>) >(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE) >(II) evaluating device (<default keyboard>) >(II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD) >(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "CRTDDC_A:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. > > > > >------------------------------------------------------------------------ > >Cannot create /var/dt/sdtlogin directory for display manager pipe: No such >file or directory >X.Org X Server 1.5.3 >Release Date: 5 November 2008 >X Protocol Version 11, Revision 0 >Build Operating System: SunOS 5.11 snv_108 i86pc >Current Operating System: SunOS opensolaris 5.11 snv_111b i86pc >Build Date: 07 May 2009 04:44:56PM > > >Solaris ABI: 64-bit >SUNWxorg-server package version: 6.9.0.5.11.11100,REV=0.2009.05.07 >SUNWxorg-graphics-ddx package version: 6.9.0.5.11.11100,REV=0.2009.04.02 >SUNWxorg-mesa package version: 6.9.0.5.11.11100,REV=0.2009.04.02 > Before reporting problems, check http://sunsolve.sun.com/ > to make sure that you have the latest version. >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: Wed Jul 29 19:15:18 2009 >(++) Using config file: "/jack/xorg.conf.new" >(==) ServerLayout "X.org Configured" >(**) |-->Screen "Screen0" (0) >(**) | |-->Monitor "Monitor0" >(**) | |-->Device "Card0" >(**) |-->Input Device "Mouse0" >(**) |-->Input Device "Keyboard0" >(==) Automatically adding devices >(==) Automatically enabling devices >(==) Including the default font path catalogue:/etc/X11/fontpath.d. >(**) FontPath set to: > catalogue:/etc/X11/fontpath.d, > catalogue:/etc/X11/fontpath.d >(**) ModulePath set to "/usr/X11/lib/modules/amd64" >(II) Loader magic: 5ecca0 >(II) Module ABI versions: > X.Org ANSI C Emulation: 0.4 > X.Org Video Driver: 4.1 > X.Org XInput driver : 2.1 > X.Org Server Extension : 1.1 > X.Org Font Renderer : 0.6 >(II) Loader running on solaris >(--) PCI:*(0 at 0:2:0) Intel Corporation Mobile GME965/GLE960 Integrated >Graphics Controller rev 3, Mem @ 0xfe800000/1048576, 0xd0000000/268435456, I/O >@ 0x0000b400/8, BIOS @ 0x????????/65536 >(--) PCI: (0 at 0:2:1) Intel Corporation Mobile GME965/GLE960 Integrated >Graphics Controller rev 3, Mem @ 0xfe700000/1048576, BIOS @ 0x????????/65536 >(II) 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 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >(II) "extmod" will be loaded. This was enabled by default and also specified >in the config file. >(II) "dbe" will be loaded. This was enabled by default and also specified in >the config file. >(II) "glx" will be loaded. This was enabled by default and also specified in >the config file. >(II) "freetype" will be loaded by default. >(II) "dri" will be loaded. This was enabled by default and also specified in >the config file. >(II) "ia" will be loaded. This was enabled by default and also specified in >the config file. >(II) "xtsol" will be loaded by default. >(II) LoadModule: "dbe" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libdbe.so >(II) Module dbe: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension DOUBLE-BUFFER >(II) LoadModule: "dri" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libdri.so >(II) Module dri: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension XFree86-DRI >(II) LoadModule: "extmod" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libextmod.so >(II) Module extmod: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 >(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) Loading extension XEVIE >(II) LoadModule: "glx" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libglx.so >(II) Module glx: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(==) AIGLX enabled >(==) Exporting typical set of GLX visuals >(II) Loading extension GLX >(II) LoadModule: "ia" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libia.so >(II) Module IANAME: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension SolarisIA >(II) LoadModule: "freetype" > >(II) Loading /usr/X11/lib/modules/fonts/amd64//libfreetype.so >(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" > compiled for 1.5.3, module version = 2.1.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.6 >(II) Loading font FreeType >(II) LoadModule: "xtsol" > >(WW) Warning, couldn't open module xtsol >(II) UnloadModule: "xtsol" >(II) Failed to load module "xtsol" (module does not exist, 0) >(II) LoadModule: "intel" > >(II) Loading /usr/X11/lib/modules/drivers/amd64//intel_drv.so >(II) Module intel: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 2.4.2 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 4.1 >(II) LoadModule: "mouse" > >(II) Loading /usr/X11/lib/modules/input/amd64//mouse_drv.so >(II) Module mouse: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.4.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 >(II) LoadModule: "kbd" > >(II) Loading /usr/X11/lib/modules/input/amd64//kbd_drv.so >(II) Module kbd: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 >(II) intel: Driver for Intel Integrated Graphics Chipsets: i810, > i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, > E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, > 965GM, 965GME/GLE, G33, Q35, Q33, > Mobile Intel?? GM45 Express Chipset, > Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41 >(II) Primary Device is: PCI 00 at 00:02:0 >(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 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] >(II) Loading sub module "int10" >(II) LoadModule: "int10" > >(II) Loading /usr/X11/lib/modules/amd64//libint10.so >(II) Module int10: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Video Driver, version 4.1 >(II) Loading sub module "vbe" >(II) LoadModule: "vbe" > >(II) Loading /usr/X11/lib/modules/amd64//libvbe.so >(II) Module vbe: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.1.0 > ABI class: X.Org Video Driver, version 4.1 >(II) Loading sub module "vgahw" >(II) LoadModule: "vgahw" > >(II) Loading /usr/X11/lib/modules/amd64//libvgahw.so >(II) Module vgahw: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 0.1.0 > ABI class: X.Org Video Driver, version 4.1 >(==) intel(0): Depth 24, (==) framebuffer bpp 32 >(==) intel(0): RGB weight 888 >(==) intel(0): Default visual is TrueColor >(II) intel(0): Integrated Graphics Chipset: Intel(R) 965GME/GLE >(--) intel(0): Chipset: "965GME/GLE" >(--) intel(0): Linear framebuffer at 0xD0000000 >(--) intel(0): IO registers at addr 0xFE800000 >(II) intel(0): 2 display pipes available. >(==) intel(0): Using EXA for acceleration >(II) Loading sub module "int10" >(II) LoadModule: "int10" > >(II) Reloading /usr/X11/lib/modules/amd64//libint10.so >(II) intel(0): initializing int10 >(WW) intel(0): Bad V_BIOS checksum >(II) intel(0): Primary V_BIOS segment is: 0xc000 >(II) intel(0): VESA BIOS detected >(II) intel(0): VESA VBE Version 3.0 >(II) intel(0): VESA VBE Total Mem: 448 kB >(II) intel(0): VESA VBE OEM: Intel(r)Crestline Graphics Chip Accelerated VGA >BIOS >(II) intel(0): VESA VBE OEM Software Rev: 1.0 >(II) intel(0): VESA VBE OEM Vendor: Intel Corporation >(II) intel(0): VESA VBE OEM Product: Intel(r)Crestline Graphics Controller >(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 >(II) Loading sub module "ddc" >(II) LoadModule: "ddc" >(II) Module "ddc" already built-in >(II) Loading sub module "i2c" >(II) LoadModule: "i2c" >(II) Module "i2c" already built-in >(II) intel(0): Output VGA using monitor section Monitor0 >(II) intel(0): I2C bus "CRTDDC_A" initialized. >(II) intel(0): Output LVDS has no monitor section >(II) intel(0): I2C bus "LVDSDDC_C" initialized. >(II) intel(0): Attempting to determine panel fixed mode. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): Output TV has no monitor section >(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "CRTDDC_A:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): Output VGA connected >(II) intel(0): Output LVDS connected >(II) intel(0): Output TV connected >(II) intel(0): Using user preference for initial modes >(II) intel(0): Output VGA using initial mode 1024x768 >(II) intel(0): Output LVDS using initial mode 1024x768 >(II) intel(0): Output TV using initial mode 1024x768 >(II) intel(0): Monitoring connected displays enabled >(II) intel(0): detected 512 kB GTT. >(II) intel(0): detected 508 kB stolen memory. >(==) intel(0): video overlay key set to 0x101fe >(==) intel(0): Will not try to enable page flipping >(==) intel(0): Triple buffering disabled >(==) intel(0): Intel XvMC decoder disabled >(==) intel(0): Using gamma correction (1.0, 1.0, 1.0) >(==) intel(0): DPI set to (96, 96) >(II) Loading sub module "fb" >(II) LoadModule: "fb" > >(II) Loading /usr/X11/lib/modules/amd64//libfb.so >(II) Module fb: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org ANSI C Emulation, version 0.4 >(II) Loading sub module "exa" >(II) LoadModule: "exa" > >(II) Loading /usr/X11/lib/modules/amd64//libexa.so >(II) Module exa: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 2.4.0 > ABI class: X.Org Video Driver, version 4.1 >(II) Loading sub module "ramdac" >(II) LoadModule: "ramdac" >(II) Module "ramdac" already built-in >(II) intel(0): Comparing regs from server start up to After PreInit >(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to >0xd0000009 >(WW) intel(0): PP_STATUS before: on, ready, sequencing idle >(WW) intel(0): PP_STATUS after: on, ready, sequencing on >(==) Depth 24 pixmap format is 32 bpp >(II) do I need RAC? No, I don't. >(II) resource ranges after preInit: > [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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) >(II) GARTInit: /dev/agpgart opened successfully >(II) intel(0): xf86AcquireGART: AGPIOC_ACQUIRE succeeded >(II) intel(0): xf86ReleaseGART: AGPIOC_RELEASE succeeded >(II) intel(0): I830CheckAvailableMemory: 521788 kB available >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 15, (OK) >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 15, (OK) >drmOpenByBusid: Searching for BusID pci:0000:00:02.0 >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 15, (OK) >drmOpenByBusid: drmOpenMinor returns 15 >drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 >(II) [drm] DRM interface version 1.2 >(II) [drm] DRM open master succeeded. >(II) intel(0): [drm] Using the DRM lock SAREA also for drawables. >(II) intel(0): [drm] framebuffer mapped by ddx driver >(II) intel(0): [drm] added 1 reserved context for kernel >(II) intel(0): X context handle = 1 >(II) intel(0): [drm] installed DRM signal handler >(**) intel(0): Framebuffer compression enabled >(**) intel(0): Tiling enabled >(==) intel(0): VideoRam: 262144 KB >(II) intel(0): Attempting memory allocation with tiled buffers. >(II) intel(0): xf86AcquireGART: AGPIOC_ACQUIRE succeeded >(II) intel(0): Tiled allocation successful. >(II) intel(0): [drm] Registers = 0x030de000 >(II) intel(0): [drm] ring buffer = 0x6bd39000 >(II) intel(0): [drm] mapped front buffer at 0xd0700000, handle = 0x5aace000 >(II) intel(0): [drm] mapped back buffer at 0xd1700000, handle = 0x541c9000 >(II) intel(0): [drm] mapped depth buffer at 0xd1b00000, handle = 0x546ea000 >(II) intel(0): [drm] mapped classic textures at 0xd1f00000, handle = 0x638be000 >(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432 >(II) intel(0): [dri] visual configs initialized >(II) intel(0): Page Flipping disabled >(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 >(II) EXA(0): Offscreen pixmap area of 12582912 bytes >(II) EXA(0): Driver registered support for the following operations: >(II) Solid >(II) Copy >(II) Composite (RENDER acceleration) >(==) intel(0): Backing store disabled >(==) intel(0): Silken mouse disabled >(II) intel(0): Initializing HW Cursor >(II) intel(0): [DRI] installation complete >(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0007f000 (pgoffset 127) >(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00700000 (pgoffset 1792) >(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x00b00000 (pgoffset 2816) >(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01700000 (pgoffset 5888) >(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x01b00000 (pgoffset 6912) >(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01f00000 (pgoffset 7936) >(II) intel(0): Fixed memory allocation layout: >(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) >(II) intel(0): 0x00020000-0x00020fff: compressed ll buffer (4 kB, >0x000000007ff20000 physical >) >(II) intel(0): 0x00021000-0x0002afff: HW cursors (40 kB) >(II) intel(0): 0x0002b000-0x00032fff: logical 3D context (32 kB) >(II) intel(0): 0x00033000-0x00044fff: exa G965 state buffer (72 kB) >(II) intel(0): 0x00045000-0x00045fff: overlay registers (4 kB) >(II) intel(0): 0x00046000-0x00046fff: power context (4 kB) >(II) intel(0): 0x0007f000: end of stolen memory >(II) intel(0): 0x0007f000-0x0067efff: compressed frame buffer (6144 kB, >0x000000000d200000 physical >) >(II) intel(0): 0x00700000-0x00afffff: front buffer (4096 kB) X tiled >(II) intel(0): 0x00b00000-0x016fffff: exa offscreen (12288 kB) >(II) intel(0): 0x01700000-0x01afffff: back buffer (4096 kB) X tiled >(II) intel(0): 0x01b00000-0x01efffff: depth buffer (4096 kB) Y tiled >(II) intel(0): 0x01f00000-0x03efffff: classic textures (32768 kB) >(II) intel(0): 0x10000000: end of aperture >(WW) intel(0): ESR is 0x00000010, page table error >(WW) intel(0): PGTBL_ER is 0x00000010, display A pte >(WW) intel(0): Existing errors found in hardware state. >(II) intel(0): Selecting standard 18 bit TMDS pixel format. >(II) intel(0): Output configuration: >(II) intel(0): Pipe A is on >(II) intel(0): Display plane A is now enabled and connected to pipe A. >(II) intel(0): Pipe B is on >(II) intel(0): Display plane B is now enabled and connected to pipe B. >(II) intel(0): Output VGA is connected to pipe none >(II) intel(0): Output LVDS is connected to pipe B >(II) intel(0): Output TV is connected to pipe A >(II) intel(0): [drm] dma control initialized, using IRQ 5 >(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. >(II) intel(0): Selecting standard 18 bit TMDS pixel format. >(II) intel(0): DPMS enabled >(II) intel(0): Set up textured video >(II) intel(0): Set up overlay video >(II) intel(0): direct rendering: Enabled >(--) 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 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 >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 16, (OK) >drmOpenByBusid: Searching for BusID pci:0000:00:02.0 >drmOpenDevice: node name is /dev/dri/card0 >drmOpenDevice: open result is 16, (OK) >drmOpenByBusid: drmOpenMinor returns 16 >drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 >(II) AIGLX: enabled GLX_MESA_copy_sub_buffer >(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control >(II) AIGLX: enabled GLX_texture_from_pixmap with driver support >(II) AIGLX: Loaded and initialized /usr/X11/lib/modules/dri/amd64/i965_dri.so >(II) GLX: Initialized DRI GL provider for screen 0 >(II) intel(0): Setting screen physical size to 270 x 203 >(**) Option "Protocol" "auto" >(II) Mouse0: Setting Device option to "/dev/mouse" >(**) Mouse0: Protocol: VUID >(**) Option "CorePointer" >(**) Mouse0: always reports core events >(**) Option "Device" "/dev/mouse" >(II) Mouse0: Setting Buttons option to "3" >(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 >(**) Option "ZAxisMapping" "4 5 6 7" >(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 >(**) Mouse0: Buttons: 11 >(**) Option "CoreKeyboard" >(**) Keyboard0: always reports core events >(II) Keyboard0: Opened device "/dev/kbd" >(--) Keyboard0: Keyboard type: USB (6) >(--) Keyboard0: Keyboard layout: 33 >(--) XKB: model: "sun_type6_usb" >(--) XKB: layout: "us" >(--) Keyboard0: XkbModel = sun_type6_usb >(--) Keyboard0: XkbLayout = us >(**) Option "AutoRepeat" "500 30" >(**) Option "XkbRules" "xorg" >(**) Keyboard0: XkbRules: "xorg" >(**) Option "XkbModel" "sun_type6_usb" >(**) Keyboard0: XkbModel: "sun_type6_usb" >(**) Option "XkbLayout" "us" >(**) Keyboard0: XkbLayout: "us" >(**) Option "CustomKeycodes" "off" >(**) Keyboard0: CustomKeycodes disabled >(II) evaluating device (Mouse0) >(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) >(II) evaluating device (Keyboard0) >(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) >(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "CRTDDC_A:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. >(II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. >(II) UnloadModule: "mouse" >(II) UnloadModule: "kbd" >(II) intel(0): xf86UnbindGARTMemory: unbind key 0 >(II) intel(0): xf86UnbindGARTMemory: unbind key 1 >(II) intel(0): xf86UnbindGARTMemory: unbind key 2 >(II) intel(0): xf86UnbindGARTMemory: unbind key 3 >(II) intel(0): xf86UnbindGARTMemory: unbind key 4 >(II) intel(0): xf86UnbindGARTMemory: unbind key 5 >(II) intel(0): xf86ReleaseGART: AGPIOC_RELEASE succeeded >(II) intel(0): [drm] removed 1 reserved context for kernel >(II) intel(0): [drm] unmapping 8192 bytes of SAREA ffffff014b34c000 at >fffffd7ffe9ec000 >(II) intel(0): [drm] Closed DRM master. >(II) intel(0): xf86GARTCloseScreen: device closed successfully > > >------------------------------------------------------------------------ > >Cannot create /var/dt/sdtlogin directory for display manager pipe: No such >file or directory >X.Org X Server 1.5.3 >Release Date: 5 November 2008 >X Protocol Version 11, Revision 0 >Build Operating System: SunOS 5.11 snv_108 i86pc >Current Operating System: SunOS opensolaris 5.11 snv_111b i86pc >Build Date: 07 May 2009 04:44:56PM > > >Solaris ABI: 64-bit >SUNWxorg-server package version: 6.9.0.5.11.11100,REV=0.2009.05.07 >SUNWxorg-graphics-ddx package version: 6.9.0.5.11.11100,REV=0.2009.04.02 >SUNWxorg-mesa package version: 6.9.0.5.11.11100,REV=0.2009.04.02 > Before reporting problems, check http://sunsolve.sun.com/ > to make sure that you have the latest version. >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: Tue Jul 28 20:55:48 2009 >(++) Using config file: "/jack/xorg.conf.new" >(==) ServerLayout "X.org Configured" >(**) |-->Screen "Screen0" (0) >(**) | |-->Monitor "Monitor0" >(**) | |-->Device "Card0" >(**) |-->Input Device "Mouse0" >(**) |-->Input Device "Keyboard0" >(==) Automatically adding devices >(==) Automatically enabling devices >(==) Including the default font path catalogue:/etc/X11/fontpath.d. >(**) FontPath set to: > catalogue:/etc/X11/fontpath.d, > catalogue:/etc/X11/fontpath.d >(**) ModulePath set to "/usr/X11/lib/modules/amd64" >(II) Loader magic: 5ecca0 >(II) Module ABI versions: > X.Org ANSI C Emulation: 0.4 > X.Org Video Driver: 4.1 > X.Org XInput driver : 2.1 > X.Org Server Extension : 1.1 > X.Org Font Renderer : 0.6 >(II) Loader running on solaris >(--) PCI:*(0 at 0:2:0) Intel Corporation Mobile GME965/GLE960 Integrated >Graphics Controller rev 3, Mem @ 0xfe800000/1048576, 0xd0000000/268435456, I/O >@ 0x0000b400/8, BIOS @ 0x????????/65536 >(--) PCI: (0 at 0:2:1) Intel Corporation Mobile GME965/GLE960 Integrated >Graphics Controller rev 3, Mem @ 0xfe700000/1048576, BIOS @ 0x????????/65536 >(II) 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 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >(II) "extmod" will be loaded. This was enabled by default and also specified >in the config file. >(II) "dbe" will be loaded. This was enabled by default and also specified in >the config file. >(II) "glx" will be loaded. This was enabled by default and also specified in >the config file. >(II) "freetype" will be loaded by default. >(II) "dri" will be loaded. This was enabled by default and also specified in >the config file. >(II) "ia" will be loaded. This was enabled by default and also specified in >the config file. >(II) "xtsol" will be loaded by default. >(II) LoadModule: "dbe" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libdbe.so >(II) Module dbe: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension DOUBLE-BUFFER >(II) LoadModule: "dri" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libdri.so >(II) Module dri: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension XFree86-DRI >(II) LoadModule: "extmod" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libextmod.so >(II) Module extmod: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 >(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) Loading extension XEVIE >(II) LoadModule: "glx" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libglx.so >(II) Module glx: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(==) AIGLX enabled >(==) Exporting typical set of GLX visuals >(II) Loading extension GLX >(II) LoadModule: "ia" > >(II) Loading /usr/X11/lib/modules/extensions/amd64//libia.so >(II) Module IANAME: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 >(II) Loading extension SolarisIA >(II) LoadModule: "freetype" > >(II) Loading /usr/X11/lib/modules/fonts/amd64//libfreetype.so >(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" > compiled for 1.5.3, module version = 2.1.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.6 >(II) Loading font FreeType >(II) LoadModule: "xtsol" > >(WW) Warning, couldn't open module xtsol >(II) UnloadModule: "xtsol" >(II) Failed to load module "xtsol" (module does not exist, 0) >(II) LoadModule: "vesa" > >(II) Loading /usr/X11/lib/modules/drivers/amd64//vesa_drv.so >(II) Module vesa: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 2.1.0 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 4.1 >(II) LoadModule: "mouse" > >(II) Loading /usr/X11/lib/modules/input/amd64//mouse_drv.so >(II) Module mouse: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.4.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 >(II) LoadModule: "kbd" > >(II) Loading /usr/X11/lib/modules/input/amd64//kbd_drv.so >(II) Module kbd: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 >(II) VESA: driver for VESA chipsets: vesa >(II) Primary Device is: PCI 00 at 00:02:0 >(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 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] >(II) Loading sub module "vbe" >(II) LoadModule: "vbe" > >(II) Loading /usr/X11/lib/modules/amd64//libvbe.so >(II) Module vbe: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.1.0 > ABI class: X.Org Video Driver, version 4.1 >(II) Loading sub module "int10" >(II) LoadModule: "int10" > >(II) Loading /usr/X11/lib/modules/amd64//libint10.so >(II) Module int10: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Video Driver, version 4.1 >(II) VESA(0): initializing int10 >(WW) VESA(0): Bad V_BIOS checksum >(II) VESA(0): Primary V_BIOS segment is: 0xc000 >(II) VESA(0): VESA BIOS detected >(II) VESA(0): VESA VBE Version 3.0 >(II) VESA(0): VESA VBE Total Mem: 448 kB >(II) VESA(0): VESA VBE OEM: Intel(r)Crestline Graphics Chip Accelerated VGA >BIOS >(II) VESA(0): VESA VBE OEM Software Rev: 1.0 >(II) VESA(0): VESA VBE OEM Vendor: Intel Corporation >(II) VESA(0): VESA VBE OEM Product: Intel(r)Crestline Graphics Controller >(II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 >(==) VESA(0): Depth 24, (==) framebuffer bpp 32 >(==) VESA(0): RGB weight 888 >(==) VESA(0): Default visual is TrueColor >(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) >(II) Loading sub module "ddc" >(II) LoadModule: "ddc" >(II) Module "ddc" already built-in >(II) VESA(0): VESA VBE DDC supported >(II) VESA(0): VESA VBE DDC Level none >(II) VESA(0): VESA VBE DDC transfer in appr. 0 sec. >(II) VESA(0): VESA VBE DDC read failed >(II) VESA(0): Searching for matching VESA mode(s): >Mode: 160 (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: 161 (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: 162 (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: 163 (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: 164 (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: 165 (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: 166 (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: 167 (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: 168 (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: 169 (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: 16a (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: 16b (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: 16c (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: 16d (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: 16e (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: 16f (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: 170 (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: 171 (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: 13c (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: 14d (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: 15c (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: 13a (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: 14b (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: 15a (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: 107 (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: 11a (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: 11b (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: 105 (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: 117 (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: 118 (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: 112 (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: 114 (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: 115 (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: 101 (640x480) > ModeAttributes: 0x9b > WinAAttributes: 0x7 > WinBAttributes: 0x0 > WinGranularity: 64 > WinSize: 64 > WinASegment: 0xa000 > WinBSegment: 0x0 > WinFuncPtr: 0xc0007b7a > BytesPerScanline: 640 > XResolution: 640 > YResolution: 480 > XCharSize: 8 > YCharSize: 16 > NumberOfPlanes: 1 > BitsPerPixel: 8 > NumberOfBanks: 1 > MemoryModel: 4 > BankSize: 0 > NumberOfImages: 0 > RedMaskSize: 0 > RedFieldPosition: 0 > GreenMaskSize: 0 > GreenFieldPosition: 0 > BlueMaskSize: 0 > BlueFieldPosition: 0 > RsvdMaskSize: 0 > RsvdFieldPosition: 0 > DirectColorModeInfo: 0 > PhysBasePtr: 0xd0000000 > LinBytesPerScanLine: 640 > BnkNumberOfImagePages: 0 > LinNumberOfImagePages: 0 > LinRedMaskSize: 0 > LinRedFieldPosition: 0 > LinGreenMaskSize: 0 > LinGreenFieldPosition: 0 > LinBlueMaskSize: 0 > LinBlueFieldPosition: 0 > LinRsvdMaskSize: 0 > LinRsvdFieldPosition: 0 > MaxPixelClock: 230000000 >Mode: 103 (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: 111 (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) VESA(0): Total Memory: 7 64KB banks (448kB) >(EE) VESA(0): No matching modes >(II) UnloadModule: "vesa" >(II) UnloadModule: "int10" >(II) Unloading /usr/X11/lib/modules/amd64//libint10.so >(II) UnloadModule: "vbe" >(II) Unloading /usr/X11/lib/modules/amd64//libvbe.so >(EE) Screen(s) found, but none have a usable configuration. > >Fatal server error: >no screens found > > >------------------------------------------------------------------------ > >_______________________________________________ >xwin-discuss mailing list >xwin-discuss at opensolaris.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/xwin-discuss/attachments/20090730/915d7636/attachment.html>
