Solution Packager is missing from SBO v9.1 PL:05 HANA version

Dear SAP Gurus
I did a full extract of both the Full Install install and Upgrade version of the SBO v9.1 PL:05 for HANA, the Solution Packager seems to be missing.
Did anybody else notice this?
Any workarounds on how to download this.
I noticed that the Solution Packager shipped with the SQL version doesnt have the HANA db type during login
any ideas?
regards, Sotos

Okay. Thanks. I found out that all of the add-ons are compatible.
I read the SAP note:
Symptom
If a company DB is firstly upgraded to 2007A SP0 PL 49 from 2007A SP0 PL
46, PL 47, or PL 48 , then it is upgraded to SAP Business One 8.8 from
2007A SP0 PL 49 with the upgrade wizard, the precheck will report errors in
the step of database structure check. In the log file generated by upgrade
wizard, you can find the following 2 strings:
"OTPI: Column #13 [Series] def. value is different; should be , is: 0"
"OTSI: Column #13 [Series] def. value is different; should be , is: 0"
Such issue also applies to the demo DBs in 2007A SP0 PL 49.
Other terms
Reason and Prerequisites
Consulting
Solution
Two workarounds are available.
1. Execute the follow scripts to repair the database, and then do upgrading
ALTER TABLE OTPI DROP CONSTRAINT [DF_OTPI_Series]
ALTER TABLE OTSI DROP CONSTRAINT [DF_OTSI_Series]
2. Upgrade to any higher patches of 2007A SP0 PL49 before upgrading to SAP
Business One 8.8.
With that said, I'm assuming I have to upgrade to 2007 SP01 PL00 before upgrading to 8.8? and which PL level of 8.8 should I upgrade to first?

Similar Messages

  • JKI VI Package Manager missing from tools menu?

    Hi all, I have recently updated JKI VIPM to version 2012.0.0 but now find that the application is no longer visible in my LabVIEW 2011 SP1 tools menu.  Has anyone else experienced this problem?

    Hi,
    You should probably report this on JKI website: http://jki.net/support
    Regards,
    Rodéric L
    Certified LabVIEW Architect

  • Mini Bridge Missing from InDesign CS6 after Upgrade to InDesign Version 8.1

    I discussed this same problem https://forums.adobe.com/message/5833991 after upgrading to the prior version 8.0.2 of InDesign.
    After upgrading to InDesign Version 8.1, Mini Bridge no longer works.  Mini Bridge does not show under the Window menu and shift-clicking the Bridge icon opens the full Bridge, not Mini Bridge.
    With the prior version 8.0.2 problem, I was able to recover Mini Bridge by doing a re-install of InDesign under Window's Safe Mode.  Microsoft has somehow changed Safe Mode and I can no longer do the reinstall using Safe Mode.  I have tried several different ways of reinstalling version 8.1, but none of them correct this problem.  Still no Mini Bridge.
    Mini Bridge does work in Photoshop CS6 with no problem.
    I have read through all of the messages that seem to relate to this problem in this forum, but none of the suggested solutions work for me.
    Can anyone provide me with an answer?  If not, how do I get help from Adobe?  I am willing to pay for support, if necessary.

    RESOLVED - I can't believe it, but I have actually figured this out.
    Getting frustrated with going in circles, I decided to dig into security options.  First off, I opened Windows' Properties for the start-up icon for InDesign.  Right off, I noticed under the Compatibility tab that InDesign was set to run in Compatibility Mode for Windows XP (Service Pack 3).  This did not seem right, so I turned off the option to run in Compatibility Mode and re-started up InDesign.  Low and behold, the option Window | Mini Bridge was now displayed!  And it worked!
    Sorry to have bothered you gentlemen with this problem.  I really appreciate your assistance!
    Mark.

  • Package names missing when specifying classes

    Hi!
    I need to generate Javadoc for some (not all) of the classes in one of the packages. So I specified the class names in the batch file (thanks again, Doug!) instead of specifying the package name. Now only the classes in the package have HTMLs, but the package is missing from overview-tree.html, package-list, index.html and whatever.
    Any ideas?
    Thanks!

    Hi Doug:
    I used your link, installed 1.4, and now get the following message when I try to generate Javadoc with MIF Doclet:
    javadoc: In doclet class com.sun.tools.doclets.mif.MIFDoclet, method start has thrown an exception java.lang.reflect.In
    vocationTargetException
    java.lang.NoSuchMethodError: com.sun.tools.doclets.DirectoryManager.createDirectory(Ljava/lang/String;)V
    at com.sun.tools.doclets.mif.MIFObjectWriter.genWriter(MIFObjectWriter.java:98)
    at com.sun.tools.doclets.mif.MIFObjectWriter.init(MIFObjectWriter.java:76)
    at com.sun.tools.doclets.mif.MIFObjectWriter.<init>(MIFObjectWriter.java:50)
    at com.sun.tools.doclets.mif.MIFOverviewObjectWriter.<init>(MIFOverviewObjectWriter.java:64)
    at com.sun.tools.doclets.mif.MIFConfiguration.initOptions(MIFConfiguration.java:746)
    at com.sun.tools.doclets.mif.MIFDoclet.start(MIFDoclet.java:51)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:42)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:28)
    at java.lang.reflect.Method.invoke(Method.java:313)
    at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:196)
    at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:95)
    at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:289)
    at com.sun.tools.javadoc.Start.begin(Start.java:114)
    When I try to generate "regular" HTML Javadoc (without MIF Doclet), I get the following:
    Building tree for all the packages and classes...
    javadoc: In doclet class com.sun.tools.doclets.standard.Standard, method start has thrown an exception java.lang.reflec
    t.InvocationTargetException
    java.lang.ClassCastException: com.sun.tools.javac.v8.code.Type$ErrorType
    at com.sun.tools.javadoc.ClassDocImpl.<init>(ClassDocImpl.java:111)
    at com.sun.tools.javadoc.ClassDocImpl.<init>(ClassDocImpl.java:134)
    at com.sun.tools.javadoc.DocEnv.getClassDoc(DocEnv.java:388)
    at com.sun.tools.javadoc.ClassDocImpl.superclass(ClassDocImpl.java:353)
    at com.sun.tools.doclets.ClassTree.processClass(ClassTree.java:139)
    at com.sun.tools.doclets.ClassTree.processClass(ClassTree.java:144)
    at com.sun.tools.doclets.ClassTree.buildTree(ClassTree.java:108)
    at com.sun.tools.doclets.ClassTree.<init>(ClassTree.java:67)
    at com.sun.tools.doclets.standard.Standard.startGeneration(Standard.java:105)
    at com.sun.tools.doclets.standard.Standard.start(Standard.java:45)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:42)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:28)
    at java.lang.reflect.Method.invoke(Method.java:313)
    at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:196)
    at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:95)
    at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:289)
    at com.sun.tools.javadoc.Start.begin(Start.java:114)
    at com.sun.tools.javadoc.Main.execute(Main.java:44)
    at com.sun.tools.javadoc.Main.main(Main.java:34)
    In both cases, nothing is generated....
    What am I doing wrong?
    Thanks
    Benzi

  • Seeking for Best Solutions to move code from Dev to Test: 11.1.1.3

    Seeking for Best Solutions to move code from Development to Test server: Studio Edition Version 11.1.1.3.0
    Development: Hostname: dev; Web logic server: WLSDev; Database: DBDev
    Testing: Hostname: test; Web logic server: WLSTest; Database: DBTest
    Now how do we take code from Development environment to Test environment? Once code is taken from development, testing team can't touch it.

    Lalitk,
    The obvious answer is just deploying the same EAR in test that you deployed to production?
    What other aspects do you need to deploy? If you have database code/data that needed to be migrated as well, I would copy the production DB to test and then apply all of your DB upgrade/patch scripts against that - in that way you can ensure your upgrade/patch scripts get tested as well.
    Are there other things you need to migrate (MDS repositories, security setups, etc)?
    John

  • The package file is missing from the project directory

    Today after working in SSIS all day with no problems, I re-opened one of my projects and got the message:
    The package file ‘package_name.dtsx’ is missing from the project directory. This package has been skipped, and project will continue to load.
    So two of my packages loaded and all remaining packages where skipped, one pop-up dialog for each “missing” package. I then looked in my project directory and all my packages are still there.
    1. Has anyone experienced this and found why this happens?
    2. Can I just import my packages again and be good to go?
    Update:
    I discovered that this had to do with renaming my packages in SSDT. For some reason the name changes did not get saved into the project .dtproj file. I was able to correct by renaming the .dtsx files in the project directory to their original name. Then
    I re-opened the project, renamed the packages to the new names, saved and closed all packages. At this point you need to save the project, which actually wasn't really straight forward. You need to highlight the project name in Solution Explorer
    and then from the File menu select 'Save Selected Items'. This updates the .dtproj file.
    Upon closing SSDT, a dialog SOMETIMES appears asking you to save the project, after selecting Yes, the .dtproj file also updates. However, I've realized that upon closing the project, that the dialog asking to save the project does not always appear,
    depending on what has changed in the project. To be safe, use method previously described, especially after renaming packages. Also, if SSDT happens to crash after you have renamed a package, the project will not re-open properly.

    I remember one such occurrence when I used Source Control (if I recall right it was TFS), and yes, you can simply right-click on the packages folder and choose 'add existing package'.
    But check for project file perhaps it has a wrong reference. E.g. something from the outside manipulated on the package files.
    Arthur
    MyBlog
    Twitter

  • Photos in library missing from Events? I have a solution

    This is a continuation from an answered question here: https://discussions.apple.com/message/15830476#15830476, but with a new twist and a solution that I found myself. Hope it helps others:
    After doing a corrupt library rebuild, I noticed some photos missing from events but still existing in the library. Read the above discussion for full background then come back if you'd like.
    I found photos that I could see in "Photo" view but could not see in "Events" view. I even chose one particular photo by filename. When I searched for it while in "events" view, it appeared as the sole result but it did not have an event name above it like it should have (check this by searching for a photo by name while in "Events" view). It was just sitting there like a sad eventless orphan. So I grabbed that photo with my mouse pointer and dragged it over to the navigator bar and dropped it on "Events". And this worked! I now had a new event with only that photo in it and the event was named the same name as the photo. Now the photo was magically back in Events. Since this problem was occurring with a lot of photos we took over the last month and they were intermingled by date with other photos taken over the last month (from other cameras or imported from email attachments) that were correctly in "Events", then I went to the photo view, grabbed a whole bunch of photos, many of which were not in an event and some that were, and dragged them over to the "Events" item in the tree and dropped them on it. It gave me a warning like "These photos cannot be in two events at the same time so they will all be moved into a new event" with an option to "Cancel" or "Create". I hit create and oila, I had a new event that graciously adopted all the sad orphan photos and also kidnapped some photos from other events too. I just went in, reorganized them back to proper places (thank goodness they were all recent and there were only 250 or so and not 1000s) and I am happy. Provided this works in the long term, it was an interesting workaround for a bug that I don't know the cause and I'm glad to share with all of you.
    By the way, I'm using Snow Leopard and iPhoto 09' with all the lasted software updates on an Intel iMac Core 1 Duo.

    By the way, I was able to confirm now (I think) that all photos in the library are assigned to events by looking at the totals in "Photos" and matching it with the sum of photos and movies when "Events" is selected. Unfortunately, I didn't check to see if this was also the case before I did my fix, but if anyone is missing photos in Events that are definitely visible in the Photos view, please check these to sets of numbers and see if you can identify the discrepancy before applying my fix. That would be good proof of the bug.

  • The feature wifi hotspot is missing from my settings in my ipad ios 7. please give me a solution.

    the feature wifi hotspot is missing from my settings in my ipad ios 7. please give me a solution.

    First thing to do is to check with your cellular service provider to make sure that this feature is included with your cellular data Servoce contract.

  • [SOLVED] - Package xf86-video-via is missing from repositories!

    Hi,
    I have a VIA card as follows:
    VGA Compatible Controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)
    My X doesn't work except in VESA mode. But in Vesa mode, when I play videos in mplayer, I can't fullscreen them.
    When I checked the sample xorg.conf files mentioned in the Xorg wiki, I find that I am advised to use the xf86-video-via package.
    But the package xf86-video-via is missing from repositories!
    pacman -Ss xf86-video-via doesn't give results!
    Please help.
    Thanks.
    Last edited by msadiq (2008-12-27 04:18:45)

    Sorry for the long wait, I havent got the time to test but I did uncomment the RenderAccel and that didnt do anything.
    my Xorg.0.log:
    =================================================================
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux hp-2133 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 25 10:13:11 UTC 2009 i686
    Build Date: 17 December 2008  08:20:05PM
        Before reporting problems, check http://wiki.x.org
        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 Jan 27 21:07:16 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "HP LCD"
    (**) |   |-->Device "Via Chrome9"
    (**) |-->Input Device "HP Keyboard"
    (**) |-->Input Device "HP Touchpad"
    (**) Option "AutoAddDevices" "false"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) No FontPath specified.  Using compiled-in default.
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5fe0
    (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 linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] rev 1, Mem @ 0xc0000000/0, 0xfc000000/0, BIOS @ 0x????????/65536
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) 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. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//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: "xtt"
    (WW) Warning, couldn't open module xtt
    (II) UnloadModule: "xtt"
    (EE) Failed to load module "xtt" (module does not exist, 0)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//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) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//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: "record"
    (WW) Warning, couldn't open module record
    (II) UnloadModule: "record"
    (EE) Failed to load module "record" (module does not exist, 0)
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: 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 DEC-XTRAP
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "openchrome"
    (II) Loading /usr/lib/xorg/modules/drivers//openchrome_drv.so
    (II) Module openchrome: vendor="http://openchrome.org/"
        compiled for 1.5.3, module version = 0.2.903
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 4.1
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
        K8M800/K8N800, PM800/PM880/CN400, P4M800Pro/VN800/CN700,
        K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890, VX800
    (II) Primary Device is: PCI 01@00:00:0
    (!!) VIA Technologies does not support this driver in any way.
    (!!) For support, please refer to http://www.openchrome.org/.
    (!!) (development build, at svn revision 726)
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) CHROME(0): VIAPreInit
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//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) CHROME(0): VIAGetRec
    (**) CHROME(0): Depth 24, (--) framebuffer bpp 32
    (==) CHROME(0): RGB weight 888
    (==) CHROME(0): Default visual is TrueColor
    (--) CHROME(0): Chipset: P4M900/VN896/CN896
    (--) CHROME(0): Chipset revision: 0
    (--) CHROME(0): Probed amount of VideoRAM = 262144 kB
    (II) CHROME(0): Setting up default chipset options.
    (II) CHROME(0): VIASetupDefaultOptions
    (II) CHROME(0): Reading config file...
    (**) CHROME(0): Option "AccelMethod" "XAA"
    (**) CHROME(0): Option "PanelSize" "1024x600"
    (**) CHROME(0): Option "EnableAGPDMA" "False"
    (II) CHROME(0): Starting to parse config file options...
    (==) CHROME(0): Shadow framebuffer is disabled.
    (==) CHROME(0): Hardware acceleration is enabled.
    (**) CHROME(0): Using XAA acceleration architecture.
    (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
    (==) CHROME(0): GPU virtual command queue will be enabled.
    (==) CHROME(0): DRI IRQ will be enabled if DRI is enabled.
    (**) CHROME(0): AGP DMA will be disabled if DRI is enabled.
    (==) CHROME(0): PCI DMA will not be used for XV image transfer if DRI is enabled.
    (==) CHROME(0): Will not enable VBE modes.
    (==) CHROME(0): VBE VGA register save & restore will not be used
        if VBE modes are enabled.
    (==) CHROME(0): Xv Bandwidth check is enabled.
    (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
    (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
    (==) CHROME(0): Digital output bus width is 12 bits.
    (==) CHROME(0): DVI Center is disabled.
    (II) CHROME(0): ViaPanelGetNativeModeFromOption
    (**) CHROME(0): Panel mode index is 13
    (**) CHROME(0): Selected Panel Size is 1024x600
    (==) CHROME(0): Panel will not be forced.
    (==) CHROME(0): TV dotCrawl is disabled.
    (==) CHROME(0): TV deflicker is set to 0.
    (==) CHROME(0): No default TV type is set.
    (==) CHROME(0): No default TV output signal type is set.
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xfc000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xfc200000 with size 0x200000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) CHROME(0): Will not print VGA registers.
    (==) CHROME(0): Will not scan I2C buses.
    (II) CHROME(0): ...Finished parsing config file options.
    (--) CHROME(0): Detected Hewlett Packard 2133 Mini-Note.
    (II) CHROME(0): Detected MemClk 8
    (II) CHROME(0): ViaGetMemoryBandwidth
    (II) CHROME(0): Detected TV standard: PAL.
    (==) CHROME(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) CHROME(0): ViaI2CInit
    (II) CHROME(0): ViaI2CBus1Init
    (II) CHROME(0): I2C bus "I2C bus 1" initialized.
    (II) CHROME(0): ViaI2cBus2Init
    (II) CHROME(0): I2C bus "I2C bus 2" initialized.
    (II) CHROME(0): ViaI2CBus3Init
    (II) CHROME(0): I2C bus "I2C bus 3" initialized.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
    (II) CHROME(0): I2C device "I2C bus 1:ddc2" removed.
    (II) CHROME(0): ViaOutputsDetect
    (II) CHROME(0): Enabling panel from PCI-subsystem ID information.
    (II) CHROME(0): Will not try to detect TV encoder.
    (II) CHROME(0): ViaOutputsSelect
    (II) CHROME(0): ViaOutputsSelect: X Configuration: 0x00
    (II) CHROME(0): ViaOutputsSelect: BIOS Initialised register: 0x07
    (II) CHROME(0): ViaOutputsSelect: Panel.
    (II) CHROME(0): ViaPanelPreInit
    (II) CHROME(0): ViaPanelGetNativeDisplayMode
    (II) CHROME(0): NativeModeIndex: 13
    (II) CHROME(0): ViaModesAttach
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.lo to 29.677456
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 74.904167
    (II) CHROME(0): HP LCD: Using hsync range of 29.68-74.90 kHz
    (II) CHROME(0): HP LCD: Using vrefresh range of 55.00-90.00 Hz
    (II) CHROME(0): Clock range:  20.00 to 230.00 MHz
    (II) CHROME(0): ViaValidMode: Validating 640x350 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x400 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 720x400 (35500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25175)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (50000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (49500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (56300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (44900)
    (II) CHROME(0): Not using default mode "1024x768" (interlace mode not supported)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (65000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (75000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (78750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (94500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (148500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (135000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (157500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (162000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (175500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (189000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (202500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (229500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1792x1344 (204800)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1792x1344" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1856x1392 (218300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1856x1392" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 832x624 (57284)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "832x624" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (81620)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (96770)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (104990)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (119650)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (121500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (143470)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (72000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (84750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (122000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (145060)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (155800)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (179260)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1440x900 (106500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1440x900" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1024 (103125)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (119000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (146250)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (174000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (187000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (214750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1920x1080 (138500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1080" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1920x1200 (154000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25312)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x480 (26591)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x576 (32663)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x480 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (39822)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 848x480 (33750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 856x480 (31704)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x512 (41164)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x576 (46981)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x600 (48960)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (65028)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (81613)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x768 (81135)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x720 (74600)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x720" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (108280)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (108280)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (85500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1366x768 (85860)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1366x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (122726)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1440x900 (106470)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1440x900" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (161793)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1920x1080 (172900)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1080" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1024x600 (48960)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x576 (46981)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x512 (41164)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (56300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (49500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (50000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (39822)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x576 (32663)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 856x480 (31704)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 848x480 (33750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x480 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x480 (26591)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25312)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25175)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x400 (35500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x400 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x350 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (--) CHROME(0): Virtual size is 1024x600 (pitch 1024)
    (**) CHROME(0): *Default mode "1024x600": 49.0 MHz (scaled from 0.0 MHz), 37.3 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x600"x60.0   48.96  1024 1064 1168 1312  600 601 604 622 -hsync +vsync (37.3 kHz)
    (**) CHROME(0):  Default mode "1024x576": 47.0 MHz (scaled from -0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x576"x60.0   46.98  1024 1064 1168 1312  576 576 579 597 -hsync +vsync (35.8 kHz)
    (**) CHROME(0):  Default mode "1024x512": 41.2 MHz (scaled from 0.0 MHz), 31.8 kHz, 59.8 Hz
    (II) CHROME(0): Modeline "1024x512"x59.8   41.16  1024 1056 1160 1296  512 512 515 531 -hsync +vsync (31.8 kHz)
    (**) CHROME(0):  Default mode "800x600": 56.3 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
    (**) CHROME(0):  Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) CHROME(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (**) CHROME(0):  Default mode "800x600": 50.0 MHz (scaled from -0.0 MHz), 48.1 kHz, 72.2 Hz
    (II) CHROME(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
    (**) CHROME(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "800x600": 39.8 MHz (scaled from -0.0 MHz), 37.7 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "800x600"x60.0   39.82  800 840 968 1056  600 600 604 628 +hsync +vsync (37.7 kHz)
    (**) CHROME(0):  Default mode "800x600": 36.0 MHz (scaled from -0.0 MHz), 35.2 kHz, 56.2 Hz
    (II) CHROME(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    (**) CHROME(0):  Default mode "720x576": 32.7 MHz (scaled from 0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "720x576"x60.0   32.66  720 744 816 912  576 576 579 597 -hsync +vsync (35.8 kHz)
    (**) CHROME(0):  Default mode "856x480": 31.7 MHz (scaled from -0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "856x480"x60.0   31.70  856 872 960 1064  480 480 483 497 -hsync +vsync (29.8 kHz)
    (**) CHROME(0):  Default mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 485 493 517 +hsync +vsync (31.0 kHz)
    (**) CHROME(0):  Default mode "800x480": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "800x480"x60.3   40.00  800 832 960 1056  480 541 545 628 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "720x480": 26.6 MHz (scaled from -0.0 MHz), 29.7 kHz, 59.7 Hz
    (II) CHROME(0): Modeline "720x480"x59.7   26.59  720 736 808 896  480 480 483 497 -hsync +vsync (29.7 kHz)
    (**) CHROME(0):  Default mode "640x480": 36.0 MHz (scaled from -0.0 MHz), 43.3 kHz, 85.0 Hz
    (II) CHROME(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
    (**) CHROME(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) CHROME(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (**) CHROME(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    (II) CHROME(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x480": 25.3 MHz (scaled from -0.0 MHz), 31.6 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "640x480"x60.3   25.31  640 656 752 800  480 489 491 525 -hsync -vsync (31.6 kHz)
    (**) CHROME(0):  Default mode "640x480": 25.2 MHz (scaled from -0.0 MHz), 31.5 kHz, 59.9 Hz
    (II) CHROME(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (**) CHROME(0):  Default mode "720x400": 35.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.0 Hz
    (II) CHROME(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x400": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x350": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
    (==) CHROME(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//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 "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.2.1
        ABI class: X.Org Video Driver, version 4.1
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) CHROME(0): VIAUnmapMem
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) CHROME(0): VIAScreenInit
    (II) CHROME(0): VIAMapFB
    (--) CHROME(0): mapping framebuffer @ 0xc0000000 with size 0x10000000
    (--) CHROME(0): Frame buffer start: 0xa7771000, free start: 0x258000 end: 0x10000000
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xfc000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xfc200000 with size 0x200000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) CHROME(0): VIASave
    (II) CHROME(0): Primary
    (II) CHROME(0): Crtc...
    (II) CHROME(0): TVSave...
    (II) CHROME(0): VIAWriteMode
    (II) CHROME(0): ViaModeSet
    (II) CHROME(0): Name: 1024x600
    (II) CHROME(0): Clock: 48960
    (II) CHROME(0): VRefresh: 59.995293
    (II) CHROME(0): HSync: 37.317074
    (II) CHROME(0): HDisplay: 1024
    (II) CHROME(0): HSyncStart: 1064
    (II) CHROME(0): HSyncEnd: 1168
    (II) CHROME(0): HTotal: 1312
    (II) CHROME(0): HSkew: 0
    (II) CHROME(0): VDisplay: 600
    (II) CHROME(0): VSyncStart: 601
    (II) CHROME(0): VSyncEnd: 604
    (II) CHROME(0): VTotal: 622
    (II) CHROME(0): VScan: 0
    (II) CHROME(0): Flags: 6
    (II) CHROME(0): CrtcHDisplay: 0x400
    (II) CHROME(0): CrtcHBlankStart: 0x400
    (II) CHROME(0): CrtcHSyncStart: 0x428
    (II) CHROME(0): CrtcHSyncEnd: 0x490
    (II) CHROME(0): CrtcHBlankEnd: 0x520
    (II) CHROME(0): CrtcHTotal: 0x520
    (II) CHROME(0): CrtcHSkew: 0x0
    (II) CHROME(0): CrtcVDisplay: 0x258
    (II) CHROME(0): CrtcVBlankStart: 0x258
    (II) CHROME(0): CrtcVSyncStart: 0x259
    (II) CHROME(0): CrtcVSyncEnd: 0x25c
    (II) CHROME(0): CrtcVBlankEnd: 0x26e
    (II) CHROME(0): CrtcVTotal: 0x26e
    (II) CHROME(0): ViaModeSecondCRTC
    (II) CHROME(0): ViaPanelScale: 1024,600 -> 1024,600
    (II) CHROME(0): mode: 0x8808110
    (II) CHROME(0): mode->name: 0x880a770
    (II) CHROME(0): mode->name: 1024x600
    (II) CHROME(0): ViaSecondCRTCSetMode
    (II) CHROME(0): Setting up 1024x600
    (II) CHROME(0): ViaSetSecondaryFIFO
    (II) CHROME(0): ViaSetSecondaryDotclock to 0x508c01
    (II) CHROME(0): ViaSetUseExternalClock
    (II) CHROME(0): ViaSecondDisplayChannelEnable
    (II) CHROME(0): ViaDisplayDisableCRT
    (II) CHROME(0): ViaDisplayDisableSimultaneous
    (II) CHROME(0): VIAAdjustFrame
    (II) CHROME(0): VIAAdjustFrame
    (II) CHROME(0): - Blanked
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    (EE) [drm] drmOpen failed.
    (EE) CHROME(0): [dri] DRIScreenInit failed.  Disabling DRI.
    (II) CHROME(0): - Visuals set up
    (II) CHROME(0): VIAInternalScreenInit
    (II) CHROME(0): - B & W
    (II) CHROME(0): CursorStart: 0xffc0000
    (II) CHROME(0): Using 1800 lines for offscreen memory.
    (II) CHROME(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        8x8 color pattern filled rectangles
        Solid Lines
        Dashed Lines
        Image Writes
        Setting up tile and stipple cache:
            32 128x128 slots
            20 256x256 slots
            32 8x8 color pattern slots
    (==) CHROME(0): Backing store disabled
    (II) CHROME(0): - Backing store set up
    (II) CHROME(0): - SW cursor set up
    (II) CHROME(0): VIAHWCursorInit
    (II) CHROME(0): - Def Color map set up
    (II) CHROME(0): VIALoadPalette
    (II) CHROME(0): VIALoadRgbLut
    (II) CHROME(0): - Palette loaded
    (II) CHROME(0): DPMS enabled
    (II) CHROME(0): - DPMS set up
    (II) CHROME(0): - Color maps etc. set up
    (II) CHROME(0): direct rendering disabled
    (II) CHROME(0): Benchmarking video copy.  Less time is better.
    (--) CHROME(0): Timed   libc YUV420 copy... 1813105. Throughput: 522.2 MiB/s.
    (--) CHROME(0): Timed kernel YUV420 copy... 1789621. Throughput: 529.1 MiB/s.
    (--) CHROME(0): Timed    SSE YUV420 copy... 960929. Throughput: 985.3 MiB/s.
    (--) CHROME(0): Timed    MMX YUV420 copy... 1706519. Throughput: 554.8 MiB/s.
    (--) CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU.
    (--) CHROME(0): Timed   MMX2 YUV420 copy... 1029823. Throughput: 919.4 MiB/s.
    Freed 9834496 (pool 1)
    (--) CHROME(0): Using SSE YUV42X copy for video.
    (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset.
    (WW) CHROME(0): Option "RenderAccel" is not used
    (II) CHROME(0): - Done
    (==) RandR enabled
    (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
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (**) Option "CoreKeyboard"
    (**) HP Keyboard: always reports core events
    (**) Option "Protocol" "standard"
    (**) HP Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) HP Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) HP Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "se"
    (**) HP Keyboard: XkbLayout: "se"
    (**) Option "CustomKeycodes" "off"
    (**) HP Keyboard: CustomKeycodes disabled
    (**) Option "Protocol" "Auto"
    (**) Option "Device" "/dev/input/mice"
    (II) HP Touchpad: Setting mouse protocol to "ExplorerPS/2"
    (**) HP Touchpad: Device: "/dev/input/mice"
    (**) HP Touchpad: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) HP Touchpad: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons"
    (**) HP Touchpad: Emulate3Buttons, Emulate3Timeout: 50
    (**) HP Touchpad: ZAxisMapping: buttons 4 and 5
    (**) HP Touchpad: Buttons: 9
    (**) HP Touchpad: Sensitivity: 1
    (II) evaluating device (HP Keyboard)
    (II) XINPUT: Adding extended input device "HP Keyboard" (type: KEYBOARD)
    (II) evaluating device (HP Touchpad)
    (II) XINPUT: Adding extended input device "HP Touchpad" (type: MOUSE)
    (II) HP Touchpad: Setting mouse protocol to "ExplorerPS/2"
    (II) HP Touchpad: ps2EnableDataReporting: succeeded
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed
    ===============================================================
    And my glxinfo:
    ===============================================================
    name of display: :0.0
    display: :0  screen: 0
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    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, GLX_MESA_copy_sub_buffer
    client glx vendor string: S3G
    client glx version string: 1.4
    client glx extensions:
        GLX_SGI_make_current_read,  GLX_SGIX_fbconfig,  GLX_SGIX_pbuffer,
         GLX_ARB_get_proc_address, GLX_EXT_texture_from_pixmap,
        GLX_MESA_copy_sub_buffer
    GLX version: 1.2
    GLX extensions:
        GLX_SGI_make_current_read, GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap,
        GLX_MESA_copy_sub_buffer
    OpenGL vendor string: Mesa Project
    OpenGL renderer string: Software Rasterizer
    OpenGL version string: 1.4 (2.1 Mesa 7.2)
    OpenGL extensions:
        GL_EXT_texture_env_add, GL_ARB_multitexture, GL_ARB_transpose_matrix,
        GL_ARB_texture_env_add, GL_ARB_texture_cube_map,
        GL_ARB_texture_compression, GL_ARB_texture_border_clamp,
        GL_ARB_point_parameters, GL_ARB_texture_env_combine,
        GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
        GL_ARB_texture_mirrored_repeat, GL_ARB_depth_texture, GL_ARB_shadow,
        GL_ARB_shadow_ambient, GL_ARB_window_pos, GL_ARB_occlusion_query,
        GL_ARB_texture_non_power_of_two, GL_ARB_point_sprite,
        GL_EXT_texture_rectangle, GL_EXT_abgr, GL_EXT_blend_color,
        GL_EXT_texture3D, GL_EXT_packed_pixels, GL_SGIS_texture_lod,
        GL_EXT_rescale_normal, GL_EXT_vertex_array, GL_SGIS_generate_mipmap,
        GL_SGIS_texture_edge_clamp, GL_SGIS_texture_border_clamp,
        GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_point_parameters,
        GL_EXT_draw_range_elements, GL_EXT_bgra, GL_EXT_separate_specular_color,
        GL_EXT_secondary_color, GL_EXT_multi_draw_arrays, GL_EXT_fog_coord,
        GL_EXT_texture_env_combine, GL_EXT_blend_func_separate,
        GL_EXT_stencil_wrap, GL_NV_texgen_reflection, GL_EXT_texture_lod_bias,
        GL_NV_blend_square, GL_NV_texture_rectangle, GL_EXT_shadow_funcs,
        GL_ATI_texture_env_combine3, GL_SGI_color_matrix,
        GL_EXT_texture_edge_clamp
    2 GLX Visuals
       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
    0x21 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
    0x3b 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
    32 GLXFBConfigs:
       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
    0x3c  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
    0x3d  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
    0x3e  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 

  • Apache POI  -  xssf und ss missing from package

    Hi Everybody,
    I have downloaded the Apache POI 3.2 from http://www.apache.org/dyn/closer.cgi/poi/release/ (mid5 checksum says download is complete) and then placed the jars in my classpath variable (under win XP). Then I have tried to run a demo program provided on the apache poi website. The demo program starts as follows:
    package org.apache.poi.ss.examples;
    import org.apache.poi.xssf.usermodel.*;
    import org.apache.poi.ss.usermodel.*;
    import org.apache.poi.hssf.usermodel.HSSFWorkbook;
    But Anytime i compile the program I get the message that the "package org.apache.poi.xssf.usermodel.*; does not exist". And also same message for the package "import org.apache.poi.ss.usermodel.*;". And when I have a look into the POI jar files (using winzip) I can see that there are no folder named xssf. In the folder ss there is no subfolder usermodel!!! Does it mean that they are missing from the package? Has anybody already met this problem? Or am I just a silly very beginner :)?
    Would be happy if somebody helps me.
    Bye

    Hi Keith,
    thanks for your answer. I provide you herewith the information you requested
    1- I think I have download the right jars. I went to http://apache.atviraskodas.com/poi/release/bin/ and then download the zip file
    2-Now ihave used the -cp option as follows:
    javac -cp c:\pathtothedownloadedjars\poi-3.2-FINAL-20081019.jar;c:\pathtothedownloadedjars\poi-contrib-3.2-FINAL-20081019.jar;c:\pathtothedownloadedjars\poi-scratchpad-3.2-FINAL-20081019.jar;c:\pathtothedownloadedjars\commons-logging-1.1.jar;c:\pathtothedownloadedjars\junit-3.8.1.jar;c:\pathtothedownloadedjars\log4j-1.2.13.jar
    BusinessPlan.java
    But I still have the error message
    3- here is the dir listing of the jar files
    19.10.2008 12:34 406 EncryptedDocumentException.class
    19.10.2008 12:34 7.420 POIDocument.class
    19.10.2008 12:34 1.024 POIOLE2TextExtractor.class
    19.10.2008 12:34 677 POITextExtractor.class
    19.10.2008 12:45 1.175 Version.class
    19.10.2008 12:34 <DIR> ddf
    19.10.2008 12:34 <DIR> dev
    19.10.2008 12:34 <DIR> hpsf
    19.10.2008 12:34 <DIR> hssf
    19.10.2008 12:34 <DIR> poifs
    19.10.2008 12:34 <DIR> ss
    19.10.2008 12:34 <DIR> util
    19.10.2008 12:35 <DIR> contrib
    19.10.2008 12:35 <DIR> hssf
    19.10.2008 12:34 <DIR> generator
    19.10.2008 12:34 <DIR> hdf
    19.10.2008 12:35 <DIR> hdgf
    19.10.2008 12:34 <DIR> hpbf
    19.10.2008 12:35 <DIR> hslf
    19.10.2008 12:34 <DIR> hsmf
    19.10.2008 12:34 <DIR> hssf
    19.10.2008 12:34 <DIR> hwpf
    Here are the outputs of the jar tvf command
    0 Sun Oct 19 12:45:16 GMT+01:00 2008 META-INF/
    338 Sun Oct 19 12:45:14 GMT+01:00 2008 META-INF/MANIFEST.MF
    146498 Sun Oct 19 12:34:40 GMT+01:00 2008 font_metrics.properties
    0 Sun Oct 19 12:34:40 GMT+01:00 2008 org/
    0 Sun Oct 19 12:34:40 GMT+01:00 2008 org/apache/
    0 Sun Oct 19 12:45:16 GMT+01:00 2008 org/apache/poi/
    406 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/EncryptedDocumentException.class
    7420 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/POIDocument.class
    1024 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/POIOLE2TextExtractor.class
    677 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/POITextExtractor.class
    1175 Sun Oct 19 12:45:16 GMT+01:00 2008 org/apache/poi/Version.class
    0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/
    5132 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/DefaultEscherRecordFactory.class
    4348 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherArrayProperty.class
    7809 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBSERecord.class
    3392 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBitmapBlip.class
    2979 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBlipRecord.class
    7450 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBlipWMFRecord.class
    590 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBoolProperty.class
    3465 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherChildAnchorRecord.class
    5716 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherClientAnchorRecord.class
    3062 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherClientDataRecord.class
    2940 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherComplexProperty.class
    6202 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherContainerRecord.class
    3120 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDgRecord.class
    966 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDggRecord$1.class
    1091 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDggRecord$FileIdCluster.class
    5994 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDggRecord.class
    610 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDump$1PropName.class
    27358 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDump.class
    7934 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherMetafileBlip.class
    936 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherOptRecord$1.class
    4573 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherOptRecord.class
    7091 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherPictBlip.class
    24954 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherProperties.class
    1204 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherProperty.class
    2212 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherPropertyFactory.class
    991 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherPropertyMetaData.class
    748 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherRGBProperty.class
    1480 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherRecord$EscherRecordHeader.class
    3388 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherRecord.class
    202 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherRecordFactory.class
    300 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSerializationListener.class
    633 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherShapePathProperty.class
    2139 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSimpleProperty.class
    4167 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSpRecord.class
    3688 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSpgrRecord.class
    3842 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSplitMenuColorsRecord.class
    3750 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherTextboxRecord.class
    804 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/NullEscherSerializationListener.class
    4609 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/UnknownEscherRecord.class
    0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/dev/
    5402 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/dev/RecordGenerator.class
    0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/
    2554 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/ClassID.class
    2294 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Constants.class
    5498 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/CustomProperties.class
    1492 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/CustomProperty.class
    9702 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/DocumentSummaryInformation.class
    849 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/HPSFException.class
    1512 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/HPSFRuntimeException.class
    811 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/IllegalPropertySetDataException.class
    1087 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/IllegalVariantTypeException.class
    783 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MarkUnsupportedException.class
    787 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MissingSectionException.class
    1592 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MutableProperty.class
    5240 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MutablePropertySet.class
    851 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MutableSection$1.class
    9056 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MutableSection.class
    775 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/NoFormatIDException.class
    795 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/NoPropertySetStreamException.class
    790 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/NoSingleSectionException.class
    5994 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Property.class
    7150 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/PropertySet.class
    2323 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/PropertySetFactory.class
    476 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/ReadingNotSupportedException.class
    1493 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Section$PropertyListEntry.class
    7391 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Section.class
    4137 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/SpecialPropertySet.class
    7811 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/SummaryInformation.class
    2044 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Thumbnail.class
    3147 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/TypeWriter.class
    813 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/UnexpectedPropertySetTypeException.class
    1172 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/UnsupportedVariantTypeException.class
    4159 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Util.class
    5637 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Variant.class
    8511 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/VariantSupport.class
    746 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/VariantTypeException.class
    476 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/WritingNotSupportedException.class
    0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/extractor/
    270 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor$1.class
    1310 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor$PropertiesOnlyDocument.class
    4597 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor.class
    0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/wellknown/
    4128 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/wellknown/PropertyIDMap.class
    2323 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/wellknown/SectionIDMap.class
    0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/
    0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/
    2840 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/BiffViewer$BiffDumpingStream.class
    2501 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/BiffViewer$BiffRecordListener.class
    274 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/BiffViewer$IBiffRecordListener.class
    16240 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/BiffViewer.class
    933 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/EFBiffViewer$1.class
    2348 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/EFBiffViewer.class
    5316 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/FormulaViewer.class
    5845 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/HSSF.class
    0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/
    199 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/ERFListener.class
    2065 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/EventRecordFactory.class
    2772 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/ModelFactory.class
    209 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/ModelFactoryListener.class
    0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/
    739 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/AbortableHSSFListener.class
    271 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder$1.class
    2840 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder$SheetRecordCollectingListener.class
    973 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder$StubHSSFWorkbook.class
    2360 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder.class
    4374 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/FormatTrackingHSSFListener.class
    2711 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFEventFactory.class
    205 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFListener.class
    2893 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFRecordStream.class
    2330 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFRequest.class
    891 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFUserException.class
    2713 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/MissingRecordAwareHSSFListener.class
    0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/dummyrecord/
    875 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/dummyrecord/LastCellOfRowDummyRecord.class
    849 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/dummyrecord/MissingCellDummyRecord.class
    738 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/dummyrecord/MissingRowDummyRecord.class
    0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/
    273 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/EventBasedExcelExtractor$1.class
    6538 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/EventBasedExcelExtractor$TextListener.class
    3788 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/EventBasedExcelExtractor.class
    5499 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/ExcelExtractor.class
    0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/
    3686 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/AbstractShape.class
    3394 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/CommentShape.class
    1871 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/ConvertAnchor.class
    2855 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/DrawingManager.class
    3134 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/DrawingManager2.class
    1925 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/HSSFFormulaParser.class
    3860 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/LineShape.class
    1192 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/LinkTable$CRNBlock.class
    2672 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/LinkTable$ExternalBookBlock.class
    10078 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/LinkTable.class
    117 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/Model.class
    3846 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/PictureShape.class
    4888 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/PolygonShape.class
    6265 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/RecordOrderer.class
    1584 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/RecordStream.class
    2957 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/RowBlocksReader.class
    986 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/Sheet$RecordCloner.class
    32347 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/Sheet.class
    3671 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/SimpleFilledShape.class
    5109 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/TextboxShape.class
    40989 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/Workbook.class
    4284 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/WorkbookRecordList.class
    0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/
    6211 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/AbstractEscherHolderRecord.class
    4974 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AreaFormatRecord.class
    3377 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AreaRecord.class
    3013 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ArrayRecord.class
    2315 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisLineFormatRecord.class
    7831 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisOptionsRecord.class
    3600 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisParentRecord.class
    3699 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisRecord.class
    2093 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisUsedRecord.class
    3948 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BOFRecord.class
    1719 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/BackupRecord.class
    4380 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BarRecord.class
    1262 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BeginRecord.class
    2525 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BlankRecord.class
    1755 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BookBoolRecord.class
    3821 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BoolErrRecord.class
    1950 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BottomMarginRecord.class
    893 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/BoundSheetRecord$1.class
    5319 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/BoundSheetRecord.class
    4903 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CFHeaderRecord.class
    739 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CFRuleRecord$ComparisonOperator.class
    12823 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CFRuleRecord.class
    1936 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CRNCountRecord.class
    2528 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CRNRecord.class
    1883 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CalcCountRecord.class
    1980 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CalcModeRecord.class
    4540 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CategorySeriesAxisRecord.class
    298 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/CellValueRecordInterface.class
    3403 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ChartFormatRecord.class
    3086 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ChartRecord.class
    1008 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ChartTitleFormatRecord$CTFormat.class
    2881 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ChartTitleFormatRecord.class
    1763 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CodepageRecord.class
    5225 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ColumnInfoRecord.class
    6878 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CommonObjectDataSubRecord.class
    2414 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ContinueRecord.class
    2066 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CountryRecord.class
    2935 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DBCellRecord.class
    1698 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DSFRecord.class
    3236 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DVALRecord.class
    8308 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DVRecord.class
    3684 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DatRecord.class
    3877 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DataFormatRecord.class
    1745 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DateWindow1904Record.class
    1904 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/DefaultColWidthRecord.class
    2405 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DefaultDataLabelTextPropertiesRecord.class
    2238 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DefaultRowHeightRecord.class
    1911 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DeltaRecord.class
    2980 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DimensionsRecord.class
    3189 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DrawingGroupRecord.class
    1904 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DrawingRecord.class
    1550 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DrawingRecordForBiffViewer.class
    823 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DrawingSelectionRecord.class
    1470 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/EOFRecord.class
    6870 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.class
    1252 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/EndRecord.class
    1391 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/EndSubRecord.class
    888 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/EscherAggregate$1.class
    1257 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/EscherAggregate$2.class
    25088 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/EscherAggregate.class
    2242 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ExtSSTInfoSubRecord.class
    3777 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/ExtSSTRecord.class
    17774 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/ExtendedFormatRecord.class
    2096 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/ExternSheetRecord$RefSubRecord.class
    4476 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/ExternSheetRecord.class
    4506 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ExternalNameRecord.class
    1835 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FilePassRecord.class
    3464 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/FileSharingRecord.class
    1743 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FnGroupCountRecord.class
    3481 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FontBasisRecord.class
    2096 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FontIndexRecord.class
    7723 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/FontRecord.class
    3335 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FooterRecord.class
    3093 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FormatRecord.class
    4148 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/FormulaRecord$SpecialCachedValue.class
    8013 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/FormulaRecord.class
    3498 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FrameRecord.class
    1874 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/GridsetRecord.class
    2033 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/GroupMarkerSubRecord.class
    2825 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/GutsRecord.class
    1896 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HCenterRecord.class
    3325 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HeaderRecord.class
    1833 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HideObjRecord.class
    1354 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HorizontalPageBreakRecord.class
    7904 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HyperlinkRecord.class
    3529 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/IndexRecord.class
    1296 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/InterfaceEndRecord.class
    1785 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/InterfaceHdrRecord.class
    1882 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/IterationRecord.class
    3293 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LabelRecord.class
    2910 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LabelSSTRecord.class
    1936 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LeftMarginRecord.class
    6844 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LegendRecord.class
    5418 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LineFormatRecord.class
    2561 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LinkedDataFormulaField.class
    5109 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LinkedDataRecord.class
    2034 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MMSRecord.class
    173 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/Margin.class
    3108 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MergeCellsRecord.class
    2586 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MulBlankRecord.class
    1121 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MulRKRecord$RkRec.class
    2830 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MulRKRecord.class
    684 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/NameRecord$Option.class
    13076 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/NameRecord.class
    3646 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/NoteRecord.class
    2099 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/NoteStructureSubRecord.class
    2124 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/NumberFormatIndexRecord.class
    2931 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/NumberRecord.class
    3377 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ObjRecord.class
    2992 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ObjectLinkRecord.class
    1901 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ObjectProtectRecord.class
    1120 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PColor.class
    1355 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PageBreakRecord$Break.class
    4665 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PageBreakRecord.class
    4449 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/PaletteRecord.class
    3663 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PaneRecord.class
    2230 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PasswordRecord.class
    1760 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PasswordRev4Record.class
    1404 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PlotAreaRecord.class
    2514 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PlotGrowthRecord.class
    1764 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PrecisionRecord.class
    1919 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/PrintGridlinesRecord.class
    1902 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PrintHeadersRecord.class
    7798 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PrintSetupRecord.class
    1867 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ProtectRecord.class
    1758 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ProtectionRev4Record.class
    3938 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RKRecord.class
    2309 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RecalcIdRecord.class
    1970 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/Record.class
    368 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/RecordBase.class
    24379 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RecordFactory.class
    703 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/RecordFormatException.class
    6823 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/RecordInputStream.class
    324 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RecordProcessor.class
    1921 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RefModeRecord.class
    1762 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RefreshAllRecord.class
    1937 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RightMarginRecord.class
    6016 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/RowRecord.class
    2428 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SCLRecord.class
    1169 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/SSTDeserializer.class
    5976 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/SSTRecord.class
    1296 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SSTRecordHeader.class
    1194 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SSTRecordSizeCalculator.class
    2597 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SSTSerializer.class
    1867 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SaveRecalcRecord.class
    1909 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ScenarioProtectRecord.class
    3733 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SelectionRecord.class
    2156 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesChartGroupIndexRecord.class
    2092 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesIndexRecord.class
    4364 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesLabelsRecord.class
    2219 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesListRecord.class
    4456 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesRecord.class
    3640 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesTextRecord.class
    2167 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesToChartGroupRecord.class
    5009 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SharedFormulaRecord.class
    2231 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SharedValueRecordBase.class
    4659 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SheetPropertiesRecord.class
    3018 Sun Oct 19 12:34:46 GMT+01:00 2008 or

  • Got error during installation saying serial number is invalid for a photoshop and premiere elements package I bought from Adobe website last year. Anybody has a solution for this? Thanks.

    Got error during installation saying serial number is invalid for a photoshop and premiere elements package I bought from Adobe website last year. Anybody has a solution for this? Thanks.

    Does your serial number show on your account page?
    https://www.adobe.com/account.html for serial numbers on your Adobe page... or
    Lost serial # http://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • Just updated my iMac to OS X Yosemite and my Photoshop will no longer open. Pop up message informing Some of the application components are missing from the Application directory. Please reinstall the application. I have the pay monthly package and don't

    Just updated my iMac to OS X Yosemite and my Photoshop will no longer open. Pop up message informing, Some of the application components are missing from the Application directory, Please reinstall the application. I have the pay monthly package and don't know where to start.

    Do as it says: Reinstall the program. Run the cleaner tool and let CC app do the magic.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Mylenium

  • Scanner Actions & Printer Preference sections missing from Solutions Center

    I have just bought a Photosmart 6510 e All-in-one. I had no problem setting it up on my laptop and easily set it up on an old desktop PC. However I noticed in the HP Solutions Centre on the laptop that two sections are missing from this - 'Scanner Actions' and 'Printer Preferences'. The only sections appearing on the laptop's page are Web connected solutions, Shopping resources, Help & Support and Privacy Disclosures. However the missing sections both appear on my desktop PC's Solutions Center. How can I get them to appear on the laptop's Solutions Center?
    The Solutions Center I am referring to is the page that appears when I click on All Programs/ HP/ HP Photosmart 6510 Series/ HP Photosmart 6510 Series or the printer icon.
    Desktop PC -  Windows 7 Professional (32 Bit)
    Laptop - Windows 7 Home Premium (64 bit)
    EDIT: I have completely rewritten this post, including the title as I was using the wrong terminology so hopefully it now makes more sense and I can get an answer to my problem. Maybe even an expert one!
    Apologies in advance to moderators if I have done the wrong thing by rewriting this, sorry.
    This question was solved.
    View Solution.

    Hi,
    To clarify, HP solution center is utilized on prior models. The software title our newest models use when accessing via All Programs/ HP/ HP Photosmart 6510 Series/ HP Photosmart 6510 Series or the printer icon or the desktop icon is simply 'HP software'.
    First run the following utility and let me know what results you have
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=oj-96506-1&cc=us&dlc=en&lc=en&...=
    Make sure you have installed the printer with the latest software - a quick uninstall - All Programs/ HP/ HP Photosmart 6510 Series/ HP Photosmart 6510 Series- uninstall and reinstall using the link below will insure this
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-100190-1&cc=us&dlc=en&lc=en...=
    Do you have any anti-virus or 3rd party firewalls on the notebook? If so, what type and version info.
    thanks!
    I was an HP employee
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • IOS icon missing from package? It's not!

    FB 4.7 tells me that when I try to debug my app that:
    Error occurred while packaging the application:
    /Users/reidop/Documents/U of Florida/projects/mobile apps/Pill Reminder/bin-debug/AOT/MedsReminder-app.xml: error 303: Icon iOS_icons/[email protected] is missing from package
    along with all the other icons.  Not only are the icons in the proper place, they have been explicitly included in the package:
    Why does this error occur?  Anyone have any ideas?
    And yes, my XML file has the icons tag correct:
    <icon>
            <image29x29>iOS_icons/icon-29.png</image29x29>
            <image57x57>iOS_icons/icon-57.png</image57x57>
            <image114x114>iOS_icons/[email protected]</image114x114>
            <image512x512>iOS_icons/itunes.png</image512x512>
            <image72x72>iOS_icons/icon-72.png</image72x72>
            <image76x76>iOS_icons/icon-76.png</image76x76>
            <image40x40>iOS_icons/icon-40.png</image40x40>
            <image80x80>iOS_icons/[email protected]</image80x80>
            <image50x50>iOS_icons/icon-50.png</image50x50>
            <image100x100>iOS_icons/[email protected]</image100x100>
            <image144x144>iOS_icons/[email protected]</image144x144>
            <image152x152>iOS_icons/[email protected]</image152x152>
            <image1024x1024>iOS_icons/[email protected]</image1024x1024>
            <image58x58>iOS_icons/[email protected]</image58x58>
            <image120x120>iOS_icons/icon-120.png</image120x120>
            <image48x48>iOS_icons/icon-48.png</image48x48>
    </icon>
    When I comment these lines in the XML file out, it works perfectly ... but without the proper icons!
    Can anyone tell me what I'm leaving out?
    Message was edited by: John Reid Perkins Buzo

    Silly error ... the file path is not correct.  I assumed that the file path was relative to my XML descriptor in the project. That XML file is inside the package "core" along with the folder "iOS_icons", so the file path would be "iOS_icons/icon-???.png".  Instead the file path is relative to the XML descriptor file that FB4.7 creates for packaging. This ends up-one in the file path, outside the "core" package. So the correct file path turned out to be "core/iOS_icons/icon-???.png".  This is what it should be in my XML descriptor:
    <icon>
            <image29x29>core/iOS_icons/icon-29.png</image29x29>
            <image57x57>core/iOS_icons/icon-57.png</image57x57>
            <image114x114>core/iOS_icons/[email protected]</image114x114>
            <image512x512>core/iOS_icons/itunes.png</image512x512>
            <image72x72>core/iOS_icons/icon-72.png</image72x72>
            <image76x76>core/iOS_icons/icon-76.png</image76x76>
            <image40x40>core/iOS_icons/icon-40.png</image40x40>
            <image80x80>core/iOS_icons/[email protected]</image80x80>
            <image50x50>core/iOS_icons/icon-50.png</image50x50>
            <image100x100>core/iOS_icons/[email protected]</image100x100>
            <image144x144>core/iOS_icons/[email protected]</image144x144>
            <image152x152>core/iOS_icons/[email protected]</image152x152>
            <image1024x1024>core/iOS_icons/[email protected]</image1024x1024>
            <image58x58>core/iOS_icons/[email protected]</image58x58>
            <image120x120>core/iOS_icons/icon-120.png</image120x120>
            <image48x48>core/iOS_icons/icon-48.png</image48x48>
    </icon>

  • Data package is missing in the return structure

    Hi BW Folks,
    I have an issue with ODS activation.While activating the data in ODS object am getting following error message
    Activation of data records from ODS object XXXX terminated.
    data package XXXXX contains errors with status 9 in table 'XX' but this data package is missing in the return structure.
    In detail: The data package is entered in the return structure as incorrect.
    Can anyone provide me the solution. Thanks in advance. Have a nice time!
    Regards,
    Nani.

    HI
    Check these links
    Re: Status 9 error when activating an ODS in a Process Chain
    ODS activation error - status 9
    Error while data loading-terminated with Status 9
    Error while data loading-terminated with Status 9
    hope it helps
    regards
    CK
    Assing points if usefull

Maybe you are looking for

  • Problem during recording of CJ01 transaction for BDC

    Hello All, I am facing a problem during the recording of CJ01(Creation of projects) for creation of BDC program. The problem is during recoding after entering the the first WBS element with level 1 and i press the '+' button to create one more WBS el

  • Power View Sharepoint 2013

    Hi, I have searched and only found 1 other guy with my problem and his question was unanswered. I have SharePoint 2013 with a Power View report accessing an SSAS 2012 tabular model in Direct Query mode. All of my measures present in Power View except

  • Skillbuilders Plug In-Schedule Question?

    Hi, I have a question regarding the Schedule Plug In. It is a good demo. But I have no clue how to write the SQL to extract the data of Start Date, End date, Duration Seconds and Calendar Summary (From API function). I have tried to use action - comp

  • Accessing things on the stage

    I have a movie clip on the stage. In the main .as file, I can easily access the instance i.e., myMovieClip_mc.x = 10; How do I do that from a class in my "classes" package? I am passing the stage instance into the constructor of the class, so I would

  • Placing images upright

    Hi everyone, I keep on stumbling on a very frustrating quirk with Indesign. Right now this is happening to me in CC and CS6. Is there an option that lets me place photos in upright position 100 percent of the time? Sometimes when I'm working with non