JFrame size is not correct althrough specified in code

Hi all,
I've made a GUI, which is being run as a thread since I have incoming/outgoing socket threads also running for an application. It seems that none of the fields are being populated into my JFrame. What is wrong?
import java.net.*;
import java.io.*;
import java.util.*;
import javax.swing.*;
import java.awt.event.*;
public class Server extends JFrame implements ActionListener, ItemListener
     JCheckBox jcbServer=new JCheckBox("Run as Server",false);
     JTextField jtfChat=new JTextField("Chat");
     JTextField jtfUsername=new JTextField("Username");
     JTextArea jtaMessageBox=new JTextArea();
     boolean isServer=false;
     String message,text,content,sendMessage,user;
     int pos;
    public Server()
         run();
    public void run()
         int frameWidth=400,frameHeight=150;
         Vector<Connection> connections= new Vector<Connection>();
         JFrame frame = new JFrame("Chatterbox");
         frame.setSize(frameWidth,frameHeight);
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         frame.add(jtfUsername);
         frame.add(jcbServer);
         frame.add(jtfChat);
         frame.add(jtaMessageBox);
         jtaMessageBox.setEditable(false);
         frame.pack();
         frame.setVisible(true);
        ServerSocket serverSocket=null;
            Connection conn;
        boolean listening = true; 
          if (isServer==true)
               try
                 serverSocket = new ServerSocket(4444);
             catch (IOException e)
                 System.err.println("Could not listen on port: 4444.");
                 System.exit(-1);
               try
                  while (listening)
                       Socket socket=serverSocket.accept();
                       conn=new Connection(socket);
                        connections.add(conn);
                        conn.start();
                        message=conn.getMessage();
                        if (message.startsWith("/gameMessage"))
                             content=message.substring(13);
                             pos=content.indexOf("/");
                             user=content.substring(pos-1);
                             text=message.substring(pos+1);
                             jtaMessageBox.append(user.toString()+ ": "+text);
                        else if (message.startsWith("/Leaving"))
                             content=message.substring(9);
                             pos=content.indexOf("/");
                              user=content.substring(pos-1);
                             jtaMessageBox.append(user +" has left");
                  serverSocket.close();
               catch (IOException ex)
    public void actionPerformed(ActionEvent ae)
         if (ae.getSource()==jcbServer)
              if (jcbServer.isSelected()==true)
                   isServer=false;
              else if(jcbServer.isSelected()==false)
                   isServer=true;
         else if (ae.getSource()==jtfChat)
              message="/gameMessage"+user+"/"+jtfChat.getText();
         else if (ae.getSource()==jtfUsername)
              user=jtfUsername.getText();
     public void keyReleased(java.awt.event.KeyEvent ke){}
     public void keyPressed(java.awt.event.KeyEvent ke){}
     public void keyTyped(java.awt.event.KeyEvent ke){}
     public void itemStateChanged(java.awt.event.ItemEvent ie) {}
     public void mouseMoved(java.awt.event.MouseEvent me){}
     public void mouseDragged(java.awt.event.MouseEvent me){}
     public void mouseExited(java.awt.event.MouseEvent me){}
     public void mouseEntered(java.awt.event.MouseEvent me){}
     public void mouseReleased(java.awt.event.MouseEvent me){}
     public void mousePressed(java.awt.event.MouseEvent me){}
     public void mouseClicked(java.awt.event.MouseEvent me){}
}Many Thanks,
Ben

Well, to start off with:
Your title on your post has nothing to do with what you are asking in your question,
2nd-your question does not reflect what you ask in your title
Try printing the results out to your console: System.out.println(), I believe you'll find your calls do not return anything to show.
Use your debugger to trace through your project to visually see and find what is happening.
BTW: if you want to fix the displayed size problem with your JFrame: make a JPanel and setPerferredSize to what you want add it to your JFrame and then add all of your other GUI components to your JPanel. When you pack your JFrame, it will take the size of your JPanel.

Similar Messages

  • [Photoshop CS5] Optimize to File Size working not correctly.

    ******BUG******
    Concise problem statement: Optimize to File Size working not correctly.
    Steps to reproduce bug:
    1. Open any photo.
    2. Draw a slice
    3. Save For Web, choose Optimize to File Size, type 10KB (Current Slice).
    4. Save "selected slices" only
    Results: File result larger than expect (over 10KB)
    Expected results: <=10KB filesize.
    I uninstalled whole Adobe CS5 Master Collection (Trial) & tried to reproduce the bug in Photoshop CS4, but it was not happened, it's ok on CS4.
    Finally, Windows 7 is not reason, it's a bug of Photoshop CS5. Please fix, I don't want to buy a bugged software.
    I really need the feature "Optimize to File Size" in my works.
    P.S: I tested on 4 PCs, and the results is the same.

    In the SFW dialog change the Metadata dropdown to None

  • Tag 'dmnd': Tag size is not correct msg in Colorsync Utility

    When I press the verify button in the Colorsync Utility, I get the path to my ICC Profile
    /Library/Printers/Epson/InkjetPrinter/ICCProfiles/Pro38.profiles/Contents/Resour ces/Pro3800 3800C 3850 standard.icc
    and then Tag 'dmnd':Tag size is not correct on the next line.
    After that, Verify done - found 1 bad profile.
    The printer works ok in Photoshop, though prints maybe come out a bit on the dark side as compared to my calibrated screen.
    Is this something to be concerened about, and if so, what exactly is the course of action I should take?
    Thanks

    Sorry, I thought you asked what course of action to take.
    It means the data for that "tag" in the profile is not the size expected - I know, that's obvious too. The 'dmnd' tag contains the manufacturer's description.
    http://www.oyranos.org/wiki/index.php?title=DeviceSettings_in_ICC0.2
    You could try opening it in ColorSync Utility and editing the tag.

  • Problem on Mac OS [ColorSync/Profiles/EW-sRGB    Tag 'desc': Tag size is not correct. Could not be fixed.]

    Problem on Mac OS [ColorSync//Profiles/EW-sRGB
    Tag 'desc': Tag size is not correct. Could not be fixed.]
    My screen contrast has gone awry and the ColorSync Utility is unable to fix the problem. In searching the wisdom of the web, I found a response from 2009 on another forum, which referenced this forum. But the thread is gone. The information was in regard to the Color Profiler. Can anyone help? Has anyone had to deal with this? I found a lot of people looking to fix this, but not a lot of follow-up replies with answers. I have tried reinstalling the file from a back-up and re-booting, but to no avail. Some have suggested a problem with the Epson software. But without any detail, I don't know what to look to change. Any help, advice, cures, etc. would be greatly appreciated. Thanks!

    Sorry, I thought you asked what course of action to take.
    It means the data for that "tag" in the profile is not the size expected - I know, that's obvious too. The 'dmnd' tag contains the manufacturer's description.
    http://www.oyranos.org/wiki/index.php?title=DeviceSettings_in_ICC0.2
    You could try opening it in ColorSync Utility and editing the tag.

  • Font Size is not correct in the exported PDF-File

    In the Report is the Font Arial Size 8, but in the exported PDF-Fildethe size is only 7,15. The Fontsize in the PDF-File is always smaller then in the Report.
    I use Crystal Report XI. With Version 9 is everythink ok.

    In Crystal Reports 10 and 11, exported fonts are shrunk by 5% to avoid field truncation.
    For version 11, create the following registry entry and then set the value to 1 to maintain the font size:
    HKEY_CURRENT_USER\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\Export\PDF\ForceLargerFonts
    Please back-up your registry before editing.
    Cheers,
    Fritz

  • SNP Discrete Opt .... Lot Size is not correct

    Dear Experts ,
    I need some help with SNP Optimization execution ...... Actually i am executing discrete optimization , using weekly buckets.
    For i.e
    I have a demand with  100 pc ..... minimum lot size is 60 and max lot size is 62 .....
    SNP should create two lots with 60 pc each one , but it is creating one lot with 60 and a second lot with 40 ..... It is considering last lot exact to fulfill demand .....
    All PDS have discretization flag  and the relevant parameters for discretization are set on OPT profile .....
    I some setting missing ?
    Please i need some help asap .....
    Kind Regards
    Mauricio

    Dear Nandhu ,
    Thanks for you help.
    At OPT Profile , Discret Constraints tab at  Minimun PDS Lot Size and Integral PDS i am maintaining 90 D ..... and when i execute the optmizer i am using 60 days . The  Planning Book Horizons is 3 months in weekly buckets.
    Kind Regards
    Mauricio

  • Management API - Create VM - InvalidXmlRequest - The request body XML was invalid or not correctly specified

    Hi,
    I am getting error while creating virtual machine from Azure REST management API. Could someone please point me what wrong I am POSTing in below XML
    ERROR ---
    <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>InvalidXmlRequest</Code><Message>The request body's XML was invalid or not correctly specified.</Message></Error>
    " <Deployment xmlns=\"http://schemas.microsoft.com/windowsazure\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">" +
    " <Name>SomeName</Name>" +
    " <DeploymentSlot>Production</DeploymentSlot>" +
    " <Label>SomeLabel</Label>" +
    " <RoleList>" +
    " <Role>" +
    " <RoleName>SomeRoleName</RoleName>" +
    " <RoleType>PersistentVMRole</RoleType>" +
    " <ConfigurationSets>" +
    " <ConfigurationSet i:type=\"WindowsProvisioningConfigurationSet\">" +
    " <ConfigurationSetType>WindowsProvisioningConfiguration</ConfigurationSetType>" +
    " <ComputerName>SomeCompName</ComputerName>" +
    " <AdminPassword>Admin098</AdminPassword>" +
    " <EnableAutomaticUpdates>true</EnableAutomaticUpdates>" +
    " <ResetPasswordOnFirstLogon>false</ResetPasswordOnFirstLogon>" +
    " </ConfigurationSet>" +
    " <ConfigurationSet i:type=\"NetworkConfigurationSet\">" +
    " <ConfigurationSetType>NetworkConfiguration</ConfigurationSetType>" +
    " <InputEndpoints>" +
    " <InputEndpoint>" +
    " <LocalPort>3389</LocalPort>" +
    " <Name>RemoteDesktop</Name>" +
    " <Protocol>tcp</Protocol>" +
    " </InputEndpoint>" +
    " </InputEndpoints>" +
    " </ConfigurationSet>" +
    " </ConfigurationSets>" +
    " <OSVirtualHardDisk>" +
    " <DiskName>SomeDiskName-0-20121007173943</DiskName>" +
    " <MediaLink>http://portalvhdsrx7q659n2n5j2.blob.core.windows.net/public/myvhd0008980.vhd</MediaLink>" +
    " <SourceImageName>MSFT__Win2K8R2SP1-Datacenter-201208.01-en.us-30GB.vhd</SourceImageName>" +
    " </OSVirtualHardDisk>" +
    " <RoleSize>Small</RoleSize>" +
    " </Role>" +
    " </RoleList>" +
    " </Deployment>"I have tried adding admin user name as well to the xml but still get same error.Please suggest

    the format of the request body is:
    <Deployment xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <Name>name-of-deployment</Name>
    <DeploymentSlot>deployment-environment</DeploymentSlot>
    <Label>identifier-of-deployment</Label>
    <RoleList>
    <Role>
    <RoleName>name-of-the-virtual-machine</RoleName>
    <RoleType>PersistentVMRole</RoleType>
    <VMImageName>name-of-vm-image</VMImageName>
    <ConfigurationSets>
    <ConfigurationSet i:type="WindowsProvisioningConfigurationSet">
    <ConfigurationSetType>WindowsProvisioningConfiguration</ConfigurationSetType>
    <ComputerName>name-of-computer</ComputerName>
    <AdminPassword>administrator-password</AdminPassword>
    <EnableAutomaticUpdates>enable-updates</EnableAutomaticUpdates>
    <TimeZone>time-zone</TimeZone>
    <DomainJoin>
    <Credentials>
    <Domain>domain-to-join</Domain>
    <Username>user-name-in-the-domain</Username>
    <Password>password-for-the-user-name</Password>
    </Credentials>
    <JoinDomain>domain-to-join</JoinDomain>
    <MachineObjectOU>distinguished-name-of-the-ou</MachineObjectOU>
    </DomainJoin>
    <StoredCertificateSettings>
    <CertificateSetting>
    <StoreLocation>LocalMachine</StoreLocation>
    <StoreName>name-of-store-on-the-machine</StoreName>
    <Thumbprint>certificate-thumbprint</Thumbprint>
    </CertificateSetting>
    </StoredCertificateSettings>
    <WinRM>
    <Listeners>
    <Listener>
    <Protocol>listener-protocol</Protocol>
    </Listener>
    <Listener>
    <CertificateThumbprint>certificate-thumbprint</CertificateThumbprint>
    <Protocol>listener-protocol</Protocol>
    </Listener>
    </Listeners>
    </WinRM>
    <AdminUsername>name-of-administrator-account</AdminUsername>
    <CustomData>base-64-encoded-data</CustomData>
    </ConfigurationSet>
    <ConfigurationSet i:type="LinuxProvisioningConfigurationSet">
    <ConfigurationSetType>LinuxProvisioningConfiguration</ConfigurationSetType>
    <HostName>host-name-for-the-virtual-machine</HostName>
    <UserName>new-user-name</UserName>
    <UserPassword>password-for-the-new-user</UserPassword>
    <DisableSshPasswordAuthentication>password-authentication</DisableSshPasswordAuthentication>
    <SSH>
    <PublicKeys>
    <PublicKey>
    <FingerPrint>certificate-fingerprint</FingerPrint>
    <Path>SSH-public-key-storage-location</Path>
    </PublicKey>
    </PublicKeys>
    <KeyPairs>
    <KeyPair>
    <FingerPrint>certificate-fingerprint</FinguerPrint>
    <Path>SSH-public-key-storage-location</Path>
    </KeyPair>
    </KeyPairs>
    </SSH>
    <CustomData>base-64-encoded-data</CustomData>
    </ConfigurationSet>
    <ConfigurationSet>
    <ConfigurationSetType>NetworkConfiguration</ConfigurationSetType>
    <InputEndpoints>
    <InputEndpoint>
    <LoadBalancedEndpointSetName>name-of-load-balanced-set</LoadBalancedEndpointSetName>
    <LocalPort>local-port-number</LocalPort>
    <Name>name-of-endpoint</Name>
    <Port>external-port-number</Port>
    <LoadBalancerProbe>
    <Path>path-of-probe</Path>
    <Port>port-assigned-to-probe</Port>
    <Protocol>probe-protocol</Protocol>
    <IntervalInSeconds>interval-of-probe</IntervalInSeconds>
    <TimeoutInSeconds>timeout-for-probe</TimeoutInSeconds>
    </LoadBalancerProbe>
    <Protocol>endpoint-protocol</Protocol>
    <EnableDirectServerReturn>enable-direct-server-return</EnableDirectServerReturn>
    <EndpointACL>
    <Rules>
    <Rule>
    <Order>priority-of-the-rule</Order>
    <Action>permit-rule</Action>
    <RemoteSubnet>subnet-of-the-rule</RemoteSubnet>
    <Description>description-of-the-rule</Description>
    </Rule>
    </Rules>
    </EndpointACL>
    </InputEndpoint>
    </InputEndpoints>
    <SubnetNames>
    <SubnetName>name-of-subnet</SubnetName>
    </SubnetNames>
    <StaticVirtualNetworkIPAddress>ip-address</StaticVirtualNetworkIPAddress>
    </ConfigurationSet>
    </ConfigurationSets>
    <ResourceExtensionReferences>
    <ResourceExtensionReference>
    <ReferenceName>name-of-reference</ReferenceName>
    <Publisher>name-of-publisher</Publisher>
    <Name>name-of-extension</Name>
    <Version>version-of-extension</Version>
    <ResourceExtensionParameterValues>
    <ResourceExtensionParameterValue>
    <Key>name-of-parameter-key</Key>
    <Value>parameter-value</Value>
    <Type>type-of-parameter</Type>
    </ResourceExtensionParameterValue>
    </ResourceExtensionParameterValues>
    <State>state-of-resource</State>
    </ResourceExtensionReference>
    </ResourceExtensionReferences>
    <AvailabilitySetName>name-of-availability-set</AvailabilitySetName>
    <DataVirtualHardDisks>
    <DataVirtualHardDisk>
    <HostCaching>caching-mode</HostCaching>
    <DiskLabel>label-of-data-disk</DiskLabel>
    <DiskName>name-of-disk</DiskName>
    <Lun>logical-unit-number</Lun>
    <LogicalDiskSizeInGB>size-in-gb-of-data-disk</LogicalDiskSizeInGB>
    <MediaLink>path-to-vhd</MediaLink>
    </DataVirtualHardDisk>
    </DataVirtualHardDisks>
    <OSVirtualHardDisk>
    <HostCaching>caching-mode</HostCaching>
    <DiskLabel>label-of-operating-system-disk</DiskLabel>
    <DiskName>name-of-disk</DiskName>
    <MediaLink>path-to-vhd</MediaLink>
    <SourceImageName>name-of-source-image</SourceImageName>
    </OSVirtualHardDisk>
    <RoleSize>size-of-virtual-machine</RoleSize>
    <ProvisionGuestAgent>install-an-agent</ProvisionGuestAgent>
    </Role>
    </RoleList>
    <VirtualNetworkName>name-of-virtual-network</VirtualNetworkName>
    <Dns>
    <DnsServers>
    <DnsServer>
    <Name>dns-name</Name>
    <Address>dns-ip-address</Address>
    </DnsServer>
    </DnsServers>
    </Dns>
    </Deployment>
    for more details please see
    this link.
    hope this helps!

  • System error 86 has occurred. The specified network password is not correct. - despite the NTLMv2 fix

    After the Windows 2008 R2 64 bit server got below 2 updates a network share is no longer available. And trying to remap it with correct credentials (that work on a Windows 8.1 64 bit) gives this error: "System error 86 has occurred. The specified network
    password is not correct."
    Local Policies -> Security Options -> Network Security: LAN Manager Authentication Level
    is already set to "LM and NTLM - use NTLMV2 session security if negotiated"
    In fact this is how it was working earlier. And it hasn't been changed.
    Below 2 updates were installed in past few days:
    Definition Update for Microsoft Endpoint Protection - KB2461484 (Definition 1.185.3528.0)
    Update for Windows (KB974405)

    Hi,
    Does the network share a DFS share? If so, please install the hotfix below to check the results.
    You cannot access a DFS share by using a valid user account in Windows Server 2008 R2, in Windows 7, in Windows Vista or in Windows Server 2008
    http://support.microsoft.com/kb/2549311
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Files are not correctly named and only 1kb in size - Music Downloads

    I have encountered a different problem. I bought a music album on my Z10, and when i download it, the files are not correctly named and only 1kb in size.
    No error is given when downloading, but when i open it, the phone switches to the music player and clains the file does not exist. When i look on the sdcard, there are files which contain something like this:
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="http://media.geo.7digital.com/media/error.aspx?errorCode=2001&amp;errorMsg=The%2btrack%2b'8638556'%2...">here</a>.</h2>
    </body></html>
    Is there any way how I can deal with this problem?

    Ok, does anyone from support read here? I bought this album on 23rd of March. Emails to the appworldsupport email adress from the confirmation email give me just the information back that "direct support is unavailable through this address" I would really like to finally listen to my music... As i paid for it. It still does not download... Is there any email address i can contact for this issue?

  • Export works not correct in LR5.3; ignore image size.

    BUG: The export works not correct in LR5.3 When the field  "Dont enlarge" are activated Lightroom ingnores the settings of image sizing and export the pictures in original size. Where can fix it?

    Another option, if you're not into using plugins (Exportant) to fix:
    Export in 2 groups - those needing resizing and those that do not (e.g. using lib-filters or smart-collections):
    * Export those needing resizing normally (but with "don't enlarge" unchecked).
    * Export those not needing resizing without resizing.
    I mean, re-installing Lr5.2 may be a fine-enough work-around, but so ya know: Lr5.4 is likely to be out soon, with problem fixed...
    PS - Get Lr5.2 here:
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Macintosh
    Rob

  • The specified network password is not correct.

    But indeed, IT IS CORRECT.  I just installed Windows 7 RC for evaluation.  So far, I have NOT been able to connect to any domains.  I am logged into the machine as the administrator......found out how to do that.  When I try to map a network drive, using Reconnect at logon, and Connect using different credentials, I keep getting the "specified network password is not correct".  I have used several other "working accounts" with the "correct passwords" of each of them, and it's always the same thing!!  This is frustrating!!   I will NOT....EVER....go to Vista or Windows 7 unless Microsoft makes a way for problems like this to be "not quite so problematic".  I've NEVER had a problem mapping anything with Windows XP.  It's not a wonder that people want to buy new machines with XP professional on them.  I have another machine with Vista Home Premium on it, and I tried to just format it and install XP instead, and it blue screens every time.  I can't STAND Vista or 7 RC so far.  Somebody else MUST have had to deal with this mapping problem. Any help from any of you experts?  If I can make this mapping thing work, there MAY be a chance for Windows in the future.
    Thanks!
    Frustrated to the max.

    You aren't going to believe this but the problem still exists in windows-8...I made the date in windows 8 match the date on my server and I was able to connect.
    Thank you microsoft for wasting over 3 hours of my time!
    Charlie Elliott
    It's not really a problem, it's a security feature. Kerberos only allows a 5 minute difference by default.
    http://technet.microsoft.com/en-us/library/cc779260%28v=WS.10%29.aspx
    Don't retire TechNet! -
    (Maybe there's still a chance for hope, over 11,925+ strong and growing)

  • Quicktime Plugin crashes and Window size not correct when running a course from an LMS (Coursemill)

    I am trying to run a course from an LMS (Coursemill) and a couple issues are occurring.
    First, the quicktime plugin crashes, therefore the mp3 sound of the course does not play. When I reload the page, I get an "Unable to find API adapter" error message and the page won't load.
    Also, the predetermined window size does not work properly and I end up with vertical and horizontal scroll bars which I do not want.
    These issues are of high importance and need a solution ASAP. Please contact me.

    If you haven't already visited the using QuickTime Plugin with Firefox KB article, I would recommend you first start there. If your problem still persists & no solution is found after referencing it just reply back to this response & we will go another route.
    See:
    [[Using the QuickTime plugin with Firefox]]

  • I add components to contentPane, but JFrame still does not show them

    I converted a small game I was making from AWT to Swing.(The game is just MineSweeper.) I made all the necessary adjustments like, Button to JButton and add() to getContentPane().add(), but when I show the JFrame, it does not show any components that I added. I have run test programs to see if I am adding the components correctly and they work.
    I print out the number of components contained in the frame by using getComponentCount() and the number is correct. It just will not show up in the JFrame. I have tried everything I can think of, no matter how strange and it still will not show the components.
    I have attached all the code to the bottom of this message. Can someone please take a look and see what I am missing.
    Thanks.
    Here's the code. The main file is at the end and is the one causing the problems. All the rest is just support stuff and should not be relavent, but I included it in case I missed something there.
    //Timer is just a custom timer
    import java.util.Date;
    public class Timer {
         Date curr;
         public Timer() {
              curr=new Date();
         public void start() {
              curr=new Date();
         public int getSeconds() {
              return (int)(((new Date().getTime())-curr.getTime())/1000);
    //Cover subclasses JButton for initial look
    import java.awt.*;
    import javax.swing.*;
    public class Cover extends JButton {
         Dimension size;
         public Cover() {
              super("");
              size=new Dimension(20,20);
              setSize(size);
         public Cover(String l) {
              super("");
              size=new Dimension(20,20);
              setSize(size);
         public void setSize(Dimension s) {
              super.setSize(size);
         public Dimension getPreferredSize() {
              return size.getSize();
         public Dimension getMinimumSize() {
              return size.getSize();
         public Dimension getMaximumSize() {
              return size.getSize();
    //Flag subclasses JButton to flag a mine
    import java.awt.*;
    import javax.swing.*;
    public class Flag extends JButton {
         Dimension size;
         public Flag() {
              super("F");
              size=new Dimension(20,20);
         public Flag(String l) {
              super("F");
              size=new Dimension(20,20);
         public void setSize(Dimension s) {
              super.setSize(size);
         public Dimension getPreferredSize() {
              return size.getSize();
         public Dimension getMinimumSize() {
              return size.getSize();
         public Dimension getMaximumSize() {
              return size.getSize();
    //Reveal subclasses JPanel to show what's underneath
    import java.awt.*;
    import javax.swing.*;
    public class Reveal extends JPanel {
         Dimension size;
         int number;
         Color color[];
         public Reveal(int n) {
              super();
              size=new Dimension(20,20);
              number=n;
              color=new Color[10];
              color[0]=Color.black;
              color[1]=Color.orange;
              color[2]=Color.cyan;
              color[3]=Color.yellow;
              color[4]=Color.green;
              color[5]=Color.magenta;
              color[6]=Color.blue;
              color[7]=Color.pink;
              color[8]=Color.darkGray;
              color[9]=Color.red;
              //for(int x=0;x<10;x++) {
              //     System.out.println(x+"="+color[x]);
              setBackground(Color.black);
         public void paintComponent(Graphics g) {
              int width=getWidth();
              int height=getHeight();
              FontMetrics fm=g.getFontMetrics();
              int fw=0;
              int fh=fm.getAscent();
              g.setColor(color[number]);
              if(number==9) {
                   fw=fm.stringWidth("M");
                   g.drawString("M",width/2-(fw/2),height/2+(fh/2));
              else if(number!=0) {
                   fw=fm.stringWidth(""+number);
                   g.drawString(""+number,width/2-(fw/2),height/2+(fh/2));
              g.setColor(Color.white);
              g.drawRect(1,1,width-2,height-2);
              //System.out.println("number="+number);
         public void setNumber(int n) {
              number=n;
         public int getNumber() {
              return number;
         public Dimension getPreferredSize() {
              return size.getSize();
         public Dimension getMinimumSize() {
              return size.getSize();
         public Dimension getMaximumSize() {
              return size.getSize();
    //MineSweeper just launches the program and subclasses JFrame
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class MineSweeper extends JFrame implements ComponentListener {
         public MineSweeper(String s) {
              super(s);
              addComponentListener(this);
         public void quit() {
              System.exit(0);
         public void componentHidden(ComponentEvent e){}
         public void componentMoved(ComponentEvent e){}
         public void componentResized(ComponentEvent e){
              System.out.println("resized");
              MineSweeper temp=(MineSweeper)e.getSource();
              System.out.println("count="+temp.getContentPane().getComponentCount());
         public void componentShown(ComponentEvent e){}
         public static void main(String args[]) {
              MineSweeper t=new MineSweeper("Inside Moves");
              t.addWindowListener(new WindowAdapter() {
                   public void windowClosing(WindowEvent e) {
                        System.exit(0);
              GameManager manager=new GameManager(t);
    //GameManager is the main program. This is where the JFrame is realized
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    public class GameManager implements MouseListener, ActionListener, Runnable {
         JPanel display;
         JPanel gameInfo;
         MineSweeper screen;
         JButton reset;
         JTextField tMine,time;
         Container pane;
         int clickX,clickY;
         int minesLeft;
         int gridX[],gridY[],mine[];
         static final int MAX_X=30;
         static final int MAX_Y=24;
         static final int MAX_MINE=667;
         JComponent grid[][];
         int board[][];
         int number[][];
         final static int OB=64;
         final static int BLANK=0;
         final static int MINE=1;
         final static int REVEAL=128;
         int level;
         final static int EASY=0;
         final static int MEDIUM=1;
         final static int HARD=2;
         final static int CUSTOM=3;
         int state;
         final static int START=1;
         final static int PLAYING=2;
         final static int DONE=3;
         Timer timer;
         int timeDisp;
         public GameManager(MineSweeper s) {
              screen=s;
              pane=screen.getContentPane();
              pane.setLayout(new BorderLayout());
              display=new JPanel();
              gameInfo=new JPanel(new GridLayout(1,3));
              reset=new JButton("Reset");
              tMine=new JTextField(20);
              time=new JTextField("0",20);
              grid=new JComponent[MAX_X+2][MAX_Y+2];
              board=new int[MAX_X+2][MAX_Y+2];
              number=new int[MAX_X+2][MAX_Y+2];
              gridX=new int[4];
              gridY=new int[4];
              mine=new int[4];
              level=EASY;
              gridX[0]=8;
              gridY[0]=8;
              mine[0]=10;
              gridX[1]=16;
              gridY[1]=16;
              mine[1]=40;
              gridX[2]=30;
              gridY[2]=16;
              mine[2]=99;
              gridX[3]=0;
              gridY[3]=0;
              mine[3]=0;
              minesLeft=mine[level];
              tMine.setText(""+minesLeft);
              state=START;
              timer=new Timer();
              reset.addActionListener(this);
              setup();
              Thread t=new Thread(this);
              t.start();
              /*System.out.println("count="+pane.getComponentCount());
              Component cc[]=pane.getComponents();
              for(int i=0;i<cc.length;i++) {
                   System.out.println("cc="+cc);
         public void setup() {
              boolean done;
              for(int x=0;x<=gridX[level]+1;x++) {
                   for(int y=0;y<=gridY[level]+1;y++) {
                        if(x==0 || x==gridX[level]+1 || y==0 || y==gridY[level]+1) {
                             board[x][y]=OB;
                             number[x][y]=-1;
                        else {
                             board[x][y]=BLANK;
              for(int i=0;i<mine[level];i++) {
                   done=false;
                   while(!done) {
                        int x=(int)((Math.random()*gridX[level])+1.0);
                        int y=(int)((Math.random()*gridY[level])+1.0);
                        if(board[x][y]==BLANK) {
                             board[x][y]=MINE;
                             done=true;
                             //System.out.println("Mine x="+x+" y="+y);
              for(int y=1;y<=gridY[level];y++) {
                   System.out.print("\n");
                   for(int x=1;x<=gridX[level];x++) {
                        number[x][y]=0;
                        if(board[x][y]==MINE) {
                             number[x][y]=9;
                             System.out.print(""+number[x][y]);
                             continue;
                        else {
                             //System.out.println("For board pos x="+x+" y="+y);
                             for(int i=-1;i<=1;i++) {
                                  for(int j=-1;j<=1;j++) {
                                       //System.out.print(""+board[x+i][y+j]);
                                       if(board[x+i][y+j]!=OB && board[x][y]==BLANK) {
                                            number[x][y]+=board[x+i][y+j];
                                  //System.out.print("\n");
                             System.out.print(""+number[x][y]);
              System.out.print("\n");
              screen.setVisible(false);
              display.removeAll();
              pane.removeAll();
              display.setLayout(new GridLayout(gridY[level],gridX[level]));
              for(int y=1;y<=gridY[level];y++) {
                   for(int x=1;x<=gridX[level];x++) {
                        Cover temp=new Cover();
                        //System.out.println("new button="+temp);
                        grid[x][y]=temp;
                        //System.out.println("display="+display.add(temp));
                        //display.add(temp);
                        temp.addMouseListener(this);
              //System.out.println("count="+display.getComponentCount());
              screen.setSize(gridX[level]*20,gridY[level]*20+30);
              pane.add(gameInfo,BorderLayout.NORTH);
              pane.add(display,BorderLayout.CENTER);
              minesLeft=mine[level];
              timeDisp=0;
              tMine.setText(""+minesLeft);
              time.setText(""+timeDisp);
              state=START;
              //System.out.println("gameInfo="+gameInfo);
              //System.out.println("display="+display);
              //screen.pack();
              screen.setVisible(true);
         void revealAround(int x,int y) {
              int index;
              Reveal tempRev=new Reveal(number[x][y]);
              grid[x][y]=tempRev;
              board[x][y]=(board[x][y]|REVEAL);
              index=(x-1)+((y-1)*gridX[level]);
              display.remove(index);
              display.add(tempRev,index);
              if(number[x][y]==0) {
                   for(int i=-1;i<=1;i++) {
                        for(int j=-1;j<=1;j++) {
                             if(!(i==0 && j==0)) {
                                  if((board[x+i][y+j]&REVEAL)!=REVEAL && board[x+i][y+j]!=OB) {
                                       revealAround(x+i,y+j);
         void startTimer() {
              timer.start();
         public void run() {
              while(true) {
                   if(state==PLAYING) {
                        if(timer.getSeconds()>timeDisp) {
                             timeDisp=timer.getSeconds();
                             time.setText(""+timeDisp);
                   else {
                        try {
                             Thread.sleep(1000);
                        catch (InterruptedException e) {
         public void actionPerformed(ActionEvent e) {
              if(e.getActionCommand().equals("Reset")) {
                   setup();
         public void mouseClicked(MouseEvent e) {
              if(state==START) {
                   startTimer();
                   state=PLAYING;
              if(state==PLAYING) {
                   Component tempComp=(Component)e.getSource();
                   boolean found=false;
                   int index=0;
                   int buttonPressed=e.getModifiers();
                   for(int x=1;x<=gridX[level];x++) {
                        if(found) {
                             break;
                        for(int y=1;y<=gridY[level];y++) {
                             if(tempComp==grid[x][y]) {
                                  clickX=x;
                                  clickY=y;
                                  found=true;
                                  break;
                   index=(clickX-1)+((clickY-1)*gridX[level]);
                   if(buttonPressed==InputEvent.BUTTON1_MASK && !(grid[clickX][clickY] instanceof Flag)) {
                        Reveal tempRev=new Reveal(number[clickX][clickY]);
                        grid[clickX][clickY]=tempRev;
                        board[clickX][clickY]=board[clickX][clickY]|REVEAL;
                        display.remove(index);
                        display.add(tempRev,index);
                   else if(buttonPressed==InputEvent.BUTTON3_MASK) {
                        if(display.getComponent(index) instanceof Cover) {
                             Flag tempFlag=new Flag();
                             grid[clickX][clickY]=tempFlag;
                             display.remove(index);
                             display.add(tempFlag,index);
                             tempFlag.addMouseListener(this);
                             minesLeft--;
                        else if(display.getComponent(index) instanceof Flag) {
                             Cover tempCov=new Cover();
                             grid[clickX][clickY]=tempCov;
                             display.remove(index);
                             display.add(tempCov,index);
                             tempCov.addMouseListener(this);
                             minesLeft++;
                        tMine.setText(""+minesLeft);
                   if(number[clickX][clickY]==0) {
                        revealAround(clickX,clickY);
                   screen.setVisible(true);
         public void mousePressed(MouseEvent e) {}
         public void mouseReleased(MouseEvent e) {}
         public void mouseEntered(MouseEvent e) {}
         public void mouseExited(MouseEvent e) {}

    setBounds() is only used for absolute positioning. I
    am using layout managers, so it should no be used.
    Thanks for you reply.Oh I get I did not look at your source code enought... can you post only the part that is bugy!?!?!
    JRG

  • 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)

  • Could not find the specified responsibility

    Hi All,
    I have created project for Employee Self-Service.
    Got all the relevant file by seeing through the "About this Page" link.
    Firstly I am not able to find the envVO file. Can anybody tell me where it is ?
    Secondly Compiled the project and run the EmpAppraisalsPG.xml
    the .dbc file is as follows
    TWO_TASK=VIS
    GWYUID=APPLSYSPUB/PUB
    APPL_SERVER_ID=1097ABE54D4F4CF0B290A5F309C4702439866149487687361833313420266071
    GUEST_USER_PWD=GUEST/ORACLE
    FNDNAM=APPS
    APPS_JDBC_DRIVER_TYPE=THIN
    DB_HOST=c3174.polaris.co.in
    DB_PORT=1521
    FND_MAX_JDBC_CONNECTIONS=100
    FND_JDBC_CONTEXT_CHECK=true
    But it gives the error shown below
    Tutalii: C:\jdev\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ICX DIAGNOSTIC: routine getAppID : couldn't get a getAppID
    ICX DIAGNOSTIC: FND_TOP = C:\jdev\jdevhome\jdev\myhtml\OA_HTML\
    ICX DIAGNOSTIC: application_id = -1
    ICX DIAGNOSTIC: responsibility_id = -1
    ICX DIAGNOSTIC: security_group_id = -1
    oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility. (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:158)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ICX DIAGNOSTIC: routine createSession: Stack Trace from createSession when active session not found
    Can anybody help me out. its urgent...
    Regards,
    Deepak

    Hi Deepak,
    Please check the project's properties:
    1. Common > Oracle Applications > Runtime Connection
    Connection
    User Name : XXX
    Password : *******
    Responsibility
    Application Short Name: AK
    Responsibility Key : FWK_TBX_TUTORIAL
    To make sure that the mentioned parameters' value are correct
    2. Check valid OA user XXX to contain the following valid resopnsibilities:
    OA Framework ToolBox Tutorial(Key:FWK_TBX_TUTORIAL)
    OA Framework ToolBox Tutorial Labs(Key:FWK_TOOLBOX_TUTORIAL_LABS)
    Good luck.
    Regards,
    Arone

Maybe you are looking for

  • To check weather JAVAVM being used or not?

    Hi, We are in the process of cleaning up unnecessary components. As a part of this, first of all we are checking weather JAVAVM is being used or not?  How to confirm weather JAVAVM is being used or not? I gone through Database Feature Usage but could

  • HTML5 et CCS photo display problem !

    Hi, I develop my e-commerce site using DREAMWEAVER CS5.5 using HTML5 and CCS My site directory is positioned in WAMPSERVEUR 2.2 and in the "www" My local server is configured and it works I start my program HEADER HTML5 and the CCS I realize my layou

  • Installing RADIUS server and Snap-Ins

    Following TID 10078616 to install RADIUS server components and Snap-Ins and the option to choose those two items are not available. Just wondering what gives? Any ideas or has anyone else run across this? Running BM3.8 sp2a on Netware 6.5 sp2. Thanks

  • New DBA help on indexing

    I have taken over as a DBA of an Oracle ERP system, and have limited knowledge of ERP environment. A developer on another database has written a query to extract data from the mtl_material_transaction table via a database link. This query is running

  • Rewire with Ableton Live 4.1.4

    Hi I'm doing everything by the book (and youtube tip videos) but can't get these 2 apps to see each other! I start in Express & open an external Midi track; open Ableton 4.1.4; go back to Express but can't see Ableton in the Library window... have tr