You are not logged in.

#1 2010-07-13 19:39:25

lesto
Member
Registered: 2010-07-13
Posts: 115

[solved]startx put monitor to sleep

Hello, i've just installed and updates my arch linux. Really is the 2° time: i still get this problem. I set X, test with cterm, intall kde, startx and everything is fine.

But at reboot console is fine, when i do startx the monitor goes to sleep mode, CTRL-ALT-F1 wake up the monitor but still black... only solution is reboot with CTRL-ALT-CANC (if the keyboard is working, sometimes it doesn't)
i'm using xf86-video-nv driver, and the OS is 32bit on a 64bit processor
i've tryed standard (no config) and X -configure
the weird thing is in xorg.0.log dosn't have error!!!
help smile

Last edited by lesto (2012-06-08 17:10:18)

Offline

#2 2010-07-13 19:41:02

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]startx put monitor to sleep

> i've tryed standard (no config) and X -configure
Sorry, but it's not standard anymore.

> i'm using xf86-video-nv driver,
Try nouveau.,

And read the wiki.

Offline

#3 2010-07-13 20:05:15

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: [solved]startx put monitor to sleep

deleted all config file, reinstalled X, deleted nv driver and tested nouveau: half monitor is deformed and can be hardly read "asus" (that strange, seems my bios screen), hitted CTRL-ALT-F1 and now black screen and linking _ but i cannot write. rebooted with CTRL-ALT-CANC

>Sorry, but it's not standard anymore.
what the standard now? wiki beginner page and xorg are in conflict, but they seems to agree that xorg >1.8 doesn't need config (infact the first time everything worked)

... ummm the first time it worked, then i've upaded all the system and also the kernel, maybe the problem is here

Offline

#4 2010-07-13 20:25:53

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]startx put monitor to sleep

> they seems to agree that xorg >1.8 doesn't need config
That's the standard now.

Post your rc.conf and .xinitrc.
Post the output of

pacman -Qs video
pacman -Qs nouveau
ls /etc/X11/xorg.conf.d/

Offline

#5 2010-07-13 20:49:00

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: [solved]startx put monitor to sleep

.xinitr:

exec xterm

rc.conf:

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Rome"
KEYMAP="it"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=()

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="myhost"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng dbus hal network netfs crond alsa)

pacman -Qs video

local/libtheora 1.1.1-1
    An open video codec developed by the Xiph.org
local/libxv 1.0.5-1
    X11 Video extension library
local/libxxf86vm 1.1.0-1
    X11 XFree86 video mode extension library
local/vbetool 1.1-1
    vbetool uses lrmi in order to run code from the video BIOS
local/videoproto 2.3.0-1
    X11 Video extension wire protocol
local/xf86-video-vesa 2.3.0-2 (xorg xorg-video-drivers)
    X.org vesa video driver
local/xf86vidmodeproto 2.3-1
    X11 Video Mode extension wire protocol

pacman -Qs nouveau is empty

ls /etc/X11/xorg.conf.d/

10-evdev.conf
10-quirks.conf

Offline

#6 2010-07-13 20:51:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]startx put monitor to sleep

> i'm using xf86-video-nv driver
Where is it? 'pacman -Qs video' doesn't show it.

Offline

#7 2010-07-13 21:04:31

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: [solved]startx put monitor to sleep

you are right, i've deleted it to make some test (i'm trying anything),  now i've reinstalled it and appear as experimental 3d accelerator

edit: pacman -Qs nouveau:
local/xf86-video-nouveau 0.0.16_git20100517-1
and a little description

Last edited by lesto (2010-07-13 21:06:21)

Offline

#8 2010-07-13 21:06:09

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]startx put monitor to sleep

Is it working now?

Offline

#9 2010-07-13 21:06:42

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: [solved]startx put monitor to sleep

no, it doesn't :-(

Offline

#10 2010-07-13 21:10:22

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]startx put monitor to sleep

Are you using nv or nouveau? If the latter, have you configured it?
http://wiki.archlinux.org/index.php/Nouveau

Offline

#11 2010-07-13 21:13:26

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: [solved]startx put monitor to sleep

Xorg.0.log: (with nouveau)
[code][   739.356]
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.
[   739.357]
X.Org X Server 1.8.1.902 (1.8.2 RC 2)
Release Date: 2010-06-21
[   739.359] X Protocol Version 11, Revision 0
[   739.359] Build Operating System: Linux 2.6.34-ARCH i686
[   739.360] Current Operating System: Linux myhost 2.6.34-ARCH #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010 i686
[   739.360] Kernel command line: root=/dev/disk/by-uuid/e7e5f9e9-b374-41bc-bb65-f2b9911ce88a ro
[   739.361] Build Date: 21 June 2010  11:54:27AM
[   739.361] 
[   739.363] Current version of pixman: 0.18.2
[   739.363]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   739.364] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   739.366] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 14 23:02:38 2010
[   739.389] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   739.390] (==) No Layout section.  Using the first Screen section.
[   739.390] (==) No screen section available. Using defaults.
[   739.390] (**) |-->Screen "Default Screen Section" (0)
[   739.390] (**) |   |-->Monitor "<default monitor>"
[   739.390] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   739.390] (==) Automatically adding devices
[   739.390] (==) Automatically enabling devices
[   739.420] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   739.420]     Entry deleted from font path.
[   739.420] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   739.420]     Entry deleted from font path.
[   739.420] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   739.420]     Entry deleted from font path.
[   739.452] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[   739.452] (==) ModulePath set to "/usr/lib/xorg/modules"
[   739.452] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   739.452] (II) Loader magic: 0x81e9d00
[   739.452] (II) Module ABI versions:
[   739.452]     X.Org ANSI C Emulation: 0.4
[   739.452]     X.Org Video Driver: 7.0
[   739.452]     X.Org XInput driver : 9.0
[   739.452]     X.Org Server Extension : 3.0
[   739.457] (--) PCI:*(0:1:0:0) 10de:0640:0000:0000 nVidia Corporation G96 [GeForce 9500 GT] rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/524288
[   739.457] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   739.457] (II) LoadModule: "extmod"
[   739.503] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   739.509] (II) Module extmod: vendor="X.Org Foundation"
[   739.509]     compiled for 1.8.1.902, module version = 1.0.0
[   739.509]     Module class: X.Org Server Extension
[   739.509]     ABI class: X.Org Server Extension, version 3.0
[   739.509] (II) Loading extension MIT-SCREEN-SAVER
[   739.509] (II) Loading extension XFree86-VidModeExtension
[   739.509] (II) Loading extension XFree86-DGA
[   739.509] (II) Loading extension DPMS
[   739.509] (II) Loading extension XVideo
[   739.509] (II) Loading extension XVideo-MotionCompensation
[   739.509] (II) Loading extension X-Resource
[   739.509] (II) LoadModule: "dbe"
[   739.509] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   739.519] (II) Module dbe: vendor="X.Org Foundation"
[   739.519]     compiled for 1.8.1.902, module version = 1.0.0
[   739.519]     Module class: X.Org Server Extension
[   739.519]     ABI class: X.Org Server Extension, version 3.0
[   739.519] (II) Loading extension DOUBLE-BUFFER
[   739.519] (II) LoadModule: "glx"
[   739.519] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   739.525] (II) Module glx: vendor="X.Org Foundation"
[   739.525]     compiled for 1.8.1.902, module version = 1.0.0
[   739.525]     ABI class: X.Org Server Extension, version 3.0
[   739.526] (==) AIGLX enabled
[   739.526] (II) Loading extension GLX
[   739.526] (II) LoadModule: "record"
[   739.526] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   739.526] (II) Module record: vendor="X.Org Foundation"
[   739.526]     compiled for 1.8.1.902, module version = 1.13.0
[   739.526]     Module class: X.Org Server Extension
[   739.526]     ABI class: X.Org Server Extension, version 3.0
[   739.526] (II) Loading extension RECORD
[   739.526] (II) LoadModule: "dri"
[   739.526] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   739.543] (II) Module dri: vendor="X.Org Foundation"
[   739.543]     compiled for 1.8.1.902, module version = 1.0.0
[   739.543]     ABI class: X.Org Server Extension, version 3.0
[   739.543] (II) Loading extension XFree86-DRI
[   739.543] (II) LoadModule: "dri2"
[   739.543] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   739.543] (II) Module dri2: vendor="X.Org Foundation"
[   739.543]     compiled for 1.8.1.902, module version = 1.2.0
[   739.543]     ABI class: X.Org Server Extension, version 3.0
[   739.543] (II) Loading extension DRI2
[   739.543] (==) Matched nv as autoconfigured driver 0
[   739.543] (==) Matched vesa as autoconfigured driver 1
[   739.543] (==) Matched fbdev as autoconfigured driver 2
[   739.543] (==) Assigned the driver to the xf86ConfigLayout
[   739.543] (II) LoadModule: "nv"
[   739.543] (WW) Warning, couldn't open module nv
[   739.544] (II) UnloadModule: "nv"
[   739.544] (EE) Failed to load module "nv" (module does not exist, 0)
[   739.544] (II) LoadModule: "vesa"
[   739.544] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   739.551] (II) Module vesa: vendor="X.Org Foundation"
[   739.551]     compiled for 1.8.0, module version = 2.3.0
[   739.551]     Module class: X.Org Video Driver
[   739.551]     ABI class: X.Org Video Driver, version 7.0
[   739.551] (II) LoadModule: "fbdev"
[   739.551] (WW) Warning, couldn't open module fbdev
[   739.551] (II) UnloadModule: "fbdev"
[   739.551] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   739.551] (II) VESA: driver for VESA chipsets: vesa
[   739.551] (--) using VT number 7

[   739.554] (II) Primary Device is: PCI 01@00:00:0
[   739.554] (II) Loading sub module "vbe"
[   739.554] (II) LoadModule: "vbe"
[   739.554] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   739.554] (II) Module vbe: vendor="X.Org Foundation"
[   739.554]     compiled for 1.8.1.902, module version = 1.1.0
[   739.554]     ABI class: X.Org Video Driver, version 7.0
[   739.554] (II) Loading sub module "int10"
[   739.554] (II) LoadModule: "int10"
[   739.554] (II) Loading /usr/lib/xorg/modules/libint10.so
[   739.555] (II) Module int10: vendor="X.Org Foundation"
[   739.555]     compiled for 1.8.1.902, module version = 1.0.0
[   739.555]     ABI class: X.Org Video Driver, version 7.0
[   739.555] (II) VESA(0): initializing int10
[   739.560] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[   739.730] (II) VESA(0): VESA BIOS detected
[   739.730] (II) VESA(0): VESA VBE Version 3.0
[   739.730] (II) VESA(0): VESA VBE Total Mem: 14336 kB
[   739.730] (II) VESA(0): VESA VBE OEM: NVIDIA
[   739.730] (II) VESA(0): VESA VBE OEM Software Rev: 98.148
[   739.730] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[   739.730] (II) VESA(0): VESA VBE OEM Product: BIOS-P/N@N5161
[   739.730] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
[   740.024] (II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[   740.024] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[   740.024] (==) VESA(0): RGB weight 888
[   740.024] (==) VESA(0): Default visual is TrueColor
[   740.024] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[   740.024] (II) Loading sub module "ddc"
[   740.024] (II) LoadModule: "ddc"
[   740.024] (II) Module "ddc" already built-in
[   740.096] (II) VESA(0): VESA VBE DDC supported
[   740.096] (II) VESA(0): VESA VBE DDC Level 2
[   740.096] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[   740.302] (II) VESA(0): VESA VBE DDC read successfully
[   740.302] (II) VESA(0): Manufacturer: SAM  Model: 5cc  Serial#: 1280455220
[   740.302] (II) VESA(0): Year: 2010  Week: 7
[   740.302] (II) VESA(0): EDID Version: 1.3
[   740.302] (II) VESA(0): Digital Display Input
[   740.302] (II) VESA(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[   740.302] (II) VESA(0): Gamma: 2.20
[   740.302] (II) VESA(0): DPMS capabilities: Off
[   740.302] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   740.302] (II) VESA(0): First detailed timing is preferred mode
[   740.302] (II) VESA(0): redX: 0.649 redY: 0.338   greenX: 0.289 greenY: 0.609
[   740.302] (II) VESA(0): blueX: 0.146 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
[   740.302] (II) VESA(0): Supported established timings:
[   740.302] (II) VESA(0): 640x480@60Hz
[   740.302] (II) VESA(0): 800x600@56Hz
[   740.302] (II) VESA(0): 800x600@60Hz
[   740.302] (II) VESA(0): 1024x768@60Hz
[   740.302] (II) VESA(0): Manufacturer's mask: 0
[   740.302] (II) VESA(0): Supported standard timings:
[   740.302] (II) VESA(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   740.302] (II) VESA(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   740.302] (II) VESA(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   740.302] (II) VESA(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   740.302] (II) VESA(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   740.302] (II) VESA(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   740.303] (II) VESA(0): Supported detailed timing:
[   740.303] (II) VESA(0): clock: 148.5 MHz   Image Size:  530 x 300 mm
[   740.303] (II) VESA(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   740.303] (II) VESA(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   740.303] (II) VESA(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 170 MHz
[   740.303] (II) VESA(0): Monitor name: SyncMaster
[   740.303] (II) VESA(0): Serial No: H9MZ208542
[   740.303] (II) VESA(0): EDID (in hex):
[   740.303] (II) VESA(0):     00ffffffffffff004c2dcc053432524c
[   740.303] (II) VESA(0):     0714010380351e782a6041a6564a9c25
[   740.303] (II) VESA(0):     1250542308008100814081809500a940
[   740.303] (II) VESA(0):     b30001010101023a801871382d40582c
[   740.303] (II) VESA(0):     4500122c2100001e000000fd00383c1e
[   740.303] (II) VESA(0):     5111000a202020202020000000fc0053
[   740.303] (II) VESA(0):     796e634d61737465720a2020000000ff
[   740.303] (II) VESA(0):     0048394d5a3230383534320a20200043
[   740.303] (II) VESA(0): EDID vendor "SAM", prod id 1484
[   740.303] (II) VESA(0): Using EDID range info for horizontal sync
[   740.303] (II) VESA(0): Using EDID range info for vertical refresh
[   740.303] (II) VESA(0): Printing DDC gathered Modelines:
[   740.303] (II) VESA(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[   740.303] (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   740.303] (II) VESA(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   740.303] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   740.303] (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   740.303] (II) VESA(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz)
[   740.303] (II) VESA(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   740.303] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   740.303] (II) VESA(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[   740.303] (II) VESA(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   740.303] (II) VESA(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   740.303] (II) VESA(0): Searching for matching VESA mode(s):
[   740.307] Mode: 100 (640x400)
[   740.307]     ModeAttributes: 0x3bf
[   740.307]     WinAAttributes: 0x7
[   740.307]     WinBAttributes: 0x0
[   740.307]     WinGranularity: 64
[   740.307]     WinSize: 64
[   740.307]     WinASegment: 0xa000
[   740.307]     WinBSegment: 0x0
[   740.307]     WinFuncPtr: 0xc00091f2
[   740.307]     BytesPerScanline: 640
[   740.307]     XResolution: 640
[   740.307]     YResolution: 400
[   740.307]     XCharSize: 8
[   740.307]     YCharSize: 16
[   740.307]     NumberOfPlanes: 1
[   740.307]     BitsPerPixel: 8
[   740.307]     NumberOfBanks: 1
[   740.307]     MemoryModel: 4
[   740.307]     BankSize: 0
[   740.307]     NumberOfImages: 14
[   740.307]     RedMaskSize: 0
[   740.307]     RedFieldPosition: 0
[   740.307]     GreenMaskSize: 0
[   740.307]     GreenFieldPosition: 0
[   740.307]     BlueMaskSize: 0
[   740.307]     BlueFieldPosition: 0
[   740.307]     RsvdMaskSize: 0
[   740.307]     RsvdFieldPosition: 0
[   740.307]     DirectColorModeInfo: 0
[   740.307]     PhysBasePtr: 0xf9000000
[   740.307]     LinBytesPerScanLine: 640
[   740.307]     BnkNumberOfImagePages: 14
[   740.307]     LinNumberOfImagePages: 14
[   740.307]     LinRedMaskSize: 0
[   740.307]     LinRedFieldPosition: 0
[   740.307]     LinGreenMaskSize: 0
[   740.307]     LinGreenFieldPosition: 0
[   740.307]     LinBlueMaskSize: 0
[   740.307]     LinBlueFieldPosition: 0
[   740.307]     LinRsvdMaskSize: 0
[   740.307]     LinRsvdFieldPosition: 0
[   740.307]     MaxPixelClock: 229500000
[   740.311] Mode: 101 (640x480)
[   740.311]     ModeAttributes: 0x3bf
[   740.311]     WinAAttributes: 0x7
[   740.311]     WinBAttributes: 0x0
[   740.311]     WinGranularity: 64
[   740.311]     WinSize: 64
[   740.311]     WinASegment: 0xa000
[   740.311]     WinBSegment: 0x0
[   740.311]     WinFuncPtr: 0xc00091f2
[   740.311]     BytesPerScanline: 640
[   740.311]     XResolution: 640
[   740.311]     YResolution: 480
[   740.311]     XCharSize: 8
[   740.311]     YCharSize: 16
[   740.311]     NumberOfPlanes: 1
[   740.311]     BitsPerPixel: 8
[   740.311]     NumberOfBanks: 1
[   740.311]     MemoryModel: 4
[   740.311]     BankSize: 0
[   740.311]     NumberOfImages: 10
[   740.311]     RedMaskSize: 0
[   740.311]     RedFieldPosition: 0
[   740.311]     GreenMaskSize: 0
[   740.311]     GreenFieldPosition: 0
[   740.311]     BlueMaskSize: 0
[   740.311]     BlueFieldPosition: 0
[   740.311]     RsvdMaskSize: 0
[   740.311]     RsvdFieldPosition: 0
[   740.311]     DirectColorModeInfo: 0
[   740.311]     PhysBasePtr: 0xf9000000
[   740.311]     LinBytesPerScanLine: 640
[   740.311]     BnkNumberOfImagePages: 10
[   740.311]     LinNumberOfImagePages: 10
[   740.311]     LinRedMaskSize: 0
[   740.311]     LinRedFieldPosition: 0
[   740.311]     LinGreenMaskSize: 0
[   740.311]     LinGreenFieldPosition: 0
[   740.311]     LinBlueMaskSize: 0
[   740.311]     LinBlueFieldPosition: 0
[   740.311]     LinRsvdMaskSize: 0
[   740.311]     LinRsvdFieldPosition: 0
[   740.311]     MaxPixelClock: 229500000
[   740.315] Mode: 102 (800x600)
[   740.315]     ModeAttributes: 0x33f
[   740.315]     WinAAttributes: 0x7
[   740.315]     WinBAttributes: 0x0
[   740.315]     WinGranularity: 64
[   740.315]     WinSize: 64
[   740.315]     WinASegment: 0xa000
[   740.315]     WinBSegment: 0x0
[   740.315]     WinFuncPtr: 0xc00091f2
[   740.315]     BytesPerScanline: 100
[   740.315]     XResolution: 800
[   740.315]     YResolution: 600
[   740.315]     XCharSize: 8
[   740.315]     YCharSize: 16
[   740.315]     NumberOfPlanes: 4
[   740.315]     BitsPerPixel: 4
[   740.315]     NumberOfBanks: 1
[   740.315]     MemoryModel: 3
[   740.315]     BankSize: 0
[   740.315]     NumberOfImages: 2
[   740.315]     RedMaskSize: 0
[   740.315]     RedFieldPosition: 0
[   740.315]     GreenMaskSize: 0
[   740.315]     GreenFieldPosition: 0
[   740.315]     BlueMaskSize: 0
[   740.315]     BlueFieldPosition: 0
[   740.315]     RsvdMaskSize: 0
[   740.315]     RsvdFieldPosition: 0
[   740.315]     DirectColorModeInfo: 0
[   740.315]     PhysBasePtr: 0x0
[   740.315]     LinBytesPerScanLine: 100
[   740.315]     BnkNumberOfImagePages: 2
[   740.315]     LinNumberOfImagePages: 2
[   740.315]     LinRedMaskSize: 0
[   740.315]     LinRedFieldPosition: 0
[   740.315]     LinGreenMaskSize: 0
[   740.315]     LinGreenFieldPosition: 0
[   740.315]     LinBlueMaskSize: 0
[   740.315]     LinBlueFieldPosition: 0
[   740.315]     LinRsvdMaskSize: 0
[   740.315]     LinRsvdFieldPosition: 0
[   740.315]     MaxPixelClock: 108500000
[   740.319] Mode: 103 (800x600)
[   740.319]     ModeAttributes: 0x3bf
[   740.319]     WinAAttributes: 0x7
[   740.319]     WinBAttributes: 0x0
[   740.319]     WinGranularity: 64
[   740.319]     WinSize: 64
[   740.319]     WinASegment: 0xa000
[   740.319]     WinBSegment: 0x0
[   740.319]     WinFuncPtr: 0xc00091f2
[   740.319]     BytesPerScanline: 800
[   740.319]     XResolution: 800
[   740.319]     YResolution: 600
[   740.319]     XCharSize: 8
[   740.319]     YCharSize: 16
[   740.319]     NumberOfPlanes: 1
[   740.319]     BitsPerPixel: 8
[   740.319]     NumberOfBanks: 1
[   740.319]     MemoryModel: 4
[   740.319]     BankSize: 0
[   740.319]     NumberOfImages: 6
[   740.319]     RedMaskSize: 0
[   740.319]     RedFieldPosition: 0
[   740.319]     GreenMaskSize: 0
[   740.319]     GreenFieldPosition: 0
[   740.319]     BlueMaskSize: 0
[   740.319]     BlueFieldPosition: 0
[   740.319]     RsvdMaskSize: 0
[   740.319]     RsvdFieldPosition: 0
[   740.319]     DirectColorModeInfo: 0
[   740.319]     PhysBasePtr: 0xf9000000
[   740.319]     LinBytesPerScanLine: 800
[   740.319]     BnkNumberOfImagePages: 6
[   740.319]     LinNumberOfImagePages: 6
[   740.319]     LinRedMaskSize: 0
[   740.319]     LinRedFieldPosition: 0
[   740.319]     LinGreenMaskSize: 0
[   740.319]     LinGreenFieldPosition: 0
[   740.319]     LinBlueMaskSize: 0
[   740.319]     LinBlueFieldPosition: 0
[   740.319]     LinRsvdMaskSize: 0
[   740.319]     LinRsvdFieldPosition: 0
[   740.319]     MaxPixelClock: 229500000
[   740.323] Mode: 104 (1024x768)
[   740.323]     ModeAttributes: 0x33f
[   740.323]     WinAAttributes: 0x7
[   740.323]     WinBAttributes: 0x0
[   740.323]     WinGranularity: 64
[   740.323]     WinSize: 64
[   740.323]     WinASegment: 0xa000
[   740.323]     WinBSegment: 0x0
[   740.323]     WinFuncPtr: 0xc00091f2
[   740.323]     BytesPerScanline: 128
[   740.323]     XResolution: 1024
[   740.323]     YResolution: 768
[   740.323]     XCharSize: 8
[   740.323]     YCharSize: 16
[   740.323]     NumberOfPlanes: 4
[   740.323]     BitsPerPixel: 4
[   740.323]     NumberOfBanks: 1
[   740.323]     MemoryModel: 3
[   740.323]     BankSize: 0
[   740.323]     NumberOfImages: 1
[   740.324]     RedMaskSize: 0
[   740.324]     RedFieldPosition: 0
[   740.324]     GreenMaskSize: 0
[   740.324]     GreenFieldPosition: 0
[   740.324]     BlueMaskSize: 0
[   740.324]     BlueFieldPosition: 0
[   740.324]     RsvdMaskSize: 0
[   740.324]     RsvdFieldPosition: 0
[   740.324]     DirectColorModeInfo: 0
[   740.324]     PhysBasePtr: 0x0
[   740.324]     LinBytesPerScanLine: 128
[   740.324]     BnkNumberOfImagePages: 1
[   740.324]     LinNumberOfImagePages: 1
[   740.324]     LinRedMaskSize: 0
[   740.324]     LinRedFieldPosition: 0
[   740.324]     LinGreenMaskSize: 0
[   740.324]     LinGreenFieldPosition: 0
[   740.324]     LinBlueMaskSize: 0
[   740.324]     LinBlueFieldPosition: 0
[   740.324]     LinRsvdMaskSize: 0
[   740.324]     LinRsvdFieldPosition: 0
[   740.324]     MaxPixelClock: 108500000
[   740.328] Mode: 105 (1024x768)
[   740.328]     ModeAttributes: 0x3bf
[   740.328]     WinAAttributes: 0x7
[   740.328]     WinBAttributes: 0x0
[   740.328]     WinGranularity: 64
[   740.328]     WinSize: 64
[   740.328]     WinASegment: 0xa000
[   740.328]     WinBSegment: 0x0
[   740.328]     WinFuncPtr: 0xc00091f2
[   740.328]     BytesPerScanline: 1024
[   740.328]     XResolution: 1024
[   740.328]     YResolution: 768
[   740.328]     XCharSize: 8
[   740.328]     YCharSize: 16
[   740.328]     NumberOfPlanes: 1
[   740.328]     BitsPerPixel: 8
[   740.328]     NumberOfBanks: 1
[   740.328]     MemoryModel: 4
[   740.328]     BankSize: 0
[   740.328]     NumberOfImages: 3
[   740.328]     RedMaskSize: 0
[   740.328]     RedFieldPosition: 0
[   740.328]     GreenMaskSize: 0
[   740.328]     GreenFieldPosition: 0
[   740.328]     BlueMaskSize: 0
[   740.328]     BlueFieldPosition: 0
[   740.328]     RsvdMaskSize: 0
[   740.328]     RsvdFieldPosition: 0
[   740.328]     DirectColorModeInfo: 0
[   740.328]     PhysBasePtr: 0xf9000000
[   740.328]     LinBytesPerScanLine: 1024
[   740.328]     BnkNumberOfImagePages: 3
[   740.328]     LinNumberOfImagePages: 3
[   740.328]     LinRedMaskSize: 0
[   740.328]     LinRedFieldPosition: 0
[   740.328]     LinGreenMaskSize: 0
[   740.328]     LinGreenFieldPosition: 0
[   740.328]     LinBlueMaskSize: 0
[   740.328]     LinBlueFieldPosition: 0
[   740.328]     LinRsvdMaskSize: 0
[   740.328]     LinRsvdFieldPosition: 0
[   740.328]     MaxPixelClock: 229500000
[   740.332] Mode: 106 (1280x1024)
[   740.332]     ModeAttributes: 0x33f
[   740.332]     WinAAttributes: 0x7
[   740.332]     WinBAttributes: 0x0
[   740.332]     WinGranularity: 64
[   740.332]     WinSize: 64
[   740.332]     WinASegment: 0xa000
[   740.332]     WinBSegment: 0x0
[   740.332]     WinFuncPtr: 0xc00091f2
[   740.332]     BytesPerScanline: 160
[   740.332]     XResolution: 1280
[   740.332]     YResolution: 1024
[   740.332]     XCharSize: 8
[   740.332]     YCharSize: 16
[   740.332]     NumberOfPlanes: 4
[   740.332]     BitsPerPixel: 4
[   740.332]     NumberOfBanks: 1
[   740.332]     MemoryModel: 3
[   740.332]     BankSize: 0
[   740.332]     NumberOfImages: 1
[   740.332]     RedMaskSize: 0
[   740.332]     RedFieldPosition: 0
[   740.332]     GreenMaskSize: 0
[   740.332]     GreenFieldPosition: 0
[   740.332]     BlueMaskSize: 0
[   740.332]     BlueFieldPosition: 0
[   740.332]     RsvdMaskSize: 0
[   740.332]     RsvdFieldPosition: 0
[   740.332]     DirectColorModeInfo: 0
[   740.332]     PhysBasePtr: 0x0
[   740.332]     LinBytesPerScanLine: 160
[   740.332]     BnkNumberOfImagePages: 1
[   740.332]     LinNumberOfImagePages: 1
[   740.332]     LinRedMaskSize: 0
[   740.332]     LinRedFieldPosition: 0
[   740.332]     LinGreenMaskSize: 0
[   740.332]     LinGreenFieldPosition: 0
[   740.332]     LinBlueMaskSize: 0
[   740.332]     LinBlueFieldPosition: 0
[   740.332]     LinRsvdMaskSize: 0
[   740.332]     LinRsvdFieldPosition: 0
[   740.332]     MaxPixelClock: 108500000
[   740.336] Mode: 107 (1280x1024)
[   740.336]     ModeAttributes: 0x3bf
[   740.336]     WinAAttributes: 0x7
[   740.336]     WinBAttributes: 0x0
[   740.336]     WinGranularity: 64
[   740.336]     WinSize: 64
[   740.336]     WinASegment: 0xa000
[   740.336]     WinBSegment: 0x0
[   740.336]     WinFuncPtr: 0xc00091f2
[   740.336]     BytesPerScanline: 1280
[   740.336]     XResolution: 1280
[   740.336]     YResolution: 1024
[   740.336]     XCharSize: 8
[   740.336]     YCharSize: 16
[   740.336]     NumberOfPlanes: 1
[   740.336]     BitsPerPixel: 8
[   740.336]     NumberOfBanks: 1
[   740.336]     MemoryModel: 4
[   740.336]     BankSize: 0
[   740.336]     NumberOfImages: 1
[   740.336]     RedMaskSize: 0
[   740.336]     RedFieldPosition: 0
[   740.336]     GreenMaskSize: 0
[   740.336]     GreenFieldPosition: 0
[   740.336]     BlueMaskSize: 0
[   740.336]     BlueFieldPosition: 0
[   740.336]     RsvdMaskSize: 0
[   740.336]     RsvdFieldPosition: 0
[   740.336]     DirectColorModeInfo: 0
[   740.336]     PhysBasePtr: 0xf9000000
[   740.336]     LinBytesPerScanLine: 1280
[   740.336]     BnkNumberOfImagePages: 1
[   740.336]     LinNumberOfImagePages: 1
[   740.336]     LinRedMaskSize: 0
[   740.336]     LinRedFieldPosition: 0
[   740.336]     LinGreenMaskSize: 0
[   740.336]     LinGreenFieldPosition: 0
[   740.336]     LinBlueMaskSize: 0
[   740.336]     LinBlueFieldPosition: 0
[   740.336]     LinRsvdMaskSize: 0
[   740.336]     LinRsvdFieldPosition: 0
[   740.336]     MaxPixelClock: 229500000
[   740.340] Mode: 10e (320x200)
[   740.340]     ModeAttributes: 0x3bf
[   740.340]     WinAAttributes: 0x7
[   740.340]     WinBAttributes: 0x0
[   740.340]     WinGranularity: 64
[   740.340]     WinSize: 64
[   740.340]     WinASegment: 0xa000
[   740.340]     WinBSegment: 0x0
[   740.340]     WinFuncPtr: 0xc00091f2
[   740.340]     BytesPerScanline: 640
[   740.340]     XResolution: 320
[   740.340]     YResolution: 200
[   740.340]     XCharSize: 8
[   740.340]     YCharSize: 8
[   740.340]     NumberOfPlanes: 1
[   740.340]     BitsPerPixel: 16
[   740.340]     NumberOfBanks: 1
[   740.340]     MemoryModel: 6
[   740.340]     BankSize: 0
[   740.340]     NumberOfImages: 30
[   740.340]     RedMaskSize: 5
[   740.340]     RedFieldPosition: 11
[   740.340]     GreenMaskSize: 6
[   740.340]     GreenFieldPosition: 5
[   740.340]     BlueMaskSize: 5
[   740.340]     BlueFieldPosition: 0
[   740.340]     RsvdMaskSize: 0
[   740.340]     RsvdFieldPosition: 0
[   740.340]     DirectColorModeInfo: 0
[   740.340]     PhysBasePtr: 0xf9000000
[   740.340]     LinBytesPerScanLine: 640
[   740.340]     BnkNumberOfImagePages: 30
[   740.340]     LinNumberOfImagePages: 30
[   740.340]     LinRedMaskSize: 5
[   740.340]     LinRedFieldPosition: 11
[   740.340]     LinGreenMaskSize: 6
[   740.340]     LinGreenFieldPosition: 5
[   740.340]     LinBlueMaskSize: 5
[   740.340]     LinBlueFieldPosition: 0
[   740.340]     LinRsvdMaskSize: 0
[   740.340]     LinRsvdFieldPosition: 0
[   740.340]     MaxPixelClock: 229500000
[   740.344] *Mode: 10f (320x200)
[   740.344]     ModeAttributes: 0x3bf
[   740.344]     WinAAttributes: 0x7
[   740.344]     WinBAttributes: 0x0
[   740.344]     WinGranularity: 64
[   740.344]     WinSize: 64
[   740.344]     WinASegment: 0xa000
[   740.344]     WinBSegment: 0x0
[   740.344]     WinFuncPtr: 0xc00091f2
[   740.344]     BytesPerScanline: 1280
[   740.344]     XResolution: 320
[   740.344]     YResolution: 200
[   740.344]     XCharSize: 8
[   740.344]     YCharSize: 8
[   740.344]     NumberOfPlanes: 1
[   740.344]     BitsPerPixel: 32
[   740.344]     NumberOfBanks: 1
[   740.344]     MemoryModel: 6
[   740.344]     BankSize: 0
[   740.344]     NumberOfImages: 14
[   740.344]     RedMaskSize: 8
[   740.344]     RedFieldPosition: 16
[   740.344]     GreenMaskSize: 8
[   740.344]     GreenFieldPosition: 8
[   740.344]     BlueMaskSize: 8
[   740.344]     BlueFieldPosition: 0
[   740.344]     RsvdMaskSize: 8
[   740.344]     RsvdFieldPosition: 24
[   740.344]     DirectColorModeInfo: 0
[   740.344]     PhysBasePtr: 0xf9000000
[   740.344]     LinBytesPerScanLine: 1280
[   740.344]     BnkNumberOfImagePages: 14
[   740.344]     LinNumberOfImagePages: 14
[   740.344]     LinRedMaskSize: 8
[   740.344]     LinRedFieldPosition: 16
[   740.344]     LinGreenMaskSize: 8
[   740.344]     LinGreenFieldPosition: 8
[   740.344]     LinBlueMaskSize: 8
[   740.344]     LinBlueFieldPosition: 0
[   740.344]     LinRsvdMaskSize: 8
[   740.344]     LinRsvdFieldPosition: 24
[   740.344]     MaxPixelClock: 229500000
[   740.348] Mode: 111 (640x480)
[   740.348]     ModeAttributes: 0x3bf
[   740.348]     WinAAttributes: 0x7
[   740.349]     WinBAttributes: 0x0
[   740.349]     WinGranularity: 64
[   740.349]     WinSize: 64
[   740.349]     WinASegment: 0xa000
[   740.349]     WinBSegment: 0x0
[   740.349]     WinFuncPtr: 0xc00091f2
[   740.349]     BytesPerScanline: 1280
[   740.349]     XResolution: 640
[   740.349]     YResolution: 480
[   740.349]     XCharSize: 8
[   740.349]     YCharSize: 16
[   740.349]     NumberOfPlanes: 1
[   740.349]     BitsPerPixel: 16
[   740.349]     NumberOfBanks: 1
[   740.349]     MemoryModel: 6
[   740.349]     BankSize: 0
[   740.349]     NumberOfImages: 4
[   740.349]     RedMaskSize: 5
[   740.349]     RedFieldPosition: 11
[   740.349]     GreenMaskSize: 6
[   740.349]     GreenFieldPosition: 5
[   740.349]     BlueMaskSize: 5
[   740.349]     BlueFieldPosition: 0
[   740.349]     RsvdMaskSize: 0
[   740.349]     RsvdFieldPosition: 0
[   740.349]     DirectColorModeInfo: 0
[   740.349]     PhysBasePtr: 0xf9000000
[   740.349]     LinBytesPerScanLine: 1280
[   740.349]     BnkNumberOfImagePages: 4
[   740.349]     LinNumberOfImagePages: 4
[   740.349]     LinRedMaskSize: 5
[   740.349]     LinRedFieldPosition: 11
[   740.349]     LinGreenMaskSize: 6
[   740.349]     LinGreenFieldPosition: 5
[   740.349]     LinBlueMaskSize: 5
[   740.349]     LinBlueFieldPosition: 0
[   740.349]     LinRsvdMaskSize: 0
[   740.349]     LinRsvdFieldPosition: 0
[   740.349]     MaxPixelClock: 229500000
[   740.352] *Mode: 112 (640x480)
[   740.352]     ModeAttributes: 0x3bf
[   740.352]     WinAAttributes: 0x7
[   740.352]     WinBAttributes: 0x0
[   740.352]     WinGranularity: 64
[   740.352]     WinSize: 64
[   740.352]     WinASegment: 0xa000
[   740.352]     WinBSegment: 0x0
[   740.352]     WinFuncPtr: 0xc00091f2
[   740.352]     BytesPerScanline: 2560
[   740.352]     XResolution: 640
[   740.352]     YResolution: 480
[   740.352]     XCharSize: 8
[   740.352]     YCharSize: 16
[   740.352]     NumberOfPlanes: 1
[   740.352]     BitsPerPixel: 32
[   740.352]     NumberOfBanks: 1
[   740.352]     MemoryModel: 6
[   740.352]     BankSize: 0
[   740.352]     NumberOfImages: 1
[   740.352]     RedMaskSize: 8
[   740.352]     RedFieldPosition: 16
[   740.352]     GreenMaskSize: 8
[   740.352]     GreenFieldPosition: 8
[   740.352]     BlueMaskSize: 8
[   740.352]     BlueFieldPosition: 0
[   740.352]     RsvdMaskSize: 8
[   740.352]     RsvdFieldPosition: 24
[   740.352]     DirectColorModeInfo: 0
[   740.352]     PhysBasePtr: 0xf9000000
[   740.352]     LinBytesPerScanLine: 2560
[   740.353]     BnkNumberOfImagePages: 1
[   740.353]     LinNumberOfImagePages: 1
[   740.353]     LinRedMaskSize: 8
[   740.353]     LinRedFieldPosition: 16
[   740.353]     LinGreenMaskSize: 8
[   740.353]     LinGreenFieldPosition: 8
[   740.353]     LinBlueMaskSize: 8
[   740.353]     LinBlueFieldPosition: 0
[   740.353]     LinRsvdMaskSize: 8
[   740.353]     LinRsvdFieldPosition: 24
[   740.353]     MaxPixelClock: 229500000
[   740.357] Mode: 114 (800x600)
[   740.357]     ModeAttributes: 0x3bf
[   740.357]     WinAAttributes: 0x7
[   740.357]     WinBAttributes: 0x0
[   740.357]     WinGranularity: 64
[   740.357]     WinSize: 64
[   740.357]     WinASegment: 0xa000
[   740.357]     WinBSegment: 0x0
[   740.357]     WinFuncPtr: 0xc00091f2
[   740.357]     BytesPerScanline: 1600
[   740.357]     XResolution: 800
[   740.357]     YResolution: 600
[   740.357]     XCharSize: 8
[   740.357]     YCharSize: 16
[   740.357]     NumberOfPlanes: 1
[   740.357]     BitsPerPixel: 16
[   740.357]     NumberOfBanks: 1
[   740.357]     MemoryModel: 6
[   740.357]     BankSize: 0
[   740.357]     NumberOfImages: 2
[   740.357]     RedMaskSize: 5
[   740.357]     RedFieldPosition: 11
[   740.357]     GreenMaskSize: 6
[   740.357]     GreenFieldPosition: 5
[   740.357]     BlueMaskSize: 5
[   740.357]     BlueFieldPosition: 0
[   740.357]     RsvdMaskSize: 0
[   740.357]     RsvdFieldPosition: 0
[   740.357]     DirectColorModeInfo: 0
[   740.357]     PhysBasePtr: 0xf9000000
[   740.357]     LinBytesPerScanLine: 1600
[   740.357]     BnkNumberOfImagePages: 2
[   740.357]     LinNumberOfImagePages: 2
[   740.357]     LinRedMaskSize: 5
[   740.357]     LinRedFieldPosition: 11
[   740.357]     LinGreenMaskSize: 6
[   740.357]     LinGreenFieldPosition: 5
[   740.357]     LinBlueMaskSize: 5
[   740.357]     LinBlueFieldPosition: 0
[   740.357]     LinRsvdMaskSize: 0
[   740.357]     LinRsvdFieldPosition: 0
[   740.357]     MaxPixelClock: 229500000
[   740.361] *Mode: 115 (800x600)
[   740.361]     ModeAttributes: 0x3bf
[   740.361]     WinAAttributes: 0x7
[   740.361]     WinBAttributes: 0x0
[   740.361]     WinGranularity: 64
[   740.361]     WinSize: 64
[   740.361]     WinASegment: 0xa000
[   740.361]     WinBSegment: 0x0
[   740.361]     WinFuncPtr: 0xc00091f2
[   740.361]     BytesPerScanline: 3200
[   740.361]     XResolution: 800
[   740.361]     YResolution: 600
[   740.361]     XCharSize: 8
[   740.361]     YCharSize: 16
[   740.361]     NumberOfPlanes: 1
[   740.361]     BitsPerPixel: 32
[   740.361]     NumberOfBanks: 1
[   740.361]     MemoryModel: 6
[   740.361]     BankSize: 0
[   740.361]     NumberOfImages: 1
[   740.361]     RedMaskSize: 8
[   740.361]     RedFieldPosition: 16
[   740.361]     GreenMaskSize: 8
[   740.361]     GreenFieldPosition: 8
[   740.361]     BlueMaskSize: 8
[   740.361]     BlueFieldPosition: 0
[   740.361]     RsvdMaskSize: 8
[   740.361]     RsvdFieldPosition: 24
[   740.361]     DirectColorModeInfo: 0
[   740.361]     PhysBasePtr: 0xf9000000
[   740.361]     LinBytesPerScanLine: 3200
[   740.361]     BnkNumberOfImagePages: 1
[   740.361]     LinNumberOfImagePages: 1
[   740.361]     LinRedMaskSize: 8
[   740.361]     LinRedFieldPosition: 16
[   740.361]     LinGreenMaskSize: 8
[   740.361]     LinGreenFieldPosition: 8
[   740.361]     LinBlueMaskSize: 8
[   740.361]     LinBlueFieldPosition: 0
[   740.361]     LinRsvdMaskSize: 8
[   740.361]     LinRsvdFieldPosition: 24
[   740.361]     MaxPixelClock: 229500000
[   740.365] Mode: 117 (1024x768)
[   740.365]     ModeAttributes: 0x3bf
[   740.365]     WinAAttributes: 0x7
[   740.365]     WinBAttributes: 0x0
[   740.365]     WinGranularity: 64
[   740.365]     WinSize: 64
[   740.365]     WinASegment: 0xa000
[   740.365]     WinBSegment: 0x0
[   740.365]     WinFuncPtr: 0xc00091f2
[   740.365]     BytesPerScanline: 2048
[   740.365]     XResolution: 1024
[   740.365]     YResolution: 768
[   740.365]     XCharSize: 8
[   740.365]     YCharSize: 16
[   740.365]     NumberOfPlanes: 1
[   740.365]     BitsPerPixel: 16
[   740.365]     NumberOfBanks: 1
[   740.365]     MemoryModel: 6
[   740.365]     BankSize: 0
[   740.365]     NumberOfImages: 1
[   740.365]     RedMaskSize: 5
[   740.365]     RedFieldPosition: 11
[   740.365]     GreenMaskSize: 6
[   740.365]     GreenFieldPosition: 5
[   740.365]     BlueMaskSize: 5
[   740.365]     BlueFieldPosition: 0
[   740.365]     RsvdMaskSize: 0
[   740.365]     RsvdFieldPosition: 0
[   740.365]     DirectColorModeInfo: 0
[   740.365]     PhysBasePtr: 0xf9000000
[   740.365]     LinBytesPerScanLine: 2048
[   740.365]     BnkNumberOfImagePages: 1
[   740.365]     LinNumberOfImagePages: 1
[   740.365]     LinRedMaskSize: 5
[   740.365]     LinRedFieldPosition: 11
[   740.365]     LinGreenMaskSize: 6
[   740.365]     LinGreenFieldPosition: 5
[   740.365]     LinBlueMaskSize: 5
[   740.365]     LinBlueFieldPosition: 0
[   740.365]     LinRsvdMaskSize: 0
[   740.365]     LinRsvdFieldPosition: 0
[   740.365]     MaxPixelClock: 229500000
[   740.369] *Mode: 118 (1024x768)
[   740.369]     ModeAttributes: 0x3bf
[   740.369]     WinAAttributes: 0x7
[   740.369]     WinBAttributes: 0x0
[   740.369]     WinGranularity: 64
[   740.369]     WinSize: 64
[   740.369]     WinASegment: 0xa000
[   740.369]     WinBSegment: 0x0
[   740.369]     WinFuncPtr: 0xc00091f2
[   740.369]     BytesPerScanline: 4096
[   740.369]     XResolution: 1024
[   740.369]     YResolution: 768
[   740.369]     XCharSize: 8
[   740.369]     YCharSize: 16
[   740.369]     NumberOfPlanes: 1
[   740.369]     BitsPerPixel: 32
[   740.369]     NumberOfBanks: 1
[   740.369]     MemoryModel: 6
[   740.369]     BankSize: 0
[   740.369]     NumberOfImages: 1
[   740.369]     RedMaskSize: 8
[   740.369]     RedFieldPosition: 16
[   740.369]     GreenMaskSize: 8
[   740.369]     GreenFieldPosition: 8
[   740.369]     BlueMaskSize: 8
[   740.369]     BlueFieldPosition: 0
[   740.369]     RsvdMaskSize: 8
[   740.369]     RsvdFieldPosition: 24
[   740.369]     DirectColorModeInfo: 0
[   740.369]     PhysBasePtr: 0xf9000000
[   740.369]     LinBytesPerScanLine: 4096
[   740.369]     BnkNumberOfImagePages: 1
[   740.369]     LinNumberOfImagePages: 1
[   740.369]     LinRedMaskSize: 8
[   740.369]     LinRedFieldPosition: 16
[   740.369]     LinGreenMaskSize: 8
[   740.369]     LinGreenFieldPosition: 8
[   740.369]     LinBlueMaskSize: 8
[   740.369]     LinBlueFieldPosition: 0
[   740.369]     LinRsvdMaskSize: 8
[   740.369]     LinRsvdFieldPosition: 24
[   740.369]     MaxPixelClock: 229500000
[   740.373] Mode: 11a (1280x1024)
[   740.373]     ModeAttributes: 0x3bf
[   740.373]     WinAAttributes: 0x7
[   740.373]     WinBAttributes: 0x0
[   740.373]     WinGranularity: 64
[   740.373]     WinSize: 64
[   740.373]     WinASegment: 0xa000
[   740.373]     WinBSegment: 0x0
[   740.373]     WinFuncPtr: 0xc00091f2
[   740.373]     BytesPerScanline: 2560
[   740.373]     XResolution: 1280
[   740.373]     YResolution: 1024
[   740.373]     XCharSize: 8
[   740.373]     YCharSize: 16
[   740.373]     NumberOfPlanes: 1
[   740.373]     BitsPerPixel: 16
[   740.373]     NumberOfBanks: 1
[   740.373]     MemoryModel: 6
[   740.373]     BankSize: 0
[   740.373]     NumberOfImages: 1
[   740.373]     RedMaskSize: 5
[   740.373]     RedFieldPosition: 11
[   740.373]     GreenMaskSize: 6
[   740.373]     GreenFieldPosition: 5
[   740.373]     BlueMaskSize: 5
[   740.373]     BlueFieldPosition: 0
[   740.373]     RsvdMaskSize: 0
[   740.373]     RsvdFieldPosition: 0
[   740.373]     DirectColorModeInfo: 0
[   740.373]     PhysBasePtr: 0xf9000000
[   740.373]     LinBytesPerScanLine: 2560
[   740.373]     BnkNumberOfImagePages: 1
[   740.373]     LinNumberOfImagePages: 1
[   740.373]     LinRedMaskSize: 5
[   740.373]     LinRedFieldPosition: 11
[   740.373]     LinGreenMaskSize: 6
[   740.373]     LinGreenFieldPosition: 5
[   740.373]     LinBlueMaskSize: 5
[   740.373]     LinBlueFieldPosition: 0
[   740.373]     LinRsvdMaskSize: 0
[   740.373]     LinRsvdFieldPosition: 0
[   740.373]     MaxPixelClock: 229500000
[   740.377] *Mode: 11b (1280x1024)
[   740.377]     ModeAttributes: 0x3bf
[   740.377]     WinAAttributes: 0x7
[   740.377]     WinBAttributes: 0x0
[   740.377]     WinGranularity: 64
[   740.377]     WinSize: 64
[   740.377]     WinASegment: 0xa000
[   740.377]     WinBSegment: 0x0
[   740.377]     WinFuncPtr: 0xc00091f2
[   740.377]     BytesPerScanline: 5120
[   740.377]     XResolution: 1280
[   740.377]     YResolution: 1024
[   740.377]     XCharSize: 8
[   740.377]     YCharSize: 16
[   740.377]     NumberOfPlanes: 1
[   740.377]     BitsPerPixel: 32
[   740.377]     NumberOfBanks: 1
[   740.377]     MemoryModel: 6
[   740.377]     BankSize: 0
[   740.377]     NumberOfImages: 1
[   740.377]     RedMaskSize: 8
[   740.377]     RedFieldPosition: 16
[   740.377]     GreenMaskSize: 8
[   740.377]     GreenFieldPosition: 8
[   740.377]     BlueMaskSize: 8
[   740.377]     BlueFieldPosition: 0
[   740.377]     RsvdMaskSize: 8
[   740.377]     RsvdFieldPosition: 24
[   740.377]     DirectColorModeInfo: 0
[   740.377]     PhysBasePtr: 0xf9000000
[   740.377]     LinBytesPerScanLine: 5120
[   740.377]     BnkNumberOfImagePages: 1
[   740.377]     LinNumberOfImagePages: 1
[   740.377]     LinRedMaskSize: 8
[   740.377]     LinRedFieldPosition: 16
[   740.377]     LinGreenMaskSize: 8
[   740.377]     LinGreenFieldPosition: 8
[   740.377]     LinBlueMaskSize: 8
[   740.378]     LinBlueFieldPosition: 0
[   740.378]     LinRsvdMaskSize: 8
[   740.378]     LinRsvdFieldPosition: 24
[   740.378]     MaxPixelClock: 229500000
[   740.381] Mode: 130 (320x200)
[   740.381]     ModeAttributes: 0x3bf
[   740.381]     WinAAttributes: 0x7
[   740.381]     WinBAttributes: 0x0
[   740.381]     WinGranularity: 64
[   740.381]     WinSize: 64
[   740.381]     WinASegment: 0xa000
[   740.381]     WinBSegment: 0x0
[   740.381]     WinFuncPtr: 0xc00091f2
[   740.381]     BytesPerScanline: 320
[   740.381]     XResolution: 320
[   740.381]     YResolution: 200
[   740.381]     XCharSize: 8
[   740.381]     YCharSize: 8
[   740.381]     NumberOfPlanes: 1
[   740.381]     BitsPerPixel: 8
[   740.381]     NumberOfBanks: 1
[   740.381]     MemoryModel: 4
[   740.381]     BankSize: 0
[   740.381]     NumberOfImages: 62
[   740.381]     RedMaskSize: 0
[   740.381]     RedFieldPosition: 0
[   740.381]     GreenMaskSize: 0
[   740.381]     GreenFieldPosition: 0
[   740.381]     BlueMaskSize: 0
[   740.381]     BlueFieldPosition: 0
[   740.381]     RsvdMaskSize: 0
[   740.381]     RsvdFieldPosition: 0
[   740.381]     DirectColorModeInfo: 0
[   740.381]     PhysBasePtr: 0xf9000000
[   740.381]     LinBytesPerScanLine: 320
[   740.381]     BnkNumberOfImagePages: 62
[   740.381]     LinNumberOfImagePages: 62
[   740.381]     LinRedMaskSize: 0
[   740.381]     LinRedFieldPosition: 0
[   740.381]     LinGreenMaskSize: 0
[   740.381]     LinGreenFieldPosition: 0
[   740.381]     LinBlueMaskSize: 0
[   740.381]     LinBlueFieldPosition: 0
[   740.381]     LinRsvdMaskSize: 0
[   740.381]     LinRsvdFieldPosition: 0
[   740.381]     MaxPixelClock: 229500000
[   740.385] Mode: 131 (320x400)
[   740.385]     ModeAttributes: 0x3bf
[   740.385]     WinAAttributes: 0x7
[   740.385]     WinBAttributes: 0x0
[   740.385]     WinGranularity: 64
[   740.385]     WinSize: 64
[   740.385]     WinASegment: 0xa000
[   740.385]     WinBSegment: 0x0
[   740.385]     WinFuncPtr: 0xc00091f2
[   740.385]     BytesPerScanline: 320
[   740.385]     XResolution: 320
[   740.385]     YResolution: 400
[   740.385]     XCharSize: 8
[   740.385]     YCharSize: 16
[   740.385]     NumberOfPlanes: 1
[   740.385]     BitsPerPixel: 8
[   740.385]     NumberOfBanks: 1
[   740.385]     MemoryModel: 4
[   740.385]     BankSize: 0
[   740.385]     NumberOfImages: 30
[   740.385]     RedMaskSize: 0
[   740.385]     RedFieldPosition: 0
[   740.385]     GreenMaskSize: 0
[   740.385]     GreenFieldPosition: 0
[   740.385]     BlueMaskSize: 0
[   740.385]     BlueFieldPosition: 0
[   740.385]     RsvdMaskSize: 0
[   740.385]     RsvdFieldPosition: 0
[   740.385]     DirectColorModeInfo: 0
[   740.385]     PhysBasePtr: 0xf9000000
[   740.385]     LinBytesPerScanLine: 320
[   740.385]     BnkNumberOfImagePages: 30
[   740.385]     LinNumberOfImagePages: 30
[   740.385]     LinRedMaskSize: 0
[   740.385]     LinRedFieldPosition: 0
[   740.385]     LinGreenMaskSize: 0
[   740.385]     LinGreenFieldPosition: 0
[   740.385]     LinBlueMaskSize: 0
[   740.385]     LinBlueFieldPosition: 0
[   740.385]     LinRsvdMaskSize: 0
[   740.385]     LinRsvdFieldPosition: 0
[   740.385]     MaxPixelClock: 229500000
[   740.389] Mode: 132 (320x400)
[   740.389]     ModeAttributes: 0x3bf
[   740.389]     WinAAttributes: 0x7
[   740.389]     WinBAttributes: 0x0
[   740.389]     WinGranularity: 64
[   740.389]     WinSize: 64
[   740.389]     WinASegment: 0xa000
[   740.389]     WinBSegment: 0x0
[   740.389]     WinFuncPtr: 0xc00091f2
[   740.389]     BytesPerScanline: 640
[   740.389]     XResolution: 320
[   740.389]     YResolution: 400
[   740.389]     XCharSize: 8
[   740.389]     YCharSize: 16
[   740.389]     NumberOfPlanes: 1
[   740.389]     BitsPerPixel: 16
[   740.389]     NumberOfBanks: 1
[   740.389]     MemoryModel: 6
[   740.389]     BankSize: 0
[   740.389]     NumberOfImages: 14
[   740.389]     RedMaskSize: 5
[   740.389]     RedFieldPosition: 11
[   740.389]     GreenMaskSize: 6
[   740.389]     GreenFieldPosition: 5
[   740.389]     BlueMaskSize: 5
[   740.389]     BlueFieldPosition: 0
[   740.389]     RsvdMaskSize: 0
[   740.389]     RsvdFieldPosition: 0
[   740.389]     DirectColorModeInfo: 0
[   740.389]     PhysBasePtr: 0xf9000000
[   740.389]     LinBytesPerScanLine: 640
[   740.389]     BnkNumberOfImagePages: 14
[   740.389]     LinNumberOfImagePages: 14
[   740.389]     LinRedMaskSize: 5
[   740.389]     LinRedFieldPosition: 11
[   740.389]     LinGreenMaskSize: 6
[   740.389]     LinGreenFieldPosition: 5
[   740.389]     LinBlueMaskSize: 5
[   740.389]     LinBlueFieldPosition: 0
[   740.389]     LinRsvdMaskSize: 0
[   740.389]     LinRsvdFieldPosition: 0
[   740.389]     MaxPixelClock: 229500000
[   740.393] *Mode: 133 (320x400)
[   740.393]     ModeAttributes: 0x3bf
[   740.393]     WinAAttributes: 0x7
[   740.393]     WinBAttributes: 0x0
[   740.393]     WinGranularity: 64
[   740.393]     WinSize: 64
[   740.393]     WinASegment: 0xa000
[   740.393]     WinBSegment: 0x0
[   740.393]     WinFuncPtr: 0xc00091f2
[   740.393]     BytesPerScanline: 1280
[   740.393]     XResolution: 320
[   740.393]     YResolution: 400
[   740.393]     XCharSize: 8
[   740.393]     YCharSize: 16
[   740.393]     NumberOfPlanes: 1
[   740.393]     BitsPerPixel: 32
[   740.393]     NumberOfBanks: 1
[   740.393]     MemoryModel: 6
[   740.393]     BankSize: 0
[   740.393]     NumberOfImages: 6
[   740.393]     RedMaskSize: 8
[   740.393]     RedFieldPosition: 16
[   740.393]     GreenMaskSize: 8
[   740.393]     GreenFieldPosition: 8
[   740.393]     BlueMaskSize: 8
[   740.393]     BlueFieldPosition: 0
[   740.393]     RsvdMaskSize: 8
[   740.393]     RsvdFieldPosition: 24
[   740.393]     DirectColorModeInfo: 0
[   740.393]     PhysBasePtr: 0xf9000000
[   740.393]     LinBytesPerScanLine: 1280
[   740.393]     BnkNumberOfImagePages: 6
[   740.393]     LinNumberOfImagePages: 6
[   740.393]     LinRedMaskSize: 8
[   740.393]     LinRedFieldPosition: 16
[   740.393]     LinGreenMaskSize: 8
[   740.393]     LinGreenFieldPosition: 8
[   740.393]     LinBlueMaskSize: 8
[   740.393]     LinBlueFieldPosition: 0
[   740.393]     LinRsvdMaskSize: 8
[   740.393]     LinRsvdFieldPosition: 24
[   740.393]     MaxPixelClock: 229500000
[   740.397] Mode: 134 (320x240)
[   740.397]     ModeAttributes: 0x3bf
[   740.397]     WinAAttributes: 0x7
[   740.397]     WinBAttributes: 0x0
[   740.397]     WinGranularity: 64
[   740.397]     WinSize: 64
[   740.397]     WinASegment: 0xa000
[   740.397]     WinBSegment: 0x0
[   740.397]     WinFuncPtr: 0xc00091f2
[   740.397]     BytesPerScanline: 320
[   740.397]     XResolution: 320
[   740.397]     YResolution: 240
[   740.397]     XCharSize: 8
[   740.397]     YCharSize: 8
[   740.397]     NumberOfPlanes: 1
[   740.397]     BitsPerPixel: 8
[   740.397]     NumberOfBanks: 1
[   740.397]     MemoryModel: 4
[   740.397]     BankSize: 0
[   740.397]     NumberOfImages: 30
[   740.397]     RedMaskSize: 0
[   740.397]     RedFieldPosition: 0
[   740.397]     GreenMaskSize: 0
[   740.397]     GreenFieldPosition: 0
[   740.397]     BlueMaskSize: 0
[   740.397]     BlueFieldPosition: 0
[   740.397]     RsvdMaskSize: 0
[   740.397]     RsvdFieldPosition: 0
[   740.397]     DirectColorModeInfo: 0
[   740.397]     PhysBasePtr: 0xf9000000
[   740.397]     LinBytesPerScanLine: 320
[   740.397]     BnkNumberOfImagePages: 30
[   740.397]     LinNumberOfImagePages: 30
[   740.397]     LinRedMaskSize: 0
[   740.397]     LinRedFieldPosition: 0
[   740.397]     LinGreenMaskSize: 0
[   740.397]     LinGreenFieldPosition: 0
[   740.397]     LinBlueMaskSize: 0
[   740.397]     LinBlueFieldPosition: 0
[   740.397]     LinRsvdMaskSize: 0
[   740.397]     LinRsvdFieldPosition: 0
[   740.397]     MaxPixelClock: 229500000
[   740.401] Mode: 135 (320x240)
[   740.401]     ModeAttributes: 0x3bf
[   740.401]     WinAAttributes: 0x7
[   740.401]     WinBAttributes: 0x0
[   740.401]     WinGranularity: 64
[   740.401]     WinSize: 64
[   740.401]     WinASegment: 0xa000
[   740.401]     WinBSegment: 0x0
[   740.401]     WinFuncPtr: 0xc00091f2
[   740.401]     BytesPerScanline: 640
[   740.401]     XResolution: 320
[   740.401]     YResolution: 240
[   740.401]     XCharSize: 8
[   740.401]     YCharSize: 8
[   740.401]     NumberOfPlanes: 1
[   740.401]     BitsPerPixel: 16
[   740.401]     NumberOfBanks: 1
[   740.401]     MemoryModel: 6
[   740.401]     BankSize: 0
[   740.401]     NumberOfImages: 19
[   740.401]     RedMaskSize: 5
[   740.401]     RedFieldPosition: 11
[   740.401]     GreenMaskSize: 6
[   740.401]     GreenFieldPosition: 5
[   740.401]     BlueMaskSize: 5
[   740.401]     BlueFieldPosition: 0
[   740.401]     RsvdMaskSize: 0
[   740.401]     RsvdFieldPosition: 0
[   740.401]     DirectColorModeInfo: 0
[   740.401]     PhysBasePtr: 0xf9000000
[   740.401]     LinBytesPerScanLine: 640
[   740.401]     BnkNumberOfImagePages: 19
[   740.401]     LinNumberOfImagePages: 19
[   740.401]     LinRedMaskSize: 5
[   740.401]     LinRedFieldPosition: 11
[   740.401]     LinGreenMaskSize: 6
[   740.401]     LinGreenFieldPosition: 5
[   740.401]     LinBlueMaskSize: 5
[   740.401]     LinBlueFieldPosition: 0
[   740.401]     LinRsvdMaskSize: 0
[   740.401]     LinRsvdFieldPosition: 0
[   740.401]     MaxPixelClock: 229500000
[   740.405] *Mode: 136 (320x240)
[   740.405]     ModeAttributes: 0x3bf
[   740.405]     WinAAttributes: 0x7
[   740.405]     WinBAttributes: 0x0
[   740.405]     WinGranularity: 64
[   740.405]     WinSize: 64
[   740.405]     WinASegment: 0xa000
[   740.405]     WinBSegment: 0x0
[   740.405]     WinFuncPtr: 0xc00091f2
[   740.405]     BytesPerScanline: 1280
[   740.405]     XResolution: 320
[   740.405]     YResolution: 240
[   740.405]     XCharSize: 8
[   740.405]     YCharSize: 8
[   740.405]     NumberOfPlanes: 1
[   740.405]     BitsPerPixel: 32
[   740.405]     NumberOfBanks: 1
[   740.405]     MemoryModel: 6
[   740.405]     BankSize: 0
[   740.405]     NumberOfImages: 10
[   740.405]     RedMaskSize: 8
[   740.405]     RedFieldPosition: 16
[   740.405]     GreenMaskSize: 8
[   740.405]     GreenFieldPosition: 8
[   740.405]     BlueMaskSize: 8
[   740.405]     BlueFieldPosition: 0
[   740.405]     RsvdMaskSize: 8
[   740.405]     RsvdFieldPosition: 24
[   740.405]     DirectColorModeInfo: 0
[   740.405]     PhysBasePtr: 0xf9000000
[   740.405]     LinBytesPerScanLine: 1280
[   740.405]     BnkNumberOfImagePages: 10
[   740.405]     LinNumberOfImagePages: 10
[   740.405]     LinRedMaskSize: 8
[   740.405]     LinRedFieldPosition: 16
[   740.405]     LinGreenMaskSize: 8
[   740.405]     LinGreenFieldPosition: 8
[   740.405]     LinBlueMaskSize: 8
[   740.405]     LinBlueFieldPosition: 0
[   740.405]     LinRsvdMaskSize: 8
[   740.405]     LinRsvdFieldPosition: 24
[   740.405]     MaxPixelClock: 229500000
[   740.409] Mode: 13d (640x400)
[   740.409]     ModeAttributes: 0x3bf
[   740.409]     WinAAttributes: 0x7
[   740.409]     WinBAttributes: 0x0
[   740.409]     WinGranularity: 64
[   740.409]     WinSize: 64
[   740.409]     WinASegment: 0xa000
[   740.409]     WinBSegment: 0x0
[   740.409]     WinFuncPtr: 0xc00091f2
[   740.409]     BytesPerScanline: 1280
[   740.409]     XResolution: 640
[   740.409]     YResolution: 400
[   740.409]     XCharSize: 8
[   740.409]     YCharSize: 16
[   740.409]     NumberOfPlanes: 1
[   740.409]     BitsPerPixel: 16
[   740.409]     NumberOfBanks: 1
[   740.409]     MemoryModel: 6
[   740.409]     BankSize: 0
[   740.409]     NumberOfImages: 6
[   740.409]     RedMaskSize: 5
[   740.409]     RedFieldPosition: 11
[   740.409]     GreenMaskSize: 6
[   740.409]     GreenFieldPosition: 5
[   740.409]     BlueMaskSize: 5
[   740.409]     BlueFieldPosition: 0
[   740.409]     RsvdMaskSize: 0
[   740.409]     RsvdFieldPosition: 0
[   740.409]     DirectColorModeInfo: 0
[   740.409]     PhysBasePtr: 0xf9000000
[   740.409]     LinBytesPerScanLine: 1280
[   740.409]     BnkNumberOfImagePages: 6
[   740.409]     LinNumberOfImagePages: 6
[   740.409]     LinRedMaskSize: 5
[   740.409]     LinRedFieldPosition: 11
[   740.409]     LinGreenMaskSize: 6
[   740.409]     LinGreenFieldPosition: 5
[   740.409]     LinBlueMaskSize: 5
[   740.409]     LinBlueFieldPosition: 0
[   740.409]     LinRsvdMaskSize: 0
[   740.409]     LinRsvdFieldPosition: 0
[   740.409]     MaxPixelClock: 229500000
[   740.413] *Mode: 13e (640x400)
[   740.413]     ModeAttributes: 0x3bf
[   740.413]     WinAAttributes: 0x7
[   740.413]     WinBAttributes: 0x0
[   740.413]     WinGranularity: 64
[   740.413]     WinSize: 64
[   740.413]     WinASegment: 0xa000
[   740.413]     WinBSegment: 0x0
[   740.413]     WinFuncPtr: 0xc00091f2
[   740.413]     BytesPerScanline: 2560
[   740.413]     XResolution: 640
[   740.413]     YResolution: 400
[   740.413]     XCharSize: 8
[   740.413]     YCharSize: 16
[   740.413]     NumberOfPlanes: 1
[   740.413]     BitsPerPixel: 32
[   740.413]     NumberOfBanks: 1
[   740.413]     MemoryModel: 6
[   740.413]     BankSize: 0
[   740.413]     NumberOfImages: 2
[   740.413]     RedMaskSize: 8
[   740.413]     RedFieldPosition: 16
[   740.413]     GreenMaskSize: 8
[   740.413]     GreenFieldPosition: 8
[   740.413]     BlueMaskSize: 8
[   740.413]     BlueFieldPosition: 0
[   740.413]     RsvdMaskSize: 8
[   740.413]     RsvdFieldPosition: 24
[   740.413]     DirectColorModeInfo: 0
[   740.413]     PhysBasePtr: 0xf9000000
[   740.413]     LinBytesPerScanLine: 2560
[   740.413]     BnkNumberOfImagePages: 2
[   740.413]     LinNumberOfImagePages: 2
[   740.413]     LinRedMaskSize: 8
[   740.413]     LinRedFieldPosition: 16
[   740.413]     LinGreenMaskSize: 8
[   740.413]     LinGreenFieldPosition: 8
[   740.413]     LinBlueMaskSize: 8
[   740.413]     LinBlueFieldPosition: 0
[   740.413]     LinRsvdMaskSize: 8
[   740.413]     LinRsvdFieldPosition: 24
[   740.413]     MaxPixelClock: 229500000
[   740.417] Mode: 160 (1280x800)
[   740.417]     ModeAttributes: 0x3bf
[   740.417]     WinAAttributes: 0x7
[   740.417]     WinBAttributes: 0x0
[   740.417]     WinGranularity: 64
[   740.417]     WinSize: 64
[   740.417]     WinASegment: 0xa000
[   740.417]     WinBSegment: 0x0
[   740.417]     WinFuncPtr: 0xc00091f2
[   740.417]     BytesPerScanline: 1280
[   740.417]     XResolution: 1280
[   740.417]     YResolution: 800
[   740.418]     XCharSize: 8
[   740.418]     YCharSize: 16
[   740.418]     NumberOfPlanes: 1
[   740.418]     BitsPerPixel: 8
[   740.418]     NumberOfBanks: 1
[   740.418]     MemoryModel: 4
[   740.418]     BankSize: 0
[   740.418]     NumberOfImages: 2
[   740.418]     RedMaskSize: 0
[   740.418]     RedFieldPosition: 0
[   740.418]     GreenMaskSize: 0
[   740.418]     GreenFieldPosition: 0
[   740.418]     BlueMaskSize: 0
[   740.418]     BlueFieldPosition: 0
[   740.418]     RsvdMaskSize: 0
[   740.418]     RsvdFieldPosition: 0
[   740.418]     DirectColorModeInfo: 0
[   740.418]     PhysBasePtr: 0xf9000000
[   740.418]     LinBytesPerScanLine: 1280
[   740.418]     BnkNumberOfImagePages: 2
[   740.418]     LinNumberOfImagePages: 2
[   740.418]     LinRedMaskSize: 0
[   740.418]     LinRedFieldPosition: 0
[   740.418]     LinGreenMaskSize: 0
[   740.418]     LinGreenFieldPosition: 0
[   740.418]     LinBlueMaskSize: 0
[   740.418]     LinBlueFieldPosition: 0
[   740.418]     LinRsvdMaskSize: 0
[   740.418]     LinRsvdFieldPosition: 0
[   740.418]     MaxPixelClock: 229500000
[   740.422] *Mode: 161 (1280x800)
[   740.422]     ModeAttributes: 0x3bf
[   740.422]     WinAAttributes: 0x7
[   740.422]     WinBAttributes: 0x0
[   740.422]     WinGranularity: 64
[   740.422]     WinSize: 64
[   740.422]     WinASegment: 0xa000
[   740.422]     WinBSegment: 0x0
[   740.422]     WinFuncPtr: 0xc00091f2
[   740.422]     BytesPerScanline: 5120
[   740.422]     XResolution: 1280
[   740.422]     YResolution: 800
[   740.422]     XCharSize: 8
[   740.422]     YCharSize: 16
[   740.422]     NumberOfPlanes: 1
[   740.422]     BitsPerPixel: 32
[   740.422]     NumberOfBanks: 1
[   740.422]     MemoryModel: 6
[   740.422]     BankSize: 0
[   740.422]     NumberOfImages: 1
[   740.422]     RedMaskSize: 8
[   740.422]     RedFieldPosition: 16
[   740.422]     GreenMaskSize: 8
[   740.422]     GreenFieldPosition: 8
[   740.422]     BlueMaskSize: 8
[   740.422]     BlueFieldPosition: 0
[   740.422]     RsvdMaskSize: 8
[   740.422]     RsvdFieldPosition: 24
[   740.422]     DirectColorModeInfo: 0
[   740.422]     PhysBasePtr: 0xf9000000
[   740.422]     LinBytesPerScanLine: 5120
[   740.422]     BnkNumberOfImagePages: 1
[   740.422]     LinNumberOfImagePages: 1
[   740.422]     LinRedMaskSize: 8
[   740.422]     LinRedFieldPosition: 16
[   740.422]     LinGreenMaskSize: 8
[   740.422]     LinGreenFieldPosition: 8
[   740.422]     LinBlueMaskSize: 8
[   740.422]     LinBlueFieldPosition: 0
[   740.422]     LinRsvdMaskSize: 8
[   740.422]     LinRsvdFieldPosition: 24
[   740.422]     MaxPixelClock: 229500000
[   740.426] Mode: 162 (768x480)
[   740.426]     ModeAttributes: 0x3bf
[   740.426]     WinAAttributes: 0x7
[   740.426]     WinBAttributes: 0x0
[   740.426]     WinGranularity: 64
[   740.426]     WinSize: 64
[   740.426]     WinASegment: 0xa000
[   740.426]     WinBSegment: 0x0
[   740.426]     WinFuncPtr: 0xc00091f2
[   740.426]     BytesPerScanline: 768
[   740.426]     XResolution: 768
[   740.426]     YResolution: 480
[   740.426]     XCharSize: 8
[   740.426]     YCharSize: 16
[   740.426]     NumberOfPlanes: 1
[   740.426]     BitsPerPixel: 8
[   740.426]     NumberOfBanks: 1
[   740.426]     MemoryModel: 4
[   740.426]     BankSize: 0
[   740.426]     NumberOfImages: 8
[   740.426]     RedMaskSize: 0
[   740.426]     RedFieldPosition: 0
[   740.426]     GreenMaskSize: 0
[   740.426]     GreenFieldPosition: 0
[   740.426]     BlueMaskSize: 0
[   740.426]     BlueFieldPosition: 0
[   740.426]     RsvdMaskSize: 0
[   740.426]     RsvdFieldPosition: 0
[   740.426]     DirectColorModeInfo: 0
[   740.426]     PhysBasePtr: 0xf9000000
[   740.426]     LinBytesPerScanLine: 768
[   740.426]     BnkNumberOfImagePages: 8
[   740.426]     LinNumberOfImagePages: 8
[   740.426]     LinRedMaskSize: 0
[   740.426]     LinRedFieldPosition: 0
[   740.426]     LinGreenMaskSize: 0
[   740.426]     LinGreenFieldPosition: 0
[   740.426]     LinBlueMaskSize: 0
[   740.426]     LinBlueFieldPosition: 0
[   740.426]     LinRsvdMaskSize: 0
[   740.426]     LinRsvdFieldPosition: 0
[   740.426]     MaxPixelClock: 229500000
[   740.431] *Mode: 17b (1280x720)
[   740.431]     ModeAttributes: 0x3bf
[   740.431]     WinAAttributes: 0x7
[   740.431]     WinBAttributes: 0x0
[   740.431]     WinGranularity: 64
[   740.431]     WinSize: 64
[   740.431]     WinASegment: 0xa000
[   740.431]     WinBSegment: 0x0
[   740.431]     WinFuncPtr: 0xc00091f2
[   740.431]     BytesPerScanline: 5120
[   740.431]     XResolution: 1280
[   740.431]     YResolution: 720
[   740.431]     XCharSize: 8
[   740.431]     YCharSize: 16
[   740.431]     NumberOfPlanes: 1
[   740.431]     BitsPerPixel: 32
[   740.431]     NumberOfBanks: 1
[   740.431]     MemoryModel: 6
[   740.431]     BankSize: 0
[   740.431]     NumberOfImages: 1
[   740.431]     RedMaskSize: 8
[   740.431]     RedFieldPosition: 16
[   740.431]     GreenMaskSize: 8
[   740.431]     GreenFieldPosition: 8
[   740.431]     BlueMaskSize: 8
[   740.431]     BlueFieldPosition: 0
[   740.431]     RsvdMaskSize: 8
[   740.431]     RsvdFieldPosition: 24
[   740.431]     DirectColorModeInfo: 0
[   740.431]     PhysBasePtr: 0xf9000000
[   740.431]     LinBytesPerScanLine: 5120
[   740.431]     BnkNumberOfImagePages: 1
[   740.431]     LinNumberOfImagePages: 1
[   740.431]     LinRedMaskSize: 8
[   740.431]     LinRedFieldPosition: 16
[   740.431]     LinGreenMaskSize: 8
[   740.431]     LinGreenFieldPosition: 8
[   740.431]     LinBlueMaskSize: 8
[   740.431]     LinBlueFieldPosition: 0
[   740.431]     LinRsvdMaskSize: 8
[   740.431]     LinRsvdFieldPosition: 24
[   740.431]     MaxPixelClock: 229500000
[   740.431]
[   740.431] (II) VESA(0): Total Memory: 224 64KB banks (14336kB)
[   740.431] (II) VESA(0): <default monitor>: Using hsync range of 30.00-81.00 kHz
[   740.431] (II) VESA(0): <default monitor>: Using vrefresh range of 56.00-60.00 Hz
[   740.431] (II) VESA(0): <default monitor>: Using maximum pixel clock of 170.00 MHz
[   740.431] (WW) VESA(0): Unable to estimate virtual size
[   740.435] (II) VESA(0): Not using built-in mode "1280x720" (no mode of this name)
[   740.441] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
[   740.441] (II) VESA(0): Not using built-in mode "320x400" (no mode of this name)
[   740.441] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[   740.441] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[   740.441] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[   740.441] (**) VESA(0): *Built-in mode "1280x1024"
[   740.441] (**) VESA(0): *Built-in mode "1280x800"
[   740.441] (**) VESA(0): *Built-in mode "1024x768"
[   740.441] (**) VESA(0): *Built-in mode "800x600"
[   740.441] (**) VESA(0): *Built-in mode "640x480"
[   740.441] (**) VESA(0): Display dimensions: (530, 300) mm
[   740.441] (**) VESA(0): DPI set to (61, 86)
[   740.441] (**) VESA(0): Using "Shadow Framebuffer"
[   740.441] (II) Loading sub module "shadow"
[   740.441] (II) LoadModule: "shadow"
[   740.441] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   740.442] (II) Module shadow: vendor="X.Org Foundation"
[   740.442]     compiled for 1.8.1.902, module version = 1.1.0
[   740.442]     ABI class: X.Org ANSI C Emulation, version 0.4
[   740.442] (II) Loading sub module "fb"
[   740.442] (II) LoadModule: "fb"
[   740.442] (II) Loading /usr/lib/xorg/modules/libfb.so
[   740.442] (II) Module fb: vendor="X.Org Foundation"
[   740.443]     compiled for 1.8.1.902, module version = 1.0.0
[   740.443]     ABI class: X.Org ANSI C Emulation, version 0.4
[   740.443] (==) Depth 24 pixmap format is 32 bpp
[   740.443] (II) Loading sub module "int10"
[   740.443] (II) LoadModule: "int10"
[   740.443] (II) Reloading /usr/lib/xorg/modules/libint10.so
[   740.443] (II) VESA(0): initializing int10
[   740.447] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[   740.618] (II) VESA(0): VESA BIOS detected
[   740.618] (II) VESA(0): VESA VBE Version 3.0
[   740.618] (II) VESA(0): VESA VBE Total Mem: 14336 kB
[   740.618] (II) VESA(0): VESA VBE OEM: NVIDIA
[   740.618] (II) VESA(0): VESA VBE OEM Software Rev: 98.148
[   740.618] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[   740.618] (II) VESA(0): VESA VBE OEM Product: BIOS-P/N@N5161
[   740.618] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
[   740.619] (II) VESA(0): virtual address = 0xb6429000,
    physical address = 0xf9000000, size = 14680064
[   740.645] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
[   740.968] (==) VESA(0): Default visual is TrueColor
[   740.969] (==) VESA(0): Backing store disabled
[   740.969] (==) VESA(0): DPMS enabled
[   740.969] (==) RandR enabled
[   740.969] (II) Initializing built-in extension Generic Event Extension
[   740.969] (II) Initializing built-in extension SHAPE
[   740.969] (II) Initializing built-in extension MIT-SHM
[   740.969] (II) Initializing built-in extension XInputExtension
[   740.969] (II) Initializing built-in extension XTEST
[   740.969] (II) Initializing built-in extension BIG-REQUESTS
[   740.969] (II) Initializing built-in extension SYNC
[   740.969] (II) Initializing built-in extension XKEYBOARD
[   740.969] (II) Initializing built-in extension XC-MISC
[   740.969] (II) Initializing built-in extension SECURITY
[   740.969] (II) Initializing built-in extension XINERAMA
[   740.969] (II) Initializing built-in extension XFIXES
[   740.969] (II) Initializing built-in extension RENDER
[   740.969] (II) Initializing built-in extension RANDR
[   740.969] (II) Initializing built-in extension COMPOSITE
[   740.969] (II) Initializing built-in extension DAMAGE
[   740.976] (II) AIGLX: Screen 0 is not DRI2 capable
[   740.976] (II) AIGLX: Screen 0 is not DRI capable
[   740.999] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[   740.999] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   741.352] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   741.352] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   741.352] (II) LoadModule: "evdev"
[   741.352] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   741.359] (II) Module evdev: vendor="X.Org Foundation"
[   741.359]     compiled for 1.8.0, module version = 2.4.0
[   741.359]     Module class: X.Org XInput Driver
[   741.359]     ABI class: X.Org XInput driver, version 9.0
[   741.359] (**) Power Button: always reports core events
[   741.359] (**) Power Button: Device: "/dev/input/event3"
[   741.379] (II) Power Button: Found keys
[   741.379] (II) Power Button: Configuring as keyboard
[   741.380] (II) XINPUT: Adding ext

Offline

#12 2010-07-13 21:17:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]startx put monitor to sleep

Please post the output

pacman -Qs video
pacman -Qs nouveau
ls /etc/X11/xorg.conf.d/

with nouveau installed and configured.

Offline

#13 2010-07-13 21:20:29

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: [solved]startx put monitor to sleep

ok, THANKS!, now it work.... i was missing to load the module!!!!(modprobe nouveau)
nouveau is experimental, is better use nv(modprobe nv right?)? i'll put it in rc.conf :-)
to play 3d game in wine witch is better? or the only solution is official driver?

Offline

#14 2010-07-13 21:26:14

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]startx put monitor to sleep

> to play 3d game in wine witch is better? or the only solution is official driver?
I think only the official nvidia driver supports 3d. You have to check if your card is supported. If it's not (if you have an old card), you need to use nouveau (at least until the older cards get their drivers fixed). I can play hedgewars on nouveau, but no 3d.

http://www.archlinux.org/packages/extra/i686/nvidia/
http://www.archlinux.org/packages/extra … dia-utils/

Offline

#15 2010-07-13 21:35:28

lesto
Member
Registered: 2010-07-13
Posts: 115

Re: [solved]startx put monitor to sleep

thank you again, now i'm going to try nvidia official driver to play TF2 :-)
my card is nvidia 9500 GT and is supported, tried on ubuntu e fedora.
the strange thing is that win 7 with latest driver sometimes crash, linux never... until i try to explore linux capacity lol

Offline

#16 2010-07-13 21:45:40

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]startx put monitor to sleep

> my card is nvidia 9500 GT and is supported
Yeah, it's a new card alright :-)

Don't forget to mark this topic as [SOLVED].
Have fun.

Offline

Board footer

Powered by FluxBB