Changing screen resolutions with apps

Does anyone know if it's possible to force different Apps to change the screen resolution when launched?
For instance:  On my iMac, when using the Finder, Mail or Safari, I like the screen set to 1920x1080, but when I am in Photoshop or FCPX, I would like it to change to 2560x1440, then back to 1920x1080 when I quit without me needing to manually change it each time.. Any ideas?
Thank You..

Nobody????

Similar Messages

  • Changing screen resolution with a button

    Hi,
    I would like to ask if there is a way for an interface to change the screen resolution of the computer? I am wanting to build an interface that loads an interactive camera that works with processing however I am needing it to be at the resolution 800*900 as the webcam screen is too small on a full 1680x1050 resolution.
    Is there a way for the flash application to change the screen resolution with a button click? Are  there any alternatives to this?
    Thank you
    Jess

    It is to display a portfolio at my design school for assessment, they will accomodate any necessary things that i may need for assessment viewing so it is very important to me.
    Do you know what programs will work with this? What program would i have to install?
    I only need to do this for my assessment so it is almost a desperate search for something that would work.

  • [SOLVED] Changing screen resolution with xrandr.

    Been googling around after a way to change my screen resolution.
    I'm on a Acer Aspire Timeline 3810t with the resolution 1366x768.
    I wanted to change my resolution to something like 1900x1200 and found a guide explaining how to do this with xrandr.
    This is what I did:
    jorgen ~ $ xrandr
    Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
    LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 293mm x 165mm
       1366x768       60.0*+
       1024x768       60.0 
       800x600        60.3     56.2 
       640x480        59.9 
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 disconnected (normal left inverted right x axis y axis)
    DP1 disconnected (normal left inverted right x axis y axis)
    DP2 disconnected (normal left inverted right x axis y axis)
    TV1 disconnected (normal left inverted right x axis y axis)
    jorgen ~ $ cvt 1900 1200
    # 1904x1200 59.93 Hz (CVT) hsync: 74.61 kHz; pclk: 191.00 MHz
    Modeline "1904x1200_60.00"  191.00  1904 2032 2232 2560  1200 1203 1213 1245 -hsync +vsync
    jorgen ~ $ xrandr --newmode "1904x1200_60.00"  191.00  1904 2032 2232 2560  1200 1203 1213 1245 -hsync +vsync
    jorgen ~ $ xrandr --addmode LVDS1 1904x1200_60.00
    X Error of failed request:  BadMatch (invalid parameter attributes)
      Major opcode of failed request:  150 (RANDR)
      Minor opcode of failed request:  18 (RRAddOutputMode)
      Serial number of failed request:  33
      Current serial number in output stream:  34
    Does anybody have an idea about what I am doing wrong, or why I get this error?
    Last edited by jorg1 (2011-03-12 04:20:39)

    jorg1 wrote:
    Ok, I found some good documentation - the wiki. (Been in ubuntu so long that I forgot to check the official documentation before going to the forums :S)
    Made myself a 10-monitor.conf file:
    Section "Monitor"
        Identifier    "Monitor0"
    EndSection
    Section "Device"
        Identifier    "Device0"
        Driver        "intel"
    EndSection
    Section "Screen"
        Identifier    "Screen0" 
        Device        "Device0"
        Monitor       "Monitor0"
        DefaultDepth  24
        SubSection "Display"
            Depth     16
            Modes     "1900x1200_60.00" #Choose the resolution
        EndSubSection
    EndSection
    But it still won't switch to any other resolution than 1366x768. Anybody see anything wrong with this?
    Good, you've learnt to use the wiki, please do that first from now on (google as well). Also, please use code-tags, makes it easier to read code/conf-files.
    It looks like you're trying to set your laptop screen to a resolution higher than it can go. Hint: not possible. If you had an external screen with a higher res then you could use that, but the resolution is limited both by the screen and the graphics card, and I haven't heard of any laptop screen with such a high resolution.

  • Changing screen resolution with xrandr [SOLVED]

    My current setup consists of two different monitors (different resolutions) being connected to a single Nvidia card (neouveau driver).
    The problem is that the monitor resolution does not change when I use xrandr to change the resolution. What does happen is the resolution of the output changes so that all items on the screen are smaller, but as a consequence of the monitor resolution staying constant (at 1440x900) this also leads to everything getting blury.
    Output for xrandr after booting: 
    Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
    DVI-I-1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 360mm x 290mm
    1440x900 60.2*+
    1920x1080 60.0
    1280x1024 75.0 60.0
    1360x768 60.4
    1024x768 75.1 70.1 60.0
    832x624 74.6
    800x600 72.2 75.0 60.3 56.2
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    DVI-I-2 disconnected (normal left inverted right x axis y axis)
    Output after changing the resolution to 1920x1080:
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
    DVI-I-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 360mm x 290mm
    1440x900 60.2 +
    1920x1080 60.0*
    1280x1024 75.0 60.0
    1360x768 60.4
    1024x768 75.1 70.1 60.0
    832x624 74.6
    800x600 72.2 75.0 60.3 56.2
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    DVI-I-2 disconnected (normal left inverted right x axis y axis)
    I have set up both of these monitors to work fine today, except for the resolution problem. The DVI-I-2 seen has a maximum resolution of 1440x900, which is what both monitiors are running at although DVI-I-1 has a max of 1920x1080.
    Does anyone have any ideas on how to succeed in setting DVI-I-1 to the desired resolution?
    Last edited by jpking10 (2012-05-26 18:27:47)

    Yes, GPU support for dual head is there. I think I will try out the Nvidia drivers.
    Edit: I have installed the Nvidia driver and everything is working perfectly. Thanks for your suggestion.
    Last edited by jpking10 (2012-05-26 18:25:47)

  • Change Screen Resolution or not Change Screen Resolution?

    I mean is it possible to change screen resolution with Java?
    I read some topics (not in this forum) that is impossible. I know there is a method to set at full screen a frame with the favourite resolution but does it effectively exist a method to set the screen with a favourite resolution?
    For example:
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setUndecorated(true);
            frame.setIgnoreRepaint(true);
            device.setFullScreenWindow(frame);
            if (displayMode != null && device.isDisplayChangeSupported()) {
                try {
                    device.setDisplayMode(displayMode);
                } catch (IllegalArgumentException iae) {
                    System.err.println("EX: " + iae);
            ...the device.setDisplayMode(displayMode) always throw me an exception: Invalid Display Mode (or something like that) with all permitted display modes (640by480, 800by600, 1024by768, etc...), with all permitted refresh rates, with all permitted color depths.
    Illuminate me please!
    Thanx in advance!

    Hi,
    I think i you should check this link
    http://forum.java.sun.com/thread.jspa?threadID=624649&messageID=3554316
    with help of above link you solve your problem of screen resolution
    but problem with above code is when you apply on frame that's ok but is you add any JDialog to that frame then JDialog and move JDialog with mouse dragged and dropped
    then dialog is invisibly run .
    you check this i you find any solution please post that it's urgent

  • Problem to change screen resolution in MB Intel DG41 with video on board

    Hi, I need some help as soon as possible because this problem it´s make me difficult my job. I have installed the MAC OS Snow Leopard 10.6.2 in a Motherboard Intel DG41 with micro Core2Duo and video on board of this motherboard and don´t let me change screen resolution. I have a display of 22´ inches and the panel to change the screen resolution only mark 1024x768. I think the more likely it is that the system does not recognize me the drivers to this chipset of video. I searched everywhere on the internet but I have not found the solution.
    Thanks Fernando

    First of all sorry for my English is not very good. My PC is an Intel MotherBoard DG41 with onboard video and a micro Core2Duo. The system is MAC OS Snow Leopard 10.6.2.
    Thanks for replying

  • Why Does The Display Cable Length Change Screen Resolution?

    I have a Power Mac running two 23" Samsung Displays using 6' cables.  This has worked fine for 3 years. Recentily I tried to use 15' cables, but it changes the resolution of the displays.  The resolutions are not even the same.
    Any ideas on this?  The 1st image shows the screen resolutions with the shorter cables.  The 2nd image shows the resolutions with the longer cables.
    Thanks!

    Do not use the menuBar item for debugging. It shows only "greatest hits". The full range you can select from will be shown in:
    System Preferences > Displays
    The DVI connector on the computer outputs a "regular" VGA signal in the blade at the end and the four pins around it, plus H-Sync (which is in the top row of the grid next to them). Its "adapter" just swaps the signals around.
    The Mini DisplayPort adapter asserts a signal to the Mini DisplayPort which requests VGA-compatibility mode, and the interface produces an approximation of VGA.

  • Change Screen Resolution GNU/linux

    hi everyone
    i need to change screen resolution for my linux box.
    with command #xrandr
    showing only 640 X 480,can i add more size?how to add?
    tq

    Hi,
    Use this forum for feedback about OTN programs, Web site content, and systems - product-related questions will be deleted.
    Please post your question in the appropriate forum.
    Oracle Enterprise Linux
    Oracle Linux
    Linux (non-OEL)
    Generic Linux
    Thanks,
    Hussein

  • How to change screen resolution on touchpad

    how to change screen resolution on touchpad ?i was working on my tp and out of the blues  my screen looks like it is at 800*600
    or is this the screen itself that went bad?
    can someboby please tell me the procedure to use the 12 mt warranty..
    tia
    Post relates to: HP TouchPad (WiFi)

    Sorry to say reloading WebOS did not help this issue on my TP. contacted Support and was told to send it.Even sorrier to say that my TP is now lost. My tracking number reports it as delievered on Dec 5, but HP has no record of it.When I got back on Chat they  are now also telling me that my TP serial number is a EU model, even though my box clearly states HP Touchpad ,US, 1.20,32gb,Wifi.
    Not sure what that even has to do with it being lost now..if it is as they say and no warranty on it in US I just want it sent back.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Another feature to allow users to change screen resolution to HD for gaming

    I liked k3 Note, smartphone which is filled with lots of professional features. Can you add a control to change screen resolution to HD for games. Lots of people are there which are thinking that other phones' gpu are better and the Mali t760 m2 not so good.

    Hi
    In case someone else encounters the same problem, here is some more information.
    The high refresh rate is quite visible in Device Manager. It would refresh every one or two seconds. The cause seems to be a conflict between a Fingerprint software installed during the Task sequence and the Validity Sensors Drivers.
    I made a Scan for hardware change in Device manager and saw that a few devices were appearing as unknown. Right click, update drivers from local cache solved the problem.
    I cancelled install of the fingerprint software and did not encounter the problem anymore.
    Brgds
    bruno

  • Applescript apps to change screen resolution

    Hi everybody,
    I'm a new Mac user and I just LOVE my new Mac Mini ! I hook it up to my 40'' LCD TV with an HDMI cable. The resolution is set by default to 1080p, which is perfect when I watch DVD or videos in iTunes or on YouTube for example. But it's a little bit too small when I want to surf the Web, use Mail or Office for example (everything that is not multimedia).
    I thought it would be cool to create 2 little apps using AppleScript that I could call with 2 keyboards shortcuts that would change the resolution of the screen (1080p for all the multimedia and 1600x900 for work). I read a little bit and I'm able to call the System preferences, go to Monitors and Monitor. But I can't find how I can tell the script to choose a specific resolution. I know it's something related to GUI scripting.
    Can someone help me and give the line I have to enter to choose a specific resolution ?
    Thanks to you and be well.
    It feel so good to be part of this community now !
    Apple rocks !
    Fred
    Mac Mini (mid-2010) - 2Gb RAM
    Apple Wireless Keyboard
    Apple Magic Trackpad
    Apple TV (2nd generation)
    iPhone 4

    Instead of doing this with applescripts I recommend SwitchResX.  With SwitxhResX you can do almost anything you can think of with your monitors (orientation, resolution, main monitor, etc.) and set up a menu and command keys to switch among your various configurations.
    I use it to enable my TV as a third monitor when I want to watch movies, etc.  and to disable it when I am not.  I set up command keys to switch among my configurations (in addition to the menu) and even have an associated applescript to let me switch the speakers between my computer to tv.  SwitchResX lets you do that as well.
    It's a unique utility precisely designed to handle multiple monitor configurations.

  • Unable to Change Screen Resolution in Remote Session - Windows Server 2012 R2

    Does anybody know of a way to allow Remote Desktop users to adjust their own screen resolution in a remote session under Windows Server 2012 R2? We are struggling with this and can't seem to find a solution.
    When users login to their RDP session and try to adjust their screen resolution this message is displayed in Control Panel:
    "The display settings can't be changed from a remote session."
    We don't want to use the "make text and other items larger or smaller" scaling feature, as this produces undesirable results with some of our applications.  We also don't want to have to support multiple types of RDP clients or RDP shortcut
    files.
    We have looked at other posts but can't find an answer that applies to Windows Server 2012 R2.  The closest thing we could find is KB2726399, but it only applies to Server 2008.
    Does anybody have a solution for Server 2012?
    Thanks

    Hi,
    Currently you cannot change the resolution from within the session.  This is normal and expected behavior.  
    Unfortunately this means you need to set the desired resolution before connecting by using custom .rdp files, manually within the Remote Desktop Client, custom web launch page, custom windows launch program, etc.
    -TP

  • Changed screen resolution in error

    I accidentally changed the screen display for the mac mini and it went black and now says "please change display resolution." How can I change the resolution without seeing the display?

    Hi
    I have the same problem as Henryhbmains and I have tried exactly what you describe without positive result.
    One thing I do not understand is that Apple OSX does not have a "safety switch" like in other operating systems where you have to confirm within 15 seconds or the screen resolution will automatically switch back.
    I have now wasted a lot of time and what I hoped to be my first time happily with a Mac turned out to be my first time with a Mac wasting a lot of time and getting so disappointed.
    Would you have any other suggestions - that would be very helpful
    Thank you

  • Change Screen Resolution = Mouse Pointer Disappears!

    I am just moving to Arch from Ubuntu which i have used for several years. I am not a novice to linux, but I certainly don't know everything!
    I installed arch on my pc last night, an old athlon xp with a radeon 9700 pro. I was going to try out KDE so I followed the beginners guide and successfully set it up. It booted and all was fine. Well except it set my resolution to 1024x768 and I wanted it at 1280x1024 which the monitor handles and is what I used in Ubuntu. So I opened the utility in KDE, based on xrandr I believe, and saw the 1280x1024 resolution. I selected it and Applied and the pointer disappeared. I could move my mouse and see the effects of the pointer hovering over buttons and other fields. So I managed to restart the machine thinking that would fix it, nope, still no dice. So I reverted to 1024x768 and all is good, except I would like to get more on my screen....
    Also since I am more familiar with Gnome I thought I would remove kde and install gnome hoping it may make a difference. I successfully removed KDE and installed Gnome, went to change the resolution and had the same problem.
    I am not sure what other pertinent information I can give. I will do my best to feed information to get this working. Thanks in advance.
    Dave

    Same problem,  in a PC Atom N230 with Intel Chip 950, in new fresh Archlinux installation, but with last Gnome. After this, i have installed KDEmod 4.3.3 and the cursor show fine, only in Gnome cursor not show.
    Any idea?
    Edit:  Oh, there are other post about this mouse cursor bug, sorry:
    http://bbs.archlinux.org/viewtopic.php?id=83814
    http://bbs.archlinux.org/viewtopic.php?id=82948
    Last edited by superchango (2009-11-18 16:43:13)

  • Change screen resolution (im using Nouveau)

    Hi all, I'm in a state of anger. Many are the problems I had. I used the official Nvidia drivers ever, but two days ago, the screen froze, and a kernel panic struck my Arch
    This happened every time I started, so I decided to reinstall, if I had a problem with my configuration.
    But the problem persisted, in each system that boots, and had installed the proprietary drivers, the screen froze.
    Then proceeded to install Arch again, and installed the driver Nouveau. Now, I need to have a resolution of 1152x864, in order to work properly. I do not mind the absence of effects. I tried to change the resolution but not editing /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/20-nouveau.conf I could. To help you to help me, what settings could I show you?
    First of all, thanks, I've lost my Biology exam to try to fix this. Also, sorry for my bad syntax, I'm using Google translator: P
    Edit: My video card is Nvidia Geforce 6200, and my system is Arch 32 bits with KDE.
    Last edited by Ayortano (2010-11-15 13:17:04)

    This is the log of Xorg:
    [ 108.489]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 108.489]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 108.489] X Protocol Version 11, Revision 0
    [ 108.489] Build Operating System: Linux 2.6.34-ARCH i686
    [ 108.489] Current Operating System: Linux framedesktop-arch 2.6.35-ARCH #1 SMP PREEMPT Sat Oct 30 19:57:05 UTC 2010 i686
    [ 108.489] Kernel command line: root=/dev/disk/by-uuid/d78c2a1c-5e7b-4cde-bc38-613a069c8889 ro vga=773
    [ 108.489] Build Date: 21 June 2010 11:54:27AM
    [ 108.489]
    [ 108.489] Current version of pixman: 0.18.4
    [ 108.489] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 108.489] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 108.489] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 15 13:21:25 2010
    [ 108.497] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 108.497] (==) No Layout section. Using the first Screen section.
    [ 108.497] (==) No screen section available. Using defaults.
    [ 108.497] (**) |-->Screen "Default Screen Section" (0)
    [ 108.497] (**) | |-->Monitor "<default monitor>"
    [ 108.498] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 108.498] (==) Automatically adding devices
    [ 108.498] (==) Automatically enabling devices
    [ 108.498] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 108.498] Entry deleted from font path.
    [ 108.498] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 108.498] Entry deleted from font path.
    [ 108.498] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 108.498] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 108.498] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 108.498] (II) Loader magic: 0x81e9d00
    [ 108.498] (II) Module ABI versions:
    [ 108.498] X.Org ANSI C Emulation: 0.4
    [ 108.498] X.Org Video Driver: 7.0
    [ 108.498] X.Org XInput driver : 9.0
    [ 108.498] X.Org Server Extension : 3.0
    [ 108.508] (--) PCI:*(0:1:0:0) 10de:0221:1682:2152 nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
    [ 108.509] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 108.509] (II) LoadModule: "extmod"
    [ 108.509] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 108.509] (II) Module extmod: vendor="X.Org Foundation"
    [ 108.509] compiled for 1.8.1.902, module version = 1.0.0
    [ 108.509] Module class: X.Org Server Extension
    [ 108.509] ABI class: X.Org Server Extension, version 3.0
    [ 108.509] (II) Loading extension MIT-SCREEN-SAVER
    [ 108.509] (II) Loading extension XFree86-VidModeExtension
    [ 108.509] (II) Loading extension XFree86-DGA
    [ 108.509] (II) Loading extension DPMS
    [ 108.509] (II) Loading extension XVideo
    [ 108.509] (II) Loading extension XVideo-MotionCompensation
    [ 108.509] (II) Loading extension X-Resource
    [ 108.509] (II) LoadModule: "dbe"
    [ 108.510] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 108.510] (II) Module dbe: vendor="X.Org Foundation"
    [ 108.510] compiled for 1.8.1.902, module version = 1.0.0
    [ 108.510] Module class: X.Org Server Extension
    [ 108.510] ABI class: X.Org Server Extension, version 3.0
    [ 108.510] (II) Loading extension DOUBLE-BUFFER
    [ 108.510] (II) LoadModule: "glx"
    [ 108.510] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 108.510] (II) Module glx: vendor="X.Org Foundation"
    [ 108.510] compiled for 1.8.1.902, module version = 1.0.0
    [ 108.510] ABI class: X.Org Server Extension, version 3.0
    [ 108.510] (==) AIGLX enabled
    [ 108.510] (II) Loading extension GLX
    [ 108.510] (II) LoadModule: "record"
    [ 108.511] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 108.511] (II) Module record: vendor="X.Org Foundation"
    [ 108.511] compiled for 1.8.1.902, module version = 1.13.0
    [ 108.511] Module class: X.Org Server Extension
    [ 108.511] ABI class: X.Org Server Extension, version 3.0
    [ 108.511] (II) Loading extension RECORD
    [ 108.511] (II) LoadModule: "dri"
    [ 108.511] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 108.511] (II) Module dri: vendor="X.Org Foundation"
    [ 108.511] compiled for 1.8.1.902, module version = 1.0.0
    [ 108.511] ABI class: X.Org Server Extension, version 3.0
    [ 108.511] (II) Loading extension XFree86-DRI
    [ 108.511] (II) LoadModule: "dri2"
    [ 108.512] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 108.512] (II) Module dri2: vendor="X.Org Foundation"
    [ 108.512] compiled for 1.8.1.902, module version = 1.2.0
    [ 108.512] ABI class: X.Org Server Extension, version 3.0
    [ 108.512] (II) Loading extension DRI2
    [ 108.512] (==) Matched nv as autoconfigured driver 0
    [ 108.512] (==) Matched vesa as autoconfigured driver 1
    [ 108.512] (==) Matched fbdev as autoconfigured driver 2
    [ 108.512] (==) Assigned the driver to the xf86ConfigLayout
    [ 108.512] (II) LoadModule: "nv"
    [ 108.512] (WW) Warning, couldn't open module nv
    [ 108.512] (II) UnloadModule: "nv"
    [ 108.512] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 108.512] (II) LoadModule: "vesa"
    [ 108.512] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 108.520] (II) Module vesa: vendor="X.Org Foundation"
    [ 108.520] compiled for 1.8.0, module version = 2.3.0
    [ 108.520] Module class: X.Org Video Driver
    [ 108.520] ABI class: X.Org Video Driver, version 7.0
    [ 108.520] (II) LoadModule: "fbdev"
    [ 108.521] (WW) Warning, couldn't open module fbdev
    [ 108.521] (II) UnloadModule: "fbdev"
    [ 108.521] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 108.521] (II) VESA: driver for VESA chipsets: vesa
    [ 108.521] (++) using VT number 7
    [ 108.522] (II) Primary Device is: PCI 01@00:00:0
    [ 108.522] (II) Loading sub module "vbe"
    [ 108.522] (II) LoadModule: "vbe"
    [ 108.522] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 108.527] (II) Module vbe: vendor="X.Org Foundation"
    [ 108.527] compiled for 1.8.1.902, module version = 1.1.0
    [ 108.527] ABI class: X.Org Video Driver, version 7.0
    [ 108.527] (II) Loading sub module "int10"
    [ 108.527] (II) LoadModule: "int10"
    [ 108.527] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 108.533] (II) Module int10: vendor="X.Org Foundation"
    [ 108.533] compiled for 1.8.1.902, module version = 1.0.0
    [ 108.533] ABI class: X.Org Video Driver, version 7.0
    [ 108.534] (II) VESA(0): initializing int10
    [ 108.537] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [ 108.548] (II) VESA(0): VESA BIOS detected
    [ 108.548] (II) VESA(0): VESA VBE Version 3.0
    [ 108.548] (II) VESA(0): VESA VBE Total Mem: 262144 kB
    [ 108.549] (II) VESA(0): VESA VBE OEM: NVIDIA
    [ 108.549] (II) VESA(0): VESA VBE OEM Software Rev: 5.68
    [ 108.549] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
    [ 108.549] (II) VESA(0): VESA VBE OEM Product: nv44 Board - p382h1
    [ 108.549] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
    [ 108.590] (II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 108.590] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
    [ 108.590] (==) VESA(0): RGB weight 888
    [ 108.590] (==) VESA(0): Default visual is TrueColor
    [ 108.591] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 108.591] (II) Loading sub module "ddc"
    [ 108.591] (II) LoadModule: "ddc"
    [ 108.591] (II) Module "ddc" already built-in
    [ 108.594] (II) VESA(0): VESA VBE DDC supported
    [ 108.595] (II) VESA(0): VESA VBE DDC Level 2
    [ 108.595] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
    [ 108.681] (II) VESA(0): VESA VBE DDC read successfully
    [ 108.681] (II) VESA(0): Manufacturer: GLC Model: 4a4c Serial#: 16843009
    [ 108.681] (II) VESA(0): Year: 2005 Week: 46
    [ 108.681] (II) VESA(0): EDID Version: 1.1
    [ 108.681] (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 108.681] (II) VESA(0): Signal levels configurable
    [ 108.681] (II) VESA(0): Sync: Separate Composite SyncOnGreen
    [ 108.681] (II) VESA(0): Max Image Size [cm]: horiz.: 32 vert.: 24
    [ 108.681] (II) VESA(0): Gamma: 2.70
    [ 108.681] (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 108.681] (II) VESA(0): redX: 0.640 redY: 0.330 greenX: 0.273 greenY: 0.605
    [ 108.681] (II) VESA(0): blueX: 0.142 blueY: 0.063 whiteX: 0.131 whiteY: 0.298
    [ 108.681] (II) VESA(0): Supported established timings:
    [ 108.681] (II) VESA(0): 720x400@70Hz
    [ 108.681] (II) VESA(0): 720x400@88Hz
    [ 108.681] (II) VESA(0): 640x480@60Hz
    [ 108.681] (II) VESA(0): 640x480@67Hz
    [ 108.681] (II) VESA(0): 640x480@72Hz
    [ 108.681] (II) VESA(0): 640x480@75Hz
    [ 108.681] (II) VESA(0): 800x600@56Hz
    [ 108.681] (II) VESA(0): 800x600@60Hz
    [ 108.681] (II) VESA(0): 800x600@72Hz
    [ 108.681] (II) VESA(0): 800x600@75Hz
    [ 108.681] (II) VESA(0): 832x624@75Hz
    [ 108.681] (II) VESA(0): 1024x768@87Hz (interlaced)
    [ 108.681] (II) VESA(0): 1024x768@60Hz
    [ 108.681] (II) VESA(0): 1024x768@70Hz
    [ 108.681] (II) VESA(0): 1024x768@75Hz
    [ 108.681] (II) VESA(0): Manufacturer's mask: 0
    [ 108.681] (II) VESA(0): Supported standard timings:
    [ 108.681] (II) VESA(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    [ 108.681] (II) VESA(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    [ 108.681] (II) VESA(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    [ 108.681] (II) VESA(0): #3: hsize: 640 vsize 480 refresh: 120 vid: 31793
    [ 108.681] (II) VESA(0): #4: hsize: 800 vsize 600 refresh: 100 vid: 26693
    [ 108.681] (II) VESA(0): #5: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 108.681] (II) VESA(0): Ranges: V min: 50 V max: 85 Hz, H min: 30 H max: 70 kHz, PixClock max 190 MHz
    [ 108.681] (II) VESA(0): Monitor name: 70H
    [ 108.682] (II) VESA(0): Unknown vendor-specific block 1
    [ 108.682] (II) VESA(0): Number of EDID sections to follow: 1
    [ 108.682] (II) VESA(0): EDID (in hex):
    [ 108.682] (II) VESA(0): 00ffffffffffff001d834c4a01010101
    [ 108.682] (II) VESA(0): 2e0f01017e2018aae8e059a354469b24
    [ 108.682] (II) VESA(0): 10214cfffe00315945596159317c4568
    [ 108.682] (II) VESA(0): 81800101010101010101010101010101
    [ 108.682] (II) VESA(0): 0101010101010101000000fd0032551e
    [ 108.682] (II) VESA(0): 4613000a202020202020000000fc0037
    [ 108.682] (II) VESA(0): 30480a20202020202020202000000001
    [ 108.682] (II) VESA(0): 01010101010101010101010101010199
    [ 108.682] (II) VESA(0): EDID vendor "GLC", prod id 19020
    [ 108.682] (II) VESA(0): DDCModeFromDetailedTiming: Ignoring tiny 1x1 mode
    [ 108.682] (II) VESA(0): Using EDID range info for horizontal sync
    [ 108.682] (II) VESA(0): Using EDID range info for vertical refresh
    [ 108.682] (II) VESA(0): Printing DDC gathered Modelines:
    [ 108.682] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 108.682] (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 108.682] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 108.682] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 108.682] (II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 108.682] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 108.682] (II) VESA(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
    [ 108.682] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 108.682] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 108.682] (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 108.682] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 108.682] (II) VESA(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz)
    [ 108.682] (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 108.682] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 108.682] (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 108.682] (II) VESA(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
    [ 108.682] (II) VESA(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
    [ 108.682] (II) VESA(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
    [ 108.682] (II) VESA(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 108.682] (II) VESA(0): Searching for matching VESA mode(s):
    [ 108.683] Mode: 100 (640x400)
    [ 108.683] ModeAttributes: 0x39f
    [ 108.683] WinAAttributes: 0x7
    [ 108.683] WinBAttributes: 0x0
    [ 108.683] WinGranularity: 64
    [ 108.683] WinSize: 64
    [ 108.683] WinASegment: 0xa000
    [ 108.683] WinBSegment: 0x0
    [ 108.683] WinFuncPtr: 0xc0009d81
    [ 108.683] BytesPerScanline: 640
    [ 108.683] XResolution: 640
    [ 108.683] YResolution: 400
    [ 108.683] XCharSize: 8
    [ 108.683] YCharSize: 16
    [ 108.683] NumberOfPlanes: 1
    [ 108.683] BitsPerPixel: 8
    [ 108.683] NumberOfBanks: 1
    [ 108.683] MemoryModel: 4
    [ 108.683] BankSize: 0
    [ 108.683] NumberOfImages: 14
    [ 108.683] RedMaskSize: 0
    [ 108.683] RedFieldPosition: 0
    [ 108.683] GreenMaskSize: 0
    [ 108.683] GreenFieldPosition: 0
    [ 108.683] BlueMaskSize: 0
    [ 108.683] BlueFieldPosition: 0
    [ 108.683] RsvdMaskSize: 0
    [ 108.683] RsvdFieldPosition: 0
    [ 108.683] DirectColorModeInfo: 0
    [ 108.684] PhysBasePtr: 0xe0000000
    [ 108.684] LinBytesPerScanLine: 640
    [ 108.684] BnkNumberOfImagePages: 14
    [ 108.684] LinNumberOfImagePages: 14
    [ 108.684] LinRedMaskSize: 0
    [ 108.684] LinRedFieldPosition: 0
    [ 108.684] LinGreenMaskSize: 0
    [ 108.684] LinGreenFieldPosition: 0
    [ 108.684] LinBlueMaskSize: 0
    [ 108.684] LinBlueFieldPosition: 0
    [ 108.684] LinRsvdMaskSize: 0
    [ 108.684] LinRsvdFieldPosition: 0
    [ 108.684] MaxPixelClock: 229500000
    [ 108.685] Mode: 101 (640x480)
    [ 108.685] ModeAttributes: 0x39f
    [ 108.685] WinAAttributes: 0x7
    [ 108.685] WinBAttributes: 0x0
    [ 108.685] WinGranularity: 64
    [ 108.685] WinSize: 64
    [ 108.685] WinASegment: 0xa000
    [ 108.685] WinBSegment: 0x0
    [ 108.685] WinFuncPtr: 0xc0009d81
    [ 108.685] BytesPerScanline: 640
    [ 108.685] XResolution: 640
    [ 108.685] YResolution: 480
    [ 108.685] XCharSize: 8
    [ 108.685] YCharSize: 16
    [ 108.685] NumberOfPlanes: 1
    [ 108.685] BitsPerPixel: 8
    [ 108.685] NumberOfBanks: 1
    [ 108.685] MemoryModel: 4
    [ 108.685] BankSize: 0
    [ 108.685] NumberOfImages: 10
    [ 108.685] RedMaskSize: 0
    [ 108.685] RedFieldPosition: 0
    [ 108.685] GreenMaskSize: 0
    [ 108.685] GreenFieldPosition: 0
    [ 108.685] BlueMaskSize: 0
    [ 108.685] BlueFieldPosition: 0
    [ 108.685] RsvdMaskSize: 0
    [ 108.685] RsvdFieldPosition: 0
    [ 108.685] DirectColorModeInfo: 0
    [ 108.685] PhysBasePtr: 0xe0000000
    [ 108.685] LinBytesPerScanLine: 640
    [ 108.685] BnkNumberOfImagePages: 10
    [ 108.685] LinNumberOfImagePages: 10
    [ 108.685] LinRedMaskSize: 0
    [ 108.685] LinRedFieldPosition: 0
    [ 108.685] LinGreenMaskSize: 0
    [ 108.685] LinGreenFieldPosition: 0
    [ 108.685] LinBlueMaskSize: 0
    [ 108.685] LinBlueFieldPosition: 0
    [ 108.685] LinRsvdMaskSize: 0
    [ 108.685] LinRsvdFieldPosition: 0
    [ 108.685] MaxPixelClock: 229500000
    [ 108.686] Mode: 102 (800x600)
    [ 108.686] ModeAttributes: 0x31f
    [ 108.686] WinAAttributes: 0x7
    [ 108.686] WinBAttributes: 0x0
    [ 108.686] WinGranularity: 64
    [ 108.686] WinSize: 64
    [ 108.686] WinASegment: 0xa000
    [ 108.686] WinBSegment: 0x0
    [ 108.686] WinFuncPtr: 0xc0009d81
    [ 108.686] BytesPerScanline: 100
    [ 108.686] XResolution: 800
    [ 108.686] YResolution: 600
    [ 108.686] XCharSize: 8
    [ 108.686] YCharSize: 16
    [ 108.686] NumberOfPlanes: 4
    [ 108.686] BitsPerPixel: 4
    [ 108.686] NumberOfBanks: 1
    [ 108.686] MemoryModel: 3
    [ 108.686] BankSize: 0
    [ 108.686] NumberOfImages: 14
    [ 108.686] RedMaskSize: 0
    [ 108.686] RedFieldPosition: 0
    [ 108.686] GreenMaskSize: 0
    [ 108.686] GreenFieldPosition: 0
    [ 108.686] BlueMaskSize: 0
    [ 108.686] BlueFieldPosition: 0
    [ 108.686] RsvdMaskSize: 0
    [ 108.686] RsvdFieldPosition: 0
    [ 108.686] DirectColorModeInfo: 0
    [ 108.686] PhysBasePtr: 0x0
    [ 108.686] LinBytesPerScanLine: 100
    [ 108.686] BnkNumberOfImagePages: 14
    [ 108.686] LinNumberOfImagePages: 14
    [ 108.686] LinRedMaskSize: 0
    [ 108.686] LinRedFieldPosition: 0
    [ 108.686] LinGreenMaskSize: 0
    [ 108.686] LinGreenFieldPosition: 0
    [ 108.686] LinBlueMaskSize: 0
    [ 108.686] LinBlueFieldPosition: 0
    [ 108.686] LinRsvdMaskSize: 0
    [ 108.686] LinRsvdFieldPosition: 0
    [ 108.686] MaxPixelClock: 108500000
    [ 108.687] Mode: 103 (800x600)
    [ 108.687] ModeAttributes: 0x39f
    [ 108.687] WinAAttributes: 0x7
    [ 108.687] WinBAttributes: 0x0
    [ 108.687] WinGranularity: 64
    [ 108.687] WinSize: 64
    [ 108.687] WinASegment: 0xa000
    [ 108.687] WinBSegment: 0x0
    [ 108.687] WinFuncPtr: 0xc0009d81
    [ 108.687] BytesPerScanline: 800
    [ 108.687] XResolution: 800
    [ 108.688] YResolution: 600
    [ 108.688] XCharSize: 8
    [ 108.688] YCharSize: 16
    [ 108.688] NumberOfPlanes: 1
    [ 108.688] BitsPerPixel: 8
    [ 108.688] NumberOfBanks: 1
    [ 108.688] MemoryModel: 4
    [ 108.688] BankSize: 0
    [ 108.688] NumberOfImages: 6
    [ 108.688] RedMaskSize: 0
    [ 108.688] RedFieldPosition: 0
    [ 108.688] GreenMaskSize: 0
    [ 108.688] GreenFieldPosition: 0
    [ 108.688] BlueMaskSize: 0
    [ 108.688] BlueFieldPosition: 0
    [ 108.688] RsvdMaskSize: 0
    [ 108.688] RsvdFieldPosition: 0
    [ 108.688] DirectColorModeInfo: 0
    [ 108.688] PhysBasePtr: 0xe0000000
    [ 108.688] LinBytesPerScanLine: 800
    [ 108.688] BnkNumberOfImagePages: 6
    [ 108.688] LinNumberOfImagePages: 6
    [ 108.688] LinRedMaskSize: 0
    [ 108.688] LinRedFieldPosition: 0
    [ 108.688] LinGreenMaskSize: 0
    [ 108.688] LinGreenFieldPosition: 0
    [ 108.688] LinBlueMaskSize: 0
    [ 108.688] LinBlueFieldPosition: 0
    [ 108.688] LinRsvdMaskSize: 0
    [ 108.688] LinRsvdFieldPosition: 0
    [ 108.688] MaxPixelClock: 229500000
    [ 108.689] Mode: 104 (1024x768)
    [ 108.689] ModeAttributes: 0x31f
    [ 108.689] WinAAttributes: 0x7
    [ 108.689] WinBAttributes: 0x0
    [ 108.689] WinGranularity: 64
    [ 108.689] WinSize: 64
    [ 108.689] WinASegment: 0xa000
    [ 108.689] WinBSegment: 0x0
    [ 108.689] WinFuncPtr: 0xc0009d81
    [ 108.689] BytesPerScanline: 128
    [ 108.689] XResolution: 1024
    [ 108.689] YResolution: 768
    [ 108.689] XCharSize: 8
    [ 108.689] YCharSize: 16
    [ 108.689] NumberOfPlanes: 4
    [ 108.689] BitsPerPixel: 4
    [ 108.689] NumberOfBanks: 1
    [ 108.689] MemoryModel: 3
    [ 108.689] BankSize: 0
    [ 108.689] NumberOfImages: 6
    [ 108.689] RedMaskSize: 0
    [ 108.689] RedFieldPosition: 0
    [ 108.689] GreenMaskSize: 0
    [ 108.689] GreenFieldPosition: 0
    [ 108.689] BlueMaskSize: 0
    [ 108.689] BlueFieldPosition: 0
    [ 108.689] RsvdMaskSize: 0
    [ 108.689] RsvdFieldPosition: 0
    [ 108.689] DirectColorModeInfo: 0
    [ 108.689] PhysBasePtr: 0x0
    [ 108.689] LinBytesPerScanLine: 128
    [ 108.689] BnkNumberOfImagePages: 6
    [ 108.689] LinNumberOfImagePages: 6
    [ 108.689] LinRedMaskSize: 0
    [ 108.689] LinRedFieldPosition: 0
    [ 108.689] LinGreenMaskSize: 0
    [ 108.689] LinGreenFieldPosition: 0
    [ 108.689] LinBlueMaskSize: 0
    [ 108.689] LinBlueFieldPosition: 0
    [ 108.689] LinRsvdMaskSize: 0
    [ 108.689] LinRsvdFieldPosition: 0
    [ 108.689] MaxPixelClock: 108500000
    [ 108.690] Mode: 105 (1024x768)
    [ 108.690] ModeAttributes: 0x39f
    [ 108.690] WinAAttributes: 0x7
    [ 108.690] WinBAttributes: 0x0
    [ 108.690] WinGranularity: 64
    [ 108.690] WinSize: 64
    [ 108.690] WinASegment: 0xa000
    [ 108.690] WinBSegment: 0x0
    [ 108.690] WinFuncPtr: 0xc0009d81
    [ 108.690] BytesPerScanline: 1024
    [ 108.690] XResolution: 1024
    [ 108.690] YResolution: 768
    [ 108.690] XCharSize: 8
    [ 108.690] YCharSize: 16
    [ 108.690] NumberOfPlanes: 1
    [ 108.690] BitsPerPixel: 8
    [ 108.690] NumberOfBanks: 1
    [ 108.690] MemoryModel: 4
    [ 108.690] BankSize: 0
    [ 108.690] NumberOfImages: 3
    [ 108.690] RedMaskSize: 0
    [ 108.690] RedFieldPosition: 0
    [ 108.690] GreenMaskSize: 0
    [ 108.690] GreenFieldPosition: 0
    [ 108.690] BlueMaskSize: 0
    [ 108.691] BlueFieldPosition: 0
    [ 108.691] RsvdMaskSize: 0
    [ 108.691] RsvdFieldPosition: 0
    [ 108.691] DirectColorModeInfo: 0
    [ 108.691] PhysBasePtr: 0xe0000000
    [ 108.691] LinBytesPerScanLine: 1024
    [ 108.691] BnkNumberOfImagePages: 3
    [ 108.691] LinNumberOfImagePages: 3
    [ 108.691] LinRedMaskSize: 0
    [ 108.691] LinRedFieldPosition: 0
    [ 108.691] LinGreenMaskSize: 0
    [ 108.691] LinGreenFieldPosition: 0
    [ 108.691] LinBlueMaskSize: 0
    [ 108.691] LinBlueFieldPosition: 0
    [ 108.691] LinRsvdMaskSize: 0
    [ 108.691] LinRsvdFieldPosition: 0
    [ 108.691] MaxPixelClock: 229500000
    [ 108.692] Mode: 106 (1280x1024)
    [ 108.692] ModeAttributes: 0x31f
    [ 108.692] WinAAttributes: 0x7
    [ 108.692] WinBAttributes: 0x0
    [ 108.692] WinGranularity: 64
    [ 108.692] WinSize: 64
    [ 108.692] WinASegment: 0xa000
    [ 108.692] WinBSegment: 0x0
    [ 108.692] WinFuncPtr: 0xc0009d81
    [ 108.692] BytesPerScanline: 160
    [ 108.692] XResolution: 1280
    [ 108.692] YResolution: 1024
    [ 108.692] XCharSize: 8
    [ 108.692] YCharSize: 16
    [ 108.692] NumberOfPlanes: 4
    [ 108.692] BitsPerPixel: 4
    [ 108.692] NumberOfBanks: 1
    [ 108.692] MemoryModel: 3
    [ 108.692] BankSize: 0
    [ 108.692] NumberOfImages: 3
    [ 108.692] RedMaskSize: 0
    [ 108.692] RedFieldPosition: 0
    [ 108.692] GreenMaskSize: 0
    [ 108.692] GreenFieldPosition: 0
    [ 108.692] BlueMaskSize: 0
    [ 108.692] BlueFieldPosition: 0
    [ 108.692] RsvdMaskSize: 0
    [ 108.692] RsvdFieldPosition: 0
    [ 108.692] DirectColorModeInfo: 0
    [ 108.692] PhysBasePtr: 0x0
    [ 108.692] LinBytesPerScanLine: 160
    [ 108.692] BnkNumberOfImagePages: 3
    [ 108.692] LinNumberOfImagePages: 3
    [ 108.692] LinRedMaskSize: 0
    [ 108.692] LinRedFieldPosition: 0
    [ 108.692] LinGreenMaskSize: 0
    [ 108.692] LinGreenFieldPosition: 0
    [ 108.692] LinBlueMaskSize: 0
    [ 108.692] LinBlueFieldPosition: 0
    [ 108.692] LinRsvdMaskSize: 0
    [ 108.692] LinRsvdFieldPosition: 0
    [ 108.692] MaxPixelClock: 108500000
    [ 108.693] Mode: 107 (1280x1024)
    [ 108.693] ModeAttributes: 0x39f
    [ 108.693] WinAAttributes: 0x7
    [ 108.693] WinBAttributes: 0x0
    [ 108.693] WinGranularity: 64
    [ 108.693] WinSize: 64
    [ 108.693] WinASegment: 0xa000
    [ 108.693] WinBSegment: 0x0
    [ 108.693] WinFuncPtr: 0xc0009d81
    [ 108.693] BytesPerScanline: 1280
    [ 108.693] XResolution: 1280
    [ 108.693] YResolution: 1024
    [ 108.693] XCharSize: 8
    [ 108.693] YCharSize: 16
    [ 108.693] NumberOfPlanes: 1
    [ 108.693] BitsPerPixel: 8
    [ 108.693] NumberOfBanks: 1
    [ 108.693] MemoryModel: 4
    [ 108.693] BankSize: 0
    [ 108.693] NumberOfImages: 1
    [ 108.693] RedMaskSize: 0
    [ 108.693] RedFieldPosition: 0
    [ 108.693] GreenMaskSize: 0
    [ 108.693] GreenFieldPosition: 0
    [ 108.693] BlueMaskSize: 0
    [ 108.693] BlueFieldPosition: 0
    [ 108.693] RsvdMaskSize: 0
    [ 108.693] RsvdFieldPosition: 0
    [ 108.693] DirectColorModeInfo: 0
    [ 108.693] PhysBasePtr: 0xe0000000
    [ 108.693] LinBytesPerScanLine: 1280
    [ 108.693] BnkNumberOfImagePages: 1
    [ 108.693] LinNumberOfImagePages: 1
    [ 108.693] LinRedMaskSize: 0
    [ 108.693] LinRedFieldPosition: 0
    [ 108.693] LinGreenMaskSize: 0
    [ 108.693] LinGreenFieldPosition: 0
    [ 108.693] LinBlueMaskSize: 0
    [ 108.693] LinBlueFieldPosition: 0
    [ 108.694] LinRsvdMaskSize: 0
    [ 108.694] LinRsvdFieldPosition: 0
    [ 108.694] MaxPixelClock: 229500000
    [ 108.695] Mode: 10e (320x200)
    [ 108.695] ModeAttributes: 0x39f
    [ 108.695] WinAAttributes: 0x7
    [ 108.695] WinBAttributes: 0x0
    [ 108.695] WinGranularity: 64
    [ 108.695] WinSize: 64
    [ 108.695] WinASegment: 0xa000
    [ 108.695] WinBSegment: 0x0
    [ 108.695] WinFuncPtr: 0xc0009d81
    [ 108.695] BytesPerScanline: 640
    [ 108.695] XResolution: 320
    [ 108.695] YResolution: 200
    [ 108.695] XCharSize: 8
    [ 108.695] YCharSize: 8
    [ 108.695] NumberOfPlanes: 1
    [ 108.695] BitsPerPixel: 16
    [ 108.695] NumberOfBanks: 1
    [ 108.695] MemoryModel: 6
    [ 108.695] BankSize: 0
    [ 108.695] NumberOfImages: 30
    [ 108.695] RedMaskSize: 5
    [ 108.695] RedFieldPosition: 11
    [ 108.695] GreenMaskSize: 6
    [ 108.695] GreenFieldPosition: 5
    [ 108.695] BlueMaskSize: 5
    [ 108.695] BlueFieldPosition: 0
    [ 108.695] RsvdMaskSize: 0
    [ 108.695] RsvdFieldPosition: 0
    [ 108.695] DirectColorModeInfo: 0
    [ 108.695] PhysBasePtr: 0xe0000000
    [ 108.695] LinBytesPerScanLine: 640
    [ 108.695] BnkNumberOfImagePages: 30
    [ 108.695] LinNumberOfImagePages: 30
    [ 108.695] LinRedMaskSize: 5
    [ 108.695] LinRedFieldPosition: 11
    [ 108.695] LinGreenMaskSize: 6
    [ 108.695] LinGreenFieldPosition: 5
    [ 108.695] LinBlueMaskSize: 5
    [ 108.695] LinBlueFieldPosition: 0
    [ 108.695] LinRsvdMaskSize: 0
    [ 108.695] LinRsvdFieldPosition: 0
    [ 108.695] MaxPixelClock: 229500000
    [ 108.696] *Mode: 10f (320x200)
    [ 108.696] ModeAttributes: 0x39f
    [ 108.696] WinAAttributes: 0x7
    [ 108.696] WinBAttributes: 0x0
    [ 108.696] WinGranularity: 64
    [ 108.696] WinSize: 64
    [ 108.696] WinASegment: 0xa000
    [ 108.696] WinBSegment: 0x0
    [ 108.696] WinFuncPtr: 0xc0009d81
    [ 108.696] BytesPerScanline: 1280
    [ 108.696] XResolution: 320
    [ 108.696] YResolution: 200
    [ 108.696] XCharSize: 8
    [ 108.696] YCharSize: 8
    [ 108.696] NumberOfPlanes: 1
    [ 108.696] BitsPerPixel: 32
    [ 108.696] NumberOfBanks: 1
    [ 108.696] MemoryModel: 6
    [ 108.696] BankSize: 0
    [ 108.696] NumberOfImages: 14
    [ 108.696] RedMaskSize: 8
    [ 108.696] RedFieldPosition: 16
    [ 108.696] GreenMaskSize: 8
    [ 108.696] GreenFieldPosition: 8
    [ 108.696] BlueMaskSize: 8
    [ 108.696] BlueFieldPosition: 0
    [ 108.696] RsvdMaskSize: 8
    [ 108.696] RsvdFieldPosition: 24
    [ 108.696] DirectColorModeInfo: 0
    [ 108.696] PhysBasePtr: 0xe0000000
    [ 108.696] LinBytesPerScanLine: 1280
    [ 108.696] BnkNumberOfImagePages: 14
    [ 108.696] LinNumberOfImagePages: 14
    [ 108.696] LinRedMaskSize: 8
    [ 108.696] LinRedFieldPosition: 16
    [ 108.696] LinGreenMaskSize: 8
    [ 108.696] LinGreenFieldPosition: 8
    [ 108.696] LinBlueMaskSize: 8
    [ 108.696] LinBlueFieldPosition: 0
    [ 108.696] LinRsvdMaskSize: 8
    [ 108.696] LinRsvdFieldPosition: 24
    [ 108.696] MaxPixelClock: 229500000
    [ 108.697] Mode: 111 (640x480)
    [ 108.697] ModeAttributes: 0x39f
    [ 108.697] WinAAttributes: 0x7
    [ 108.697] WinBAttributes: 0x0
    [ 108.697] WinGranularity: 64
    [ 108.697] WinSize: 64
    [ 108.697] WinASegment: 0xa000
    [ 108.697] WinBSegment: 0x0
    [ 108.697] WinFuncPtr: 0xc0009d81
    [ 108.697] BytesPerScanline: 1280
    [ 108.697] XResolution: 640
    [ 108.698] YResolution: 480
    [ 108.698] XCharSize: 8
    [ 108.698] YCharSize: 16
    [ 108.698] NumberOfPlanes: 1
    [ 108.698] BitsPerPixel: 16
    [ 108.698] NumberOfBanks: 1
    [ 108.698] MemoryModel: 6
    [ 108.698] BankSize: 0
    [ 108.698] NumberOfImages: 4
    [ 108.698] RedMaskSize: 5
    [ 108.698] RedFieldPosition: 11
    [ 108.698] GreenMaskSize: 6
    [ 108.698] GreenFieldPosition: 5
    [ 108.698] BlueMaskSize: 5
    [ 108.698] BlueFieldPosition: 0
    [ 108.698] RsvdMaskSize: 0
    [ 108.698] RsvdFieldPosition: 0
    [ 108.698] DirectColorModeInfo: 0
    [ 108.698] PhysBasePtr: 0xe0000000
    [ 108.698] LinBytesPerScanLine: 1280
    [ 108.698] BnkNumberOfImagePages: 4
    [ 108.698] LinNumberOfImagePages: 4
    [ 108.698] LinRedMaskSize: 5
    [ 108.698] LinRedFieldPosition: 11
    [ 108.698] LinGreenMaskSize: 6
    [ 108.698] LinGreenFieldPosition: 5
    [ 108.698] LinBlueMaskSize: 5
    [ 108.698] LinBlueFieldPosition: 0
    [ 108.698] LinRsvdMaskSize: 0
    [ 108.698] LinRsvdFieldPosition: 0
    [ 108.698] MaxPixelClock: 229500000
    [ 108.699] *Mode: 112 (640x480)
    [ 108.699] ModeAttributes: 0x39f
    [ 108.699] WinAAttributes: 0x7
    [ 108.699] WinBAttributes: 0x0
    [ 108.699] WinGranularity: 64
    [ 108.699] WinSize: 64
    [ 108.699] WinASegment: 0xa000
    [ 108.699] WinBSegment: 0x0
    [ 108.699] WinFuncPtr: 0xc0009d81
    [ 108.699] BytesPerScanline: 2560
    [ 108.699] XResolution: 640
    [ 108.699] YResolution: 480
    [ 108.699] XCharSize: 8
    [ 108.699] YCharSize: 16
    [ 108.699] NumberOfPlanes: 1
    [ 108.699] BitsPerPixel: 32
    [ 108.699] NumberOfBanks: 1
    [ 108.699] MemoryModel: 6
    [ 108.699] BankSize: 0
    [ 108.699] NumberOfImages: 1
    [ 108.699] RedMaskSize: 8
    [ 108.699] RedFieldPosition: 16
    [ 108.699] GreenMaskSize: 8
    [ 108.699] GreenFieldPosition: 8
    [ 108.699] BlueMaskSize: 8
    [ 108.699] BlueFieldPosition: 0
    [ 108.699] RsvdMaskSize: 8
    [ 108.699] RsvdFieldPosition: 24
    [ 108.699] DirectColorModeInfo: 0
    [ 108.699] PhysBasePtr: 0xe0000000
    [ 108.699] LinBytesPerScanLine: 2560
    [ 108.699] BnkNumberOfImagePages: 1
    [ 108.699] LinNumberOfImagePages: 1
    [ 108.699] LinRedMaskSize: 8
    [ 108.699] LinRedFieldPosition: 16
    [ 108.699] LinGreenMaskSize: 8
    [ 108.699] LinGreenFieldPosition: 8
    [ 108.699] LinBlueMaskSize: 8
    [ 108.699] LinBlueFieldPosition: 0
    [ 108.699] LinRsvdMaskSize: 8
    [ 108.699] LinRsvdFieldPosition: 24
    [ 108.699] MaxPixelClock: 229500000
    [ 108.700] Mode: 114 (800x600)
    [ 108.700] ModeAttributes: 0x39f
    [ 108.700] WinAAttributes: 0x7
    [ 108.700] WinBAttributes: 0x0
    [ 108.700] WinGranularity: 64
    [ 108.700] WinSize: 64
    [ 108.700] WinASegment: 0xa000
    [ 108.700] WinBSegment: 0x0
    [ 108.700] WinFuncPtr: 0xc0009d81
    [ 108.700] BytesPerScanline: 1600
    [ 108.700] XResolution: 800
    [ 108.700] YResolution: 600
    [ 108.700] XCharSize: 8
    [ 108.700] YCharSize: 16
    [ 108.701] NumberOfPlanes: 1
    [ 108.701] BitsPerPixel: 16
    [ 108.701] NumberOfBanks: 1
    [ 108.701] MemoryModel: 6
    [ 108.701] BankSize: 0
    [ 108.701] NumberOfImages: 2
    [ 108.701] RedMaskSize: 5
    [ 108.701] RedFieldPosition: 11
    [ 108.701] GreenMaskSize: 6
    [ 108.701] GreenFieldPosition: 5
    [ 108.701] BlueMaskSize: 5
    [ 108.701] BlueFieldPosition: 0
    [ 108.701] RsvdMaskSize: 0
    [ 108.701] RsvdFieldPosition: 0
    [ 108.701] DirectColorModeInfo: 0
    [ 108.701] PhysBasePtr: 0xe0000000
    [ 108.701] LinBytesPerScanLine: 1600
    [ 108.701] BnkNumberOfImagePages: 2
    [ 108.701] LinNumberOfImagePages: 2
    [ 108.701] LinRedMaskSize: 5
    [ 108.701] LinRedFieldPosition: 11
    [ 108.701] LinGreenMaskSize: 6
    [ 108.701] LinGreenFieldPosition: 5
    [ 108.701] LinBlueMaskSize: 5
    [ 108.701] LinBlueFieldPosition: 0
    [ 108.701] LinRsvdMaskSize: 0
    [ 108.701] LinRsvdFieldPosition: 0
    [ 108.701] MaxPixelClock: 229500000
    [ 108.702] *Mode: 115 (800x600)
    [ 108.702] ModeAttributes: 0x39f
    [ 108.702] WinAAttributes: 0x7
    [ 108.702] WinBAttributes: 0x0
    [ 108.702] WinGranularity: 64
    [ 108.702] WinSize: 64
    [ 108.702] WinASegment: 0xa000
    [ 108.702] WinBSegment: 0x0
    [ 108.702] WinFuncPtr: 0xc0009d81
    [ 108.702] BytesPerScanline: 3200
    [ 108.702] XResolution: 800
    [ 108.702] YResolution: 600
    [ 108.702] XCharSize: 8
    [ 108.702] YCharSize: 16
    [ 108.702] NumberOfPlanes: 1
    [ 108.702] BitsPerPixel: 32
    [ 108.702] NumberOfBanks: 1
    [ 108.702] MemoryModel: 6
    [ 108.702] BankSize: 0
    [ 108.702] NumberOfImages: 1
    [ 108.702] RedMaskSize: 8
    [ 108.702] RedFieldPosition: 16
    [ 108.702] GreenMaskSize: 8
    [ 108.702] GreenFieldPosition: 8
    [ 108.702] BlueMaskSize: 8
    [ 108.702] BlueFieldPosition: 0
    [ 108.702] RsvdMaskSize: 8
    [ 108.702] RsvdFieldPosition: 24
    [ 108.702] DirectColorModeInfo: 0
    [ 108.702] PhysBasePtr: 0xe0000000
    [ 108.702] LinBytesPerScanLine: 3200
    [ 108.702] BnkNumberOfImagePages: 1
    [ 108.702] LinNumberOfImagePages: 1
    [ 108.702] LinRedMaskSize: 8
    [ 108.702] LinRedFieldPosition: 16
    [ 108.702] LinGreenMaskSize: 8
    [ 108.702] LinGreenFieldPosition: 8
    [ 108.702] LinBlueMaskSize: 8
    [ 108.702] LinBlueFieldPosition: 0
    [ 108.702] LinRsvdMaskSize: 8
    [ 108.702] LinRsvdFieldPosition: 24
    [ 108.702] MaxPixelClock: 229500000
    [ 108.703] Mode: 117 (1024x768)
    [ 108.703] ModeAttributes: 0x39f
    [ 108.703] WinAAttributes: 0x7
    [ 108.703] WinBAttributes: 0x0
    [ 108.703] WinGranularity: 64
    [ 108.703] WinSize: 64
    [ 108.703] WinASegment: 0xa000
    [ 108.703] WinBSegment: 0x0
    [ 108.703] WinFuncPtr: 0xc0009d81
    [ 108.703] BytesPerScanline: 2048
    [ 108.703] XResolution: 1024
    [ 108.703] YResolution: 768
    [ 108.703] XCharSize: 8
    [ 108.703] YCharSize: 16
    [ 108.703] NumberOfPlanes: 1
    [ 108.703] BitsPerPixel: 16
    [ 108.703] NumberOfBanks: 1
    [ 108.703] MemoryModel: 6
    [ 108.704] BankSize: 0
    [ 108.704] NumberOfImages: 1
    [ 108.704] RedMaskSize: 5
    [ 108.704] RedFieldPosition: 11
    [ 108.704] GreenMaskSize: 6
    [ 108.704] GreenFieldPosition: 5
    [ 108.704] BlueMaskSize: 5
    [ 108.704] BlueFieldPosition: 0
    [ 108.704] RsvdMaskSize: 0
    [ 108.704] RsvdFieldPosition: 0
    [ 108.704] DirectColorModeInfo: 0
    [ 108.704] PhysBasePtr: 0xe0000000
    [ 108.704] LinBytesPerScanLine: 2048
    [ 108.704] BnkNumberOfImagePages: 1
    [ 108.704] LinNumberOfImagePages: 1
    [ 108.704] LinRedMaskSize: 5
    [ 108.704] LinRedFieldPosition: 11
    [ 108.704] LinGreenMaskSize: 6
    [ 108.704] LinGreenFieldPosition: 5
    [ 108.704] LinBlueMaskSize: 5
    [ 108.704] LinBlueFieldPosition: 0
    [ 108.704] LinRsvdMaskSize: 0
    [ 108.704] LinRsvdFieldPosition: 0
    [ 108.704] MaxPixelClock: 229500000
    [ 108.705] *Mode: 118 (1024x768)
    [ 108.705] ModeAttributes: 0x39f
    [ 108.705] WinAAttributes: 0x7
    [ 108.705] WinBAttributes: 0x0
    [ 108.705] WinGranularity: 64
    [ 108.705] WinSize: 64
    [ 108.705] WinASegment: 0xa000
    [ 108.705] WinBSegment: 0x0
    [ 108.705] WinFuncPtr: 0xc0009d81
    [ 108.705] BytesPerScanline: 4096
    [ 108.705] XResolution: 1024
    [ 108.705] YResolution: 768
    [ 108.705] XCharSize: 8
    [ 108.705] YCharSize: 16
    [ 108.705] NumberOfPlanes: 1
    [ 108.705] BitsPerPixel: 32
    [ 108.705] NumberOfBanks: 1
    [ 108.705] MemoryModel: 6
    [ 108.705] BankSize: 0
    [ 108.705] NumberOfImages: 1
    [ 108.705] RedMaskSize: 8
    [ 108.705] RedFieldPosition: 16
    [ 108.705] GreenMaskSize: 8
    [ 108.705] GreenFieldPosition: 8
    [ 108.705] BlueMaskSize: 8
    [ 108.705] BlueFieldPosition: 0
    [ 108.705] RsvdMaskSize: 8
    [ 108.705] RsvdFieldPosition: 24
    [ 108.705] DirectColorModeInfo: 0
    [ 108.705] PhysBasePtr: 0xe0000000
    [ 108.705] LinBytesPerScanLine: 4096
    [ 108.705] BnkNumberOfImagePages: 1
    [ 108.705] LinNumberOfImagePages: 1
    [ 108.705] LinRedMaskSize: 8
    [ 108.705] LinRedFieldPosition: 16
    [ 108.705] LinGreenMaskSize: 8
    [ 108.705] LinGreenFieldPosition: 8
    [ 108.705] LinBlueMaskSize: 8
    [ 108.705] LinBlueFieldPosition: 0
    [ 108.705] LinRsvdMaskSize: 8
    [ 108.705] LinRsvdFieldPosition: 24
    [ 108.705] MaxPixelClock: 229500000
    [ 108.706] Mode: 11a (1280x1024)
    [ 108.706] ModeAttributes: 0x39f
    [ 108.706] WinAAttributes: 0x7
    [ 108.706] WinBAttributes: 0x0
    [ 108.706] WinGranularity: 64
    [ 108.706] WinSize: 64
    [ 108.706] WinASegment: 0xa000
    [ 108.706] WinBSegment: 0x0
    [ 108.706] WinFuncPtr: 0xc0009d81
    [ 108.706] BytesPerScanline: 2560
    [ 108.706] XResolution: 1280
    [ 108.706] YResolution: 1024
    [ 108.706] XCharSize: 8
    [ 108.706] YCharSize: 16
    [ 108.706] NumberOfPlanes: 1
    [ 108.706] BitsPerPixel: 16
    [ 108.706] NumberOfBanks: 1
    [ 108.706] MemoryModel: 6
    [ 108.706] BankSize: 0
    [ 108.706] NumberOfImages: 1
    [ 108.706] RedMaskSize: 5
    [ 108.706] RedFieldPosition: 11
    [ 108.706] GreenMaskSize: 6
    [ 108.707] GreenFieldPosition: 5
    [ 108.707] BlueMaskSize: 5
    [ 108.707] BlueFieldPosition: 0
    [ 108.707] RsvdMaskSize: 0
    [ 108.707] RsvdFieldPosition: 0
    [ 108.707] DirectColorModeInfo: 0
    [ 108.707] PhysBasePtr: 0xe0000000
    [ 108.707] LinBytesPerScanLine: 2560
    [ 108.707] BnkNumberOfImagePages: 1
    [ 108.707] LinNumberOfImagePages: 1
    [ 108.707] LinRedMaskSize: 5
    [ 108.707] LinRedFieldPosition: 11
    [ 108.707] LinGreenMaskSize: 6
    [ 108.707] LinGreenFieldPosition: 5
    [ 108.707] LinBlueMaskSize: 5
    [ 108.707] LinBlueFieldPosition: 0
    [ 108.707] LinRsvdMaskSize: 0
    [ 108.707] LinRsvdFieldPosition: 0
    [ 108.707] MaxPixelClock: 229500000
    [ 108.708] *Mode: 11b (1280x1024)
    [ 108.708] ModeAttributes: 0x39f
    [ 108.708] WinAAttributes: 0x7
    [ 108.708] WinBAttributes: 0x0
    [ 108.708] WinGranularity: 64
    [ 108.708] WinSize: 64
    [ 108.708] WinASegment: 0xa000
    [ 108.708] WinBSegment: 0x0
    [ 108.708] WinFuncPtr: 0xc0009d81
    [ 108.708] BytesPerScanline: 5120
    [ 108.708] XResolution: 1280
    [ 108.708] YResolution: 1024
    [ 108.708] XCharSize: 8
    [ 108.708] YCharSize: 16
    [ 108.708] NumberOfPlanes: 1
    [ 108.708] BitsPerPixel: 32
    [ 108.708] NumberOfBanks: 1
    [ 108.708] MemoryModel: 6
    [ 108.708] BankSize: 0
    [ 108.708] NumberOfImages: 0
    [ 108.708] RedMaskSize: 8
    [ 108.708] RedFieldPosition: 16
    [ 108.708] GreenMaskSize: 8
    [ 108.708] GreenFieldPosition: 8
    [ 108.708] BlueMaskSize: 8
    [ 108.708] BlueFieldPosition: 0
    [ 108.708] RsvdMaskSize: 8
    [ 108.708] RsvdFieldPosition: 24
    [ 108.708] DirectColorModeInfo: 0
    [ 108.708] PhysBasePtr: 0xe0000000
    [ 108.708] LinBytesPerScanLine: 5120
    [ 108.708] BnkNumberOfImagePages: 0
    [ 108.708] LinNumberOfImagePages: 0
    [ 108.708] LinRedMaskSize: 8
    [ 108.708] LinRedFieldPosition: 16
    [ 108.708] LinGreenMaskSize: 8
    [ 108.708] LinGreenFieldPosition: 8
    [ 108.708] LinBlueMaskSize: 8
    [ 108.708] LinBlueFieldPosition: 0
    [ 108.708] LinRsvdMaskSize: 8
    [ 108.708] LinRsvdFieldPosition: 24
    [ 108.708] MaxPixelClock: 229500000
    [ 108.709] Mode: 130 (320x200)
    [ 108.709] ModeAttributes: 0x39f
    [ 108.709] WinAAttributes: 0x7
    [ 108.709] WinBAttributes: 0x0
    [ 108.709] WinGranularity: 64
    [ 108.709] WinSize: 64
    [ 108.709] WinASegment: 0xa000
    [ 108.709] WinBSegment: 0x0
    [ 108.709] WinFuncPtr: 0xc0009d81
    [ 108.709] BytesPerScanline: 320
    [ 108.709] XResolution: 320
    [ 108.709] YResolution: 200
    [ 108.709] XCharSize: 8
    [ 108.709] YCharSize: 8
    [ 108.709] NumberOfPlanes: 1
    [ 108.709] BitsPerPixel: 8
    [ 108.709] NumberOfBanks: 1
    [ 108.709] MemoryModel: 4
    [ 108.709] BankSize: 0
    [ 108.709] NumberOfImages: 62
    [ 108.709] RedMaskSize: 0
    [ 108.709] RedFieldPosition: 0
    [ 108.709] GreenMaskSize: 0
    [ 108.709] GreenFieldPosition: 0
    [ 108.709] BlueMaskSize: 0
    [ 108.709] BlueFieldPosition: 0
    [ 108.709] RsvdMaskSize: 0
    [ 108.709] RsvdFieldPosition: 0
    [ 108.709] DirectColorModeInfo: 0
    [ 108.709] PhysBasePtr: 0xe0000000
    [ 108.709] LinBytesPerScanLine: 320
    [ 108.709] BnkNumberOfImagePages: 62
    [ 108.709] LinNumberOfImagePages: 62
    [ 108.710] LinRedMaskSize: 0
    [ 108.710] LinRedFieldPosition: 0
    [ 108.710] LinGreenMaskSize: 0
    [ 108.710] LinGreenFieldPosition: 0
    [ 108.710] LinBlueMaskSize: 0
    [ 108.710] LinBlueFieldPosition: 0
    [ 108.710] LinRsvdMaskSize: 0
    [ 108.710] LinRsvdFieldPosition: 0
    [ 108.710] MaxPixelClock: 229500000
    [ 108.710] Mode: 131 (320x400)
    [ 108.711] ModeAttributes: 0x39f
    [ 108.711] WinAAttributes: 0x7
    [ 108.711] WinBAttributes: 0x0
    [ 108.711] WinGranularity: 64
    [ 108.711] WinSize: 64
    [ 108.711] WinASegment: 0xa000
    [ 108.711] WinBSegment: 0x0
    [ 108.711] WinFuncPtr: 0xc0009d81
    [ 108.711] BytesPerScanline: 320
    [ 108.711] XResolution: 320
    [ 108.711] YResolution: 400
    [ 108.711] XCharSize: 8
    [ 108.711] YCharSize: 16
    [ 108.711] NumberOfPlanes: 1
    [ 108.711] BitsPerPixel: 8
    [ 108.711] NumberOfBanks: 1
    [ 108.711] MemoryModel: 4
    [ 108.711] BankSize: 0
    [ 108.711] NumberOfImages: 30
    [ 108.711] RedMaskSize: 0
    [ 108.711] RedFieldPosition: 0
    [ 108.711] GreenMaskSize: 0
    [ 108.711] GreenFieldPosition: 0
    [ 108.711] BlueMaskSize: 0
    [ 108.711] BlueFieldPosition: 0
    [ 108.711] RsvdMaskSize: 0
    [ 108.711] RsvdFieldPosition: 0
    [ 108.711] DirectColorModeInfo: 0
    [ 108.711] PhysBasePtr: 0xe0000000
    [ 108.711] LinBytesPerScanLine: 320
    [ 108.711] BnkNumberOfImagePages: 30
    [ 108.711] LinNumberOfImagePages: 30
    [ 108.711] LinRedMaskSize: 0
    [ 108.711] LinRedFieldPosition: 0
    [ 108.711] LinGreenMaskSize: 0
    [ 108.711] LinGreenFieldPosition: 0
    [ 108.711] LinBlueMaskSize: 0
    [ 108.711] LinBlueFieldPosition: 0
    [ 108.711] LinRsvdMaskSize: 0
    [ 108.711] LinRsvdFieldPosition: 0
    [ 108.711] MaxPixelClock: 229500000
    [ 108.712] Mode: 132 (320x400)
    [ 108.712] ModeAttributes: 0x39f
    [ 108.712] WinAAttributes: 0x7
    [ 108.712] WinBAttributes: 0x0
    [ 108.712] WinGranularity: 64
    [ 108.712] WinSize: 64
    [ 108.712] WinASegment: 0xa000
    [ 108.712] WinBSegment: 0x0
    [ 108.712] WinFuncPtr: 0xc0009d81
    [ 108.712] BytesPerScanline: 640
    [ 108.712] XResolution: 320
    [ 108.712] YResolution: 400
    [ 108.712] XCharSize: 8
    [ 108.712] YCharSize: 16
    [ 108.712] NumberOfPlanes: 1
    [ 108.712] BitsPerPixel: 16
    [ 108.712] NumberOfBanks: 1
    [ 108.712] MemoryModel: 6
    [ 108.712] BankSize: 0
    [ 108.712] NumberOfImages: 14
    [ 108.712] RedMaskSize: 5
    [ 108.712] RedFieldPosition: 11
    [ 108.712] GreenMaskSize: 6
    [ 108.712] GreenFieldPosition: 5
    [ 108.712] BlueMaskSize: 5
    [ 108.712] BlueFieldPosition: 0
    [ 108.712] RsvdMaskSize: 0
    [ 108.712] RsvdFieldPosition: 0
    [ 108.712] DirectColorModeInfo: 0
    [ 108.712] PhysBasePtr: 0xe0000000
    [ 108.712] LinBytesPerScanLine: 640
    [ 108.712] BnkNumberOfImagePages: 14
    [ 108.712] LinNumberOfImagePages: 14
    [ 108.712] LinRedMaskSize: 5
    [ 108.712] LinRedFieldPosition: 11
    [ 108.712] LinGreenMaskSize: 6
    [ 108.712] LinGreenFieldPosition: 5
    [ 108.712] LinBlueMaskSize: 5
    [ 108.712] LinBlueFieldPosition: 0
    [ 108.712] LinRsvdMaskSize: 0
    [ 108.712] LinRsvdFieldPosition: 0
    [ 108.712] MaxPixelClock: 229500000
    [ 108.713] *Mode: 133 (320x400)
    [ 108.713] ModeAttributes: 0x39f
    [ 108.713] WinAAttributes: 0x7
    [ 108.713] WinBAttributes: 0x0
    [ 108.713] WinGranularity: 64
    [ 108.713] WinSize: 64
    [ 108.713] WinASegment: 0xa000
    [ 108.713] WinBSegment: 0x0
    [ 108.713] WinFuncPtr: 0xc0009d81
    [ 108.713] BytesPerScanline: 1280
    [ 108.714] XResolution: 320
    [ 108.714] YResolution: 400
    [ 108.714] XCharSize: 8
    [ 108.714] YCharSize: 16
    [ 108.714] NumberOfPlanes: 1
    [ 108.714] BitsPerPixel: 32
    [ 108.714] NumberOfBanks: 1
    [ 108.714] MemoryModel: 6
    [ 108.714] BankSize: 0
    [ 108.714] NumberOfImages: 6
    [ 108.714] RedMaskSize: 8
    [ 108.714] RedFieldPosition: 16
    [ 108.714] GreenMaskSize: 8
    [ 108.714] GreenFieldPosition: 8
    [ 108.714] BlueMaskSize: 8
    [ 108.714] BlueFieldPosition: 0
    [ 108.714] RsvdMaskSize: 8
    [ 108.714] RsvdFieldPosition: 24
    [ 108.714] DirectColorModeInfo: 0
    [ 108.714] PhysBasePtr: 0xe0000000
    [ 108.714] LinBytesPerScanLine: 1280
    [ 108.714] BnkNumberOfImagePages: 6
    [ 108.714] LinNumberOfImagePages: 6
    [ 108.714] LinRedMaskSize: 8
    [ 108.714] LinRedFieldPosition: 16
    [ 108.714] LinGreenMaskSize: 8
    [ 108.714] LinGreenFieldPosition: 8
    [ 108.714] LinBlueMaskSize: 8
    [ 108.714] LinBlueFieldPosition: 0
    [ 108.714] LinRsvdMaskSize: 8
    [ 108.714] LinRsvdFieldPosition: 24
    [ 108.714] MaxPixelClock: 229500000
    [ 108.715] Mode: 134 (320x240)
    [ 108.715] ModeAttributes: 0x39f
    [ 108.715] WinAAttributes: 0x7
    [ 108.715] WinBAttributes: 0x0
    [ 108.715] WinGranularity: 64
    [ 108.715] WinSize: 64
    [ 108.715] WinASegment: 0xa000
    [ 108.715] WinBSegment: 0x0
    [ 108.715] WinFuncPtr: 0xc0009d81
    [ 108.715] BytesPerScanline: 320
    [ 108.715] XResolution: 320
    [ 108.715] YResolution: 240
    [ 108.715] XCharSize: 8
    [ 108.715] YCharSize: 8
    [ 108.715] NumberOfPlanes: 1
    [ 108.715] BitsPerPixel: 8
    [ 108.715] NumberOfBanks: 1
    [ 108.715] MemoryModel: 4
    [ 108.715] BankSize: 0
    [ 108.715] NumberOfImages: 30
    [ 108.715] RedMaskSize: 0
    [ 108.715] RedFieldPosition: 0
    [ 108.715] GreenMaskSize: 0
    [ 108.715] GreenFieldPosition: 0
    [ 108.715] BlueMaskSize: 0
    [ 108.715] BlueFieldPosition: 0
    [ 108.715] RsvdMaskSize: 0
    [ 108.715] RsvdFieldPosition: 0
    [ 108.715] DirectColorModeInfo: 0
    [ 108.715] PhysBasePtr: 0xe0000000
    [ 108.715] LinBytesPerScanLine: 320
    [ 108.715] BnkNumberOfImagePages: 30
    [ 108.715] LinNumberOfImagePages: 30
    [ 108.715] LinRedMaskSize: 0
    [ 108.715] LinRedFieldPosition: 0
    [ 108.715] LinGreenMaskSize: 0
    [ 108.715] LinGreenFieldPosition: 0
    [ 108.715] LinBlueMaskSize: 0
    [ 108.715] LinBlueFieldPosition: 0
    [ 108.715] LinRsvdMaskSize: 0
    [ 108.715] LinRsvdFieldPosition: 0
    [ 108.715] MaxPixelClock: 229500000
    [ 108.716] Mode: 135 (320x240)
    [ 108.716] ModeAttributes: 0x39f
    [ 108.716] WinAAttributes: 0x7
    [ 108.716] WinBAttributes: 0x0
    [ 108.716] WinGranularity: 64
    [ 108.716] WinSize: 64
    [ 108.716] WinASegment: 0xa000
    [ 108.716] WinBSegment: 0x0
    [ 108.716] WinFuncPtr: 0xc0009d81
    [ 108.716] BytesPerScanline: 640
    [ 108.716] XResolution: 320
    [ 108.716] YResolution: 240
    [ 108.716] XCharSize: 8
    [ 108.716] YCharSize: 8
    [ 108.716] NumberOfPlanes: 1
    [ 108.716] BitsPerPixel: 16
    [ 108.716] NumberOfBanks: 1
    [ 108.716] MemoryModel: 6
    [ 108.716] BankSize: 0
    [ 108.716] NumberOfImages: 19
    [ 108.716] RedMaskSize: 5
    [ 108.716] RedFieldPosition: 11
    [ 108.716] GreenMaskSize: 6
    [ 108.716] GreenFieldPosition: 5
    [ 108.716] BlueMaskSize: 5
    [ 108.716] BlueFieldPosition: 0
    [ 108.716] RsvdMaskSize: 0
    [ 108.716] RsvdFieldPosition: 0
    [ 108.716] DirectColorModeInfo: 0
    [ 108.716] PhysBasePtr: 0xe0000000
    [ 108.717] LinBytesPerScanLine: 640
    [ 108.717] BnkNumberOfImagePages: 19
    [ 108.717] LinNumberOfImagePages: 19
    [ 108.717] LinRedMaskSize: 5
    [ 108.717] LinRedFieldPosition: 11
    [ 108.717] LinGreenMaskSize: 6
    [ 108.717] LinGreenFieldPosition: 5
    [ 108.717] LinBlueMaskSize: 5
    [ 108.717] LinBlueFieldPosition: 0
    [ 108.717] LinRsvdMaskSize: 0
    [ 108.717] LinRsvdFieldPosition: 0
    [ 108.717] MaxPixelClock: 229500000
    [ 108.718] *Mode: 136 (320x240)
    [ 108.718] ModeAttributes: 0x39f
    [ 108.718] WinAAttributes: 0x7
    [ 108.718] WinBAttributes: 0x0
    [ 108.718] WinGranularity: 64
    [ 108.718] WinSize: 64
    [ 108.718] WinASegment: 0xa000
    [ 108.718] WinBSegment: 0x0
    [ 108.718] WinFuncPtr: 0xc0009d81
    [ 108.718] BytesPerScanline: 1280
    [ 108.718] XResolution: 320
    [ 108.718] YResolution: 240
    [ 108.718] XCharSize: 8
    [ 108.718] YCharSize: 8
    [ 108.718] NumberOfPlanes: 1
    [ 108.718] BitsPerPixel: 32
    [ 108.718] NumberOfBanks: 1
    [ 108.718] MemoryModel: 6
    [ 108.718] BankSize: 0
    [ 108.718] NumberOfImages: 10
    [ 108.718] RedMaskSize: 8
    [ 108.718] RedFieldPosition: 16
    [ 108.718] GreenMaskSize: 8
    [ 108.718] GreenFieldPosition: 8
    [ 108.718] BlueMaskSize: 8
    [ 108.718] BlueFieldPosition: 0
    [ 108.718] RsvdMaskSize: 8
    [ 108.718] RsvdFieldPosition: 24
    [ 108.718] DirectColorModeInfo: 0
    [ 108.718] PhysBasePtr: 0xe0000000
    [ 108.718] LinBytesPerScanLine: 1280
    [ 108.718] BnkNumberOfImagePages: 10
    [ 108.718] LinNumberOfImagePages: 10
    [ 108.718] LinRedMaskSize: 8
    [ 108.718] LinRedFieldPosition: 16
    [ 108.718] LinGreenMaskSize: 8
    [ 108.718] LinGreenFieldPosition: 8
    [ 108.718] LinBlueMaskSize: 8
    [ 108.718] LinBlueFieldPosition: 0
    [ 108.718] LinRsvdMaskSize: 8
    [ 108.718] LinRsvdFieldPosition: 24
    [ 108.718] MaxPixelClock: 229500000
    [ 108.719] Mode: 13d (640x400)
    [ 108.719] ModeAttributes: 0x39f
    [ 108.719] WinAAttributes: 0x7
    [ 108.719] WinBAttributes: 0x0
    [ 108.719] WinGranularity: 64
    [ 108.719] WinSize: 64
    [ 108.719] WinASegment: 0xa000
    [ 108.719] WinBSegment: 0x0
    [ 108.719] WinFuncPtr: 0xc0009d81
    [ 108.719] BytesPerScanline: 1280
    [ 108.719] XResolution: 640
    [ 108.719] YResolution: 400
    [ 108.719] XCharSize: 8
    [ 108.719] YCharSize: 16
    [ 108.719] NumberOfPlanes: 1
    [ 108.719] BitsPerPixel: 16
    [ 108.719] NumberOfBanks: 1
    [ 108.719] MemoryModel: 6
    [ 108.719] BankSize: 0
    [ 108.719] NumberOfImages: 6
    [ 108.719] RedMaskSize: 5
    [ 108.719] RedFieldPosition: 11
    [ 108.719] GreenMaskSize: 6
    [ 108.719] GreenFieldPosition: 5
    [ 108.719] BlueMaskSize: 5
    [ 108.719] BlueFieldPosition: 0
    [ 108.719] RsvdMaskSize: 0
    [ 108.719] RsvdFieldPosition: 0
    [ 108.719] DirectColorModeInfo: 0
    [ 108.719] PhysBasePtr: 0xe0000000
    [ 108.719] LinBytesPerScanLine: 1280
    [ 108.719] BnkNumberOfImagePages: 6
    [ 108.719] LinNumberOfImagePages: 6
    [ 108.719] LinRedMaskSize: 5
    [ 108.719] LinRedFieldPosition: 11
    [ 108.719] LinGreenMaskSize: 6
    [ 108.720] LinGreenFieldPosition: 5
    [ 108.720] LinBlueMaskSize: 5
    [ 108.720] LinBlueFieldPosition: 0
    [ 108.720] LinRsvdMaskSize: 0
    [ 108.720] LinRsvdFieldPosition: 0
    [ 108.720] MaxPixelClock: 229500000
    [ 108.721] *Mode: 13e (640x400)
    [ 108.721] ModeAttributes: 0x39f
    [ 108.721] WinAAttributes: 0x7
    [ 108.721] WinBAttributes: 0x0
    [ 108.721] WinGranularity: 64
    [ 108.721] WinSize: 64
    [ 108.721] WinASegment: 0xa000
    [ 108.721] WinBSegment: 0x0
    [ 108.721] WinFuncPtr: 0xc0009d81
    [ 108.721] BytesPerScanline: 2560
    [ 108.721] XResolution: 640
    [ 108.721] YResolution: 400
    [ 108.721] XCharSize: 8
    [ 108.721] YCharSize: 16
    [ 108.721] NumberOfPlanes: 1
    [ 108.721] BitsPerPixel: 32
    [ 108.721] NumberOfBanks: 1
    [ 108.721] MemoryModel: 6
    [ 108.721] BankSize: 0
    [ 108.721] NumberOfImages: 2
    [ 108.721] RedMaskSize: 8
    [ 108.721] RedFieldPosition: 16
    [ 108.721] GreenMaskSize: 8
    [ 108.721] GreenFieldPosition: 8
    [ 108.721] BlueMaskSize: 8
    [ 108.721] BlueFieldPosition: 0
    [ 108.721] RsvdMaskSize: 8
    [ 108.721] RsvdFieldPosition: 24
    [ 108.721] DirectColorModeInfo: 0
    [ 108.721] PhysBasePtr: 0xe0000000
    [ 108.721] LinBytesPerScanLine: 2560
    [ 108.721] BnkNumberOfImagePages: 2
    [ 108.721] LinNumberOfImagePages: 2
    [ 108.721] LinRedMaskSize: 8
    [ 108.721] LinRedFieldPosition: 16
    [ 108.721] LinGreenMaskSize: 8
    [ 108.721] LinGreenFieldPosition: 8
    [ 108.721] LinBlueMaskSize: 8
    [ 108.721] LinBlueFieldPosition: 0
    [ 108.721] LinRsvdMaskSize: 8
    [ 108.721] LinRsvdFieldPosition: 24
    [ 108.721] MaxPixelClock: 229500000
    [ 108.722] Mode: 145 (1600x1200)
    [ 108.722] ModeAttributes: 0x39f
    [ 108.722] WinAAttributes: 0x7
    [ 108.722] WinBAttributes: 0x0
    [ 108.722] WinGranularity: 64
    [ 108.722] WinSize: 64
    [ 108.722] WinASegment: 0xa000
    [ 108.722] WinBSegment: 0x0
    [ 108.722] WinFuncPtr: 0xc0009d81
    [ 108.722] BytesPerScanline: 1600
    [ 108.722] XResolution: 1600
    [ 108.722] YResolution: 1200
    [ 108.722] XCharSize: 8
    [ 108.722] YCharSize: 16
    [ 108.722] NumberOfPlanes: 1
    [ 108.722] BitsPerPixel: 8
    [ 108.722] NumberOfBanks: 1
    [ 108.722] MemoryModel: 4
    [ 108.722] BankSize: 0
    [ 108.722] NumberOfImages: 1
    [ 108.722] RedMaskSize: 0
    [ 108.722] RedFieldPosition: 0
    [ 108.722] GreenMaskSize: 0
    [ 108.722] GreenFieldPosition: 0
    [ 108.722] BlueMaskSize: 0
    [ 108.722] BlueFieldPosition: 0
    [ 108.722] RsvdMaskSize: 0
    [ 108.722] RsvdFieldPosition: 0
    [ 108.722] DirectColorModeInfo: 0
    [ 108.722] PhysBasePtr: 0xe0000000
    [ 108.722] LinBytesPerScanLine: 1600
    [ 108.722] BnkNumberOfImagePages: 1
    [ 108.722] LinNumberOfImagePages: 1
    [ 108.722] LinRedMaskSize: 0
    [ 108.722] LinRedFieldPosition: 0
    [ 108.722] LinGreenMaskSize: 0
    [ 108.722] LinGreenFieldPosition: 0
    [ 108.722] LinBlueMaskSize: 0
    [ 108.723] LinBlueFieldPosition: 0
    [ 108.723] LinRsvdMaskSize: 0
    [ 108.723] LinRsvdFieldPosition: 0
    [ 108.723] MaxPixelClock: 229500000
    [ 108.724] Mode: 146 (1600x1200)
    [ 108.724] ModeAttributes: 0x39f
    [ 108.724] WinAAttributes: 0x7
    [ 108.724] WinBAttributes: 0x0
    [ 108.724] WinGranularity: 64
    [ 108.724] WinSize: 64
    [ 108.724] WinASegment: 0xa000
    [ 108.724] WinBSegment: 0x0
    [ 108.724] WinFuncPtr: 0xc0009d81
    [ 108.724] BytesPerScanline: 3200
    [ 108.724] XResolution: 1600
    [ 108.724] YResolution: 1200
    [ 108.724] XCharSize: 8
    [ 108.724] YCharSize: 16
    [ 108.724] NumberOfPlanes: 1
    [ 108.724] BitsPerPixel: 16
    [ 108.724] NumberOfBanks: 1
    [ 108.724] MemoryModel: 6
    [ 108.724] BankSize: 0
    [ 108.724] NumberOfImages: 1
    [ 108.724] RedMaskSize: 5
    [ 108.724] RedFieldPosition: 11
    [ 108.724] GreenMaskSize: 6
    [ 108.724] GreenFieldPosition: 5
    [ 108.724] BlueMaskSize: 5
    [ 108.724] BlueFieldPosition: 0
    [ 108.724] RsvdMaskSize: 0
    [ 108.724] RsvdFieldPosition: 0
    [ 108.724] DirectColorModeInfo: 0
    [ 108.724] PhysBasePtr: 0xe0000000
    [ 108.724] LinBytesPerScanLine: 3200
    [ 108.724] BnkNumberOfImagePages: 1
    [ 108.724] LinNumberOfImagePages: 1
    [ 108.724] LinRedMaskSize: 5
    [ 108.724] LinRedFieldPosition: 11
    [ 108.724] LinGreenMaskSize: 6
    [ 108.724] LinGreenFieldPosition: 5
    [ 108.724] LinBlueMaskSize: 5
    [ 108.724] LinBlueFieldPosition: 0
    [ 108.724] LinRsvdMaskSize: 0
    [ 108.724] LinRsvdFieldPosition: 0
    [ 108.724] MaxPixelClock: 229500000
    [ 108.725] Mode: 147 (1400x1050)
    [ 108.725] ModeAttributes: 0x39f
    [ 108.725] WinAAttributes: 0x7
    [ 108.725] WinBAttributes: 0x0
    [ 108.725] WinGranularity: 64
    [ 108.725] WinSize: 64
    [ 108.725] WinASegment: 0xa000
    [ 108.725] WinBSegment: 0x0
    [ 108.725] WinFuncPtr: 0xc0009d81
    [ 108.725] BytesPerScanline: 1400
    [ 108.725] XResolution: 1400
    [ 108.725] YResolution: 1050
    [ 108.725] XCharSize: 8
    [ 108.725] YCharSize: 14
    [ 108.725] NumberOfPlanes: 1
    [ 108.725] BitsPerPixel: 8
    [ 108.725] NumberOfBanks: 1
    [ 108.725] MemoryModel: 4
    [ 108.725] BankSize: 0
    [ 108.725] NumberOfImages: 1
    [ 108.725] RedMaskSize: 0
    [ 108.725] RedFieldPosition: 0
    [ 108.725] GreenMaskSize: 0
    [ 108.725] GreenFieldPosition: 0
    [ 108.725] BlueMaskSize: 0
    [ 108.725] BlueFieldPosition: 0
    [ 108.725] RsvdMaskSize: 0
    [ 108.725] RsvdFieldPosition: 0
    [ 108.725] DirectColorModeInfo: 0
    [ 108.725] PhysBasePtr: 0xe0000000
    [ 108.725] LinBytesPerScanLine: 1400
    [ 108.725] BnkNumberOfImagePages: 1
    [ 108.725] LinNumberOfImagePages: 1
    [ 108.725] LinRedMaskSize: 0
    [ 108.725] LinRedFieldPosition: 0
    [ 108.725] LinGreenMaskSize: 0
    [ 108.725] LinGreenFieldPosition: 0
    [ 108.725] LinBlueMaskSize: 0
    [ 108.725] LinBlueFieldPosition: 0
    [ 108.725] LinRsvdMaskSize: 0
    [ 108.725] LinRsvdFieldPosition: 0
    [ 108.725] MaxPixelClock: 229500000
    [ 108.726] Mode: 148 (1400x1050)
    [ 108.727] ModeAttributes: 0x39f
    [ 108.727] WinAAttributes: 0x7
    [ 108.727] WinBAttributes: 0x0
    [ 108.727] WinGranularity: 64
    [ 108.727] WinSize: 64
    [ 108.727] WinASegment: 0xa000
    [ 108.727] WinBSegment: 0x0
    [ 108.727] WinFuncPtr: 0xc0009d81
    [ 108.727] BytesPerScanline: 2800
    [ 108.727] XResolution: 1400
    [ 108.727] YResolution: 1050
    [ 108.727] XCharSize: 8
    [ 108.727] YCharSize: 14
    [ 108.727] NumberOfPlanes: 1
    [ 108.727] BitsPerPixel: 16
    [ 108.727] NumberOfBanks: 1
    [ 108.727] MemoryModel: 6
    [ 108.727] BankSize: 0
    [ 108.727] NumberOfImages: 1
    [ 108.727] RedMaskSize: 5
    [ 108.727] RedFieldPosition: 11
    [ 108.727] GreenMaskSize: 6
    [ 108.727] GreenFieldPosition: 5
    [ 108.727] BlueMaskSize: 5
    [ 108.727] BlueFieldPosition: 0
    [ 108.727] RsvdMaskSize: 0
    [ 108.727] RsvdFieldPosition: 0
    [ 108.727] DirectColorModeInfo: 0
    [ 108.727] PhysBasePtr: 0xe0000000
    [ 108.727] LinBytesPerScanLine: 2800
    [ 108.727] BnkNumberOfImagePages: 1
    [ 108.727] LinNumberOfImagePages: 1
    [ 108.727] LinRedMaskSize: 5
    [ 108.727] LinRedFieldPosition: 11
    [ 108.727] LinGreenMaskSize: 6
    [ 108.727] LinGreenFieldPosition: 5
    [ 108.727] LinBlueMaskSize: 5
    [ 108.727] LinBlueFieldPosition: 0
    [ 108.727] LinRsvdMaskSize: 0
    [ 108.727] LinRsvdFieldPosition: 0
    [ 108.727] MaxPixelClock: 229500000
    [ 108.728] *Mode: 152 (2048x1536)
    [ 108.728] ModeAttributes: 0x3db
    [ 108.728] WinAAttributes: 0x7
    [ 108.728] WinBAttributes: 0x0
    [ 108.728] WinGranularity: 64
    [ 108.728] WinSize: 64
    [ 108.728] WinASegment: 0xa000
    [ 108.728] WinBSegment: 0x0
    [ 108.728] WinFuncPtr: 0xc0009d81
    [ 108.728] BytesPerScanline: 8192
    [ 108.728] XResolution: 2048
    [ 108.728] YResolution: 1536
    [ 108.728] XCharSize: 8
    [ 108.728] YCharSize: 16
    [ 108.728] NumberOfPlanes: 1
    [ 108.728] BitsPerPixel: 32
    [ 108.728] NumberOfBanks: 1
    [ 108.728] MemoryModel: 6
    [ 108.728] BankSize: 0
    [ 108.728] NumberOfImages: 0
    [ 108.728] RedMaskSize: 8
    [ 108.728] RedFieldPosition: 16
    [ 108.728] GreenMaskSize: 8
    [ 108.728] GreenFieldPosition: 8
    [ 108.728] BlueMaskSize: 8
    [ 108.728] BlueFieldPosition: 0
    [ 108.728] RsvdMaskSize: 8
    [ 108.728] RsvdFieldPosition: 24
    [ 108.728] DirectColorModeInfo: 0
    [ 108.728] PhysBasePtr: 0xe0000000
    [ 108.728] LinBytesPerScanLine: 8192
    [ 108.728] BnkNumberOfImagePages: 0
    [ 108.728] LinNumberOfImagePages: 0
    [ 108.728] LinRedMaskSize: 8
    [ 108.728] LinRedFieldPosition: 16
    [ 108.728] LinGreenMaskSize: 8
    [ 108.728] LinGreenFieldPosition: 8
    [ 108.728] LinBlueMaskSize: 8
    [ 108.728] LinBlueFieldPosition: 0
    [ 108.728] LinRsvdMaskSize: 8
    [ 108.728] LinRsvdFieldPosition: 24
    [ 108.728] MaxPixelClock: 229500000
    [ 108.728]
    [ 108.728] (II) VESA(0): Total Memory: 4096 64KB banks (262144kB)
    [ 108.729] (II) VESA(0): <default monitor>: Using hsync range of 30.00-70.00 kHz
    [ 108.729] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-85.00 Hz
    [ 108.729] (II) VESA(0): <default monitor>: Using maximum pixel clock of 190.00 MHz
    [ 108.729] (WW) VESA(0): Unable to estimate virtual size
    [ 108.729] (II) VESA(0): Not using built-in mode "2048x1536" (no mode of this name)
    [ 108.741] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
    [ 108.741] (II) VESA(0): Not using built-in mode "320x400" (no mode of this name)
    [ 108.742] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
    [ 108.742] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
    [ 108.742] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
    [ 108.742] (**) VESA(0): *Built-in mode "1280x1024"
    [ 108.742] (**) VESA(0): *Built-in mode "1024x768"
    [ 108.742] (**) VESA(0): *Built-in mode "800x600"
    [ 108.742] (**) VESA(0): *Built-in mode "640x480"
    [ 108.742] (**) VESA(0): Display dimensions: (320, 240) mm
    [ 108.742] (**) VESA(0): DPI set to (101, 108)
    [ 108.742] (**) VESA(0): Using "Shadow Framebuffer"
    [ 108.742] (II) Loading sub module "shadow"
    [ 108.742] (II) LoadModule: "shadow"
    [ 108.742] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 108.752] (II) Module shadow: vendor="X.Org Foundation"
    [ 108.752] compiled for 1.8.1.902, module version = 1.1.0
    [ 108.752] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 108.752] (II) Loading sub module "fb"
    [ 108.752] (II) LoadModule: "fb"
    [ 108.752] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 108.754] (II) Module fb: vendor="X.Org Foundation"
    [ 108.754] compiled for 1.8.1.902, module version = 1.0.0
    [ 108.754] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 108.754] (==) Depth 24 pixmap format is 32 bpp
    [ 108.754] (II) Loading sub module "int10"
    [ 108.754] (II) LoadModule: "int10"
    [ 108.754] (II) Reloading /usr/lib/xorg/modules/libint10.so
    [ 108.754] (II) VESA(0): initializing int10
    [ 108.757] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [

Maybe you are looking for

  • Project wise Financial statements

    Dear All Pls advise is it possible to get project wise balance sheet. PL, trial balance statements. Rgds Rags Moderator: Please, avoid asking basic questions and search SDN before posting

  • How do I changer the print size

    How do I change the print size

  • Correct OCR text in PDFs

    This question was posted in response to the following article: http://help.adobe.com/en_US/acrobat/pro/using/WS58a04a822e3e50102bd615109794195ff-7f6f.w.h tml

  • Closed loop control of DC motor drive using PCI 6251

    Hi i am using NI PCI 6251 for closed loop control of dc drive.(shunt motor,220v, 0.5HP, 2.5A rated, 1500RPM) the dc motor is fed from a bidirectional dc-dc converter. this converter works in boost mode(forword motoring) and buck mode(braking mode/bat

  • Cloning use the different gcc version between source system and target sys

    Hi All, Our system is: Application tier and Database tier is split to two servers. We should run a cloning, but I found the different gcc version on application tier on source system and target system. The source application tier server is RedHat Lin