Dreamweaver not correctly detecting orphans

I have a site with hundreds of files, all files have a "skip to content" link. Whenever I run a site wide link report, no HTML files appear as orphans.
I've tracked this down to links within pages to anchors: for example any "in-page contents list" or "back to top" or "skip to contents" etc. Some of the HTML files are not linked to by any other files, and if you try to delete them you get no warning message saying "there are X files linking to..." So Dreamweaver knows the file is an orphan (no file linking to it), but does not list it in the orphans report.
Attached are three files as an example: A links to B, B links to A and nothing links to C yet C does not appear in the orphans report.
Currently using Dreamweaver 8.
Does anyone know how to get these orphans listed in the orphans report? Any extensions etc? Or if later versions of DW have fixed this issue?
Thanks

namdam239 wrote:
Alright. This is very strange. I'm making a design right now, and it is incorrectly displaying my code in design view. You may be wondering "How is that strange? Dreamweaver has always had it's mishaps when it comes to design view" Well here's the strange part: It displays perfectly fine when I push the "Live Preview" button, which is the one that doesn't open up in a browser but the same Dreamweaver window.
Anybody know what's up? I'm thinking I might have hit a setting or something by accident and it messed up how it gets displayed, but I have looked through and don't know now.
Regards,
Jared
That's the way it is sometimes. Live view emulates what the browser sees whereas Dreamweaver does not.
Dreamweaver is still a bit of a dog when it comes to css rendering in Design View. Infact I was astonished to find only a few days ago that it baulked at tried and tested css attributes I have been using for years that had previously displayed correctly. Of course I may have used them in a combination, given there is literally hundreds of minor variations, that it was just not happy with.
The css worked in all modern browsers so I couldn't be asked to pick the page to pieces to detect just when and where the 'fracture' ocurred.
I'm sure if I had the patience I could find a work around to correct the issues but sometimes its just not worth the extra time and frustration.

Similar Messages

  • [UNSOLVED] Panels not correctly detecting screen edges?

    Recently I made the move to the version of xf86-video-intel in the [testing] repos, as well as the associated Xorg-server package. This was all to get Compiz working on my Thinkpad's integrated graphics, and that endeavor was a complete success.
    However this brought about a new problem which is very weird. My GNOME panels seem to be incorrectly detecting the width of my monitor. At least, that's the only way I can think to describe the issue. Any horizontal panel I try to have on my screen above the bottom 100-or-so pixels does not stretch all the way across. It's sort of like there is an invisible wall on my screen preventing my panels from going there. However all of my other windows work just fine.
    I have the same problem with Xfce. I have not tried KDE.
    Here's a picture I whipped up to try and illustrate what's going on:
    Does anybody have an idea of what might be causing this?
    Last edited by flintmecha (2008-12-01 02:09:05)

    David,
    Thanks for the greeting!
    You definately got me most of the way there!
    I just had to use the getform within the application item event work out the final bugs.  It is a little funny to me that you can't refer to the form directly.
    Thanks Very Much!
    paul
    Edited by: Paul Gaynor on Jun 25, 2008 12:27 AM

  • Mac mini + ASUS VW192s - not correct detected !

    Hi.
    ASUS VW192s detect on Mac mini as Standart VGA monitor without wide resolution 1440x900 !. How fix it ?

    Try SwitchRes X to build the missing resolution as a custom resolution.
    http://www.madrau.com
    I recommend the SwitchRes X Control Panel version over the full version for your application.

  • My iphone 4 is not being detected by any of my computers and not charging when connected to any computer.  It will, however, charge to the car or wall.  The only change that I can think of is that I downloaded a podcast from itunes directly from my phone.

    My iphone 4 is not being detected by any of my computers and not charging when connected to any computer.  It will, however, charge to the car or wall.  The only change that I can think of is that I downloaded a podcast from itunes directly from my phone.  I've since deleted this podcast with no luck.  I've restarted both the phone and the computer, still no luck.  One computer is running Vista and the other Windows 7, both have the latest Itunes Update.  Anyone have a fix for this?

    You clearly did not notice that you have joined a USER TO USER COMMUNITY FORUM
    This is NOT Apple ,Apple do not read nor do they  therefore respond
    So if you would like to wind your neck in ........................
    try a reset of iPhone and then a restore,best, as new and if it then functions correctly try restoring with your backup

  • Tomahawk1.1.3 ugrade exception...ExtensionsFilter not correctly configured.

    Hi Experts,
    I new to the world of JSF and im presently playing around with MyFaces Tomhawk implementation.
    I tried the tree example using tomahawk.jar ,myfaces-api and myfaces-impl.
    I was able to get the tree working with these version of jars.
    But now when i upgraded to the latest jars i.e
    myfaces-api 1.1.3
    myfaces-imple1.1.3 and
    tomahawk-1.1.3
    I'm getting the following error...see the stack trace below:
    java.lang.IllegalStateException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html
    org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:371)
    org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:333)
    org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:288)
    org.apache.myfaces.custom.tree2.HtmlTreeRenderer.encodeJavascript(HtmlTreeRenderer.java:611)
    org.apache.myfaces.custom.tree2.HtmlTreeRenderer.encodeBegin(HtmlTreeRenderer.java:152)
    javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:512)
    I googled for this also did the required changes.
    here are the links i visited.
    1) http://wiki.apache.org/myfaces/Upgrading_to_Tomahawk_1.1.3
    2) http://www.mail-archive.com/[email protected]/msg23110.html
    3) http://www.mail-archive.com/[email protected]/msg23094.html
    Here's my web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    <context-param>
    <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>org.apache.myfaces.DETECT_JAVASCRIPT</param-name>
    <param-value>false</param-value>
    </context-param>
    <context-param>
    <param-name>org.apache.myfaces.PRETTY_HTML</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml</param-value>
    </context-param>
    <!-- The following listener is needed when using the Apache MyFaces
    JSF implementation -->
    <listener>
    <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
    </listener>
    <!-- Extensions Filter -->
    <filter>
    <filter-name>MyFacesExtensionsFilter</filter-name>
    <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
    <init-param>
    <param-name>maxFileSize</param-name>
    <param-value>20m</param-value>
    </init-param>
    </filter>
    <!-- extension mapping for adding <script/>, <link/>, and other resource
    tags to JSF-pages -->
    <filter-mapping>
    <filter-name>MyFacesExtensionsFilter</filter-name>
    <!-- servlet-name must match the name of your javax.faces.webapp.FacesServlet entry -->
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <!-- extension mapping for serving page-independent resources (javascript,
    stylesheets, images, etc.) -->
    <filter-mapping>
    <filter-name>MyFacesExtensionsFilter</filter-name>
    <url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
    </filter-mapping>
    <!-- Extensions Filter -->
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.faces</url-pattern>
    </servlet-mapping>
    </web-app>
    Please help me out in fixing this exception.....im sure lot of people must have encountered this exception.
    Thanks
    Ved

    Hi,
    I have made some changes and it is now working.But i want it work in a portlet.There it is showing the text box but not the pop up button.It works fine as a stand alone application.How can i resolve this??
    My code is as follows...
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="conference-room" version="2.4"
         xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>Conference Room</display-name>
         <context-param>
              <param-name>
                   org.apache.myfaces.CHECK_EXTENSIONS_FILTER
              </param-name>
              <param-value>false</param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
              <param-value>server</param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.application.CONFIG_FILES</param-name>
              <param-value>/WEB-INF/faces-config.xml</param-value>
         </context-param>
         <context-param>
              <description>
                   This parameter tells MyFaces if javascript code should be
                   allowed in the rendered HTML output. If javascript is
                   allowed, command_link anchors will have javascript code that
                   submits the corresponding form. If javascript is not
                   allowed, the state saving info and nested parameters will be
                   added as url parameters. Default: "true"
              </description>
              <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <description>
                   This parameter tells MyFaces if javascript code should be
                   allowed in the rendered HTML output. If javascript is
                   allowed, command_link anchors will have javascript code that
                   submits the corresponding form. If javascript is not
                   allowed, the state saving info and nested parameters will be
                   added as url parameters. Default: "false"
                   Setting this param to true should be combined with
                   STATE_SAVING_METHOD "server" for best results.
                   This is an EXPERIMENTAL feature. You also have to enable the
                   detector filter/filter mapping below to get JavaScript
                   detection working.
              </description>
              <param-name>org.apache.myfaces.DETECT_JAVASCRIPT</param-name>
              <param-value>false</param-value>
         </context-param>
         <context-param>
              <description>
                   If true, rendered HTML code will be formatted, so that it is
                   "human readable". i.e. additional line separators and
                   whitespace will be written, that do not influence the HTML
                   code. Default: "true"
              </description>
              <param-name>org.apache.myfaces.PRETTY_HTML</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <description>
                   If true, a javascript function will be rendered that is able
                   to restore the former vertical scroll on every request.
                   Convenient feature if you have pages with long lists and you
                   do not want the browser page to always jump to the top if
                   you trigger a link or button action that stays on the same
                   page. Default: "false"
              </description>
              <param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
              <param-value>true</param-value>
         </context-param>
         <!-- Extensions Filter -->
         <filter>
              <filter-name>extensionsFilter</filter-name>
              <filter-class>
                   org.apache.myfaces.component.html.util.ExtensionsFilter
              </filter-class>
              <init-param>
                   <description>
                        Set the size limit for uploaded files. Format: 10 - 10
                        bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB
                   </description>
                   <param-name>uploadMaxFileSize</param-name>
                   <param-value>100m</param-value>
              </init-param>
              <init-param>
                   <description>
                        Set the threshold size - files below this limit are
                        stored in memory, files above this limit are stored on
                        disk.
                        Format: 10 - 10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB
                   </description>
                   <param-name>uploadThresholdSize</param-name>
                   <param-value>100k</param-value>
              </init-param>
         </filter>
         <!-- Filter Mappings -->
         <filter-mapping>
              <filter-name>extensionsFilter</filter-name>
              <url-pattern>*.jsf</url-pattern>
         </filter-mapping>
         <filter-mapping>
              <filter-name>extensionsFilter</filter-name>
              <url-pattern>/faces/*</url-pattern>
         </filter-mapping>
         <!-- Listener, that does all the startup work (configuration, init). -->
         <listener>
              <listener-class>
                   org.apache.myfaces.webapp.StartupServletContextListener
              </listener-class>
         </listener>
         <!-- Faces Servlet -->
         <servlet>
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <!-- Jetspeed Servlet -->
         <servlet>
              <description>
                   MVC Servlet for Jetspeed Portlet Applications
              </description>
              <display-name>Jetspeed Container</display-name>
              <servlet-name>JetspeedContainer</servlet-name>
              <servlet-class>
                   org.apache.jetspeed.container.JetspeedContainerServlet
              </servlet-class>
              <init-param>
                   <param-name>contextName</param-name>
                   <param-value>conference-room</param-value>
              </init-param>
              <load-on-startup>0</load-on-startup>
         </servlet>
         <!-- servlet mapping -->
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>*.jsf</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>JetspeedContainer</servlet-name>
              <url-pattern>/container/*</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
    </web-app>
    Thanks and regards,
    Gaurav Goel.

  • Spry Tabbed Panels - not correct in IE but correct in Chrome and MF

    Hi,
    I'm having problems with an extension I used for a client, so I want to use the Spry tabbed panels form dreamweaver, but they in IE8 it puts all the content under each other in the first tab ??
    In Chrome and MF its correct. Do you know about this problem or is it because I did something wrong?
    see: www.zorgfilosofie.nl/index2
    The other pages where made with an extension but with that script my client can't edit with contribute. That's why I want to implement Dreamweaver Spry Tabbed Panels.
    Thanks for answering!
    Carla

    Hello there from down under J
    Het was mooi weer, maar vandaag regent het.
    Toch zijn hier in deze kamer veel zonnestralen, want het probleem is opgelost!
    I searched the whole evening for alternative but it did’t work with templates.
    With the js files the problem is solved.
    I don’t understand why the js file was not correct, because I just bought CS5.5
    Where do I have to put de file so the problem will not happen again when I make another site?
    Thanks a lot!
    Best regards and take some sun with you!
    Carla
    Van: altruistic gramps [email protected]
    Verzonden: woensdag 5 oktober 2011 2:16
    Aan: Carla Leliveld
    Onderwerp: Spry Tabbed Panels - not correct in IE but correct in Chrome and MF
    Re: Spry Tabbed Panels - not correct in IE but correct in Chrome and MF
    created by altruistic gramps <http://forums.adobe.com/people/altruistic+gramps>  in Spry Framework for Ajax - View the full discussion <http://forums.adobe.com/message/3954185#3954185

  • Detected orphan OWB sessions

    I encounter this problem everytime a OWB Client developer has his PC crashed or rebooted every now and then. The next time then the OWB Client is started, it pops up with the window indicating 'Detected orphan OWB sessions' and the related information.
    Afterwards, even when the session is killed and removed through the Oracle Enterprise Manager, the message keeps on coming till we issue the ORAKILL command on our Windows server. This is a pain as we have formalities to access the oracle server command prompt and this requires lot of time. Is not there any simple way to release these sessions and locks using OWB Administrator or other methods without having to connect to the OS command prompt on the Oracle Server to issue the ORAKILL.

    Uday,
    If you have DBA privileges, then you can use:
    alter system kill session '<SID>,<serial#>'
    in order to kill sessions. The script below may be helpful to query what is going on:
    select 'alter system kill session '''
    || to_char(sid)
    ||','
    || to_char(serial#)
    || ''' immediate ;' kill_session
    , username || ' (' || osuser || '/' || terminal || ')' dbosname
    , program
    , status
    from v$session
    Mark.

  • Dreamweaver not allowing columns to be adjusted

    I'm having a problem with the design view in Dreamweaver. 
    I can't change the column width or row height! 
    I can do it by going into the source, but even when I do (and it works on the published paged) Dreamweaver's display is still not correct.
    What am I doing wrong or is there a patch that I need?
    Thanks
    Glenn

    The web site is "chris.mrbreeze.net".  I'm just looking at the "index.php".  Once I get this fixed I can deal with the other pages.
    As you can see from the page and what Dreamweaver shows, there are some major differences.
    In Dreamweaver the text in "yellow" is all the way to the right but on the web page it's centered.
    I can't move the border on the text in Dreamweaver.
    Thanks
    Glenn

  • Umask not correct

    I am using Dreamweaver 7. I edit files locally and then sync
    or put to an sftp server on a unix box. Dreamweaver does not create
    the correct file permissions. The permisions should be
    775(rwxrwxr-x) but are 600(wr ). I edited the .profile on the ftp
    server and added umask 002 on a separate line and saved. If I
    create a new file on the server NOT using Dreamweaver the correct
    permissions are given. How can I configure Dreamweaver to apply the
    correct permissions?
    thanks
    Milton

    Cisco shipped MST before it was an IEEE standard. The MD5 digest in the MST BPDU depend on a key that was not published before the standard was out. So we basically knew that we would not be able to create a BPDU that was compliant to the standard and this explains why we did not even bother cleaning up the format of the BPDU which is slightly different. This allowed Cisco customers to benefit from MST almost 2 years before it was available on most competitor's platforms.
    This pre-standard version won't be able to form a region with a standard switch, but it can still interoperate using the CIST with standard MST or RSTP.
    The latest versions of the IOS do support MST in its standard format (I think some platforms will only be able to run the pre-standard because they don't have enough RAM to run the latest IOS on which standard MST is implemented).
    All this information is available on CCO.
    Regards,
    Francois

  • Curve 9300 not getting detected on blackberry desktop software

    Dear All, I am using Blackberry Curve 9300 with OS 5.0.0.832. Desktop software version is 7.1.0.41. Since last 10 days, the handset is not getting detected on desktop software. Same is getting detected on Windows XP OS and also getting charged. Requesting help on this. Regards, Vinit V. Rawle

    Hello,
    I am confused...3 weeks ago you had this solved?
    http://supportforums.blackberry.com/t5/BlackBerry-Link/Device-not-getting-detected-on-Blackberry-Lin...
    Please clarify.
    In the meantime, here is the list of troubleshooting articles...hopefully something will be useful:
    http://supportforums.blackberry.com/t5/BlackBerry-Desktop-Software/Tips-for-getting-BlackBerry-Deskt...
    KB10144 How to force the detection of the BlackBerry smartphone using Application Loader
    KB28457 BlackBerry Desktop Software is unable to detect the BlackBerry Smartphone due to administrative permissions
    KB28458 BlackBerry Desktop Software is unable to detect the BlackBerry Smartphone when user account control is enabled
    KB28459 BlackBerry Desktop Software is unable to detect the BlackBerry Smartphone when a full version of Roxio® Media Manager is installed 
    KB28456 BlackBerry Desktop Software is unable to detect the BlackBerry Smartphone when USB selective suspend setting is enabled
    KB28444 The BlackBerry smartphone is not detected by BlackBerry Desktop Software when connected by USB to a USB hub or a docking station
    KB28443 BlackBerry Desktop Software cannot detect the BlackBerry smartphone when it is connected via USB
    KB02640 Troubleshooting USB connections
    KB15486 Top 10 BlackBerry smartphone and BlackBerry Desktop Manager troubleshooting tips
    KB00125BlackBerry Desktop Software cannot detect the BlackBerry smartphone
    KB11439 BlackBerry Desktop Software does not detect the BlackBerry smartphone when it is connected
    KB00019 No PIN displayed in BlackBerry Desktop Redirector
    KB10938 "USB charging current is insufficient" appears on the BlackBerry smartphone
    KB01451 How to turn on advanced synchronization logging if a wired synchronization fails
    KB19717 The BlackBerry smartphone is not detected as a USB Mass Storage Device when connected to a computer
    KB16310 Media Transfer Protocol and the BlackBerry Storm smartphone
    http://supportforums.blackberry.com/t5/BlackBerry-Desktop-Software/Desktop-Manager-quot-disconnected...
    Also, check that you are using only root USB ports...no hubs (sometimes the front-side ports are hubs...use a rear USB port). And make sure to try disabling USB power management in your system configuration (Device Manager).
    Also check on conflicting software...it has been reported that the software package NTI Shadow&Ninja can cause a conflict; removing them and reinstalling the BB desktop software allows it to install correctly.
    Apologies in advance if this is redundant -- there's no way to be sure if you've already seen and tried these. Also apologies if any are not presently available...RIM takes them up and down at will as they revise things.
    Hopefully something there is helpful!
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HP 550 charger not being detected?

    Hi, I currently have a problem with mY HP 550 charger i have not been able to use my computer for over 6 months cos of this. the laptop is around 3 years old, a while back my charger was working normally and then all of a sudden it stopped working... it wasnot charging the laptop at all..... I have tried to put it in again and again...the  charger is still not being detected. andi t wont charge the battery.. I had to resort to using libary computers (ughh my god there slow)  so now my laptop battery is dead.... I decided to try and fix my laptop today..... when I put my laptop charger in the light goes bue then white and then it just goes blank.... tried it with the another AC adapter which is compatible with my laptop still not working... tried my PS2 AC adapter not working... HOW CAN I FIX THIS?!?!

    Please be careful what adaptors you plug into your notebook. Some adaptors have different voltages and amp capability.  You can damage your notebook if you apply too much voltage. I believe your adaptor should read 18.5 volts, 3.5 Amps and 65W but that information should be printed right on the adaptor. Make sure you don't use and adaptor you should not be using. Have someone test your adaptor to make sure it is putting out the correct voltage.  Try to remove the battery and just plug in the power adaptor and see if you can turn on the machine. Try to reset the machine by removing the battery and the power adaptor and holding in the power button for a full minute, then plug the power adaptor back in and then the battery and try to start the machine. Let us know what happens.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may click on the white star in the "Kudos" button for any helpful post to give that person a quick thanks. These feedback tools help keep our community active, so you receive better answers faster.

  • Submit button in inserted HTML is not correctly shows

    Submit button in inserted HTML is not correctly shows.
    <input type="submit" name="submit" value="Submit">
    Button doesn't have a round gradient background like in real HTML.  
    Looks like Muse translated it not correctly. Muse doesn't use inserted code directly to the browser.
    The ??? is how to see a real html appearance?

    Dear All
    I feel adobelance is giving us a pretty good answer.
    I tried code in Dreamweaver and got:
    And in Muse I got:
    I did have to change the border from outset to solid grey (to give it the colour) - the main difference seems to be the font.  It was close enough for me, though.
    I am not a Dreamweaver developer and this is the first code I have run in Dreamweaver (successfully, anyway).
    Muse allows Designers to sketch web sites and as such is good - but it is not Dreamweaver.  I admit I subscribe to Creative Cloud - so I can use Dreamweaver or Muse and am using the latest version but I am a fan of Muse so far. 
    My HTML in Muse is
    <form>
    <form method="post" action="senddata.php">
    <label for="lastname" style="color:black; background:light grey">Last Name:</label>
    <input type="password" id="lastname" name="lastname">
    <input type="submit" value=" Submit Form! " style="border:2px solid grey; color:black; background:light grey">
    </form>
    I do hope this assists you all.
    Kind regards

  • Acer 5750G 15.6 screen display not correct

    as described in the subject, screen display is not correct after I installed xorg, xfce4.
    when start xfce4, the screen only show part of the whole desktop.
    the bottom part of the desktop is black, the whole thing moves upwards, so I cannot see menus which should be up on the top.
    I add one new conf in /etc/X11/xorg.conf.d/10-monitor.conf
    with modes  1366x768_75.00
    What else should I set in xorg conf ?
    Thanks.

    hadrons123 wrote:
    What video card do you have?
    show us the output of
    cat /var/log/Xorg.0.log
    Acer5750G, support 2 video cards, one is integrated(Intel), another is Nvidia GT630M(1G).
    lspci | grep VGA:
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    Above is the result after I disabled the Nvidia card in BIOS.
    /var/log/Xorg.0.log:
    [ 19.833]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 19.833] X Protocol Version 11, Revision 0
    [ 19.833] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 19.833] Current Operating System: Linux leon-arch 3.3.8-1-ARCH #1 SMP PREEMPT Tue Jun 5 15:20:32 CEST 2012 x86_64
    [ 19.833] Kernel command line: root=/dev/sda6 ro
    [ 19.833] Build Date: 30 May 2012 07:24:13PM
    [ 19.833]
    [ 19.833] Current version of pixman: 0.26.0
    [ 19.833] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 19.833] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.833] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 13 07:46:31 2012
    [ 19.885] (==) Using config file: "/etc/X11/xorg.conf"
    [ 19.885] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 19.981] (==) ServerLayout "Default Layout"
    [ 19.981] (**) |-->Screen "Screen0" (0)
    [ 19.981] (**) | |-->Monitor "Monitor0"
    [ 19.981] (**) | |-->Device "Device0"
    [ 19.981] (==) Automatically adding devices
    [ 19.981] (==) Automatically enabling devices
    [ 20.004] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 20.005] Entry deleted from font path.
    [ 20.005] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 20.005] Entry deleted from font path.
    [ 20.005] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 20.005] Entry deleted from font path.
    [ 20.005] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 20.005] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 20.005] Entry deleted from font path.
    [ 20.005] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 20.005] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 20.005] Entry deleted from font path.
    [ 20.005] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 20.005] Entry deleted from font path.
    [ 20.005] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 20.005] Entry deleted from font path.
    [ 20.005] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 20.005] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 20.005] Entry deleted from font path.
    [ 20.005] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 20.005] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 20.005] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 20.005] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 20.005] (II) Loader magic: 0x7c58e0
    [ 20.005] (II) Module ABI versions:
    [ 20.005] X.Org ANSI C Emulation: 0.4
    [ 20.005] X.Org Video Driver: 12.0
    [ 20.005] X.Org XInput driver : 16.0
    [ 20.005] X.Org Server Extension : 6.0
    [ 20.006] (--) PCI:*(0:0:2:0) 8086:0116:1025:0504 rev 9, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00002000/64
    [ 20.006] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 20.006] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.006] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.006] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.006] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.006] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.006] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 20.006] (II) LoadModule: "dri2"
    [ 20.022] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 20.038] (II) Module dri2: vendor="X.Org Foundation"
    [ 20.038] compiled for 1.12.2, module version = 1.2.0
    [ 20.038] ABI class: X.Org Server Extension, version 6.0
    [ 20.038] (II) Loading extension DRI2
    [ 20.038] (II) LoadModule: "dbe"
    [ 20.038] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 20.039] (II) Module dbe: vendor="X.Org Foundation"
    [ 20.039] compiled for 1.12.2, module version = 1.0.0
    [ 20.039] Module class: X.Org Server Extension
    [ 20.039] ABI class: X.Org Server Extension, version 6.0
    [ 20.039] (II) Loading extension DOUBLE-BUFFER
    [ 20.039] (II) LoadModule: "dri"
    [ 20.039] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 20.040] (II) Module dri: vendor="X.Org Foundation"
    [ 20.040] compiled for 1.12.2, module version = 1.0.0
    [ 20.040] ABI class: X.Org Server Extension, version 6.0
    [ 20.040] (II) Loading extension XFree86-DRI
    [ 20.040] (II) LoadModule: "record"
    [ 20.040] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 20.041] (II) Module record: vendor="X.Org Foundation"
    [ 20.041] compiled for 1.12.2, module version = 1.13.0
    [ 20.041] Module class: X.Org Server Extension
    [ 20.041] ABI class: X.Org Server Extension, version 6.0
    [ 20.041] (II) Loading extension RECORD
    [ 20.041] (II) LoadModule: "glx"
    [ 20.041] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 20.071] (II) Module glx: vendor="X.Org Foundation"
    [ 20.072] compiled for 1.12.2, module version = 1.0.0
    [ 20.072] ABI class: X.Org Server Extension, version 6.0
    [ 20.072] (==) AIGLX enabled
    [ 20.072] (II) Loading extension GLX
    [ 20.072] (II) LoadModule: "extmod"
    [ 20.072] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 20.073] (II) Module extmod: vendor="X.Org Foundation"
    [ 20.073] compiled for 1.12.2, module version = 1.0.0
    [ 20.073] Module class: X.Org Server Extension
    [ 20.073] ABI class: X.Org Server Extension, version 6.0
    [ 20.073] (II) Loading extension MIT-SCREEN-SAVER
    [ 20.073] (II) Loading extension XFree86-VidModeExtension
    [ 20.073] (II) Loading extension XFree86-DGA
    [ 20.073] (II) Loading extension DPMS
    [ 20.073] (II) Loading extension XVideo
    [ 20.073] (II) Loading extension XVideo-MotionCompensation
    [ 20.073] (II) Loading extension X-Resource
    [ 20.073] (II) LoadModule: "vesa"
    [ 20.080] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 20.089] (II) Module vesa: vendor="X.Org Foundation"
    [ 20.089] compiled for 1.12.0, module version = 2.3.1
    [ 20.089] Module class: X.Org Video Driver
    [ 20.089] ABI class: X.Org Video Driver, version 12.0
    [ 20.089] (II) VESA: driver for VESA chipsets: vesa
    [ 20.089] (++) using VT number 7
    [ 20.092] (II) Loading sub module "vbe"
    [ 20.092] (II) LoadModule: "vbe"
    [ 20.092] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 20.093] (II) Module vbe: vendor="X.Org Foundation"
    [ 20.093] compiled for 1.12.2, module version = 1.1.0
    [ 20.094] ABI class: X.Org Video Driver, version 12.0
    [ 20.094] (II) Loading sub module "int10"
    [ 20.094] (II) LoadModule: "int10"
    [ 20.094] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 20.105] (II) Module int10: vendor="X.Org Foundation"
    [ 20.105] compiled for 1.12.2, module version = 1.0.0
    [ 20.105] ABI class: X.Org Video Driver, version 12.0
    [ 20.105] (II) VESA(0): initializing int10
    [ 20.105] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [ 20.105] (II) VESA(0): VESA BIOS detected
    [ 20.105] (II) VESA(0): VESA VBE Version 3.0
    [ 20.105] (II) VESA(0): VESA VBE Total Mem: 131008 kB
    [ 20.105] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
    [ 20.105] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    [ 20.105] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
    [ 20.105] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge Graphics Controller
    [ 20.105] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    [ 20.112] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
    [ 20.112] (==) VESA(0): RGB weight 888
    [ 20.112] (==) VESA(0): Default visual is TrueColor
    [ 20.112] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 20.112] (II) Loading sub module "ddc"
    [ 20.112] (II) LoadModule: "ddc"
    [ 20.112] (II) Module "ddc" already built-in
    [ 20.113] (II) VESA(0): VESA VBE DDC supported
    [ 20.113] (II) VESA(0): VESA VBE DDC Level 2
    [ 20.113] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
    [ 20.125] (II) VESA(0): VESA VBE DDC read successfully
    [ 20.125] (II) VESA(0): Manufacturer: LGD Model: 2dc Serial#: 0
    [ 20.125] (II) VESA(0): Year: 2010 Week: 0
    [ 20.125] (II) VESA(0): EDID Version: 1.3
    [ 20.125] (II) VESA(0): Digital Display Input
    [ 20.125] (II) VESA(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 20.125] (II) VESA(0): Gamma: 2.20
    [ 20.125] (II) VESA(0): No DPMS capabilities specified
    [ 20.125] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 20.125] (II) VESA(0): First detailed timing is preferred mode
    [ 20.125] (II) VESA(0): redX: 0.623 redY: 0.369 greenX: 0.346 greenY: 0.610
    [ 20.125] (II) VESA(0): blueX: 0.148 blueY: 0.098 whiteX: 0.313 whiteY: 0.329
    [ 20.125] (II) VESA(0): Manufacturer's mask: 0
    [ 20.125] (II) VESA(0): Supported detailed timing:
    [ 20.125] (II) VESA(0): clock: 70.0 MHz Image Size: 344 x 194 mm
    [ 20.125] (II) VESA(0): h_active: 1366 h_sync: 1402 h_sync_end 1450 h_blank_end 1492 h_border: 0
    [ 20.125] (II) VESA(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 782 v_border: 0
    [ 20.125] (II) VESA(0): LG Display
    [ 20.125] (II) VESA(0): LP156WH4-TLA1
    [ 20.125] (II) VESA(0): EDID (in hex):
    [ 20.125] (II) VESA(0): 00ffffffffffff0030e4dc0200000000
    [ 20.125] (II) VESA(0): 00140103802213780aa9059f5e589c26
    [ 20.125] (II) VESA(0): 19505400000001010101010101010101
    [ 20.125] (II) VESA(0): 010101010101581b567e50000e302430
    [ 20.125] (II) VESA(0): 350058c2100000190000000000000000
    [ 20.125] (II) VESA(0): 00000000000000000000000000fe004c
    [ 20.125] (II) VESA(0): 4720446973706c61790a2020000000fe
    [ 20.125] (II) VESA(0): 004c503135365748342d544c41310079
    [ 20.125] (II) VESA(0): EDID vendor "LGD", prod id 732
    [ 20.125] (II) VESA(0): Printing DDC gathered Modelines:
    [ 20.125] (II) VESA(0): Modeline "1366x768"x0.0 70.00 1366 1402 1450 1492 768 771 776 782 -hsync -vsync (46.9 kHz eP)
    [ 20.125] (II) VESA(0): Searching for matching VESA mode(s):
    [ 20.125] Mode: 160 (0x0)
    [ 20.125] ModeAttributes: 0x0
    [ 20.125] WinAAttributes: 0x0
    [ 20.125] WinBAttributes: 0x0
    [ 20.125] WinGranularity: 0
    [ 20.125] WinSize: 0
    [ 20.125] WinASegment: 0x0
    [ 20.125] WinBSegment: 0x0
    [ 20.125] WinFuncPtr: 0x0
    [ 20.125] BytesPerScanline: 0
    [ 20.125] XResolution: 0
    [ 20.125] YResolution: 0
    [ 20.125] XCharSize: 0
    [ 20.125] YCharSize: 0
    [ 20.125] NumberOfPlanes: 0
    [ 20.125] BitsPerPixel: 0
    [ 20.125] NumberOfBanks: 0
    [ 20.125] MemoryModel: 0
    [ 20.125] BankSize: 0
    [ 20.125] NumberOfImages: 0
    [ 20.125] RedMaskSize: 0
    [ 20.125] RedFieldPosition: 0
    [ 20.125] GreenMaskSize: 0
    [ 20.125] GreenFieldPosition: 0
    [ 20.125] BlueMaskSize: 0
    [ 20.125] BlueFieldPosition: 0
    [ 20.125] RsvdMaskSize: 0
    [ 20.125] RsvdFieldPosition: 0
    [ 20.125] DirectColorModeInfo: 0
    [ 20.125] PhysBasePtr: 0x0
    [ 20.125] LinBytesPerScanLine: 0
    [ 20.125] BnkNumberOfImagePages: 0
    [ 20.125] LinNumberOfImagePages: 0
    [ 20.125] LinRedMaskSize: 0
    [ 20.125] LinRedFieldPosition: 0
    [ 20.125] LinGreenMaskSize: 0
    [ 20.125] LinGreenFieldPosition: 0
    [ 20.125] LinBlueMaskSize: 0
    [ 20.125] LinBlueFieldPosition: 0
    [ 20.125] LinRsvdMaskSize: 0
    [ 20.125] LinRsvdFieldPosition: 0
    [ 20.125] MaxPixelClock: 0
    [ 20.126] Mode: 161 (0x0)
    [ 20.126] ModeAttributes: 0x0
    [ 20.126] WinAAttributes: 0x0
    [ 20.126] WinBAttributes: 0x0
    [ 20.126] WinGranularity: 0
    [ 20.126] WinSize: 0
    [ 20.126] WinASegment: 0x0
    [ 20.126] WinBSegment: 0x0
    [ 20.126] WinFuncPtr: 0x0
    [ 20.126] BytesPerScanline: 0
    [ 20.126] XResolution: 0
    [ 20.126] YResolution: 0
    [ 20.126] XCharSize: 0
    [ 20.126] YCharSize: 0
    [ 20.126] NumberOfPlanes: 0
    [ 20.126] BitsPerPixel: 0
    [ 20.126] NumberOfBanks: 0
    [ 20.126] MemoryModel: 0
    [ 20.126] BankSize: 0
    [ 20.126] NumberOfImages: 0
    [ 20.126] RedMaskSize: 0
    [ 20.126] RedFieldPosition: 0
    [ 20.126] GreenMaskSize: 0
    [ 20.126] GreenFieldPosition: 0
    [ 20.126] BlueMaskSize: 0
    [ 20.126] BlueFieldPosition: 0
    [ 20.126] RsvdMaskSize: 0
    [ 20.126] RsvdFieldPosition: 0
    [ 20.126] DirectColorModeInfo: 0
    [ 20.126] PhysBasePtr: 0x0
    [ 20.126] LinBytesPerScanLine: 0
    [ 20.126] BnkNumberOfImagePages: 0
    [ 20.126] LinNumberOfImagePages: 0
    [ 20.126] LinRedMaskSize: 0
    [ 20.126] LinRedFieldPosition: 0
    [ 20.126] LinGreenMaskSize: 0
    [ 20.126] LinGreenFieldPosition: 0
    [ 20.126] LinBlueMaskSize: 0
    [ 20.126] LinBlueFieldPosition: 0
    [ 20.126] LinRsvdMaskSize: 0
    [ 20.126] LinRsvdFieldPosition: 0
    [ 20.126] MaxPixelClock: 0
    [ 20.126] Mode: 162 (0x0)
    [ 20.126] ModeAttributes: 0x0
    [ 20.126] WinAAttributes: 0x0
    [ 20.126] WinBAttributes: 0x0
    [ 20.126] WinGranularity: 0
    [ 20.126] WinSize: 0
    [ 20.126] WinASegment: 0x0
    [ 20.126] WinBSegment: 0x0
    [ 20.126] WinFuncPtr: 0x0
    [ 20.126] BytesPerScanline: 0
    [ 20.126] XResolution: 0
    [ 20.126] YResolution: 0
    [ 20.126] XCharSize: 0
    [ 20.126] YCharSize: 0
    [ 20.126] NumberOfPlanes: 0
    [ 20.126] BitsPerPixel: 0
    [ 20.126] NumberOfBanks: 0
    [ 20.126] MemoryModel: 0
    [ 20.126] BankSize: 0
    [ 20.126] NumberOfImages: 0
    [ 20.126] RedMaskSize: 0
    [ 20.126] RedFieldPosition: 0
    [ 20.126] GreenMaskSize: 0
    [ 20.126] GreenFieldPosition: 0
    [ 20.126] BlueMaskSize: 0
    [ 20.126] BlueFieldPosition: 0
    [ 20.126] RsvdMaskSize: 0
    [ 20.126] RsvdFieldPosition: 0
    [ 20.126] DirectColorModeInfo: 0
    [ 20.126] PhysBasePtr: 0x0
    [ 20.126] LinBytesPerScanLine: 0
    [ 20.126] BnkNumberOfImagePages: 0
    [ 20.126] LinNumberOfImagePages: 0
    [ 20.126] LinRedMaskSize: 0
    [ 20.126] LinRedFieldPosition: 0
    [ 20.126] LinGreenMaskSize: 0
    [ 20.126] LinGreenFieldPosition: 0
    [ 20.126] LinBlueMaskSize: 0
    [ 20.126] LinBlueFieldPosition: 0
    [ 20.126] LinRsvdMaskSize: 0
    [ 20.126] LinRsvdFieldPosition: 0
    [ 20.126] MaxPixelClock: 0
    [ 20.126] Mode: 163 (0x0)
    [ 20.126] ModeAttributes: 0x0
    [ 20.126] WinAAttributes: 0x0
    [ 20.126] WinBAttributes: 0x0
    [ 20.126] WinGranularity: 0
    [ 20.126] WinSize: 0
    [ 20.126] WinASegment: 0x0
    [ 20.126] WinBSegment: 0x0
    [ 20.126] WinFuncPtr: 0x0
    [ 20.126] BytesPerScanline: 0
    [ 20.126] XResolution: 0
    [ 20.126] YResolution: 0
    [ 20.126] XCharSize: 0
    [ 20.126] YCharSize: 0
    [ 20.126] NumberOfPlanes: 0
    [ 20.126] BitsPerPixel: 0
    [ 20.126] NumberOfBanks: 0
    [ 20.126] MemoryModel: 0
    [ 20.126] BankSize: 0
    [ 20.126] NumberOfImages: 0
    [ 20.126] RedMaskSize: 0
    [ 20.126] RedFieldPosition: 0
    [ 20.126] GreenMaskSize: 0
    [ 20.126] GreenFieldPosition: 0
    [ 20.126] BlueMaskSize: 0
    [ 20.126] BlueFieldPosition: 0
    [ 20.126] RsvdMaskSize: 0
    [ 20.126] RsvdFieldPosition: 0
    [ 20.126] DirectColorModeInfo: 0
    [ 20.126] PhysBasePtr: 0x0
    [ 20.126] LinBytesPerScanLine: 0
    [ 20.126] BnkNumberOfImagePages: 0
    [ 20.126] LinNumberOfImagePages: 0
    [ 20.126] LinRedMaskSize: 0
    [ 20.126] LinRedFieldPosition: 0
    [ 20.126] LinGreenMaskSize: 0
    [ 20.126] LinGreenFieldPosition: 0
    [ 20.126] LinBlueMaskSize: 0
    [ 20.126] LinBlueFieldPosition: 0
    [ 20.126] LinRsvdMaskSize: 0
    [ 20.126] LinRsvdFieldPosition: 0
    [ 20.126] MaxPixelClock: 0
    [ 20.127] Mode: 164 (0x0)
    [ 20.127] ModeAttributes: 0x0
    [ 20.127] WinAAttributes: 0x0
    [ 20.127] WinBAttributes: 0x0
    [ 20.127] WinGranularity: 0
    [ 20.127] WinSize: 0
    [ 20.127] WinASegment: 0x0
    [ 20.127] WinBSegment: 0x0
    [ 20.127] WinFuncPtr: 0x0
    [ 20.127] BytesPerScanline: 0
    [ 20.127] XResolution: 0
    [ 20.127] YResolution: 0
    [ 20.127] XCharSize: 0
    [ 20.127] YCharSize: 0
    [ 20.127] NumberOfPlanes: 0
    [ 20.127] BitsPerPixel: 0
    [ 20.127] NumberOfBanks: 0
    [ 20.127] MemoryModel: 0
    [ 20.127] BankSize: 0
    [ 20.127] NumberOfImages: 0
    [ 20.127] RedMaskSize: 0
    [ 20.127] RedFieldPosition: 0
    [ 20.127] GreenMaskSize: 0
    [ 20.127] GreenFieldPosition: 0
    [ 20.127] BlueMaskSize: 0
    [ 20.127] BlueFieldPosition: 0
    [ 20.127] RsvdMaskSize: 0
    [ 20.127] RsvdFieldPosition: 0
    [ 20.127] DirectColorModeInfo: 0
    [ 20.127] PhysBasePtr: 0x0
    [ 20.127] LinBytesPerScanLine: 0
    [ 20.127] BnkNumberOfImagePages: 0
    [ 20.127] LinNumberOfImagePages: 0
    [ 20.127] LinRedMaskSize: 0
    [ 20.127] LinRedFieldPosition: 0
    [ 20.127] LinGreenMaskSize: 0
    [ 20.127] LinGreenFieldPosition: 0
    [ 20.127] LinBlueMaskSize: 0
    [ 20.127] LinBlueFieldPosition: 0
    [ 20.127] LinRsvdMaskSize: 0
    [ 20.127] LinRsvdFieldPosition: 0
    [ 20.127] MaxPixelClock: 0
    [ 20.127] Mode: 165 (0x0)
    [ 20.127] ModeAttributes: 0x0
    [ 20.127] WinAAttributes: 0x0
    [ 20.127] WinBAttributes: 0x0
    [ 20.127] WinGranularity: 0
    [ 20.127] WinSize: 0
    [ 20.127] WinASegment: 0x0
    [ 20.127] WinBSegment: 0x0
    [ 20.127] WinFuncPtr: 0x0
    [ 20.127] BytesPerScanline: 0
    [ 20.127] XResolution: 0
    [ 20.127] YResolution: 0
    [ 20.127] XCharSize: 0
    [ 20.127] YCharSize: 0
    [ 20.127] NumberOfPlanes: 0
    [ 20.127] BitsPerPixel: 0
    [ 20.127] NumberOfBanks: 0
    [ 20.127] MemoryModel: 0
    [ 20.127] BankSize: 0
    [ 20.127] NumberOfImages: 0
    [ 20.127] RedMaskSize: 0
    [ 20.127] RedFieldPosition: 0
    [ 20.127] GreenMaskSize: 0
    [ 20.127] GreenFieldPosition: 0
    [ 20.127] BlueMaskSize: 0
    [ 20.127] BlueFieldPosition: 0
    [ 20.127] RsvdMaskSize: 0
    [ 20.127] RsvdFieldPosition: 0
    [ 20.127] DirectColorModeInfo: 0
    [ 20.127] PhysBasePtr: 0x0
    [ 20.127] LinBytesPerScanLine: 0
    [ 20.127] BnkNumberOfImagePages: 0
    [ 20.127] LinNumberOfImagePages: 0
    [ 20.127] LinRedMaskSize: 0
    [ 20.127] LinRedFieldPosition: 0
    [ 20.127] LinGreenMaskSize: 0
    [ 20.127] LinGreenFieldPosition: 0
    [ 20.127] LinBlueMaskSize: 0
    [ 20.127] LinBlueFieldPosition: 0
    [ 20.127] LinRsvdMaskSize: 0
    [ 20.127] LinRsvdFieldPosition: 0
    [ 20.127] MaxPixelClock: 0
    [ 20.127] Mode: 166 (0x0)
    [ 20.127] ModeAttributes: 0x0
    [ 20.127] WinAAttributes: 0x0
    [ 20.127] WinBAttributes: 0x0
    [ 20.127] WinGranularity: 0
    [ 20.127] WinSize: 0
    [ 20.127] WinASegment: 0x0
    [ 20.127] WinBSegment: 0x0
    [ 20.127] WinFuncPtr: 0x0
    [ 20.127] BytesPerScanline: 0
    [ 20.127] XResolution: 0
    [ 20.127] YResolution: 0
    [ 20.127] XCharSize: 0
    [ 20.127] YCharSize: 0
    [ 20.127] NumberOfPlanes: 0
    [ 20.127] BitsPerPixel: 0
    [ 20.127] NumberOfBanks: 0
    [ 20.127] MemoryModel: 0
    [ 20.127] BankSize: 0
    [ 20.127] NumberOfImages: 0
    [ 20.127] RedMaskSize: 0
    [ 20.127] RedFieldPosition: 0
    [ 20.127] GreenMaskSize: 0
    [ 20.127] GreenFieldPosition: 0
    [ 20.127] BlueMaskSize: 0
    [ 20.127] BlueFieldPosition: 0
    [ 20.127] RsvdMaskSize: 0
    [ 20.127] RsvdFieldPosition: 0
    [ 20.127] DirectColorModeInfo: 0
    [ 20.127] PhysBasePtr: 0x0
    [ 20.127] LinBytesPerScanLine: 0
    [ 20.127] BnkNumberOfImagePages: 0
    [ 20.127] LinNumberOfImagePages: 0
    [ 20.127] LinRedMaskSize: 0
    [ 20.127] LinRedFieldPosition: 0
    [ 20.127] LinGreenMaskSize: 0
    [ 20.127] LinGreenFieldPosition: 0
    [ 20.127] LinBlueMaskSize: 0
    [ 20.127] LinBlueFieldPosition: 0
    [ 20.127] LinRsvdMaskSize: 0
    [ 20.127] LinRsvdFieldPosition: 0
    [ 20.127] MaxPixelClock: 0
    [ 20.127] Mode: 167 (0x0)
    [ 20.127] ModeAttributes: 0x0
    [ 20.127] WinAAttributes: 0x0
    [ 20.127] WinBAttributes: 0x0
    [ 20.128] WinGranularity: 0
    [ 20.128] WinSize: 0
    [ 20.128] WinASegment: 0x0
    [ 20.128] WinBSegment: 0x0
    [ 20.128] WinFuncPtr: 0x0
    [ 20.128] BytesPerScanline: 0
    [ 20.128] XResolution: 0
    [ 20.128] YResolution: 0
    [ 20.128] XCharSize: 0
    [ 20.128] YCharSize: 0
    [ 20.128] NumberOfPlanes: 0
    [ 20.128] BitsPerPixel: 0
    [ 20.128] NumberOfBanks: 0
    [ 20.128] MemoryModel: 0
    [ 20.128] BankSize: 0
    [ 20.128] NumberOfImages: 0
    [ 20.128] RedMaskSize: 0
    [ 20.128] RedFieldPosition: 0
    [ 20.128] GreenMaskSize: 0
    [ 20.128] GreenFieldPosition: 0
    [ 20.128] BlueMaskSize: 0
    [ 20.128] BlueFieldPosition: 0
    [ 20.128] RsvdMaskSize: 0
    [ 20.128] RsvdFieldPosition: 0
    [ 20.128] DirectColorModeInfo: 0
    [ 20.128] PhysBasePtr: 0x0
    [ 20.128] LinBytesPerScanLine: 0
    [ 20.128] BnkNumberOfImagePages: 0
    [ 20.128] LinNumberOfImagePages: 0
    [ 20.128] LinRedMaskSize: 0
    [ 20.128] LinRedFieldPosition: 0
    [ 20.128] LinGreenMaskSize: 0
    [ 20.128] LinGreenFieldPosition: 0
    [ 20.128] LinBlueMaskSize: 0
    [ 20.128] LinBlueFieldPosition: 0
    [ 20.128] LinRsvdMaskSize: 0
    [ 20.128] LinRsvdFieldPosition: 0
    [ 20.128] MaxPixelClock: 0
    [ 20.128] Mode: 168 (0x0)
    [ 20.128] ModeAttributes: 0x0
    [ 20.128] WinAAttributes: 0x0
    [ 20.128] WinBAttributes: 0x0
    [ 20.128] WinGranularity: 0
    [ 20.128] WinSize: 0
    [ 20.128] WinASegment: 0x0
    [ 20.128] WinBSegment: 0x0
    [ 20.128] WinFuncPtr: 0x0
    [ 20.128] BytesPerScanline: 0
    [ 20.128] XResolution: 0
    [ 20.128] YResolution: 0
    [ 20.128] XCharSize: 0
    [ 20.128] YCharSize: 0
    [ 20.128] NumberOfPlanes: 0
    [ 20.128] BitsPerPixel: 0
    [ 20.128] NumberOfBanks: 0
    [ 20.128] MemoryModel: 0
    [ 20.128] BankSize: 0
    [ 20.128] NumberOfImages: 0
    [ 20.128] RedMaskSize: 0
    [ 20.128] RedFieldPosition: 0
    [ 20.128] GreenMaskSize: 0
    [ 20.128] GreenFieldPosition: 0
    [ 20.128] BlueMaskSize: 0
    [ 20.128] BlueFieldPosition: 0
    [ 20.128] RsvdMaskSize: 0
    [ 20.128] RsvdFieldPosition: 0
    [ 20.128] DirectColorModeInfo: 0
    [ 20.128] PhysBasePtr: 0x0
    [ 20.128] LinBytesPerScanLine: 0
    [ 20.128] BnkNumberOfImagePages: 0
    [ 20.128] LinNumberOfImagePages: 0
    [ 20.128] LinRedMaskSize: 0
    [ 20.128] LinRedFieldPosition: 0
    [ 20.128] LinGreenMaskSize: 0
    [ 20.128] LinGreenFieldPosition: 0
    [ 20.128] LinBlueMaskSize: 0
    [ 20.128] LinBlueFieldPosition: 0
    [ 20.128] LinRsvdMaskSize: 0
    [ 20.128] LinRsvdFieldPosition: 0
    [ 20.128] MaxPixelClock: 0
    [ 20.128] Mode: 169 (0x0)
    [ 20.128] ModeAttributes: 0x0
    [ 20.128] WinAAttributes: 0x0
    [ 20.128] WinBAttributes: 0x0
    [ 20.128] WinGranularity: 0
    [ 20.128] WinSize: 0
    [ 20.128] WinASegment: 0x0
    [ 20.128] WinBSegment: 0x0
    [ 20.128] WinFuncPtr: 0x0
    [ 20.128] BytesPerScanline: 0
    [ 20.128] XResolution: 0
    [ 20.128] YResolution: 0
    [ 20.128] XCharSize: 0
    [ 20.128] YCharSize: 0
    [ 20.128] NumberOfPlanes: 0
    [ 20.128] BitsPerPixel: 0
    [ 20.128] NumberOfBanks: 0
    [ 20.128] MemoryModel: 0
    [ 20.128] BankSize: 0
    [ 20.128] NumberOfImages: 0
    [ 20.128] RedMaskSize: 0
    [ 20.128] RedFieldPosition: 0
    [ 20.128] GreenMaskSize: 0
    [ 20.128] GreenFieldPosition: 0
    [ 20.128] BlueMaskSize: 0
    [ 20.128] BlueFieldPosition: 0
    [ 20.128] RsvdMaskSize: 0
    [ 20.128] RsvdFieldPosition: 0
    [ 20.128] DirectColorModeInfo: 0
    [ 20.128] PhysBasePtr: 0x0
    [ 20.128] LinBytesPerScanLine: 0
    [ 20.128] BnkNumberOfImagePages: 0
    [ 20.128] LinNumberOfImagePages: 0
    [ 20.128] LinRedMaskSize: 0
    [ 20.128] LinRedFieldPosition: 0
    [ 20.128] LinGreenMaskSize: 0
    [ 20.128] LinGreenFieldPosition: 0
    [ 20.128] LinBlueMaskSize: 0
    [ 20.128] LinBlueFieldPosition: 0
    [ 20.128] LinRsvdMaskSize: 0
    [ 20.128] LinRsvdFieldPosition: 0
    [ 20.128] MaxPixelClock: 0
    [ 20.128] Mode: 16a (0x0)
    [ 20.128] ModeAttributes: 0x0
    [ 20.128] WinAAttributes: 0x0
    [ 20.128] WinBAttributes: 0x0
    [ 20.128] WinGranularity: 0
    [ 20.128] WinSize: 0
    [ 20.128] WinASegment: 0x0
    [ 20.128] WinBSegment: 0x0
    [ 20.128] WinFuncPtr: 0x0
    [ 20.128] BytesPerScanline: 0
    [ 20.128] XResolution: 0
    [ 20.128] YResolution: 0
    [ 20.128] XCharSize: 0
    [ 20.128] YCharSize: 0
    [ 20.129] NumberOfPlanes: 0
    [ 20.129] BitsPerPixel: 0
    [ 20.129] NumberOfBanks: 0
    [ 20.129] MemoryModel: 0
    [ 20.129] BankSize: 0
    [ 20.129] NumberOfImages: 0
    [ 20.129] RedMaskSize: 0
    [ 20.129] RedFieldPosition: 0
    [ 20.129] GreenMaskSize: 0
    [ 20.129] GreenFieldPosition: 0
    [ 20.129] BlueMaskSize: 0
    [ 20.129] BlueFieldPosition: 0
    [ 20.129] RsvdMaskSize: 0
    [ 20.129] RsvdFieldPosition: 0
    [ 20.129] DirectColorModeInfo: 0
    [ 20.129] PhysBasePtr: 0x0
    [ 20.129] LinBytesPerScanLine: 0
    [ 20.129] BnkNumberOfImagePages: 0
    [ 20.129] LinNumberOfImagePages: 0
    [ 20.129] LinRedMaskSize: 0
    [ 20.129] LinRedFieldPosition: 0
    [ 20.129] LinGreenMaskSize: 0
    [ 20.129] LinGreenFieldPosition: 0
    [ 20.129] LinBlueMaskSize: 0
    [ 20.129] LinBlueFieldPosition: 0
    [ 20.129] LinRsvdMaskSize: 0
    [ 20.129] LinRsvdFieldPosition: 0
    [ 20.129] MaxPixelClock: 0
    [ 20.129] Mode: 16b (0x0)
    [ 20.129] ModeAttributes: 0x0
    [ 20.129] WinAAttributes: 0x0
    [ 20.129] WinBAttributes: 0x0
    [ 20.129] WinGranularity: 0
    [ 20.129] WinSize: 0
    [ 20.129] WinASegment: 0x0
    [ 20.129] WinBSegment: 0x0
    [ 20.129] WinFuncPtr: 0x0
    [ 20.129] BytesPerScanline: 0
    [ 20.129] XResolution: 0
    [ 20.129] YResolution: 0
    [ 20.129] XCharSize: 0
    [ 20.129] YCharSize: 0
    [ 20.129] NumberOfPlanes: 0
    [ 20.129] BitsPerPixel: 0
    [ 20.129] NumberOfBanks: 0
    [ 20.129] MemoryModel: 0
    [ 20.129] BankSize: 0
    [ 20.129] NumberOfImages: 0
    [ 20.129] RedMaskSize: 0
    [ 20.129] RedFieldPosition: 0
    [ 20.129] GreenMaskSize: 0
    [ 20.129] GreenFieldPosition: 0
    [ 20.129] BlueMaskSize: 0
    [ 20.129] BlueFieldPosition: 0
    [ 20.129] RsvdMaskSize: 0
    [ 20.129] RsvdFieldPosition: 0
    [ 20.129] DirectColorModeInfo: 0
    [ 20.129] PhysBasePtr: 0x0
    [ 20.129] LinBytesPerScanLine: 0
    [ 20.129] BnkNumberOfImagePages: 0
    [ 20.129] LinNumberOfImagePages: 0
    [ 20.129] LinRedMaskSize: 0
    [ 20.129] LinRedFieldPosition: 0
    [ 20.129] LinGreenMaskSize: 0
    [ 20.129] LinGreenFieldPosition: 0
    [ 20.129] LinBlueMaskSize: 0
    [ 20.129] LinBlueFieldPosition: 0
    [ 20.129] LinRsvdMaskSize: 0
    [ 20.129] LinRsvdFieldPosition: 0
    [ 20.129] MaxPixelClock: 0
    [ 20.129] Mode: 16c (0x0)
    [ 20.129] ModeAttributes: 0x0
    [ 20.129] WinAAttributes: 0x0
    [ 20.129] WinBAttributes: 0x0
    [ 20.129] WinGranularity: 0
    [ 20.129] WinSize: 0
    [ 20.129] WinASegment: 0x0
    [ 20.129] WinBSegment: 0x0
    [ 20.129] WinFuncPtr: 0x0
    [ 20.129] BytesPerScanline: 0
    [ 20.129] XResolution: 0
    [ 20.129] YResolution: 0
    [ 20.129] XCharSize: 0
    [ 20.129] YCharSize: 0
    [ 20.129] NumberOfPlanes: 0
    [ 20.129] BitsPerPixel: 0
    [ 20.129] NumberOfBanks: 0
    [ 20.129] MemoryModel: 0
    [ 20.129] BankSize: 0
    [ 20.129] NumberOfImages: 0
    [ 20.129] RedMaskSize: 0
    [ 20.129] RedFieldPosition: 0
    [ 20.129] GreenMaskSize: 0
    [ 20.129] GreenFieldPosition: 0
    [ 20.129] BlueMaskSize: 0
    [ 20.129] BlueFieldPosition: 0
    [ 20.129] RsvdMaskSize: 0
    [ 20.129] RsvdFieldPosition: 0
    [ 20.129] DirectColorModeInfo: 0
    [ 20.129] PhysBasePtr: 0x0
    [ 20.129] LinBytesPerScanLine: 0
    [ 20.129] BnkNumberOfImagePages: 0
    [ 20.129] LinNumberOfImagePages: 0
    [ 20.129] LinRedMaskSize: 0
    [ 20.129] LinRedFieldPosition: 0
    [ 20.129] LinGreenMaskSize: 0
    [ 20.129] LinGreenFieldPosition: 0
    [ 20.129] LinBlueMaskSize: 0
    [ 20.129] LinBlueFieldPosition: 0
    [ 20.129] LinRsvdMaskSize: 0
    [ 20.129] LinRsvdFieldPosition: 0
    [ 20.129] MaxPixelClock: 0
    [ 20.129] Mode: 16d (0x0)
    [ 20.129] ModeAttributes: 0x0
    [ 20.129] WinAAttributes: 0x0
    [ 20.129] WinBAttributes: 0x0
    [ 20.129] WinGranularity: 0
    [ 20.129] WinSize: 0
    [ 20.129] WinASegment: 0x0
    [ 20.129] WinBSegment: 0x0
    [ 20.129] WinFuncPtr: 0x0
    [ 20.129] BytesPerScanline: 0
    [ 20.129] XResolution: 0
    [ 20.129] YResolution: 0
    [ 20.129] XCharSize: 0
    [ 20.129] YCharSize: 0
    [ 20.129] NumberOfPlanes: 0
    [ 20.129] BitsPerPixel: 0
    [ 20.129] NumberOfBanks: 0
    [ 20.129] MemoryModel: 0
    [ 20.129] BankSize: 0
    [ 20.129] NumberOfImages: 0
    [ 20.129] RedMaskSize: 0
    [ 20.129] RedFieldPosition: 0
    [ 20.129] GreenMaskSize: 0
    [ 20.130] GreenFieldPosition: 0
    [ 20.130] BlueMaskSize: 0
    [ 20.130] BlueFieldPosition: 0
    [ 20.130] RsvdMaskSize: 0
    [ 20.130] RsvdFieldPosition: 0
    [ 20.130] DirectColorModeInfo: 0
    [ 20.130] PhysBasePtr: 0x0
    [ 20.130] LinBytesPerScanLine: 0
    [ 20.130] BnkNumberOfImagePages: 0
    [ 20.130] LinNumberOfImagePages: 0
    [ 20.130] LinRedMaskSize: 0
    [ 20.130] LinRedFieldPosition: 0
    [ 20.130] LinGreenMaskSize: 0
    [ 20.130] LinGreenFieldPosition: 0
    [ 20.130] LinBlueMaskSize: 0
    [ 20.130] LinBlueFieldPosition: 0
    [ 20.130] LinRsvdMaskSize: 0
    [ 20.130] LinRsvdFieldPosition: 0
    [ 20.130] MaxPixelClock: 0
    [ 20.130] Mode: 16e (0x0)
    [ 20.130] ModeAttributes: 0x0
    [ 20.130] WinAAttributes: 0x0
    [ 20.130] WinBAttributes: 0x0
    [ 20.130] WinGranularity: 0
    [ 20.130] WinSize: 0
    [ 20.130] WinASegment: 0x0
    [ 20.130] WinBSegment: 0x0
    [ 20.130] WinFuncPtr: 0x0
    [ 20.130] BytesPerScanline: 0
    [ 20.130] XResolution: 0
    [ 20.130] YResolution: 0
    [ 20.130] XCharSize: 0
    [ 20.130] YCharSize: 0
    [ 20.130] NumberOfPlanes: 0
    [ 20.130] BitsPerPixel: 0
    [ 20.130] NumberOfBanks: 0
    [ 20.130] MemoryModel: 0
    [ 20.130] BankSize: 0
    [ 20.130] NumberOfImages: 0
    [ 20.130] RedMaskSize: 0
    [ 20.130] RedFieldPosition: 0
    [ 20.130] GreenMaskSize: 0
    [ 20.130] GreenFieldPosition: 0
    [ 20.130] BlueMaskSize: 0
    [ 20.130] BlueFieldPosition: 0
    [ 20.130] RsvdMaskSize: 0
    [ 20.130] RsvdFieldPosition: 0
    [ 20.130] DirectColorModeInfo: 0
    [ 20.130] PhysBasePtr: 0x0
    [ 20.130] LinBytesPerScanLine: 0
    [ 20.130] BnkNumberOfImagePages: 0
    [ 20.130] LinNumberOfImagePages: 0
    [ 20.130] LinRedMaskSize: 0
    [ 20.130] LinRedFieldPosition: 0
    [ 20.130] LinGreenMaskSize: 0
    [ 20.130] LinGreenFieldPosition: 0
    [ 20.130] LinBlueMaskSize: 0
    [ 20.130] LinBlueFieldPosition: 0
    [ 20.130] LinRsvdMaskSize: 0
    [ 20.130] LinRsvdFieldPosition: 0
    [ 20.130] MaxPixelClock: 0
    [ 20.130] Mode: 16f (0x0)
    [ 20.130] ModeAttributes: 0x0
    [ 20.130] WinAAttributes: 0x0
    [ 20.130] WinBAttributes: 0x0
    [ 20.130] WinGranularity: 0
    [ 20.130] WinSize: 0
    [ 20.130] WinASegment: 0x0
    [ 20.130] WinBSegment: 0x0
    [ 20.130] WinFuncPtr: 0x0
    [ 20.130] BytesPerScanline: 0
    [ 20.130] XResolution: 0
    [ 20.130] YResolution: 0
    [ 20.130] XCharSize: 0
    [ 20.130] YCharSize: 0
    [ 20.130] NumberOfPlanes: 0
    [ 20.130] BitsPerPixel: 0
    [ 20.130] NumberOfBanks: 0
    [ 20.130] MemoryModel: 0
    [ 20.130] BankSize: 0
    [ 20.130] NumberOfImages: 0
    [ 20.130] RedMaskSize: 0
    [ 20.130] RedFieldPosition: 0
    [ 20.130] GreenMaskSize: 0
    [ 20.130] GreenFieldPosition: 0
    [ 20.130] BlueMaskSize: 0
    [ 20.130] BlueFieldPosition: 0
    [ 20.130] RsvdMaskSize: 0
    [ 20.130] RsvdFieldPosition: 0
    [ 20.130] DirectColorModeInfo: 0
    [ 20.130] PhysBasePtr: 0x0
    [ 20.130] LinBytesPerScanLine: 0
    [ 20.130] BnkNumberOfImagePages: 0
    [ 20.130] LinNumberOfImagePages: 0
    [ 20.130] LinRedMaskSize: 0
    [ 20.130] LinRedFieldPosition: 0
    [ 20.130] LinGreenMaskSize: 0
    [ 20.130] LinGreenFieldPosition: 0
    [ 20.130] LinBlueMaskSize: 0
    [ 20.130] LinBlueFieldPosition: 0
    [ 20.130] LinRsvdMaskSize: 0
    [ 20.130] LinRsvdFieldPosition: 0
    [ 20.130] MaxPixelClock: 0
    [ 20.130] Mode: 170 (0x0)
    [ 20.130] ModeAttributes: 0x0
    [ 20.130] WinAAttributes: 0x0
    [ 20.130] WinBAttributes: 0x0
    [ 20.130] WinGranularity: 0
    [ 20.130] WinSize: 0
    [ 20.130] WinASegment: 0x0
    [ 20.130] WinBSegment: 0x0
    [ 20.130] WinFuncPtr: 0x0
    [ 20.130] BytesPerScanline: 0
    [ 20.130] XResolution: 0
    [ 20.130] YResolution: 0
    [ 20.130] XCharSize: 0
    [ 20.130] YCharSize: 0
    [ 20.130] NumberOfPlanes: 0
    [ 20.130] BitsPerPixel: 0
    [ 20.130] NumberOfBanks: 0
    [ 20.130] MemoryModel: 0
    [ 20.130] BankSize: 0
    [ 20.130] NumberOfImages: 0
    [ 20.130] RedMaskSize: 0
    [ 20.130] RedFieldPosition: 0
    [ 20.130] GreenMaskSize: 0
    [ 20.130] GreenFieldPosition: 0
    [ 20.130] BlueMaskSize: 0
    [ 20.130] BlueFieldPosition: 0
    [ 20.131] RsvdMaskSize: 0
    [ 20.131] RsvdFieldPosition: 0
    [ 20.131] DirectColorModeInfo: 0
    [ 20.131] PhysBasePtr: 0x0
    [ 20.131] LinBytesPerScanLine: 0
    [ 20.131] BnkNumberOfImagePages: 0
    [ 20.131] LinNumberOfImagePages: 0
    [ 20.131] LinRedMaskSize: 0
    [ 20.131] LinRedFieldPosition: 0
    [ 20.131] LinGreenMaskSize: 0
    [ 20.131] LinGreenFieldPosition: 0
    [ 20.131] LinBlueMaskSize: 0
    [ 20.131] LinBlueFieldPosition: 0
    [ 20.131] LinRsvdMaskSize: 0
    [ 20.131] LinRsvdFieldPosition: 0
    [ 20.131] MaxPixelClock: 0
    [ 20.131] Mode: 171 (0x0)
    [ 20.131] ModeAttributes: 0x0
    [ 20.131] WinAAttributes: 0x0
    [ 20.131] WinBAttributes: 0x0
    [ 20.131] WinGranularity: 0
    [ 20.131] WinSize: 0
    [ 20.131] WinASegment: 0x0
    [ 20.131] WinBSegment: 0x0
    [ 20.131] WinFuncPtr: 0x0
    [ 20.131] BytesPerScanline: 0
    [ 20.131] XResolution: 0
    [ 20.131] YResolution: 0
    [ 20.131] XCharSize: 0
    [ 20.131] YCharSize: 0
    [ 20.131] NumberOfPlanes: 0
    [ 20.131] BitsPerPixel: 0
    [ 20.131] NumberOfBanks: 0
    [ 20.131] MemoryModel: 0
    [ 20.131] BankSize: 0
    [ 20.131] NumberOfImages: 0
    [ 20.131] RedMaskSize: 0
    [ 20.131] RedFieldPosition: 0
    [ 20.131] GreenMaskSize: 0
    [ 20.131] GreenFieldPosition: 0
    [ 20.131] BlueMaskSize: 0
    [ 20.131] BlueFieldPosition: 0
    [ 20.131] RsvdMaskSize: 0
    [ 20.131] RsvdFieldPosition: 0
    [ 20.131] DirectColorModeInfo: 0
    [ 20.131] PhysBasePtr: 0x0
    [ 20.131] LinBytesPerScanLine: 0
    [ 20.131] BnkNumberOfImagePages: 0
    [ 20.131] LinNumberOfImagePages: 0
    [ 20.131] LinRedMaskSize: 0
    [ 20.131] LinRedFieldPosition: 0
    [ 20.131] LinGreenMaskSize: 0
    [ 20.131] LinGreenFieldPosition: 0
    [ 20.131] LinBlueMaskSize: 0
    [ 20.131] LinBlueFieldPosition: 0
    [ 20.131] LinRsvdMaskSize: 0
    [ 20.131] LinRsvdFieldPosition: 0
    [ 20.131] MaxPixelClock: 0
    [ 20.131] Mode: 13c (0x0)
    [ 20.131] ModeAttributes: 0x0
    [ 20.131] WinAAttributes: 0x0
    [ 20.131] WinBAttributes: 0x0
    [ 20.131] WinGranularity: 0
    [ 20.131] WinSize: 0
    [ 20.131] WinASegment: 0x0
    [ 20.131] WinBSegment: 0x0
    [ 20.131] WinFuncPtr: 0x0
    [ 20.131] BytesPerScanline: 0
    [ 20.131] XResolution: 0
    [ 20.131] YResolution: 0
    [ 20.131] XCharSize: 0
    [ 20.131] YCharSize: 0
    [ 20.131] NumberOfPlanes: 0
    [ 20.131] BitsPerPixel: 0
    [ 20.131] NumberOfBanks: 0
    [ 20.131] MemoryModel: 0
    [ 20.131] BankSize: 0
    [ 20.131] NumberOfImages: 0
    [ 20.131] RedMaskSize: 0
    [ 20.131] RedFieldPosition: 0
    [ 20.131] GreenMaskSize: 0
    [ 20.131] GreenFieldPosition: 0
    [ 20.131] BlueMaskSize: 0
    [ 20.131] BlueFieldPosition: 0
    [ 20.131] RsvdMaskSize: 0
    [ 20.131] RsvdFieldPosition: 0
    [ 20.131] DirectColorModeInfo: 0
    [ 20.131] PhysBasePtr: 0x0
    [ 20.131] LinBytesPerScanLine: 0
    [ 20.131] BnkNumberOfImagePages: 0
    [ 20.131] LinNumberOfImagePages: 0
    [ 20.131] LinRedMaskSize: 0
    [ 20.131] LinRedFieldPosition: 0
    [ 20.131] LinGreenMaskSize: 0
    [ 20.131] LinGreenFieldPosition: 0
    [ 20.131] LinBlueMaskSize: 0
    [ 20.131] LinBlueFieldPosition: 0
    [ 20.131] LinRsvdMaskSize: 0
    [ 20.131] LinRsvdFieldPosition: 0
    [ 20.131] MaxPixelClock: 0
    [ 20.131] Mode: 14d (0x0)
    [ 20.131] ModeAttributes: 0x0
    [ 20.131] WinAAttributes: 0x0
    [ 20.131] WinBAttributes: 0x0
    [ 20.131] WinGranularity: 0
    [ 20.131] WinSize: 0
    [ 20.131] WinASegment: 0x0
    [ 20.131] WinBSegment: 0x0
    [ 20.131] WinFuncPtr: 0x0
    [ 20.131] BytesPerScanline: 0
    [ 20.131] XResolution: 0
    [ 20.131] YResolution: 0
    [ 20.131] XCharSize: 0
    [ 20.131] YCharSize: 0
    [ 20.131] NumberOfPlanes: 0
    [ 20.132] BitsPerPixel: 0
    [ 20.132] NumberOfBanks: 0
    [ 20.132] MemoryModel: 0
    [ 20.132] BankSize: 0
    [ 20.132] NumberOfImages: 0
    [ 20.132] RedMaskSize: 0
    [ 20.132] RedFieldPosition: 0
    [ 20.132] GreenMaskSize: 0
    [ 20.132] GreenFieldPosition: 0
    [ 20.132] BlueMaskSize: 0
    [ 20.132] BlueFieldPosition: 0
    [ 20.132] RsvdMaskSize: 0
    [ 20.132] RsvdFieldPosition: 0
    [ 20.132] DirectColorModeInfo: 0
    [ 20.132] PhysBasePtr: 0x0
    [ 20.132] LinBytesPerScanLine: 0
    [ 20.132] BnkNumberOfImagePages: 0
    [ 20.132] LinNumberOfImagePages: 0
    [ 20.132] LinRedMaskSize: 0
    [ 20.132] LinRedFieldPosition: 0
    [ 20.132] LinGreenMaskSize: 0
    [ 20.132] LinGreenFieldPosition: 0
    [ 20.132] LinBlueMaskSize: 0
    [ 20.132] LinBlueFieldPosition: 0
    [ 20.132] LinRsvdMaskSize: 0
    [ 20.132] LinRsvdFieldPosition: 0
    [ 20.132] MaxPixelClock: 0
    [ 20.132] Mode: 15c (0x0)
    [ 20.132] ModeAttributes: 0x0
    [ 20.132] WinAAttributes: 0x0
    [ 20.132] WinBAttributes: 0x0
    [ 20.132] WinGranularity: 0
    [ 20.132] WinSize: 0
    [ 20.132] WinASegment: 0x0
    [ 20.132] WinBSegment: 0x0
    [ 20.132] WinFuncPtr: 0x0
    [ 20.132] BytesPerScanline: 0
    [ 20.132] XResolution: 0
    [ 20.132] YResolution: 0
    [ 20.132] XCharSize: 0
    [ 20.132] YCharSize: 0
    [ 20.132] NumberOfPlanes: 0
    [ 20.132] BitsPerPixel: 0
    [ 20.132] NumberOfBanks: 0
    [ 20.132] MemoryModel: 0
    [ 20.132] BankSize: 0
    [ 20.132] NumberOfImages: 0
    [ 20.132] RedMaskSize: 0
    [ 20.132] RedFieldPosition: 0
    [ 20.132] GreenMaskSize: 0
    [ 20.132] GreenFieldPosition: 0
    [ 20.132] BlueMaskSize: 0
    [ 20.132] BlueFieldPosition: 0
    [ 20.132] RsvdMaskSize: 0
    [ 20.132] RsvdFieldPosition: 0
    [ 20.132] DirectColorModeInfo: 0
    [ 20.132] PhysBasePtr: 0x0
    [ 20.132] LinBytesPerScanLine: 0
    [ 20.132] BnkNumberOfImagePages: 0
    [ 20.132] LinNumberOfImagePages: 0
    [ 20.132] LinRedMaskSize: 0
    [ 20.132] LinRedFieldPosition: 0
    [ 20.132] LinGreenMaskSize: 0
    [ 20.132] LinGreenFieldPosition: 0
    [ 20.132] LinBlueMaskSize: 0
    [ 20.132] LinBlueFieldPosition: 0
    [ 20.132] LinRsvdMaskSize: 0
    [ 20.132] LinRsvdFieldPosition: 0
    [ 20.132] MaxPixelClock: 0
    [ 20.132] Mode: 13a (0x0)
    [ 20.132] ModeAttributes: 0x0
    [ 20.132] WinAAttributes: 0x0
    [ 20.132] WinBAttributes: 0x0
    [ 20.132] WinGranularity: 0
    [ 20.132] WinSize: 0
    [ 20.132] WinASegment: 0x0
    [ 20.132] WinBSegment: 0x0
    [ 20.132] WinFuncPtr: 0x0
    [ 20.132] BytesPerScanline: 0
    [ 20.132] XResolution: 0
    [ 20.132] YResolution: 0
    [ 20.132] XCharSize: 0
    [ 20.132] YCharSize: 0
    [ 20.132] NumberOfPlanes: 0
    [ 20.132] BitsPerPixel: 0
    [ 20.132] NumberOfBanks: 0
    [ 20.132] MemoryModel: 0
    [ 20.132] BankSize: 0
    [ 20.132] NumberOfImages: 0
    [ 20.132] RedMaskSize: 0
    [ 20.132] RedFieldPosition: 0
    [ 20.132] GreenMaskSize: 0
    [ 20.132] GreenFieldPosition: 0
    [ 20.132] BlueMaskSize: 0
    [ 20.132] BlueFieldPosition: 0
    [ 20.132] RsvdMaskSize: 0
    [ 20.132] RsvdFieldPosition: 0
    [ 20.132] DirectColorModeInfo: 0
    [ 20.132] PhysBasePtr: 0x0
    [ 20.132] LinBytesPerScanLine: 0
    [ 20.132] BnkNumberOfImagePages: 0
    [ 20.132] LinNumberOfImagePages: 0
    [ 20.132] LinRedMaskSize: 0
    [ 20.132] LinRedFieldPosition: 0
    [ 20.132] LinGreenMaskSize: 0
    [ 20.132] LinGreenFieldPosition: 0
    [ 20.132] LinBlueMaskSize: 0
    [ 20.132] LinBlueFieldPosition: 0
    [ 20.132] LinRsvdMaskSize: 0
    [ 20.132] LinRsvdFieldPosition: 0
    [ 20.132] MaxPixelClock: 0
    [ 20.133] Mode: 14b (0x0)
    [ 20.133] ModeAttributes: 0x0
    [ 20.133] WinAAttributes: 0x0
    [ 20.133] WinBAttributes: 0x0
    [ 20.133] WinGranularity: 0
    [ 20.133] WinSize: 0
    [ 20.133] WinASegment: 0x0
    [ 20.133] WinBSegment: 0x0
    [ 20.133] WinFuncPtr: 0x0
    [ 20.133] BytesPerScanline: 0
    [ 20.133] XResolution: 0
    [ 20.133] YResolution: 0
    [ 20.133] XCharSize: 0
    [ 20.133] YCharSize: 0
    [ 20.133] NumberOfPlanes: 0
    [ 20.133] BitsPerPixel: 0
    [ 20.133] NumberOfBanks: 0
    [ 20.133] MemoryModel: 0
    [ 20.133] BankSize: 0
    [ 20.133] NumberOfImages: 0
    [ 20.133] RedMaskSize: 0
    [ 20.133] RedFieldPosition: 0
    [ 20.133] GreenMaskSize: 0
    [ 20.133] GreenFieldPosition: 0
    [ 20.133] BlueMaskSize: 0
    [ 20.133] BlueFieldPosition: 0
    [ 20.133] RsvdMaskSize: 0
    [ 20.133] RsvdFieldPosition: 0
    [ 20.133] DirectColorModeInfo: 0
    [ 20.133] PhysBasePtr: 0x0
    [ 20.133] LinBytesPerScanLine: 0
    [ 20.133] BnkNumberOfImagePages: 0
    [ 20.133] LinNumberOfImagePages: 0
    [ 20.133] LinRedMaskSize: 0
    [ 20.133] LinRedFieldPosition: 0
    [ 20.133] LinGreenMaskSize: 0
    [ 20.133] LinGreenFieldPosition: 0
    [ 20.133] LinBlueMaskSize: 0
    [ 20.133] LinBlueFieldPosition: 0
    [ 20.133] LinRsvdMaskSize: 0
    [ 20.133] LinRsvdFieldPosition: 0
    [ 20.133] MaxPixelClock: 0
    [ 20.133] Mode: 15a (0x0)
    [ 20.133] ModeAttributes: 0x0
    [ 20.133] WinAAttributes: 0x0
    [ 20.133] WinBAttributes: 0x0
    [ 20.133] WinGranularity: 0
    [ 20.133] WinSize: 0
    [ 20.133] WinASegment: 0x0
    [ 20.133] WinBSegment: 0x0
    [ 20.133] WinFuncPtr: 0x0
    [ 20.133] BytesPerScanline: 0
    [ 20.133] XResolution: 0
    [ 20.133] YResolution: 0
    [ 20.133] XCharSize: 0
    [ 20.133] YCharSize: 0
    [ 20.133] NumberOfPlanes: 0
    [ 20.133] BitsPerPixel: 0
    [ 20.133] NumberOfBanks: 0
    [ 20.133] MemoryModel: 0
    [ 20.133] BankSize: 0
    [ 20.133] NumberOfImages: 0
    [ 20.133] RedMaskSize: 0
    [ 20.133] RedFieldPosition: 0
    [ 20.133] GreenMaskSize: 0
    [ 20.133] GreenFieldPosition: 0
    [ 20.133] BlueMaskSize: 0
    [ 20.133] BlueFieldPosition: 0
    [ 20.133] RsvdMaskSize: 0
    [ 20.133] RsvdFieldPosition: 0
    [ 20.133] DirectColorModeInfo: 0
    [ 20.133] PhysBasePtr: 0x0
    [ 20.133] LinBytesPerScanLine: 0
    [ 20.133] BnkNumberOfImagePages: 0
    [ 20.133] LinNumberOfImagePages: 0
    [ 20.133] LinRedMaskSize: 0
    [ 20.133] LinRedFieldPosition: 0
    [ 20.133] LinGreenMaskSize: 0
    [ 20.133] LinGreenFieldPosition: 0
    [ 20.133] LinBlueMaskSize: 0
    [ 20.133] LinBlueFieldPosition: 0
    [ 20.133] LinRsvdMaskSize: 0
    [ 20.133] LinRsvdFieldPosition: 0
    [ 20.133] MaxPixelClock: 0
    [ 20.133] Mode: 107 (0x0)
    [ 20.133] ModeAttributes: 0x0
    [ 20.133] WinAAttributes: 0x0
    [ 20.133] WinBAttributes: 0x0
    [ 20.133] WinGranularity: 0
    [ 20.133] WinSize: 0
    [ 20.133] WinASegment: 0x0
    [ 20.133] WinBSegment: 0x0
    [ 20.133] WinFuncPtr: 0x0
    [ 20.133] BytesPerScanline: 0
    [ 20.133] XResolution: 0
    [ 20.133] YResolution: 0
    [ 20.133] XCharSize: 0
    [ 20.133] YCharSize: 0
    [ 20.133] NumberOfPlanes: 0
    [ 20.133] BitsPerPixel: 0
    [ 20.133] NumberOfBanks: 0
    [ 20.133] MemoryModel: 0
    [ 20.133] BankSize: 0
    [ 20.133] NumberOfImages: 0
    [ 20.133] RedMaskSize: 0
    [ 20.133] RedFieldPosition: 0
    [ 20.133] GreenMaskSize: 0
    [ 20.133] GreenFieldPosition: 0
    [ 20.133] BlueMaskSize: 0
    [ 20.133] BlueFieldPosition: 0
    [ 20.133] RsvdMaskSize: 0
    [ 20.133] RsvdFieldPosition: 0
    [ 20.133] DirectColorModeInfo: 0
    [ 20.133] PhysBasePtr: 0x0
    [ 20.133] LinBytesPerScanLine: 0
    [ 20.133] BnkNumberOfImagePages: 0
    [ 20.133] LinNumberOfImagePages: 0
    [ 20.133] LinRedMaskSize: 0
    [ 20.133] LinRedFieldPosition: 0
    [ 20.134] LinGreenMaskSize: 0
    [ 20.134] LinGreenFieldPosition: 0
    [ 20.134] LinBlueMaskSize: 0
    [ 20.134] LinBlueFieldPosition: 0
    [ 20.134] LinRsvdMaskSize: 0
    [ 20.134] LinRsvdFieldPosition: 0
    [ 20.134] MaxPixelClock: 0
    [ 20.134] Mode: 11a (0x0)
    [ 20.134] ModeAttributes: 0x0
    [ 20.134] WinAAttributes: 0x0
    [ 20.134] WinBAttributes: 0x0
    [ 20.134] WinGranularity: 0
    [ 20.134] WinSize: 0
    [ 20.134] WinASegment: 0x0
    [ 20.134] WinBSegment: 0x0
    [ 20.134] WinFuncPtr: 0x0
    [ 20.134] BytesPerScanline: 0
    [ 20.134] XResolution: 0
    [ 20.134] YResolution: 0
    [ 20.134] XCharSize: 0
    [ 20.134] YCharSize: 0
    [ 20.134] NumberOfPlanes: 0
    [ 20.134] BitsPerPixel: 0
    [ 20.134] NumberOfBanks: 0
    [ 20.134] MemoryModel: 0
    [ 20.134] BankSize: 0
    [ 20.134] NumberOfImages: 0
    [ 20.134] RedMaskSize: 0
    [ 20.134] RedFieldPosition: 0
    [ 20.134] GreenMaskSize: 0
    [ 20.134] GreenFieldPosition: 0
    [ 20.134] BlueMaskSize: 0
    [ 20.134] BlueFieldPosition: 0
    [ 20.134] RsvdMaskSize: 0
    [ 20.134] RsvdFieldPosition: 0
    [ 20.134] DirectColorModeInfo: 0
    [ 20.134] PhysBasePtr: 0x0
    [ 20.134] LinBytesPerScanLine: 0
    [ 20.134] BnkNumberOfImagePages: 0
    [ 20.134] LinNumberOfImagePages: 0
    [ 20.134] LinRedMaskSize: 0
    [ 20.134] LinRedFieldPosition: 0
    [ 20.134] LinGreenMaskSize: 0
    [ 20.134] LinGreenFieldPosition: 0
    [ 20.134] LinBlueMaskSize: 0
    [ 20.134] LinBlueFieldPosition: 0
    [ 20.134] LinRsvdMaskSize: 0
    [ 20.134] LinRsvdFieldPosition: 0
    [ 20.134] MaxPixelClock: 0
    [ 20.134] Mode: 11b (0x0)
    [ 20.134] ModeAttributes: 0x0
    [ 20.134] WinAAttributes: 0x0
    [ 20.134] WinBAttributes: 0x0
    [ 20.134] WinGranularity: 0
    [ 20.134] WinSize: 0
    [ 20.134] WinASegment: 0x0
    [ 20.134] WinBSegment: 0x0
    [ 20.134] WinFuncPtr: 0x0
    [ 20.134] BytesPerScanline: 0
    [ 20.134] XResolution: 0
    [ 20.134] YResolution: 0
    [ 20.134] XCharSize: 0
    [ 20.134] YCharSize: 0
    [ 20.134] NumberOfPlanes: 0
    [ 20.134] BitsPerPixel: 0
    [ 20.134] NumberOfBanks: 0
    [ 20.134] MemoryModel: 0
    [ 20.134] BankSize: 0
    [ 20.134] NumberOfImages: 0
    [ 20.134] RedMaskSize: 0
    [ 20.134] RedFieldPosition: 0
    [ 20.134] GreenMaskSize: 0
    [ 20.134] GreenFieldPosition: 0
    [ 20.134] BlueMaskSize: 0
    [ 20.134] BlueFieldPosition: 0
    [ 20.134] RsvdMaskSize: 0
    [ 20.134] RsvdFieldPosition: 0
    [ 20.134] DirectColorModeInfo: 0
    [ 20.134] PhysBasePtr: 0x0
    [ 20.134] LinBytesPerScanLine: 0
    [ 20.134] BnkNumberOfImagePages: 0
    [ 20.134] LinNumberOfImagePages: 0
    [ 20.134] LinRedMaskSize: 0
    [ 20.134] LinRedFieldPosition: 0
    [ 20.134] LinGreenMaskSize: 0
    [ 20.134] LinGreenFieldPosition: 0
    [ 20.134] LinBlueMaskSize: 0
    [ 20.134] LinBlueFieldPosition: 0
    [ 20.134] LinRsvdMaskSize: 0
    [ 20.134] LinRsvdFieldPosition: 0
    [ 20.134] MaxPixelClock: 0
    [ 20.135] Mode: 105 (1024x768)
    [ 20.135] ModeAttributes: 0x9b
    [ 20.135] WinAAttributes: 0x7
    [ 20.135] WinBAttributes: 0x0
    [ 20.135] WinGranularity: 64
    [ 20.135] WinSize: 64
    [ 20.135] WinASegment: 0xa000
    [ 20.135] WinBSegment: 0x0
    [ 20.135] WinFuncPtr: 0xc00089e1
    [ 20.135] BytesPerScanline: 1024
    [ 20.135] XResolution: 1024
    [ 20.135] YResolution: 768
    [ 20.135] XCharSize: 8
    [ 20.135] YCharSize: 16
    [ 20.135] NumberOfPlanes: 1
    [ 20.135] BitsPerPixel: 8
    [ 20.135] NumberOfBanks: 1
    [ 20.135] MemoryModel: 4
    [ 20.135] BankSize: 0
    [ 20.135] NumberOfImages: 169
    [ 20.135] RedMaskSize: 0
    [ 20.135] RedFieldPosition: 0
    [ 20.135] GreenMaskSize: 0
    [ 20.135] GreenFieldPosition: 0
    [ 20.135] BlueMaskSize: 0
    [ 20.135] BlueFieldPosition: 0
    [ 20.135] RsvdMaskSize: 0
    [ 20.135] RsvdFieldPosition: 0
    [ 20.135] DirectColorModeInfo: 0
    [ 20.135] PhysBasePtr: 0xa0000000
    [ 20.135] LinBytesPerScanLine: 1024
    [ 20.135] BnkNumberOfImagePages: 169
    [ 20.135] LinNumberOfImagePages: 169
    [ 20.135] LinRedMaskSize: 0
    [ 20.135] LinRedFieldPosition: 0
    [ 20.135] LinGreenMaskSize: 0
    [ 20.135] LinGreenFieldPosition: 0
    [ 20.135] LinBlueMaskSize: 0
    [ 20.135] LinBlueFieldPosition: 0
    [ 20.135] LinRsvdMaskSize: 0
    [ 20.135] LinRsvdFieldPosition: 0
    [ 20.135] MaxPixelClock: 230000000
    [ 20.135] Mode: 117 (1024x768)
    [ 20.135] ModeAttributes: 0x9b
    [ 20.135] WinAAttributes: 0x7
    [ 20.135] WinBAttributes: 0x0
    [ 20.135] WinGranularity: 64
    [ 20.135] WinSize: 64
    [ 20.135] WinASegment: 0xa000
    [ 20.135] WinBSegment: 0x0
    [ 20.135] WinFuncPtr: 0xc00089e1
    [ 20.135] BytesPerScanline: 2048
    [ 20.135] XResolution: 1024
    [ 20.135] YResolution: 768
    [ 20.135] XCharSize: 8
    [ 20.135] YCharSize: 16
    [ 20.135] NumberOfPlanes: 1
    [ 20.135] BitsPerPixel: 16
    [ 20.135] NumberOfBanks: 1
    [ 20.135] MemoryModel: 6
    [ 20.135] BankSize: 0
    [ 20.135] NumberOfImages: 84
    [ 20.135] RedMaskSize: 5
    [ 20.135] RedFieldPosition: 11
    [ 20.135] GreenMaskSize: 6
    [ 20.135] GreenFieldPosition: 5
    [ 20.135] BlueMaskSize: 5
    [ 20.135] BlueFieldPosition: 0
    [ 20.135] RsvdMaskSize: 0
    [ 20.135] RsvdFieldPosition: 0
    [ 20.135] DirectColorModeInfo: 0
    [ 20.135] PhysBasePtr: 0xa0000000
    [ 20.135] LinBytesPerScanLine: 2048
    [ 20.135] BnkNumberOfImagePages: 84
    [ 20.135] LinNumberOfImagePages: 84
    [ 20.135] LinRedMaskSize: 5
    [ 20.135] LinRedFieldPosition: 11
    [ 20.135] LinGreenMaskSize: 6
    [ 20.135] LinGreenFieldPosition: 5
    [ 20.135] LinBlueMaskSize: 5
    [ 20.135] LinBlueFieldPosition: 0
    [ 20.135] LinRsvdMaskSize: 0
    [ 20.135] LinRsvdFieldPosition: 0
    [ 20.135] MaxPixelClock: 230000000
    [ 20.136] *Mode: 118 (1024x768)
    [ 20.136] ModeAttributes: 0x9b
    [ 20.136] WinAAttributes: 0x7
    [ 20.136] WinBAttributes: 0x0
    [ 20.136] WinGranularity: 64
    [ 20.136] WinSize: 64
    [ 20.136] WinASegment: 0xa000
    [ 20.136] WinBSegment: 0x0
    [ 20.136] WinFuncPtr: 0xc00089e1
    [ 20.136] BytesPerScanline: 4096
    [ 20.136] XResolution: 1024
    [ 20.136] YResolution: 768
    [ 20.136] XCharSize: 8
    [ 20.136] YCharSize: 16
    [ 20.136] NumberOfPlanes: 1
    [ 20.136] BitsPerPixel: 32
    [ 20.136] NumberOfBanks: 1
    [ 20.136] MemoryModel: 6
    [ 20.136] BankSize: 0
    [ 20.136] NumberOfImages: 41
    [ 20.136] RedMaskSize: 8
    [ 20.136] RedFieldPosition: 16
    [ 20.136] GreenMaskSize: 8
    [ 20.136] GreenFieldPosition: 8
    [ 20.136] BlueMaskSize: 8
    [ 20.136] BlueFieldPosition: 0
    [ 20.136] RsvdMaskSize: 8
    [ 20.136] RsvdFieldPosition: 24
    [ 20.136] DirectColorModeInfo: 0
    [ 20.136] PhysBasePtr: 0xa0000000
    [ 20.136] LinBytesPerScanLine: 4096
    [ 20.136] BnkNumberOfImagePages: 41
    [ 20.136] LinNumberOfImagePages: 41
    [ 20.136] LinRedMaskSize: 8
    [ 20.136] LinRedFieldPosition: 16
    [ 20.136] LinGreenMaskSize: 8
    [ 20.136] LinGreenFieldPosition: 8
    [ 20.136] LinBlueMaskSize: 8
    [ 20.136] LinBlueFieldPosition: 0
    [ 20.136] LinRsvdMaskSize: 8
    [ 20.136] LinRsvdFieldPosition: 24
    [ 20.136] MaxPixelClock: 230000000
    [ 20.136] *Mode: 112 (640x480)
    [ 20.136] ModeAttributes: 0x9b
    [ 20.136] WinAAttributes: 0x7
    [ 20.136] WinBAttributes: 0x0
    [ 20.136] WinGranularity: 64
    [ 20.136] WinSize: 64
    [ 20.136] WinASegment: 0xa000
    [ 20.136] WinBSegment: 0x0
    [ 20.136] WinFuncPtr: 0xc00089e1
    [ 20.136] BytesPerScanline: 2560
    [ 20.136] XResolution: 640
    [ 20.136] YResolution: 480
    [ 20.136] XCharSize: 8
    [ 20.136] YCharSize: 16
    [ 20.136] NumberOfPlanes: 1
    [ 20.136] BitsPerPixel: 32
    [ 20.136] NumberOfBanks: 1
    [ 20.136] MemoryModel: 6
    [ 20.136] BankSize: 0
    [ 20.136] NumberOfImages: 106
    [ 20.136] RedMaskSize: 8
    [ 20.136] RedFieldPosition: 16
    [ 20.136] GreenMaskSize: 8
    [ 20.136] GreenFieldPosition: 8
    [ 20.136] BlueMaskSize: 8
    [ 20.136] BlueFieldPosition: 0
    [ 20.136] RsvdMaskSize: 8
    [ 20.136] RsvdFieldPosition: 24
    [ 20.136] DirectColorModeInfo: 0
    [ 20.136] PhysBasePtr: 0xa0000000
    [ 20.136] LinBytesPerScanLine: 2560
    [ 20.136] BnkNumberOfImagePages: 106
    [ 20.136] LinNumberOfImagePages: 106
    [ 20.136] LinRedMaskSize: 8
    [ 20.136] LinRedFieldPosition: 16
    [ 20.136] LinGreenMaskSize: 8
    [ 20.136] LinGreenFieldPosition: 8
    [ 20.136] LinBlueMaskSize: 8
    [ 20.136] LinBlueFieldPosition: 0
    [ 20.136] LinRsvdMaskSize: 8
    [ 20.136] LinRsvdFieldPosition: 24
    [ 20.136] MaxPixelClock: 230000000
    [ 20.137] Mode: 114 (800x600)
    [ 20.137] ModeAttributes: 0x9b
    [ 20.137] WinAAttributes: 0x7
    [ 20.137] WinBAttributes: 0x0
    [ 20.137] WinGranularity: 64
    [ 20.137] WinSize: 64
    [ 20.137] WinASegment: 0xa000
    [ 20.137] WinBSegment: 0x0
    [ 20.137] WinFuncPtr: 0xc00089e1
    [ 20.137] BytesPerScanline: 1600
    [ 20.137] XResolution: 800
    [ 20.137] YResolution: 600
    [ 20.137] XCharSize: 8
    [ 20.137] YCharSize: 16
    [ 20.137] NumberOfPlanes: 1
    [ 20.137] BitsPerPixel: 16
    [ 20.137] NumberOfBanks: 1
    [ 20.137] MemoryModel: 6
    [ 20.137] BankSize: 0
    [ 20.137] NumberOfImages: 135
    [ 20.137] RedMaskSize: 5
    [ 20.137] RedFieldPosition: 11
    [ 20.137] GreenMaskSize: 6
    [ 20.137] GreenFieldPosition: 5
    [ 20.137] BlueMaskSize: 5
    [ 20.137] BlueFieldPosition: 0
    [ 20.137] RsvdMaskSize: 0
    [ 20.137] RsvdFieldPosition: 0
    [ 20.137] DirectColorModeInfo: 0
    [ 20.137] PhysBasePtr: 0xa0000000
    [ 20.137] LinBytesPerScanLine: 1600
    [ 20.137] BnkNumberOfImagePages: 135
    [ 20.137] LinNumberOfImagePages: 135
    [ 20.137] LinRedMaskSize: 5
    [ 20.137] LinRedFieldPosition: 11
    [ 20.137] LinGreenMaskSize: 6
    [ 20.137] LinGreenFieldPosition: 5
    [ 20.137] LinBlueMaskSize: 5
    [ 20.137] LinBlueFieldPosition: 0
    [ 20.137] LinRsvdMaskSize: 0
    [ 20.137] LinRsvdFieldPosition: 0
    [ 20.137] MaxPixelClock: 230000000
    [ 20.137] *Mode: 115 (800x600)
    [ 20.137] ModeAttributes: 0x9b
    [ 20.137] WinAAttributes: 0x7
    [ 20.137] WinBAttributes: 0x0
    [ 20.137] WinGranularity: 64
    [ 20.137] WinSize: 64
    [ 20.137] WinASegment: 0xa000
    [ 20.137] WinBSegment: 0x0
    [ 20.137] WinFuncPtr: 0xc00089e1
    [ 20.137] BytesPerScanline: 3200
    [ 20.137] XResolution: 800
    [ 20.137] YResolution: 600
    [ 20.137] XCharSize: 8
    [ 20.137] YCharSize: 16
    [ 20.137] NumberOfPlanes: 1
    [ 20.137] BitsPerPixel: 32
    [ 20.137] NumberOfBanks: 1
    [ 20.137] MemoryModel: 6
    [ 20.137] BankSize: 0
    [ 20.137] NumberOfImages: 67
    [ 20.137] RedMaskSize: 8
    [ 20.137] RedFieldPosition: 16
    [ 20.137] GreenMaskSize: 8
    [ 20.137] GreenFieldPosition: 8
    [ 20.137] BlueMaskSize: 8
    [ 20.137] BlueFieldPosition: 0
    [ 20.137] RsvdMaskSize: 8
    [ 20.137] RsvdFieldPosition: 24
    [ 20.137] DirectColorModeInfo: 0
    [ 20.137] PhysBasePtr: 0xa0000000
    [ 20.137] LinBytesPerScanLine: 3200
    [ 20.137] BnkNumberOfImagePages: 67
    [ 20.137] LinNumberOfImagePages: 67
    [ 20.137] LinRedMaskSize: 8
    [ 20.137] LinRedFieldPosition: 16
    [ 20.137] LinGreenMaskSize: 8
    [ 20.137] LinGreenFieldPosition: 8
    [ 20.137] LinBlueMaskSize: 8
    [ 20.138] LinBlueFieldPosition: 0
    [ 20.138] LinRsvdMaskSize: 8
    [ 20.138] LinRsvdFieldPosition: 24
    [ 20.138] MaxPixelClock: 230000000
    [ 20.138] Mode: 101 (640x480)
    [ 20.138] ModeAttributes: 0x9b
    [ 20.138] WinAAttributes: 0x7
    [ 20.138] WinBAttributes: 0x0
    [ 20.138] WinGranularity: 64
    [ 20.138] WinSize: 64
    [ 20.138] WinASegment: 0xa000
    [ 20.138] WinBSegment: 0x0
    [ 20.138] WinFuncPtr: 0xc00089e1
    [ 20.138] BytesPerScanline: 640
    [ 20.138] XResolution: 640
    [ 20.138] YResolution: 480
    [ 20.138] XCharSize: 8
    [ 20.138] YCharSize: 16
    [ 20.138] NumberOfPlanes: 1
    [ 20.138] BitsPerPixel: 8
    [ 20.138] NumberOfBanks: 1
    [ 20.138] MemoryModel: 4
    [ 20.138] BankSize: 0
    [ 20.138] NumberOfImages: 152
    [ 20.138] RedMaskSize: 0
    [ 20.138] RedFieldPosition: 0
    [ 20.138] GreenMaskSize: 0
    [ 20.138] GreenFieldPosition: 0
    [ 20.138] BlueMaskSize: 0
    [ 20.138] BlueFieldPosition: 0
    [ 20.138] RsvdMaskSize: 0
    [ 20.138] RsvdFieldPosition: 0
    [ 20.138] DirectColorModeInfo: 0
    [ 20.138] PhysBasePtr: 0xa0000000
    [ 20.138] LinBytesPerScanLine: 640
    [ 20.138] BnkNumberOfImagePages: 152
    [ 20.138] LinNumberOfImagePages: 152
    [ 20.138] LinRedMaskSize: 0
    [ 20.138] LinRedFieldPosition: 0
    [ 20.138] LinGreenMaskSize: 0
    [ 20.138] LinGreenFieldPosition: 0
    [ 20.138] LinBlueMaskSize: 0
    [ 20.138] LinBlueFieldPosition: 0
    [ 20.138] LinRsvdMaskSize: 0
    [ 20.138] LinRsvdFieldPosition: 0
    [ 20.138] MaxPixelClock: 230000000
    [ 20.138] Mode: 103 (800x600)
    [ 20.138] ModeAttributes: 0x9b
    [ 20.138] WinAAttributes: 0x7
    [ 20.138] WinBAttributes: 0x0
    [ 20.138] WinGranularity: 64
    [ 20.138] WinSize: 64
    [ 20.138] WinASegment: 0xa000
    [ 20.138] WinBSegment: 0x0
    [ 20.138] WinFuncPtr: 0xc00089e1
    [ 20.138] BytesPerScanline: 832
    [ 20.138] XResolution: 800
    [ 20.138] YResolution: 600
    [ 20.138] XCharSize: 8
    [ 20.138] YCharSize: 16
    [ 20.138] NumberOfPlanes: 1
    [ 20.138] BitsPerPixel: 8
    [ 20.138] NumberOfBanks: 1
    [ 20.138] MemoryModel: 4
    [ 20.138] BankSize: 0
    [ 20.138] NumberOfImages: 254
    [ 20.138] RedMaskSize: 0
    [ 20.138] RedFieldPosition: 0
    [ 20.138] GreenMaskSize: 0
    [ 20.138] GreenFieldPosition: 0
    [ 20.138] BlueMaskSize: 0
    [ 20.138] BlueFieldPosition: 0
    [ 20.138] RsvdMaskSize: 0
    [ 20.138] RsvdFieldPosition: 0
    [ 20.138] DirectColorModeInfo: 0
    [ 20.138] PhysBasePtr: 0xa0000000
    [ 20.138] LinBytesPerScanLine: 832
    [ 20.138] BnkNumberOfImagePages: 254
    [ 20.138] LinNumberOfImagePages: 254
    [ 20.138] LinRedMaskSize: 0
    [ 20.138] LinRedFieldPosition: 0
    [ 20.138] LinGreenMaskSize: 0
    [ 20.138] LinGreenFieldPosition: 0
    [ 20.138] LinBlueMaskSize: 0
    [ 20.138] LinBlueFieldPosition: 0
    [ 20.138] LinRsvdMaskSize: 0
    [ 20.138] LinRsvdFieldPosition: 0
    [ 20.138] MaxPixelClock: 230000000
    [ 20.139] Mode: 111 (640x480)
    [ 20.139] ModeAttributes: 0x9b
    [ 20.139] WinAAttributes: 0x7
    [ 20.139] WinBAttributes: 0x0
    [ 20.139] WinGranularity: 64
    [ 20.139] WinSize: 64
    [ 20.139] WinASegment: 0xa000
    [ 20.139] WinBSegment: 0x0
    [ 20.139] WinFuncPtr: 0xc00089e1
    [ 20.139] BytesPerScanline: 1280
    [ 20.139] XResolution: 640
    [ 20.139] YResolution: 480
    [ 20.139] XCharSize: 8
    [ 20.139] YCharSize: 16
    [ 20.139] NumberOfPlanes: 1
    [ 20.139] BitsPerPixel: 16
    [ 20.139] NumberOfBanks: 1
    [ 20.139] MemoryModel: 6
    [ 20.139] BankSize: 0
    [ 20.139] NumberOfImages: 203
    [ 20.139] RedMaskSize: 5
    [ 20.139] RedFieldPosition: 11
    [ 20.139] GreenMaskSize: 6
    [ 20.139] GreenFieldPosition: 5
    [ 20.139] BlueMaskSize: 5
    [ 20.139] BlueFieldPosition: 0
    [ 20.139] RsvdMaskSize: 0
    [ 20.139] RsvdFieldPosition: 0
    [ 20.139] DirectColorModeInfo: 0
    [ 20.139] PhysBasePtr: 0xa0000000
    [ 20.139] LinBytesPerScanLine: 1280
    [ 20.139] BnkNumberOfImagePages: 203
    [ 20.139] LinNumberOfImagePages: 203
    [ 20.139] LinRedMaskSize: 5
    [ 20.139] LinRedFieldPosition: 11
    [ 20.139] LinGreenMaskSize: 6
    [ 20.139] LinGreenFieldPosition: 5
    [ 20.139] LinBlueMaskSize: 5
    [ 20.139] LinBlueFieldPosition: 0
    [ 20.139] LinRsvdMaskSize: 0
    [ 20.139] LinRsvdFieldPosition: 0
    [ 20.139] MaxPixelClock: 230000000
    [ 20.139] Mode: 17d (1366x768)
    [ 20.139] ModeAttributes: 0x9b
    [ 20.139] WinAAttributes: 0x7
    [ 20.139] WinBAttributes: 0x0
    [ 20.139] WinGranularity: 64
    [ 20.139] WinSize: 64
    [ 20.139] WinASegment: 0xa000
    [ 20.139] WinBSegment: 0x0
    [ 20.139] WinFuncPtr: 0xc00089e1
    [ 20.139] BytesPerScanline: 1408
    [ 20.139] XResolution: 1366
    [ 20.139] YResolution: 768
    [ 20.139] XCharSize: 8
    [ 20.139] YCharSize: 16
    [ 20.139] NumberOfPlanes: 1
    [ 20.139] BitsPerPixel: 8
    [ 20.139] NumberOfBanks: 1
    [ 20.139] MemoryModel: 4
    [ 20.139] BankSize: 0
    [ 20.139] NumberOfImages: 119
    [ 20.139] RedMaskSize: 0
    [ 20.139] RedFieldPosition: 0
    [ 20.139] GreenMaskSize: 0
    [ 20.139] GreenFieldPosition: 0
    [ 20.139] BlueMaskSize: 0
    [ 20.139] BlueFieldPosition: 0
    [ 20.139] RsvdMaskSize: 0
    [ 20.139] RsvdFieldPosition: 0
    [ 20.139] DirectColorModeInfo: 0
    [ 20.139] PhysBasePtr: 0xa0000000
    [ 20.139] LinBytesPerScanLine: 1408
    [ 20.139] BnkNumberOfImagePages: 119
    [ 20.139] LinNumberOfImagePages: 119
    [ 20.139] LinRedMaskSize: 0
    [ 20.139] LinRedFieldPosition: 0
    [ 20.139] LinGreenMaskSize: 0
    [ 20.139] LinGreenFieldPosition: 0
    [ 20.139] LinBlueMaskSize: 0
    [ 20.139] LinBlueFieldPosition: 0
    [ 20.139] LinRsvdMaskSize: 0
    [ 20.139] LinRsvdFieldPosition: 0
    [ 20.139] MaxPixelClock: 230000000
    [ 20.140] Mode: 17e (1366x768)
    [ 20.140] ModeAttributes: 0x9b
    [ 20.140] WinAAttributes: 0x7
    [ 20.140] WinBAttributes: 0x0
    [ 20.140] WinGranularity: 64
    [ 20.140] WinSize: 64
    [ 20.140] WinASegment: 0xa000
    [ 20.140] WinBSegment: 0x0
    [ 20.140] WinFuncPtr: 0xc00089e1
    [ 20.140] BytesPerScanline: 2752
    [ 20.140] XResolution: 1366
    [ 20.140] YResolution: 768
    [ 20.140] XCharSize: 8
    [ 20.140] YCharSize: 16
    [ 20.140] NumberOfPlanes: 1
    [ 20.140] BitsPerPixel: 16
    [ 20.140] NumberOfBanks: 1
    [ 20.140] MemoryModel: 6
    [ 20.140] BankSize: 0
    [ 20.140] NumberOfImages: 61
    [ 20.140] RedMaskSize: 5
    [ 20.140] RedFieldPosition: 11
    [ 20.140] GreenMaskSize: 6
    [ 20.140] GreenFieldPosition: 5
    [ 20.140] BlueMaskSize: 5
    [ 20.140] BlueFieldPosition: 0
    [ 20.140] RsvdMaskSize: 0
    [ 20.140] RsvdFieldPosition: 0
    [ 20.140] DirectColorModeInfo: 0
    [ 20.140] PhysBasePtr: 0xa0000000
    [ 20.140] LinBytesPerScanLine: 2752
    [ 20.140] BnkNumberOfImagePages: 61
    [ 20.140] LinNumberOfImagePages: 61
    [ 20.140] LinRedMaskSize: 5
    [ 20.140] LinRedFieldPosition: 11
    [ 20.140] LinGreenMaskSize: 6
    [ 20.140] LinGreenFieldPosition: 5
    [ 20.140] LinBlueMaskSize: 5
    [ 20.140] LinBlueFieldPosition: 0
    [ 20.140] LinRsvdMaskSize: 0
    [ 20.140] LinRsvdFieldPosition: 0
    [ 20.140] MaxPixelClock: 230000000
    [ 20.140] *Mode: 17f (1366x768)
    [ 20.140] ModeAttributes: 0x9b
    [ 20.140] WinAAttributes: 0x7
    [ 20.140] WinBAttributes: 0x0
    [ 20.140] WinGranularity: 64
    [ 20.140] WinSize: 64
    [ 20.140] WinASegment: 0xa000
    [ 20.140] WinBSegment: 0x0
    [ 20.140] WinFuncPtr: 0xc00089e1
    [ 20.140] BytesPerScanline: 5504
    [ 20.140] XResolution: 1366
    [ 20.140] YResolution: 768
    [ 20.140] XCharSize: 8
    [ 20.140] YCharSize: 16
    [ 20.140] NumberOfPlanes: 1
    [ 20.140] BitsPerPixel: 32
    [ 20.140] NumberOfBanks: 1
    [ 20.140] MemoryModel: 6
    [ 20.140] BankSize: 0
    [ 20.140] NumberOfImages: 30
    [ 20.140] RedMaskSize: 8
    [ 20.140] RedFieldPosition: 16
    [ 20.140] GreenMaskSize: 8
    [ 20.140] GreenFieldPosition: 8
    [ 20.140] BlueMaskSize: 8
    [ 20.140] BlueFieldPosition: 0
    [ 20.140] RsvdMaskSize: 8
    [ 20.140] RsvdFieldPosition: 24
    [ 20.140] DirectColorModeInfo: 0
    [ 20.140] PhysBasePtr: 0xa0000000
    [ 20.140] LinBytesPerScanLine: 5504
    [ 20.140] BnkNumberOfImagePages: 30
    [ 20.140] LinNumberOfImagePages: 30
    [ 20.141] LinRedMaskSize: 8
    [ 20.141] LinRedFieldPosition: 16
    [ 20.141] LinGreenMaskSize: 8
    [ 20.141] LinGreenFieldPosition: 8
    [ 20.141] LinBlueMaskSize: 8
    [ 20.141] LinBlueFieldPosition: 0
    [ 20.141] LinRsvdMaskSize: 8
    [ 20.141] LinRsvdFieldPosition: 24
    [ 20.141] MaxPixelClock: 230000000
    [ 20.141]
    [ 20.141] (II) VESA(0): Total Memory: 2047 64KB banks (131008kB)
    [ 20.141] (II) VESA(0): Monitor0: Using hsync value of 46.92 kHz
    [ 20.141] (II) VESA(0): Monitor0: Using vrefresh value of 60.00 Hz
    [ 20.141] (II) VESA(0): Not using mode "1366x768_60.00" (no mode of this name)
    [ 20.141] (II) VESA(0)

  • HELP! BIOS not auto detecting

    Well have my new MSI P965NeoF V2. With the Intel E7200 and a G7200 Nvidia card.. 2 gigs of memory.
    The problem I am having is , the system will not auto detect the Maxtor 80 Gig or my Quantem DVD player in BIOS. It will detect both of them and actually boot from the Maxtor.. But the xp version I have on the system is bad, so I will have to restore....
    The system will not "See" or acknowledge my dvd payer with the xp cd in it...
    Have tried running a 98 boot disc to try and get access to the DVD , have changed the DVD to a CD rom drive I had laying around... Nothing seems to work.. What is up?
    both these drives are the IDE drives. I have disabled the SATA functions for now. (In the future will get SATA Devices)
    Cabling and jumper settings are correct..
    SO what do I do?
    Corey

     Do/did you have HDD on primary IDE and ODD on secondary IDE? How old are the ribbon cables? If they have been taken off & put back in too many times you may need to use new ones. I have had to replace them in the past for that reason as they ended up being no good after too many times in & out. And yes I would get SATA HDD. I'm not sure about yours but most of the older MBs won't suppoert SATA ODDs.

  • Dynamically-related files could not be resolved because the site definition is not correct

    Hello
    My name is Doron and I am a graphic designer
    I design with Dreamweaver and I want to connect the WordPress to Dreamweaver
    I have a WINDOWS OS 7 64 bit,  so I installed Apache Software WampServer 64
    I set up WordPress and connected to Dreamweaver but
    when I run the index.php and click on discover dynamically-related files.
    I got an error:
    " dynamically-related files could not be resolved because the site definition is not correct "
    I did everything ok I do not know what the problem
    I would love to get help connecting Dreamweaver with WordPress
    that they could work together so I can continue to learn WordPress
    Thanks in advance
    doron

    The only WP files you should be looking at are in your WP Themes folder.  Everything else is off limits. See links below:
    WordPress theme - The Anatomy, an Infographic - Yoast
    Theme Development « WordPress Codex
    DW is only useful for customizing your Theme.  Once WP is deployed on your web server, you must use WP's online Dashboard to maintain it.
    Dashboard — Support — WordPress.com
    Administration Screens « WordPress Codex
    Nancy O.

Maybe you are looking for

  • Visa Read Timeout Occurs with multiple Reentrant VI Calls

    I have written a test application in Labview (6.1) which will be used to test (burn-in) up to 15 serial instruments through a 16 Port USB->RS232 Hub. Here's how it works: When the App loads, I am transmitting a Connect command to each of 15 com ports

  • CC 2014 not displaying waveforms on timeline or viewer

    Having reluctantly upgraded to PP CC 2014 I am noticing that the waveforms of .R3D files do not display properly in the timeline or the viewer. Sometimes the waveforms are displayed correctly, sometimes not. There is inconsistency even within the sam

  • Acrobat XI Pro crashes after scanning

    I upgraded to the Abobe Cloud  and now I can't scan(HP 4200) documents without the Acrobat crashing.  I never had a problem when I was using Acrobat 9.  It does the scan and I can see it but then it crashes. I'm using Windows 7 and have seen a few fo

  • Transfer contents from macbook to apple tv

    i have few selected movie files want to transfer to apple tv. i was able to transfer contents before but with latest update software seems i can no longer do that. have i overlooked anywhere?

  • How to create an xml sitemap

    I was asked to create a sitemap for one site and I had to do it the hard way. I had to upload the site, went to an online xml sitemap generator, generate the xml file and upload it. But I was wondering whether DW has an option to generate an xml site