You are not logged in.
hello,there
AB is quite an awosome OS.It's an easy way to enjoy the convenient of archlinux.
But,when I installed AB in my PC.I found It looks so weird.
The prefect resolution of my LCD monitor is 1440x900. And i can found it in arandr.
The result of "xrandr -q" is :
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 0.0*
1024x768 0.0
800x600 0.0
640x480 0.0 I'm very glad to see anybody can help me.
Thanks!
PS: My video card is Intel G41.And I have installed all package of "xorg"
Last edited by yan97ao (2012-01-11 10:32:08)
Offline
Edit your xorg.conf in /ect/X11/
With a normal effective install this won't be necessary, but accidents can happen
So: nano /etc/X11/xorg.conf ; notice X11 is written with a capital X.Before editing a xorg file always back it up!! Save it as xorg_old or xorg_default for instance.
Two kinds of problems are possible
1, the wrong driver is mentioned
2. the desired screen resolution(s) is (are) not given in xorg.confAt problem 1: find vesa in the device section and replace it with nvidia or what your your videocard is called. Specify if possible the card type you are using.
My device section looks like this:Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 330"
EndSectionProblem 2: Screen resolution
Normally a screen resolution has not to be identified in the screen section of the xorg fileSection "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSectionwhen the correct driver is working,
but sometimes it has to.
It could look like something like this:
Section "Monitor"
DisplaySize 344 193
HorizSync 30-40
Identifier "Monitor[0]"
ModelName "Unknown"
Option "DPMS"
Option "PreferredMode" "1366x768"
VendorName "Unknown"
VertRefresh 50-75
UseModes "Modes[0]"
EndSection
In nano Ctrl+o writes the changes; Enter and Ctrl+X to exit.
Of course use this with your preferrred settings
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
Thanks pablokal
I installed archbang 2011.10,and it's no xorg.conf in /ect/X11/.
It that OK?Because my laptop with the same edition of AB can work very well.
And I try to create it by "Xorg -configure",but I can't shutdown slim and X server.It re-open rapidly.
Offline
I installed archbang 2011.10,and it's no xorg.conf in /ect/X11/.
It that OK?
yes... the Xorg autodetection works well enough that a lot of users no longer need an xorg.conf. Sometimes it needs a little help though :-)
Hasta manana, monsieur
Were the only words that I knew for sure
Offline
yan97ao wrote:I installed archbang 2011.10,and it's no xorg.conf in /ect/X11/.
It that OK?yes... the Xorg autodetection works well enough that a lot of users no longer need an xorg.conf. Sometimes it needs a little help though :-)
Thanks oliver
But,the same PC with Fedora work pretty good without] xorg.conf.
I created a oxrg.conf by "Xorg -configure".And set X to use intel driver.
The X can't open and "no screen found".
Than I change it to the vesa one.
The X can work with 1280x1024 resolution which seem awful on my 16:10 widescreen.
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)the Xorg.0.log without xorg.conf
[ 8.577]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 8.577] X Protocol Version 11, Revision 0
[ 8.577] Build Operating System: Linux 3.0-ARCH i686
[ 8.577] Current Operating System: Linux archbang 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686
[ 8.577] Kernel command line: root=/dev/disk/by-uuid/11f0cbdf-6ad6-4a02-914e-6f1a47e899f8 loglevel=3 ro quiet resume=/dev/disk/by-uuid/d9d07159-bab6-4863-a0bf-9ce975799552 nomodeset
[ 8.577] Build Date: 17 September 2011 07:40:13AM
[ 8.577]
[ 8.577] Current version of pixman: 0.22.2
[ 8.577] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8.577] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.577] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 25 11:42:34 2011
[ 8.703] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 8.736] (==) No Layout section. Using the first Screen section.
[ 8.736] (==) No screen section available. Using defaults.
[ 8.736] (**) |-->Screen "Default Screen Section" (0)
[ 8.736] (**) | |-->Monitor "<default monitor>"
[ 8.736] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 8.736] (==) Automatically adding devices
[ 8.736] (==) Automatically enabling devices
[ 8.810] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 8.810] Entry deleted from font path.
[ 8.866] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 8.866] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8.866] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 8.866] (II) Loader magic: 0x8230d40
[ 8.866] (II) Module ABI versions:
[ 8.866] X.Org ANSI C Emulation: 0.4
[ 8.866] X.Org Video Driver: 10.0
[ 8.866] X.Org XInput driver : 12.2
[ 8.866] X.Org Server Extension : 5.0
[ 8.866] (--) PCI:*(0:0:2:0) 8086:2e32:1043:836d rev 3, Mem @ 0xfe400000/4194304, 0xe0000000/268435456, I/O @ 0x0000dc00/8
[ 8.866] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 8.866] (II) LoadModule: "extmod"
[ 8.878] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 8.902] (II) Module extmod: vendor="X.Org Foundation"
[ 8.902] compiled for 1.10.4, module version = 1.0.0
[ 8.902] Module class: X.Org Server Extension
[ 8.902] ABI class: X.Org Server Extension, version 5.0
[ 8.902] (II) Loading extension MIT-SCREEN-SAVER
[ 8.902] (II) Loading extension XFree86-VidModeExtension
[ 8.902] (II) Loading extension XFree86-DGA
[ 8.902] (II) Loading extension DPMS
[ 8.902] (II) Loading extension XVideo
[ 8.902] (II) Loading extension XVideo-MotionCompensation
[ 8.902] (II) Loading extension X-Resource
[ 8.902] (II) LoadModule: "dbe"
[ 8.902] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 8.937] (II) Module dbe: vendor="X.Org Foundation"
[ 8.937] compiled for 1.10.4, module version = 1.0.0
[ 8.937] Module class: X.Org Server Extension
[ 8.937] ABI class: X.Org Server Extension, version 5.0
[ 8.937] (II) Loading extension DOUBLE-BUFFER
[ 8.937] (II) LoadModule: "glx"
[ 8.938] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8.964] (II) Module glx: vendor="X.Org Foundation"
[ 8.964] compiled for 1.10.4, module version = 1.0.0
[ 8.964] ABI class: X.Org Server Extension, version 5.0
[ 8.964] (==) AIGLX enabled
[ 8.964] (II) Loading extension GLX
[ 8.964] (II) LoadModule: "record"
[ 8.964] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 8.998] (II) Module record: vendor="X.Org Foundation"
[ 8.998] compiled for 1.10.4, module version = 1.13.0
[ 8.998] Module class: X.Org Server Extension
[ 8.998] ABI class: X.Org Server Extension, version 5.0
[ 8.998] (II) Loading extension RECORD
[ 8.998] (II) LoadModule: "dri"
[ 8.998] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 9.032] (II) Module dri: vendor="X.Org Foundation"
[ 9.032] compiled for 1.10.4, module version = 1.0.0
[ 9.032] ABI class: X.Org Server Extension, version 5.0
[ 9.032] (II) Loading extension XFree86-DRI
[ 9.032] (II) LoadModule: "dri2"
[ 9.032] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 9.033] (II) Module dri2: vendor="X.Org Foundation"
[ 9.033] compiled for 1.10.4, module version = 1.2.0
[ 9.033] ABI class: X.Org Server Extension, version 5.0
[ 9.033] (II) Loading extension DRI2
[ 9.033] (==) Matched intel as autoconfigured driver 0
[ 9.033] (==) Matched vesa as autoconfigured driver 1
[ 9.033] (==) Matched fbdev as autoconfigured driver 2
[ 9.033] (==) Assigned the driver to the xf86ConfigLayout
[ 9.033] (II) LoadModule: "intel"
[ 9.049] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 9.084] (II) Module intel: vendor="X.Org Foundation"
[ 9.084] compiled for 1.10.2, module version = 2.15.0
[ 9.084] Module class: X.Org Video Driver
[ 9.084] ABI class: X.Org Video Driver, version 10.0
[ 9.084] (II) LoadModule: "vesa"
[ 9.084] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 9.106] (II) Module vesa: vendor="X.Org Foundation"
[ 9.106] compiled for 1.10.0, module version = 2.3.0
[ 9.106] Module class: X.Org Video Driver
[ 9.106] ABI class: X.Org Video Driver, version 10.0
[ 9.106] (II) LoadModule: "fbdev"
[ 9.107] (WW) Warning, couldn't open module fbdev
[ 9.107] (II) UnloadModule: "fbdev"
[ 9.107] (II) Unloading fbdev
[ 9.107] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 9.107] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[ 9.107] (II) VESA: driver for VESA chipsets: vesa
[ 9.107] (++) using VT number 7
[ 9.111] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 9.111] (II) Loading sub module "vbe"
[ 9.111] (II) LoadModule: "vbe"
[ 9.111] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 9.111] (II) Module vbe: vendor="X.Org Foundation"
[ 9.111] compiled for 1.10.4, module version = 1.1.0
[ 9.111] ABI class: X.Org Video Driver, version 10.0
[ 9.111] (II) Loading sub module "int10"
[ 9.111] (II) LoadModule: "int10"
[ 9.111] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 9.138] (II) Module int10: vendor="X.Org Foundation"
[ 9.138] compiled for 1.10.4, module version = 1.0.0
[ 9.138] ABI class: X.Org Video Driver, version 10.0
[ 9.138] (II) VESA(0): initializing int10
[ 9.139] (II) VESA(0): Bad V_BIOS checksum
[ 9.139] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 9.139] (II) VESA(0): VESA BIOS detected
[ 9.139] (II) VESA(0): VESA VBE Version 3.0
[ 9.139] (II) VESA(0): VESA VBE Total Mem: 32704 kB
[ 9.139] (II) VESA(0): VESA VBE OEM: Intel(r)Eaglelake Graphics Chip Accelerated VGA BIOS
[ 9.139] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 9.139] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[ 9.139] (II) VESA(0): VESA VBE OEM Product: Intel(r)Eaglelake Graphics Controller
[ 9.139] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[ 9.147] (II) VESA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 9.147] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 9.147] (==) VESA(0): RGB weight 888
[ 9.147] (==) VESA(0): Default visual is TrueColor
[ 9.147] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 9.147] (II) Loading sub module "ddc"
[ 9.147] (II) LoadModule: "ddc"
[ 9.147] (II) Module "ddc" already built-in
[ 9.164] (II) VESA(0): VESA VBE DDC supported
[ 9.164] (II) VESA(0): VESA VBE DDC Level 2
[ 9.164] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[ 9.185] (II) VESA(0): VESA VBE DDC read successfully
[ 9.186] (II) VESA(0): Manufacturer: ACI Model: 19d5 Serial#: 159042
[ 9.186] (II) VESA(0): Year: 2010 Week: 4
[ 9.186] (II) VESA(0): EDID Version: 1.3
[ 9.186] (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 9.186] (II) VESA(0): Sync: Separate
[ 9.186] (II) VESA(0): Max Image Size [cm]: horiz.: 41 vert.: 26
[ 9.186] (II) VESA(0): Gamma: 2.20
[ 9.186] (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 9.186] (II) VESA(0): First detailed timing is preferred mode
[ 9.186] (II) VESA(0): redX: 0.650 redY: 0.340 greenX: 0.290 greenY: 0.610
[ 9.186] (II) VESA(0): blueX: 0.150 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
[ 9.186] (II) VESA(0): Supported established timings:
[ 9.186] (II) VESA(0): 720x400@70Hz
[ 9.186] (II) VESA(0): 640x480@60Hz
[ 9.186] (II) VESA(0): 640x480@67Hz
[ 9.186] (II) VESA(0): 640x480@72Hz
[ 9.186] (II) VESA(0): 640x480@75Hz
[ 9.186] (II) VESA(0): 800x600@56Hz
[ 9.186] (II) VESA(0): 800x600@60Hz
[ 9.186] (II) VESA(0): 800x600@72Hz
[ 9.186] (II) VESA(0): 800x600@75Hz
[ 9.186] (II) VESA(0): 832x624@75Hz
[ 9.186] (II) VESA(0): 1024x768@60Hz
[ 9.186] (II) VESA(0): 1024x768@70Hz
[ 9.186] (II) VESA(0): 1024x768@75Hz
[ 9.186] (II) VESA(0): 1280x1024@75Hz
[ 9.186] (II) VESA(0): 1152x864@75Hz
[ 9.186] (II) VESA(0): Manufacturer's mask: 0
[ 9.186] (II) VESA(0): Supported standard timings:
[ 9.186] (II) VESA(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 9.186] (II) VESA(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 9.186] (II) VESA(0): #2: hsize: 1280 vsize 800 refresh: 75 vid: 3969
[ 9.186] (II) VESA(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 9.186] (II) VESA(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 9.186] (II) VESA(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 9.186] (II) VESA(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 9.186] (II) VESA(0): Supported detailed timing:
[ 9.186] (II) VESA(0): clock: 106.5 MHz Image Size: 408 x 255 mm
[ 9.186] (II) VESA(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
[ 9.186] (II) VESA(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
[ 9.186] (II) VESA(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[ 9.186] (II) VESA(0): Monitor name: ASUS VW193D
[ 9.186] (II) VESA(0): Serial No: A1LMTF159042
[ 9.186] (II) VESA(0): EDID (in hex):
[ 9.186] (II) VESA(0): 00ffffffffffff000469d519426d0200
[ 9.186] (II) VESA(0): 0414010308291a78ea8585a6574a9c26
[ 9.186] (II) VESA(0): 125054bfef80714f8100810f81408180
[ 9.186] (II) VESA(0): 9500950f01019a29a0d0518422305098
[ 9.186] (II) VESA(0): 360098ff1000001c000000fd00374b1e
[ 9.186] (II) VESA(0): 530f000a202020202020000000fc0041
[ 9.186] (II) VESA(0): 535553205657313933440a20000000ff
[ 9.186] (II) VESA(0): 0041314c4d54463135393034320a0075
[ 9.186] (II) VESA(0): EDID vendor "ACI", prod id 6613
[ 9.186] (II) VESA(0): Using EDID range info for horizontal sync
[ 9.186] (II) VESA(0): Using EDID range info for vertical refresh
[ 9.186] (II) VESA(0): Printing DDC gathered Modelines:
[ 9.186] (II) VESA(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 9.186] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 9.186] (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 9.186] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 9.186] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 9.186] (II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 9.186] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 9.186] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 9.186] (II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 9.186] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 9.186] (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 9.186] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 9.186] (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 9.186] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 9.186] (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 9.186] (II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 9.186] (II) VESA(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 9.186] (II) VESA(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 9.186] (II) VESA(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 9.186] (II) VESA(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 9.186] (II) VESA(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 9.186] (II) VESA(0): Searching for matching VESA mode(s):
[ 9.186] Mode: 160 (0x0)
[ 9.186] ModeAttributes: 0x0
[ 9.186] WinAAttributes: 0x0
[ 9.186] WinBAttributes: 0x0
[ 9.186] WinGranularity: 0
[ 9.186] WinSize: 0
[ 9.186] WinASegment: 0x0
[ 9.186] WinBSegment: 0x0
[ 9.186] WinFuncPtr: 0x0
[ 9.186] BytesPerScanline: 0
[ 9.186] XResolution: 0
[ 9.186] YResolution: 0
[ 9.186] XCharSize: 0
[ 9.186] YCharSize: 0
[ 9.187] NumberOfPlanes: 0
[ 9.187] BitsPerPixel: 0
[ 9.187] NumberOfBanks: 0
[ 9.187] MemoryModel: 0
[ 9.187] BankSize: 0
[ 9.187] NumberOfImages: 0
[ 9.187] RedMaskSize: 0
[ 9.187] RedFieldPosition: 0
[ 9.187] GreenMaskSize: 0
[ 9.187] GreenFieldPosition: 0
[ 9.187] BlueMaskSize: 0
[ 9.187] BlueFieldPosition: 0
[ 9.187] RsvdMaskSize: 0
[ 9.187] RsvdFieldPosition: 0
[ 9.187] DirectColorModeInfo: 0
[ 9.187] PhysBasePtr: 0x0
[ 9.187] LinBytesPerScanLine: 0
[ 9.187] BnkNumberOfImagePages: 0
[ 9.187] LinNumberOfImagePages: 0
[ 9.187] LinRedMaskSize: 0
[ 9.187] LinRedFieldPosition: 0
[ 9.187] LinGreenMaskSize: 0
[ 9.187] LinGreenFieldPosition: 0
[ 9.187] LinBlueMaskSize: 0
[ 9.187] LinBlueFieldPosition: 0
[ 9.187] LinRsvdMaskSize: 0
[ 9.187] LinRsvdFieldPosition: 0
[ 9.187] MaxPixelClock: 0
[ 9.187] Mode: 161 (0x0)
[ 9.187] ModeAttributes: 0x0
[ 9.187] WinAAttributes: 0x0
[ 9.187] WinBAttributes: 0x0
[ 9.187] WinGranularity: 0
[ 9.187] WinSize: 0
[ 9.187] WinASegment: 0x0
[ 9.187] WinBSegment: 0x0
[ 9.187] WinFuncPtr: 0x0
[ 9.187] BytesPerScanline: 0
[ 9.187] XResolution: 0
[ 9.187] YResolution: 0
[ 9.187] XCharSize: 0
[ 9.187] YCharSize: 0
[ 9.187] NumberOfPlanes: 0
[ 9.187] BitsPerPixel: 0
[ 9.187] NumberOfBanks: 0
[ 9.187] MemoryModel: 0
[ 9.187] BankSize: 0
[ 9.187] NumberOfImages: 0
[ 9.187] RedMaskSize: 0
[ 9.187] RedFieldPosition: 0
[ 9.187] GreenMaskSize: 0
[ 9.187] GreenFieldPosition: 0
[ 9.187] BlueMaskSize: 0
[ 9.187] BlueFieldPosition: 0
[ 9.187] RsvdMaskSize: 0
[ 9.187] RsvdFieldPosition: 0
[ 9.187] DirectColorModeInfo: 0
[ 9.187] PhysBasePtr: 0x0
[ 9.187] LinBytesPerScanLine: 0
[ 9.187] BnkNumberOfImagePages: 0
[ 9.187] LinNumberOfImagePages: 0
[ 9.187] LinRedMaskSize: 0
[ 9.187] LinRedFieldPosition: 0
[ 9.187] LinGreenMaskSize: 0
[ 9.187] LinGreenFieldPosition: 0
[ 9.187] LinBlueMaskSize: 0
[ 9.187] LinBlueFieldPosition: 0
[ 9.187] LinRsvdMaskSize: 0
[ 9.187] LinRsvdFieldPosition: 0
[ 9.187] MaxPixelClock: 0
[ 9.187] Mode: 162 (0x0)
[ 9.187] ModeAttributes: 0x0
[ 9.187] WinAAttributes: 0x0
[ 9.187] WinBAttributes: 0x0
[ 9.187] WinGranularity: 0
[ 9.187] WinSize: 0
[ 9.187] WinASegment: 0x0
[ 9.187] WinBSegment: 0x0
[ 9.187] WinFuncPtr: 0x0
[ 9.187] BytesPerScanline: 0
[ 9.187] XResolution: 0
[ 9.187] YResolution: 0
[ 9.187] XCharSize: 0
[ 9.187] YCharSize: 0
[ 9.187] NumberOfPlanes: 0
[ 9.187] BitsPerPixel: 0
[ 9.187] NumberOfBanks: 0
[ 9.187] MemoryModel: 0
[ 9.187] BankSize: 0
[ 9.187] NumberOfImages: 0
[ 9.187] RedMaskSize: 0
[ 9.187] RedFieldPosition: 0
[ 9.187] GreenMaskSize: 0
[ 9.187] GreenFieldPosition: 0
[ 9.187] BlueMaskSize: 0
[ 9.187] BlueFieldPosition: 0
[ 9.187] RsvdMaskSize: 0
[ 9.187] RsvdFieldPosition: 0
[ 9.187] DirectColorModeInfo: 0
[ 9.187] PhysBasePtr: 0x0
[ 9.187] LinBytesPerScanLine: 0
[ 9.187] BnkNumberOfImagePages: 0
[ 9.187] LinNumberOfImagePages: 0
[ 9.187] LinRedMaskSize: 0
[ 9.187] LinRedFieldPosition: 0
[ 9.187] LinGreenMaskSize: 0
[ 9.187] LinGreenFieldPosition: 0
[ 9.187] LinBlueMaskSize: 0
[ 9.187] LinBlueFieldPosition: 0
[ 9.187] LinRsvdMaskSize: 0
[ 9.187] LinRsvdFieldPosition: 0
[ 9.187] MaxPixelClock: 0
[ 9.187] Mode: 163 (0x0)
[ 9.187] ModeAttributes: 0x0
[ 9.187] WinAAttributes: 0x0
[ 9.187] WinBAttributes: 0x0
[ 9.187] WinGranularity: 0
[ 9.187] WinSize: 0
[ 9.187] WinASegment: 0x0
[ 9.187] WinBSegment: 0x0
[ 9.187] WinFuncPtr: 0x0
[ 9.187] BytesPerScanline: 0
[ 9.187] XResolution: 0
[ 9.187] YResolution: 0
[ 9.187] XCharSize: 0
[ 9.188] YCharSize: 0
[ 9.188] NumberOfPlanes: 0
[ 9.188] BitsPerPixel: 0
[ 9.188] NumberOfBanks: 0
[ 9.188] MemoryModel: 0
[ 9.188] BankSize: 0
[ 9.188] NumberOfImages: 0
[ 9.188] RedMaskSize: 0
[ 9.188] RedFieldPosition: 0
[ 9.188] GreenMaskSize: 0
[ 9.188] GreenFieldPosition: 0
[ 9.188] BlueMaskSize: 0
[ 9.188] BlueFieldPosition: 0
[ 9.188] RsvdMaskSize: 0
[ 9.188] RsvdFieldPosition: 0
[ 9.188] DirectColorModeInfo: 0
[ 9.188] PhysBasePtr: 0x0
[ 9.188] LinBytesPerScanLine: 0
[ 9.188] BnkNumberOfImagePages: 0
[ 9.188] LinNumberOfImagePages: 0
[ 9.188] LinRedMaskSize: 0
[ 9.188] LinRedFieldPosition: 0
[ 9.188] LinGreenMaskSize: 0
[ 9.188] LinGreenFieldPosition: 0
[ 9.188] LinBlueMaskSize: 0
[ 9.188] LinBlueFieldPosition: 0
[ 9.188] LinRsvdMaskSize: 0
[ 9.188] LinRsvdFieldPosition: 0
[ 9.188] MaxPixelClock: 0
[ 9.188] Mode: 164 (0x0)
[ 9.188] ModeAttributes: 0x0
[ 9.188] WinAAttributes: 0x0
[ 9.188] WinBAttributes: 0x0
[ 9.188] WinGranularity: 0
[ 9.188] WinSize: 0
[ 9.188] WinASegment: 0x0
[ 9.188] WinBSegment: 0x0
[ 9.188] WinFuncPtr: 0x0
[ 9.188] BytesPerScanline: 0
[ 9.188] XResolution: 0
[ 9.188] YResolution: 0
[ 9.188] XCharSize: 0
[ 9.188] YCharSize: 0
[ 9.188] NumberOfPlanes: 0
[ 9.188] BitsPerPixel: 0
[ 9.188] NumberOfBanks: 0
[ 9.188] MemoryModel: 0
[ 9.188] BankSize: 0
[ 9.188] NumberOfImages: 0
[ 9.188] RedMaskSize: 0
[ 9.188] RedFieldPosition: 0
[ 9.188] GreenMaskSize: 0
[ 9.188] GreenFieldPosition: 0
[ 9.188] BlueMaskSize: 0
[ 9.188] BlueFieldPosition: 0
[ 9.188] RsvdMaskSize: 0
[ 9.188] RsvdFieldPosition: 0
[ 9.188] DirectColorModeInfo: 0
[ 9.188] PhysBasePtr: 0x0
[ 9.188] LinBytesPerScanLine: 0
[ 9.188] BnkNumberOfImagePages: 0
[ 9.188] LinNumberOfImagePages: 0
[ 9.188] LinRedMaskSize: 0
[ 9.188] LinRedFieldPosition: 0
[ 9.188] LinGreenMaskSize: 0
[ 9.188] LinGreenFieldPosition: 0
[ 9.188] LinBlueMaskSize: 0
[ 9.188] LinBlueFieldPosition: 0
[ 9.188] LinRsvdMaskSize: 0
[ 9.188] LinRsvdFieldPosition: 0
[ 9.188] MaxPixelClock: 0
[ 9.188] Mode: 165 (0x0)
[ 9.188] ModeAttributes: 0x0
[ 9.188] WinAAttributes: 0x0
[ 9.188] WinBAttributes: 0x0
[ 9.188] WinGranularity: 0
[ 9.188] WinSize: 0
[ 9.188] WinASegment: 0x0
[ 9.188] WinBSegment: 0x0
[ 9.188] WinFuncPtr: 0x0
[ 9.188] BytesPerScanline: 0
[ 9.188] XResolution: 0
[ 9.188] YResolution: 0
[ 9.188] XCharSize: 0
[ 9.188] YCharSize: 0
[ 9.188] NumberOfPlanes: 0
[ 9.188] BitsPerPixel: 0
[ 9.188] NumberOfBanks: 0
[ 9.188] MemoryModel: 0
[ 9.188] BankSize: 0
[ 9.188] NumberOfImages: 0
[ 9.188] RedMaskSize: 0
[ 9.188] RedFieldPosition: 0
[ 9.188] GreenMaskSize: 0
[ 9.188] GreenFieldPosition: 0
[ 9.188] BlueMaskSize: 0
[ 9.188] BlueFieldPosition: 0
[ 9.188] RsvdMaskSize: 0
[ 9.188] RsvdFieldPosition: 0
[ 9.188] DirectColorModeInfo: 0
[ 9.188] PhysBasePtr: 0x0
[ 9.188] LinBytesPerScanLine: 0
[ 9.188] BnkNumberOfImagePages: 0
[ 9.188] LinNumberOfImagePages: 0
[ 9.188] LinRedMaskSize: 0
[ 9.188] LinRedFieldPosition: 0
[ 9.188] LinGreenMaskSize: 0
[ 9.188] LinGreenFieldPosition: 0
[ 9.188] LinBlueMaskSize: 0
[ 9.188] LinBlueFieldPosition: 0
[ 9.188] LinRsvdMaskSize: 0
[ 9.188] LinRsvdFieldPosition: 0
[ 9.188] MaxPixelClock: 0
[ 9.188] Mode: 166 (0x0)
[ 9.188] ModeAttributes: 0x0
[ 9.188] WinAAttributes: 0x0
[ 9.188] WinBAttributes: 0x0
[ 9.188] WinGranularity: 0
[ 9.188] WinSize: 0
[ 9.188] WinASegment: 0x0
[ 9.188] WinBSegment: 0x0
[ 9.188] WinFuncPtr: 0x0
[ 9.188] BytesPerScanline: 0
[ 9.188] XResolution: 0
[ 9.189] YResolution: 0
[ 9.189] XCharSize: 0
[ 9.189] YCharSize: 0
[ 9.189] NumberOfPlanes: 0
[ 9.189] BitsPerPixel: 0
[ 9.189] NumberOfBanks: 0
[ 9.189] MemoryModel: 0
[ 9.189] BankSize: 0
[ 9.189] NumberOfImages: 0
[ 9.189] RedMaskSize: 0
[ 9.189] RedFieldPosition: 0
[ 9.189] GreenMaskSize: 0
[ 9.189] GreenFieldPosition: 0
[ 9.189] BlueMaskSize: 0
[ 9.189] BlueFieldPosition: 0
[ 9.189] RsvdMaskSize: 0
[ 9.189] RsvdFieldPosition: 0
[ 9.189] DirectColorModeInfo: 0
[ 9.189] PhysBasePtr: 0x0
[ 9.189] LinBytesPerScanLine: 0
[ 9.189] BnkNumberOfImagePages: 0
[ 9.189] LinNumberOfImagePages: 0
[ 9.189] LinRedMaskSize: 0
[ 9.189] LinRedFieldPosition: 0
[ 9.189] LinGreenMaskSize: 0
[ 9.189] LinGreenFieldPosition: 0
[ 9.189] LinBlueMaskSize: 0
[ 9.189] LinBlueFieldPosition: 0
[ 9.189] LinRsvdMaskSize: 0
[ 9.189] LinRsvdFieldPosition: 0
[ 9.189] MaxPixelClock: 0
[ 9.189] Mode: 167 (0x0)
[ 9.189] ModeAttributes: 0x0
[ 9.189] WinAAttributes: 0x0
[ 9.189] WinBAttributes: 0x0
[ 9.189] WinGranularity: 0
[ 9.189] WinSize: 0
[ 9.189] WinASegment: 0x0
[ 9.189] WinBSegment: 0x0
[ 9.189] WinFuncPtr: 0x0
[ 9.189] BytesPerScanline: 0
[ 9.189] XResolution: 0
[ 9.189] YResolution: 0
[ 9.189] XCharSize: 0
[ 9.189] YCharSize: 0
[ 9.189] NumberOfPlanes: 0
[ 9.189] BitsPerPixel: 0
[ 9.189] NumberOfBanks: 0
[ 9.189] MemoryModel: 0
[ 9.189] BankSize: 0
[ 9.189] NumberOfImages: 0
[ 9.189] RedMaskSize: 0
[ 9.189] RedFieldPosition: 0
[ 9.189] GreenMaskSize: 0
[ 9.189] GreenFieldPosition: 0
[ 9.189] BlueMaskSize: 0
[ 9.189] BlueFieldPosition: 0
[ 9.189] RsvdMaskSize: 0
[ 9.189] RsvdFieldPosition: 0
[ 9.189] DirectColorModeInfo: 0
[ 9.189] PhysBasePtr: 0x0
[ 9.189] LinBytesPerScanLine: 0
[ 9.189] BnkNumberOfImagePages: 0
[ 9.189] LinNumberOfImagePages: 0
[ 9.189] LinRedMaskSize: 0
[ 9.189] LinRedFieldPosition: 0
[ 9.189] LinGreenMaskSize: 0
[ 9.189] LinGreenFieldPosition: 0
[ 9.189] LinBlueMaskSize: 0
[ 9.189] LinBlueFieldPosition: 0
[ 9.189] LinRsvdMaskSize: 0
[ 9.189] LinRsvdFieldPosition: 0
[ 9.189] MaxPixelClock: 0
[ 9.189] Mode: 168 (0x0)
[ 9.189] ModeAttributes: 0x0
[ 9.189] WinAAttributes: 0x0
[ 9.189] WinBAttributes: 0x0
[ 9.189] WinGranularity: 0
[ 9.189] WinSize: 0
[ 9.189] WinASegment: 0x0
[ 9.189] WinBSegment: 0x0
[ 9.189] WinFuncPtr: 0x0
[ 9.189] BytesPerScanline: 0
[ 9.189] XResolution: 0
[ 9.189] YResolution: 0
[ 9.189] XCharSize: 0
[ 9.189] YCharSize: 0
[ 9.189] NumberOfPlanes: 0
[ 9.189] BitsPerPixel: 0
[ 9.189] NumberOfBanks: 0
[ 9.189] MemoryModel: 0
[ 9.189] BankSize: 0
[ 9.189] NumberOfImages: 0
[ 9.189] RedMaskSize: 0
[ 9.189] RedFieldPosition: 0
[ 9.189] GreenMaskSize: 0
[ 9.189] GreenFieldPosition: 0
[ 9.189] BlueMaskSize: 0
[ 9.189] BlueFieldPosition: 0
[ 9.189] RsvdMaskSize: 0
[ 9.189] RsvdFieldPosition: 0
[ 9.189] DirectColorModeInfo: 0
[ 9.189] PhysBasePtr: 0x0
[ 9.189] LinBytesPerScanLine: 0
[ 9.189] BnkNumberOfImagePages: 0
[ 9.189] LinNumberOfImagePages: 0
[ 9.189] LinRedMaskSize: 0
[ 9.189] LinRedFieldPosition: 0
[ 9.189] LinGreenMaskSize: 0
[ 9.189] LinGreenFieldPosition: 0
[ 9.189] LinBlueMaskSize: 0
[ 9.189] LinBlueFieldPosition: 0
[ 9.189] LinRsvdMaskSize: 0
[ 9.189] LinRsvdFieldPosition: 0
[ 9.189] MaxPixelClock: 0
[ 9.190] Mode: 13c (1920x1440)
[ 9.190] ModeAttributes: 0x9b
[ 9.190] WinAAttributes: 0x7
[ 9.190] WinBAttributes: 0x0
[ 9.190] WinGranularity: 64
[ 9.190] WinSize: 64
[ 9.190] WinASegment: 0xa000
[ 9.190] WinBSegment: 0x0
[ 9.190] WinFuncPtr: 0xc00067b3
[ 9.190] BytesPerScanline: 1920
[ 9.190] XResolution: 1920
[ 9.190] YResolution: 1440
[ 9.190] XCharSize: 8
[ 9.190] YCharSize: 16
[ 9.190] NumberOfPlanes: 1
[ 9.190] BitsPerPixel: 8
[ 9.190] NumberOfBanks: 1
[ 9.190] MemoryModel: 4
[ 9.190] BankSize: 0
[ 9.190] NumberOfImages: 10
[ 9.190] RedMaskSize: 0
[ 9.190] RedFieldPosition: 0
[ 9.190] GreenMaskSize: 0
[ 9.190] GreenFieldPosition: 0
[ 9.190] BlueMaskSize: 0
[ 9.190] BlueFieldPosition: 0
[ 9.190] RsvdMaskSize: 0
[ 9.190] RsvdFieldPosition: 0
[ 9.190] DirectColorModeInfo: 0
[ 9.190] PhysBasePtr: 0xe0000000
[ 9.190] LinBytesPerScanLine: 1920
[ 9.190] BnkNumberOfImagePages: 10
[ 9.190] LinNumberOfImagePages: 10
[ 9.190] LinRedMaskSize: 0
[ 9.190] LinRedFieldPosition: 0
[ 9.190] LinGreenMaskSize: 0
[ 9.190] LinGreenFieldPosition: 0
[ 9.190] LinBlueMaskSize: 0
[ 9.190] LinBlueFieldPosition: 0
[ 9.190] LinRsvdMaskSize: 0
[ 9.190] LinRsvdFieldPosition: 0
[ 9.190] MaxPixelClock: 230000000
[ 9.190] Mode: 14d (1920x1440)
[ 9.190] ModeAttributes: 0x9b
[ 9.190] WinAAttributes: 0x7
[ 9.190] WinBAttributes: 0x0
[ 9.190] WinGranularity: 64
[ 9.190] WinSize: 64
[ 9.190] WinASegment: 0xa000
[ 9.190] WinBSegment: 0x0
[ 9.190] WinFuncPtr: 0xc00067b3
[ 9.190] BytesPerScanline: 3840
[ 9.190] XResolution: 1920
[ 9.190] YResolution: 1440
[ 9.190] XCharSize: 8
[ 9.190] YCharSize: 16
[ 9.190] NumberOfPlanes: 1
[ 9.190] BitsPerPixel: 16
[ 9.190] NumberOfBanks: 1
[ 9.190] MemoryModel: 6
[ 9.190] BankSize: 0
[ 9.190] NumberOfImages: 5
[ 9.190] RedMaskSize: 5
[ 9.190] RedFieldPosition: 11
[ 9.190] GreenMaskSize: 6
[ 9.190] GreenFieldPosition: 5
[ 9.190] BlueMaskSize: 5
[ 9.190] BlueFieldPosition: 0
[ 9.190] RsvdMaskSize: 0
[ 9.190] RsvdFieldPosition: 0
[ 9.191] DirectColorModeInfo: 0
[ 9.191] PhysBasePtr: 0xe0000000
[ 9.191] LinBytesPerScanLine: 3840
[ 9.191] BnkNumberOfImagePages: 5
[ 9.191] LinNumberOfImagePages: 5
[ 9.191] LinRedMaskSize: 5
[ 9.191] LinRedFieldPosition: 11
[ 9.191] LinGreenMaskSize: 6
[ 9.191] LinGreenFieldPosition: 5
[ 9.191] LinBlueMaskSize: 5
[ 9.191] LinBlueFieldPosition: 0
[ 9.191] LinRsvdMaskSize: 0
[ 9.191] LinRsvdFieldPosition: 0
[ 9.191] MaxPixelClock: 230000000
[ 9.191] *Mode: 15c (1920x1440)
[ 9.191] ModeAttributes: 0x9b
[ 9.191] WinAAttributes: 0x7
[ 9.191] WinBAttributes: 0x0
[ 9.191] WinGranularity: 64
[ 9.191] WinSize: 64
[ 9.191] WinASegment: 0xa000
[ 9.191] WinBSegment: 0x0
[ 9.191] WinFuncPtr: 0xc00067b3
[ 9.191] BytesPerScanline: 7680
[ 9.191] XResolution: 1920
[ 9.191] YResolution: 1440
[ 9.191] XCharSize: 8
[ 9.191] YCharSize: 16
[ 9.191] NumberOfPlanes: 1
[ 9.191] BitsPerPixel: 32
[ 9.191] NumberOfBanks: 1
[ 9.191] MemoryModel: 6
[ 9.191] BankSize: 0
[ 9.191] NumberOfImages: 2
[ 9.191] RedMaskSize: 8
[ 9.191] RedFieldPosition: 16
[ 9.191] GreenMaskSize: 8
[ 9.191] GreenFieldPosition: 8
[ 9.191] BlueMaskSize: 8
[ 9.191] BlueFieldPosition: 0
[ 9.191] RsvdMaskSize: 8
[ 9.191] RsvdFieldPosition: 24
[ 9.191] DirectColorModeInfo: 0
[ 9.191] PhysBasePtr: 0xe0000000
[ 9.191] LinBytesPerScanLine: 7680
[ 9.191] BnkNumberOfImagePages: 2
[ 9.191] LinNumberOfImagePages: 2
[ 9.191] LinRedMaskSize: 8
[ 9.191] LinRedFieldPosition: 16
[ 9.191] LinGreenMaskSize: 8
[ 9.191] LinGreenFieldPosition: 8
[ 9.191] LinBlueMaskSize: 8
[ 9.191] LinBlueFieldPosition: 0
[ 9.191] LinRsvdMaskSize: 8
[ 9.191] LinRsvdFieldPosition: 24
[ 9.191] MaxPixelClock: 230000000
[ 9.192] Mode: 13a (1600x1200)
[ 9.192] ModeAttributes: 0x9b
[ 9.192] WinAAttributes: 0x7
[ 9.192] WinBAttributes: 0x0
[ 9.192] WinGranularity: 64
[ 9.192] WinSize: 64
[ 9.192] WinASegment: 0xa000
[ 9.192] WinBSegment: 0x0
[ 9.192] WinFuncPtr: 0xc00067b3
[ 9.192] BytesPerScanline: 1600
[ 9.192] XResolution: 1600
[ 9.192] YResolution: 1200
[ 9.192] XCharSize: 8
[ 9.192] YCharSize: 16
[ 9.192] NumberOfPlanes: 1
[ 9.192] BitsPerPixel: 8
[ 9.192] NumberOfBanks: 1
[ 9.192] MemoryModel: 4
[ 9.192] BankSize: 0
[ 9.192] NumberOfImages: 16
[ 9.192] RedMaskSize: 0
[ 9.192] RedFieldPosition: 0
[ 9.192] GreenMaskSize: 0
[ 9.192] GreenFieldPosition: 0
[ 9.192] BlueMaskSize: 0
[ 9.192] BlueFieldPosition: 0
[ 9.192] RsvdMaskSize: 0
[ 9.192] RsvdFieldPosition: 0
[ 9.192] DirectColorModeInfo: 0
[ 9.192] PhysBasePtr: 0xe0000000
[ 9.192] LinBytesPerScanLine: 1600
[ 9.192] BnkNumberOfImagePages: 16
[ 9.192] LinNumberOfImagePages: 16
[ 9.192] LinRedMaskSize: 0
[ 9.192] LinRedFieldPosition: 0
[ 9.192] LinGreenMaskSize: 0
[ 9.192] LinGreenFieldPosition: 0
[ 9.192] LinBlueMaskSize: 0
[ 9.192] LinBlueFieldPosition: 0
[ 9.192] LinRsvdMaskSize: 0
[ 9.192] LinRsvdFieldPosition: 0
[ 9.192] MaxPixelClock: 230000000
[ 9.192] Mode: 14b (1600x1200)
[ 9.192] ModeAttributes: 0x9b
[ 9.192] WinAAttributes: 0x7
[ 9.192] WinBAttributes: 0x0
[ 9.192] WinGranularity: 64
[ 9.192] WinSize: 64
[ 9.192] WinASegment: 0xa000
[ 9.192] WinBSegment: 0x0
[ 9.192] WinFuncPtr: 0xc00067b3
[ 9.192] BytesPerScanline: 3200
[ 9.192] XResolution: 1600
[ 9.192] YResolution: 1200
[ 9.192] XCharSize: 8
[ 9.192] YCharSize: 16
[ 9.192] NumberOfPlanes: 1
[ 9.192] BitsPerPixel: 16
[ 9.192] NumberOfBanks: 1
[ 9.192] MemoryModel: 6
[ 9.192] BankSize: 0
[ 9.192] NumberOfImages: 7
[ 9.192] RedMaskSize: 5
[ 9.192] RedFieldPosition: 11
[ 9.192] GreenMaskSize: 6
[ 9.192] GreenFieldPosition: 5
[ 9.192] BlueMaskSize: 5
[ 9.192] BlueFieldPosition: 0
[ 9.192] RsvdMaskSize: 0
[ 9.192] RsvdFieldPosition: 0
[ 9.192] DirectColorModeInfo: 0
[ 9.192] PhysBasePtr: 0xe0000000
[ 9.192] LinBytesPerScanLine: 3200
[ 9.192] BnkNumberOfImagePages: 7
[ 9.192] LinNumberOfImagePages: 7
[ 9.193] LinRedMaskSize: 5
[ 9.193] LinRedFieldPosition: 11
[ 9.193] LinGreenMaskSize: 6
[ 9.193] LinGreenFieldPosition: 5
[ 9.193] LinBlueMaskSize: 5
[ 9.193] LinBlueFieldPosition: 0
[ 9.193] LinRsvdMaskSize: 0
[ 9.193] LinRsvdFieldPosition: 0
[ 9.193] MaxPixelClock: 230000000
[ 9.193] *Mode: 15a (1600x1200)
[ 9.193] ModeAttributes: 0x9b
[ 9.193] WinAAttributes: 0x7
[ 9.193] WinBAttributes: 0x0
[ 9.193] WinGranularity: 64
[ 9.193] WinSize: 64
[ 9.193] WinASegment: 0xa000
[ 9.193] WinBSegment: 0x0
[ 9.193] WinFuncPtr: 0xc00067b3
[ 9.193] BytesPerScanline: 6400
[ 9.193] XResolution: 1600
[ 9.193] YResolution: 1200
[ 9.193] XCharSize: 8
[ 9.193] YCharSize: 16
[ 9.193] NumberOfPlanes: 1
[ 9.193] BitsPerPixel: 32
[ 9.193] NumberOfBanks: 1
[ 9.193] MemoryModel: 6
[ 9.193] BankSize: 0
[ 9.193] NumberOfImages: 3
[ 9.193] RedMaskSize: 8
[ 9.193] RedFieldPosition: 16
[ 9.193] GreenMaskSize: 8
[ 9.193] GreenFieldPosition: 8
[ 9.193] BlueMaskSize: 8
[ 9.193] BlueFieldPosition: 0
[ 9.193] RsvdMaskSize: 8
[ 9.193] RsvdFieldPosition: 24
[ 9.193] DirectColorModeInfo: 0
[ 9.193] PhysBasePtr: 0xe0000000
[ 9.193] LinBytesPerScanLine: 6400
[ 9.193] BnkNumberOfImagePages: 3
[ 9.193] LinNumberOfImagePages: 3
[ 9.193] LinRedMaskSize: 8
[ 9.193] LinRedFieldPosition: 16
[ 9.193] LinGreenMaskSize: 8
[ 9.193] LinGreenFieldPosition: 8
[ 9.193] LinBlueMaskSize: 8
[ 9.193] LinBlueFieldPosition: 0
[ 9.193] LinRsvdMaskSize: 8
[ 9.193] LinRsvdFieldPosition: 24
[ 9.193] MaxPixelClock: 230000000
[ 9.194] Mode: 107 (1280x1024)
[ 9.194] ModeAttributes: 0x9b
[ 9.194] WinAAttributes: 0x7
[ 9.194] WinBAttributes: 0x0
[ 9.194] WinGranularity: 64
[ 9.194] WinSize: 64
[ 9.194] WinASegment: 0xa000
[ 9.194] WinBSegment: 0x0
[ 9.194] WinFuncPtr: 0xc00067b3
[ 9.194] BytesPerScanline: 1280
[ 9.194] XResolution: 1280
[ 9.194] YResolution: 1024
[ 9.194] XCharSize: 8
[ 9.194] YCharSize: 16
[ 9.194] NumberOfPlanes: 1
[ 9.194] BitsPerPixel: 8
[ 9.194] NumberOfBanks: 1
[ 9.194] MemoryModel: 4
[ 9.194] BankSize: 0
[ 9.194] NumberOfImages: 24
[ 9.194] RedMaskSize: 0
[ 9.194] RedFieldPosition: 0
[ 9.194] GreenMaskSize: 0
[ 9.194] GreenFieldPosition: 0
[ 9.194] BlueMaskSize: 0
[ 9.194] BlueFieldPosition: 0
[ 9.194] RsvdMaskSize: 0
[ 9.194] RsvdFieldPosition: 0
[ 9.194] DirectColorModeInfo: 0
[ 9.194] PhysBasePtr: 0xe0000000
[ 9.194] LinBytesPerScanLine: 1280
[ 9.194] BnkNumberOfImagePages: 24
[ 9.194] LinNumberOfImagePages: 24
[ 9.194] LinRedMaskSize: 0
[ 9.194] LinRedFieldPosition: 0
[ 9.194] LinGreenMaskSize: 0
[ 9.194] LinGreenFieldPosition: 0
[ 9.194] LinBlueMaskSize: 0
[ 9.194] LinBlueFieldPosition: 0
[ 9.194] LinRsvdMaskSize: 0
[ 9.194] LinRsvdFieldPosition: 0
[ 9.194] MaxPixelClock: 230000000
[ 9.194] Mode: 11a (1280x1024)
[ 9.194] ModeAttributes: 0x9b
[ 9.194] WinAAttributes: 0x7
[ 9.194] WinBAttributes: 0x0
[ 9.194] WinGranularity: 64
[ 9.194] WinSize: 64
[ 9.194] WinASegment: 0xa000
[ 9.194] WinBSegment: 0x0
[ 9.194] WinFuncPtr: 0xc00067b3
[ 9.194] BytesPerScanline: 2560
[ 9.194] XResolution: 1280
[ 9.194] YResolution: 1024
[ 9.194] XCharSize: 8
[ 9.194] YCharSize: 16
[ 9.194] NumberOfPlanes: 1
[ 9.194] BitsPerPixel: 16
[ 9.194] NumberOfBanks: 1
[ 9.194] MemoryModel: 6
[ 9.194] BankSize: 0
[ 9.194] NumberOfImages: 11
[ 9.194] RedMaskSize: 5
[ 9.194] RedFieldPosition: 11
[ 9.194] GreenMaskSize: 6
[ 9.194] GreenFieldPosition: 5
[ 9.194] BlueMaskSize: 5
[ 9.194] BlueFieldPosition: 0
[ 9.194] RsvdMaskSize: 0
[ 9.194] RsvdFieldPosition: 0
[ 9.194] DirectColorModeInfo: 0
[ 9.194] PhysBasePtr: 0xe0000000
[ 9.194] LinBytesPerScanLine: 2560
[ 9.194] BnkNumberOfImagePages: 11
[ 9.194] LinNumberOfImagePages: 11
[ 9.194] LinRedMaskSize: 5
[ 9.194] LinRedFieldPosition: 11
[ 9.194] LinGreenMaskSize: 6
[ 9.194] LinGreenFieldPosition: 5
[ 9.194] LinBlueMaskSize: 5
[ 9.194] LinBlueFieldPosition: 0
[ 9.194] LinRsvdMaskSize: 0
[ 9.194] LinRsvdFieldPosition: 0
[ 9.194] MaxPixelClock: 230000000
[ 9.195] *Mode: 11b (1280x1024)
[ 9.195] ModeAttributes: 0x9b
[ 9.195] WinAAttributes: 0x7
[ 9.195] WinBAttributes: 0x0
[ 9.195] WinGranularity: 64
[ 9.195] WinSize: 64
[ 9.195] WinASegment: 0xa000
[ 9.195] WinBSegment: 0x0
[ 9.195] WinFuncPtr: 0xc00067b3
[ 9.195] BytesPerScanline: 5120
[ 9.195] XResolution: 1280
[ 9.195] YResolution: 1024
[ 9.195] XCharSize: 8
[ 9.195] YCharSize: 16
[ 9.195] NumberOfPlanes: 1
[ 9.195] BitsPerPixel: 32
[ 9.195] NumberOfBanks: 1
[ 9.195] MemoryModel: 6
[ 9.195] BankSize: 0
[ 9.195] NumberOfImages: 5
[ 9.195] RedMaskSize: 8
[ 9.195] RedFieldPosition: 16
[ 9.195] GreenMaskSize: 8
[ 9.195] GreenFieldPosition: 8
[ 9.195] BlueMaskSize: 8
[ 9.195] BlueFieldPosition: 0
[ 9.195] RsvdMaskSize: 8
[ 9.195] RsvdFieldPosition: 24
[ 9.195] DirectColorModeInfo: 0
[ 9.195] PhysBasePtr: 0xe0000000
[ 9.195] LinBytesPerScanLine: 5120
[ 9.195] BnkNumberOfImagePages: 5
[ 9.195] LinNumberOfImagePages: 5
[ 9.195] LinRedMaskSize: 8
[ 9.195] LinRedFieldPosition: 16
[ 9.195] LinGreenMaskSize: 8
[ 9.195] LinGreenFieldPosition: 8
[ 9.195] LinBlueMaskSize: 8
[ 9.195] LinBlueFieldPosition: 0
[ 9.195] LinRsvdMaskSize: 8
[ 9.195] LinRsvdFieldPosition: 24
[ 9.195] MaxPixelClock: 230000000
[ 9.195] Mode: 105 (1024x768)
[ 9.195] ModeAttributes: 0x9b
[ 9.195] WinAAttributes: 0x7
[ 9.195] WinBAttributes: 0x0
[ 9.195] WinGranularity: 64
[ 9.195] WinSize: 64
[ 9.195] WinASegment: 0xa000
[ 9.195] WinBSegment: 0x0
[ 9.195] WinFuncPtr: 0xc00067b3
[ 9.195] BytesPerScanline: 1024
[ 9.195] XResolution: 1024
[ 9.195] YResolution: 768
[ 9.195] XCharSize: 8
[ 9.196] YCharSize: 16
[ 9.196] NumberOfPlanes: 1
[ 9.196] BitsPerPixel: 8
[ 9.196] NumberOfBanks: 1
[ 9.196] MemoryModel: 4
[ 9.196] BankSize: 0
[ 9.196] NumberOfImages: 41
[ 9.196] RedMaskSize: 0
[ 9.196] RedFieldPosition: 0
[ 9.196] GreenMaskSize: 0
[ 9.196] GreenFieldPosition: 0
[ 9.196] BlueMaskSize: 0
[ 9.196] BlueFieldPosition: 0
[ 9.196] RsvdMaskSize: 0
[ 9.196] RsvdFieldPosition: 0
[ 9.196] DirectColorModeInfo: 0
[ 9.196] PhysBasePtr: 0xe0000000
[ 9.196] LinBytesPerScanLine: 1024
[ 9.196] BnkNumberOfImagePages: 41
[ 9.196] LinNumberOfImagePages: 41
[ 9.196] LinRedMaskSize: 0
[ 9.196] LinRedFieldPosition: 0
[ 9.196] LinGreenMaskSize: 0
[ 9.196] LinGreenFieldPosition: 0
[ 9.196] LinBlueMaskSize: 0
[ 9.196] LinBlueFieldPosition: 0
[ 9.196] LinRsvdMaskSize: 0
[ 9.196] LinRsvdFieldPosition: 0
[ 9.196] MaxPixelClock: 230000000
[ 9.196] Mode: 117 (1024x768)
[ 9.196] ModeAttributes: 0x9b
[ 9.196] WinAAttributes: 0x7
[ 9.196] WinBAttributes: 0x0
[ 9.196] WinGranularity: 64
[ 9.196] WinSize: 64
[ 9.196] WinASegment: 0xa000
[ 9.196] WinBSegment: 0x0
[ 9.196] WinFuncPtr: 0xc00067b3
[ 9.196] BytesPerScanline: 2048
[ 9.196] XResolution: 1024
[ 9.196] YResolution: 768
[ 9.196] XCharSize: 8
[ 9.196] YCharSize: 16
[ 9.196] NumberOfPlanes: 1
[ 9.196] BitsPerPixel: 16
[ 9.196] NumberOfBanks: 1
[ 9.196] MemoryModel: 6
[ 9.196] BankSize: 0
[ 9.196] NumberOfImages: 20
[ 9.196] RedMaskSize: 5
[ 9.196] RedFieldPosition: 11
[ 9.196] GreenMaskSize: 6
[ 9.196] GreenFieldPosition: 5
[ 9.196] BlueMaskSize: 5
[ 9.196] BlueFieldPosition: 0
[ 9.196] RsvdMaskSize: 0
[ 9.196] RsvdFieldPosition: 0
[ 9.196] DirectColorModeInfo: 0
[ 9.196] PhysBasePtr: 0xe0000000
[ 9.196] LinBytesPerScanLine: 2048
[ 9.196] BnkNumberOfImagePages: 20
[ 9.196] LinNumberOfImagePages: 20
[ 9.196] LinRedMaskSize: 5
[ 9.196] LinRedFieldPosition: 11
[ 9.196] LinGreenMaskSize: 6
[ 9.196] LinGreenFieldPosition: 5
[ 9.196] LinBlueMaskSize: 5
[ 9.196] LinBlueFieldPosition: 0
[ 9.196] LinRsvdMaskSize: 0
[ 9.196] LinRsvdFieldPosition: 0
[ 9.196] MaxPixelClock: 230000000
[ 9.197] *Mode: 118 (1024x768)
[ 9.197] ModeAttributes: 0x9b
[ 9.197] WinAAttributes: 0x7
[ 9.197] WinBAttributes: 0x0
[ 9.197] WinGranularity: 64
[ 9.197] WinSize: 64
[ 9.197] WinASegment: 0xa000
[ 9.197] WinBSegment: 0x0
[ 9.197] WinFuncPtr: 0xc00067b3
[ 9.197] BytesPerScanline: 4096
[ 9.197] XResolution: 1024
[ 9.197] YResolution: 768
[ 9.197] XCharSize: 8
[ 9.197] YCharSize: 16
[ 9.197] NumberOfPlanes: 1
[ 9.197] BitsPerPixel: 32
[ 9.197] NumberOfBanks: 1
[ 9.197] MemoryModel: 6
[ 9.197] BankSize: 0
[ 9.197] NumberOfImages: 9
[ 9.197] RedMaskSize: 8
[ 9.197] RedFieldPosition: 16
[ 9.197] GreenMaskSize: 8
[ 9.197] GreenFieldPosition: 8
[ 9.197] BlueMaskSize: 8
[ 9.197] BlueFieldPosition: 0
[ 9.197] RsvdMaskSize: 8
[ 9.197] RsvdFieldPosition: 24
[ 9.197] DirectColorModeInfo: 0
[ 9.197] PhysBasePtr: 0xe0000000
[ 9.197] LinBytesPerScanLine: 4096
[ 9.197] BnkNumberOfImagePages: 9
[ 9.197] LinNumberOfImagePages: 9
[ 9.197] LinRedMaskSize: 8
[ 9.197] LinRedFieldPosition: 16
[ 9.197] LinGreenMaskSize: 8
[ 9.197] LinGreenFieldPosition: 8
[ 9.197] LinBlueMaskSize: 8
[ 9.197] LinBlueFieldPosition: 0
[ 9.197] LinRsvdMaskSize: 8
[ 9.197] LinRsvdFieldPosition: 24
[ 9.197] MaxPixelClock: 230000000
[ 9.197] *Mode: 112 (640x480)
[ 9.197] ModeAttributes: 0x9b
[ 9.197] WinAAttributes: 0x7
[ 9.197] WinBAttributes: 0x0
[ 9.197] WinGranularity: 64
[ 9.197] WinSize: 64
[ 9.197] WinASegment: 0xa000
[ 9.197] WinBSegment: 0x0
[ 9.197] WinFuncPtr: 0xc00067b3
[ 9.197] BytesPerScanline: 2560
[ 9.197] XResolution: 640
[ 9.197] YResolution: 480
[ 9.197] XCharSize: 8
[ 9.197] YCharSize: 16
[ 9.197] NumberOfPlanes: 1
[ 9.197] BitsPerPixel: 32
[ 9.197] NumberOfBanks: 1
[ 9.197] MemoryModel: 6
[ 9.197] BankSize: 0
[ 9.197] NumberOfImages: 25
[ 9.197] RedMaskSize: 8
[ 9.197] RedFieldPosition: 16
[ 9.197] GreenMaskSize: 8
[ 9.198] GreenFieldPosition: 8
[ 9.198] BlueMaskSize: 8
[ 9.198] BlueFieldPosition: 0
[ 9.198] RsvdMaskSize: 8
[ 9.198] RsvdFieldPosition: 24
[ 9.198] DirectColorModeInfo: 0
[ 9.198] PhysBasePtr: 0xe0000000
[ 9.198] LinBytesPerScanLine: 2560
[ 9.198] BnkNumberOfImagePages: 25
[ 9.198] LinNumberOfImagePages: 25
[ 9.198] LinRedMaskSize: 8
[ 9.198] LinRedFieldPosition: 16
[ 9.198] LinGreenMaskSize: 8
[ 9.198] LinGreenFieldPosition: 8
[ 9.198] LinBlueMaskSize: 8
[ 9.198] LinBlueFieldPosition: 0
[ 9.198] LinRsvdMaskSize: 8
[ 9.198] LinRsvdFieldPosition: 24
[ 9.198] MaxPixelClock: 230000000
[ 9.198] Mode: 114 (800x600)
[ 9.198] ModeAttributes: 0x9b
[ 9.198] WinAAttributes: 0x7
[ 9.198] WinBAttributes: 0x0
[ 9.198] WinGranularity: 64
[ 9.198] WinSize: 64
[ 9.198] WinASegment: 0xa000
[ 9.198] WinBSegment: 0x0
[ 9.198] WinFuncPtr: 0xc00067b3
[ 9.198] BytesPerScanline: 1600
[ 9.198] XResolution: 800
[ 9.198] YResolution: 600
[ 9.198] XCharSize: 8
[ 9.198] YCharSize: 16
[ 9.198] NumberOfPlanes: 1
[ 9.198] BitsPerPixel: 16
[ 9.198] NumberOfBanks: 1
[ 9.198] MemoryModel: 6
[ 9.198] BankSize: 0
[ 9.198] NumberOfImages: 33
[ 9.198] RedMaskSize: 5
[ 9.198] RedFieldPosition: 11
[ 9.198] GreenMaskSize: 6
[ 9.198] GreenFieldPosition: 5
[ 9.198] BlueMaskSize: 5
[ 9.198] BlueFieldPosition: 0
[ 9.198] RsvdMaskSize: 0
[ 9.198] RsvdFieldPosition: 0
[ 9.198] DirectColorModeInfo: 0
[ 9.198] PhysBasePtr: 0xe0000000
[ 9.198] LinBytesPerScanLine: 1600
[ 9.198] BnkNumberOfImagePages: 33
[ 9.198] LinNumberOfImagePages: 33
[ 9.198] LinRedMaskSize: 5
[ 9.198] LinRedFieldPosition: 11
[ 9.198] LinGreenMaskSize: 6
[ 9.198] LinGreenFieldPosition: 5
[ 9.198] LinBlueMaskSize: 5
[ 9.198] LinBlueFieldPosition: 0
[ 9.198] LinRsvdMaskSize: 0
[ 9.198] LinRsvdFieldPosition: 0
[ 9.198] MaxPixelClock: 230000000
[ 9.199] *Mode: 115 (800x600)
[ 9.199] ModeAttributes: 0x9b
[ 9.199] WinAAttributes: 0x7
[ 9.199] WinBAttributes: 0x0
[ 9.199] WinGranularity: 64
[ 9.199] WinSize: 64
[ 9.199] WinASegment: 0xa000
[ 9.199] WinBSegment: 0x0
[ 9.199] WinFuncPtr: 0xc00067b3
[ 9.199] BytesPerScanline: 3200
[ 9.199] XResolution: 800
[ 9.199] YResolution: 600
[ 9.199] XCharSize: 8
[ 9.199] YCharSize: 16
[ 9.199] NumberOfPlanes: 1
[ 9.199] BitsPerPixel: 32
[ 9.199] NumberOfBanks: 1
[ 9.199] MemoryModel: 6
[ 9.199] BankSize: 0
[ 9.199] NumberOfImages: 16
[ 9.199] RedMaskSize: 8
[ 9.199] RedFieldPosition: 16
[ 9.199] GreenMaskSize: 8
[ 9.199] GreenFieldPosition: 8
[ 9.199] BlueMaskSize: 8
[ 9.199] BlueFieldPosition: 0
[ 9.199] RsvdMaskSize: 8
[ 9.199] RsvdFieldPosition: 24
[ 9.199] DirectColorModeInfo: 0
[ 9.199] PhysBasePtr: 0xe0000000
[ 9.199] LinBytesPerScanLine: 3200
[ 9.199] BnkNumberOfImagePages: 16
[ 9.199] LinNumberOfImagePages: 16
[ 9.199] LinRedMaskSize: 8
[ 9.199] LinRedFieldPosition: 16
[ 9.199] LinGreenMaskSize: 8
[ 9.199] LinGreenFieldPosition: 8
[ 9.199] LinBlueMaskSize: 8
[ 9.199] LinBlueFieldPosition: 0
[ 9.199] LinRsvdMaskSize: 8
[ 9.199] LinRsvdFieldPosition: 24
[ 9.199] MaxPixelClock: 230000000
[ 9.199] Mode: 101 (640x480)
[ 9.199] ModeAttributes: 0x9b
[ 9.199] WinAAttributes: 0x7
[ 9.199] WinBAttributes: 0x0
[ 9.199] WinGranularity: 64
[ 9.199] WinSize: 64
[ 9.199] WinASegment: 0xa000
[ 9.199] WinBSegment: 0x0
[ 9.199] WinFuncPtr: 0xc00067b3
[ 9.199] BytesPerScanline: 640
[ 9.199] XResolution: 640
[ 9.199] YResolution: 480
[ 9.199] XCharSize: 8
[ 9.199] YCharSize: 16
[ 9.199] NumberOfPlanes: 1
[ 9.199] BitsPerPixel: 8
[ 9.199] NumberOfBanks: 1
[ 9.199] MemoryModel: 4
[ 9.199] BankSize: 0
[ 9.199] NumberOfImages: 101
[ 9.199] RedMaskSize: 0
[ 9.199] RedFieldPosition: 0
[ 9.199] GreenMaskSize: 0
[ 9.199] GreenFieldPosition: 0
[ 9.199] BlueMaskSize: 0
[ 9.199] BlueFieldPosition: 0
[ 9.199] RsvdMaskSize: 0
[ 9.199] RsvdFieldPosition: 0
[ 9.199] DirectColorModeInfo: 0
[ 9.199] PhysBasePtr: 0xe0000000
[ 9.199] LinBytesPerScanLine: 640
[ 9.199] BnkNumberOfImagePages: 101
[ 9.199] LinNumberOfImagePages: 101
[ 9.199] LinRedMaskSize: 0
[ 9.199] LinRedFieldPosition: 0
[ 9.199] LinGreenMaskSize: 0
[ 9.199] LinGreenFieldPosition: 0
[ 9.199] LinBlueMaskSize: 0
[ 9.199] LinBlueFieldPosition: 0
[ 9.199] LinRsvdMaskSize: 0
[ 9.199] LinRsvdFieldPosition: 0
[ 9.199] MaxPixelClock: 230000000
[ 9.200] Mode: 103 (800x600)
[ 9.200] ModeAttributes: 0x9b
[ 9.200] WinAAttributes: 0x7
[ 9.200] WinBAttributes: 0x0
[ 9.200] WinGranularity: 64
[ 9.200] WinSize: 64
[ 9.200] WinASegment: 0xa000
[ 9.200] WinBSegment: 0x0
[ 9.200] WinFuncPtr: 0xc00067b3
[ 9.200] BytesPerScanline: 832
[ 9.200] XResolution: 800
[ 9.200] YResolution: 600
[ 9.200] XCharSize: 8
[ 9.200] YCharSize: 16
[ 9.200] NumberOfPlanes: 1
[ 9.200] BitsPerPixel: 8
[ 9.200] NumberOfBanks: 1
[ 9.200] MemoryModel: 4
[ 9.200] BankSize: 0
[ 9.200] NumberOfImages: 62
[ 9.200] RedMaskSize: 0
[ 9.200] RedFieldPosition: 0
[ 9.200] GreenMaskSize: 0
[ 9.200] GreenFieldPosition: 0
[ 9.200] BlueMaskSize: 0
[ 9.200] BlueFieldPosition: 0
[ 9.200] RsvdMaskSize: 0
[ 9.200] RsvdFieldPosition: 0
[ 9.200] DirectColorModeInfo: 0
[ 9.200] PhysBasePtr: 0xe0000000
[ 9.200] LinBytesPerScanLine: 832
[ 9.200] BnkNumberOfImagePages: 62
[ 9.200] LinNumberOfImagePages: 62
[ 9.200] LinRedMaskSize: 0
[ 9.200] LinRedFieldPosition: 0
[ 9.200] LinGreenMaskSize: 0
[ 9.200] LinGreenFieldPosition: 0
[ 9.200] LinBlueMaskSize: 0
[ 9.200] LinBlueFieldPosition: 0
[ 9.200] LinRsvdMaskSize: 0
[ 9.200] LinRsvdFieldPosition: 0
[ 9.200] MaxPixelClock: 230000000
[ 9.200] Mode: 111 (640x480)
[ 9.200] ModeAttributes: 0x9b
[ 9.200] WinAAttributes: 0x7
[ 9.200] WinBAttributes: 0x0
[ 9.200] WinGranularity: 64
[ 9.200] WinSize: 64
[ 9.200] WinASegment: 0xa000
[ 9.200] WinBSegment: 0x0
[ 9.200] WinFuncPtr: 0xc00067b3
[ 9.200] BytesPerScanline: 1280
[ 9.200] XResolution: 640
[ 9.200] YResolution: 480
[ 9.200] XCharSize: 8
[ 9.200] YCharSize: 16
[ 9.200] NumberOfPlanes: 1
[ 9.200] BitsPerPixel: 16
[ 9.200] NumberOfBanks: 1
[ 9.200] MemoryModel: 6
[ 9.200] BankSize: 0
[ 9.200] NumberOfImages: 50
[ 9.200] RedMaskSize: 5
[ 9.200] RedFieldPosition: 11
[ 9.200] GreenMaskSize: 6
[ 9.200] GreenFieldPosition: 5
[ 9.200] BlueMaskSize: 5
[ 9.200] BlueFieldPosition: 0
[ 9.200] RsvdMaskSize: 0
[ 9.200] RsvdFieldPosition: 0
[ 9.200] DirectColorModeInfo: 0
[ 9.200] PhysBasePtr: 0xe0000000
[ 9.200] LinBytesPerScanLine: 1280
[ 9.200] BnkNumberOfImagePages: 50
[ 9.200] LinNumberOfImagePages: 50
[ 9.200] LinRedMaskSize: 5
[ 9.200] LinRedFieldPosition: 11
[ 9.200] LinGreenMaskSize: 6
[ 9.200] LinGreenFieldPosition: 5
[ 9.200] LinBlueMaskSize: 5
[ 9.200] LinBlueFieldPosition: 0
[ 9.200] LinRsvdMaskSize: 0
[ 9.200] LinRsvdFieldPosition: 0
[ 9.200] MaxPixelClock: 230000000
[ 9.200]
[ 9.200] (II) VESA(0): Total Memory: 511 64KB banks (32704kB)
[ 9.201] (II) VESA(0): <default monitor>: Using hsync range of 30.00-83.00 kHz
[ 9.201] (II) VESA(0): <default monitor>: Using vrefresh range of 55.00-75.00 Hz
[ 9.201] (II) VESA(0): <default monitor>: Using maximum pixel clock of 155.00 MHz
[ 9.201] (WW) VESA(0): Unable to estimate virtual size
[ 9.201] (II) VESA(0): Not using built-in mode "1920x1440" (no mode of this name)
[ 9.201] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[ 9.206] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[ 9.206] (**) VESA(0): *Built-in mode "1280x1024"
[ 9.206] (**) VESA(0): *Built-in mode "1024x768"
[ 9.206] (**) VESA(0): *Built-in mode "800x600"
[ 9.206] (**) VESA(0): *Built-in mode "640x480"
[ 9.206] (**) VESA(0): Display dimensions: (410, 260) mm
[ 9.206] (**) VESA(0): DPI set to (79, 100)
[ 9.206] (**) VESA(0): Using "Shadow Framebuffer"
[ 9.206] (II) Loading sub module "shadow"
[ 9.206] (II) LoadModule: "shadow"
[ 9.206] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 9.338] (II) Module shadow: vendor="X.Org Foundation"
[ 9.338] compiled for 1.10.4, module version = 1.1.0
[ 9.338] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9.338] (II) Loading sub module "fb"
[ 9.338] (II) LoadModule: "fb"
[ 9.338] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 9.345] (II) Module fb: vendor="X.Org Foundation"
[ 9.345] compiled for 1.10.4, module version = 1.0.0
[ 9.345] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9.346] (==) Depth 24 pixmap format is 32 bpp
[ 9.346] (II) Loading sub module "int10"
[ 9.346] (II) LoadModule: "int10"
[ 9.346] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 9.346] (II) Module int10: vendor="X.Org Foundation"
[ 9.346] compiled for 1.10.4, module version = 1.0.0
[ 9.346] ABI class: X.Org Video Driver, version 10.0
[ 9.346] (II) VESA(0): initializing int10
[ 9.346] (II) VESA(0): Bad V_BIOS checksum
[ 9.346] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 9.346] (II) VESA(0): VESA BIOS detected
[ 9.346] (II) VESA(0): VESA VBE Version 3.0
[ 9.346] (II) VESA(0): VESA VBE Total Mem: 32704 kB
[ 9.346] (II) VESA(0): VESA VBE OEM: Intel(r)Eaglelake Graphics Chip Accelerated VGA BIOS
[ 9.346] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 9.346] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[ 9.346] (II) VESA(0): VESA VBE OEM Product: Intel(r)Eaglelake Graphics Controller
[ 9.346] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[ 9.349] (II) VESA(0): virtual address = 0xb504a000,
physical address = 0xe0000000, size = 33488896
[ 9.359] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
[ 9.398] (==) VESA(0): Default visual is TrueColor
[ 9.446] (==) VESA(0): Backing store disabled
[ 9.446] (==) VESA(0): DPMS enabled
[ 9.446] (==) RandR enabled
[ 9.446] (II) Initializing built-in extension Generic Event Extension
[ 9.446] (II) Initializing built-in extension SHAPE
[ 9.446] (II) Initializing built-in extension MIT-SHM
[ 9.446] (II) Initializing built-in extension XInputExtension
[ 9.446] (II) Initializing built-in extension XTEST
[ 9.446] (II) Initializing built-in extension BIG-REQUESTS
[ 9.446] (II) Initializing built-in extension SYNC
[ 9.446] (II) Initializing built-in extension XKEYBOARD
[ 9.446] (II) Initializing built-in extension XC-MISC
[ 9.446] (II) Initializing built-in extension SECURITY
[ 9.446] (II) Initializing built-in extension XINERAMA
[ 9.446] (II) Initializing built-in extension XFIXES
[ 9.446] (II) Initializing built-in extension RENDER
[ 9.446] (II) Initializing built-in extension RANDR
[ 9.446] (II) Initializing built-in extension COMPOSITE
[ 9.446] (II) Initializing built-in extension DAMAGE
[ 9.466] (II) AIGLX: Screen 0 is not DRI2 capable
[ 9.466] (II) AIGLX: Screen 0 is not DRI capable
[ 9.711] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[ 9.711] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 10.052] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 10.052] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 10.052] (II) LoadModule: "evdev"
[ 10.052] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10.069] (II) Module evdev: vendor="X.Org Foundation"
[ 10.069] compiled for 1.10.0, module version = 2.6.0
[ 10.069] Module class: X.Org XInput Driver
[ 10.069] ABI class: X.Org XInput driver, version 12.2
[ 10.069] (II) Using input driver 'evdev' for 'Power Button'
[ 10.069] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10.069] (**) Power Button: always reports core events
[ 10.069] (**) Power Button: Device: "/dev/input/event3"
[ 10.069] (--) Power Button: Found keys
[ 10.069] (II) Power Button: Configuring as keyboard
[ 10.069] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 10.069] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 10.069] (**) Option "xkb_rules" "evdev"
[ 10.069] (**) Option "xkb_model" "evdev"
[ 10.069] (**) Option "xkb_layout" "us"
[ 10.096] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 10.096] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 10.096] (II) Using input driver 'evdev' for 'Power Button'
[ 10.096] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10.096] (**) Power Button: always reports core events
[ 10.096] (**) Power Button: Device: "/dev/input/event2"
[ 10.096] (--) Power Button: Found keys
[ 10.096] (II) Power Button: Configuring as keyboard
[ 10.096] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[ 10.096] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 10.096] (**) Option "xkb_rules" "evdev"
[ 10.096] (**) Option "xkb_model" "evdev"
[ 10.096] (**) Option "xkb_layout" "us"
[ 10.097] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event4)
[ 10.097] (II) No input driver/identifier specified (ignoring)
[ 10.099] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/event0)
[ 10.099] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev keyboard catchall"
[ 10.099] (II) Using input driver 'evdev' for 'HOLTEK Wireless USB Device'
[ 10.099] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10.099] (**) HOLTEK Wireless USB Device: always reports core events
[ 10.099] (**) HOLTEK Wireless USB Device: Device: "/dev/input/event0"
[ 10.099] (--) HOLTEK Wireless USB Device: Found keys
[ 10.099] (II) HOLTEK Wireless USB Device: Configuring as keyboard
[ 10.099] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input0/event0"
[ 10.099] (II) XINPUT: Adding extended input device "HOLTEK Wireless USB Device" (type: KEYBOARD)
[ 10.099] (**) Option "xkb_rules" "evdev"
[ 10.099] (**) Option "xkb_model" "evdev"
[ 10.099] (**) Option "xkb_layout" "us"
[ 10.100] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/event1)
[ 10.100] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev pointer catchall"
[ 10.100] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev keyboard catchall"
[ 10.100] (II) Using input driver 'evdev' for 'HOLTEK Wireless USB Device'
[ 10.100] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10.100] (**) HOLTEK Wireless USB Device: always reports core events
[ 10.100] (**) HOLTEK Wireless USB Device: Device: "/dev/input/event1"
[ 10.100] (--) HOLTEK Wireless USB Device: Found 9 mouse buttons
[ 10.100] (--) HOLTEK Wireless USB Device: Found scroll wheel(s)
[ 10.100] (--) HOLTEK Wireless USB Device: Found relative axes
[ 10.100] (--) HOLTEK Wireless USB Device: Found x and y relative axes
[ 10.100] (--) HOLTEK Wireless USB Device: Found absolute axes
[ 10.100] (--) HOLTEK Wireless USB Device: Found keys
[ 10.100] (II) HOLTEK Wireless USB Device: Configuring as mouse
[ 10.100] (II) HOLTEK Wireless USB Device: Configuring as keyboard
[ 10.100] (II) HOLTEK Wireless USB Device: Adding scrollwheel support
[ 10.100] (**) HOLTEK Wireless USB Device: YAxisMapping: buttons 4 and 5
[ 10.100] (**) HOLTEK Wireless USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10.100] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input1/event1"
[ 10.100] (II) XINPUT: Adding extended input device "HOLTEK Wireless USB Device" (type: KEYBOARD)
[ 10.100] (**) Option "xkb_rules" "evdev"
[ 10.100] (**) Option "xkb_model" "evdev"
[ 10.100] (**) Option "xkb_layout" "us"
[ 10.100] (II) HOLTEK Wireless USB Device: initialized for relative axes.
[ 10.100] (WW) HOLTEK Wireless USB Device: ignoring absolute axes.
[ 10.100] (**) HOLTEK Wireless USB Device: (accel) keeping acceleration scheme 1
[ 10.100] (**) HOLTEK Wireless USB Device: (accel) acceleration profile 0
[ 10.100] (**) HOLTEK Wireless USB Device: (accel) acceleration factor: 2.000
[ 10.100] (**) HOLTEK Wireless USB Device: (accel) acceleration threshold: 4
[ 10.100] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/mouse0)
[ 10.100] (II) No input driver/identifier specified (ignoring)Offline
with fedora, see if there is a conf file in /etc/X11/xorg.conf.d/ (or something similar).. it might be called 10-monitor.conf
Hasta manana, monsieur
Were the only words that I knew for sure
Offline
with fedora, see if there is a conf file in /etc/X11/xorg.conf.d/ (or something similar).. it might be called 10-monitor.conf
No,there is no 10-monitor.conf.
ls /etc/X11/xorg.conf.d/
00-system-setup-keyboard.confls /usr/share/X11/xorg.conf.d/
10-evdev.conf
10-quirks.conf
50-fpit.conf
50-synaptics.conf
50-vmmouse.conf
50.wacam.confI'll try to run with Fedora liveUSB and check out.
Offline
It is the Xorg.0.log in Fedora and looks nice
[ 14.739]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 14.739] X Protocol Version 11, Revision 0
[ 14.739] Build Operating System: x86-10 2.6.32-71.14.1.el6.x86_64
[ 14.739] Current Operating System: Linux localhost.localdomain 2.6.38.6-26.rc1.fc15.i686 #1 SMP Mon May 9 20:43:14 UTC 2011 i686
[ 14.740] Kernel command line: initrd=initrd0.img root=live:CDLABEL=Fedora-15-i686-Live-Desktop.iso rootfstype=auto ro liveimg quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0
[ 14.740] Build Date: 28 April 2011 03:50:16AM
[ 14.740] Build ID: xorg-x11-server 1.10.1-14.fc15
[ 14.740] Current version of pixman: 0.20.2
[ 14.740] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.740] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.740] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 25 14:33:42 2011
[ 14.741] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 14.741] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.804] (==) No Layout section. Using the first Screen section.
[ 14.804] (==) No screen section available. Using defaults.
[ 14.804] (**) |-->Screen "Default Screen Section" (0)
[ 14.804] (**) | |-->Monitor "<default monitor>"
[ 14.804] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 14.804] (==) Automatically adding devices
[ 14.804] (==) Automatically enabling devices
[ 14.805] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[ 14.805] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 14.805] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 14.805] (II) Loader magic: 0x8229940
[ 14.805] (II) Module ABI versions:
[ 14.805] X.Org ANSI C Emulation: 0.4
[ 14.805] X.Org Video Driver: 10.0
[ 14.805] X.Org XInput driver : 12.2
[ 14.805] X.Org Server Extension : 5.0
[ 14.806] (--) PCI:*(0:0:2:0) 8086:2e32:1043:836d rev 3, Mem @ 0xfe400000/4194304, 0xe0000000/268435456, I/O @ 0x0000dc00/8, BIOS @ 0x????????/131072
[ 14.806] (II) LoadModule: "extmod"
[ 14.807] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 14.822] (II) Module extmod: vendor="X.Org Foundation"
[ 14.822] compiled for 1.10.1, module version = 1.0.0
[ 14.822] Module class: X.Org Server Extension
[ 14.822] ABI class: X.Org Server Extension, version 5.0
[ 14.822] (II) Loading extension SELinux
[ 14.822] (II) Loading extension MIT-SCREEN-SAVER
[ 14.822] (II) Loading extension XFree86-VidModeExtension
[ 14.822] (II) Loading extension XFree86-DGA
[ 14.822] (II) Loading extension DPMS
[ 14.822] (II) Loading extension XVideo
[ 14.822] (II) Loading extension XVideo-MotionCompensation
[ 14.822] (II) Loading extension X-Resource
[ 14.822] (II) LoadModule: "dbe"
[ 14.822] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 14.828] (II) Module dbe: vendor="X.Org Foundation"
[ 14.828] compiled for 1.10.1, module version = 1.0.0
[ 14.828] Module class: X.Org Server Extension
[ 14.828] ABI class: X.Org Server Extension, version 5.0
[ 14.828] (II) Loading extension DOUBLE-BUFFER
[ 14.828] (II) LoadModule: "glx"
[ 14.829] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 14.843] (II) Module glx: vendor="X.Org Foundation"
[ 14.843] compiled for 1.10.1, module version = 1.0.0
[ 14.843] ABI class: X.Org Server Extension, version 5.0
[ 14.843] (==) AIGLX enabled
[ 14.843] (II) Loading extension GLX
[ 14.843] (II) LoadModule: "record"
[ 14.843] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 14.843] (II) Module record: vendor="X.Org Foundation"
[ 14.843] compiled for 1.10.1, module version = 1.13.0
[ 14.843] Module class: X.Org Server Extension
[ 14.843] ABI class: X.Org Server Extension, version 5.0
[ 14.843] (II) Loading extension RECORD
[ 14.843] (II) LoadModule: "dri"
[ 14.844] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 14.844] (II) Module dri: vendor="X.Org Foundation"
[ 14.844] compiled for 1.10.1, module version = 1.0.0
[ 14.844] ABI class: X.Org Server Extension, version 5.0
[ 14.844] (II) Loading extension XFree86-DRI
[ 14.844] (II) LoadModule: "dri2"
[ 14.844] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 14.844] (II) Module dri2: vendor="X.Org Foundation"
[ 14.844] compiled for 1.10.1, module version = 1.2.0
[ 14.844] ABI class: X.Org Server Extension, version 5.0
[ 14.844] (II) Loading extension DRI2
[ 14.844] (==) Matched intel as autoconfigured driver 0
[ 14.844] (==) Matched vesa as autoconfigured driver 1
[ 14.845] (==) Matched fbdev as autoconfigured driver 2
[ 14.845] (==) Assigned the driver to the xf86ConfigLayout
[ 14.845] (II) LoadModule: "intel"
[ 14.845] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 14.869] (II) Module intel: vendor="X.Org Foundation"
[ 14.869] compiled for 1.10.1, module version = 2.14.0
[ 14.869] Module class: X.Org Video Driver
[ 14.869] ABI class: X.Org Video Driver, version 10.0
[ 14.869] (II) LoadModule: "vesa"
[ 14.869] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 14.878] (II) Module vesa: vendor="X.Org Foundation"
[ 14.878] compiled for 1.10.0, module version = 2.3.0
[ 14.878] Module class: X.Org Video Driver
[ 14.878] ABI class: X.Org Video Driver, version 10.0
[ 14.878] (II) LoadModule: "fbdev"
[ 14.878] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 14.884] (II) Module fbdev: vendor="X.Org Foundation"
[ 14.884] compiled for 1.10.0, module version = 0.4.1
[ 14.884] ABI class: X.Org Video Driver, version 10.0
[ 14.884] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
[ 14.885] (II) VESA: driver for VESA chipsets: vesa
[ 14.885] (II) FBDEV: driver for framebuffer: fbdev
[ 14.886] (--) using VT number 7
[ 14.906] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 14.906] (WW) Falling back to old probe method for vesa
[ 14.906] (WW) Falling back to old probe method for fbdev
[ 14.906] (II) Loading sub module "fbdevhw"
[ 14.906] (II) LoadModule: "fbdevhw"
[ 14.906] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 14.912] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 14.912] compiled for 1.10.1, module version = 0.0.2
[ 14.912] ABI class: X.Org Video Driver, version 10.0
[ 14.912] drmOpenDevice: node name is /dev/dri/card0
[ 14.912] drmOpenDevice: open result is 8, (OK)
[ 14.912] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 14.912] drmOpenDevice: node name is /dev/dri/card0
[ 14.912] drmOpenDevice: open result is 8, (OK)
[ 14.912] drmOpenByBusid: drmOpenMinor returns 8
[ 14.912] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 14.912] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 14.912] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 14.912] (==) intel(0): RGB weight 888
[ 14.912] (==) intel(0): Default visual is TrueColor
[ 14.912] (II) intel(0): Integrated Graphics Chipset: Intel(R) G41
[ 14.912] (--) intel(0): Chipset: "G41"
[ 14.912] (**) intel(0): Tiling enabled
[ 14.912] (**) intel(0): SwapBuffers wait enabled
[ 14.912] (==) intel(0): video overlay key set to 0x101fe
[ 14.998] (II) intel(0): Output VGA1 has no monitor section
[ 15.082] (II) intel(0): EDID for output VGA1
[ 15.082] (II) intel(0): Manufacturer: ACI Model: 19d5 Serial#: 159042
[ 15.082] (II) intel(0): Year: 2010 Week: 4
[ 15.082] (II) intel(0): EDID Version: 1.3
[ 15.082] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 15.082] (II) intel(0): Sync: Separate
[ 15.083] (II) intel(0): Max Image Size [cm]: horiz.: 41 vert.: 26
[ 15.083] (II) intel(0): Gamma: 2.20
[ 15.083] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 15.083] (II) intel(0): First detailed timing is preferred mode
[ 15.083] (II) intel(0): redX: 0.650 redY: 0.340 greenX: 0.290 greenY: 0.610
[ 15.083] (II) intel(0): blueX: 0.150 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
[ 15.083] (II) intel(0): Supported established timings:
[ 15.083] (II) intel(0): 720x400@70Hz
[ 15.083] (II) intel(0): 640x480@60Hz
[ 15.083] (II) intel(0): 640x480@67Hz
[ 15.083] (II) intel(0): 640x480@72Hz
[ 15.083] (II) intel(0): 640x480@75Hz
[ 15.083] (II) intel(0): 800x600@56Hz
[ 15.083] (II) intel(0): 800x600@60Hz
[ 15.083] (II) intel(0): 800x600@72Hz
[ 15.083] (II) intel(0): 800x600@75Hz
[ 15.083] (II) intel(0): 832x624@75Hz
[ 15.083] (II) intel(0): 1024x768@60Hz
[ 15.083] (II) intel(0): 1024x768@70Hz
[ 15.083] (II) intel(0): 1024x768@75Hz
[ 15.083] (II) intel(0): 1280x1024@75Hz
[ 15.083] (II) intel(0): 1152x864@75Hz
[ 15.083] (II) intel(0): Manufacturer's mask: 0
[ 15.083] (II) intel(0): Supported standard timings:
[ 15.083] (II) intel(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 15.083] (II) intel(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 15.083] (II) intel(0): #2: hsize: 1280 vsize 800 refresh: 75 vid: 3969
[ 15.083] (II) intel(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 15.083] (II) intel(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 15.083] (II) intel(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 15.083] (II) intel(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 15.083] (II) intel(0): Supported detailed timing:
[ 15.083] (II) intel(0): clock: 106.5 MHz Image Size: 408 x 255 mm
[ 15.083] (II) intel(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
[ 15.083] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
[ 15.083] (II) intel(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[ 15.083] (II) intel(0): Monitor name: ASUS VW193D
[ 15.083] (II) intel(0): Serial No: A1LMTF159042
[ 15.083] (II) intel(0): EDID (in hex):
[ 15.083] (II) intel(0): 00ffffffffffff000469d519426d0200
[ 15.083] (II) intel(0): 0414010308291a78ea8585a6574a9c26
[ 15.083] (II) intel(0): 125054bfef80714f8100810f81408180
[ 15.083] (II) intel(0): 9500950f01019a29a0d0518422305098
[ 15.083] (II) intel(0): 360098ff1000001c000000fd00374b1e
[ 15.083] (II) intel(0): 530f000a202020202020000000fc0041
[ 15.083] (II) intel(0): 535553205657313933440a20000000ff
[ 15.083] (II) intel(0): 0041314c4d54463135393034320a0075
[ 15.083] (II) intel(0): EDID vendor "ACI", prod id 6613
[ 15.084] (II) intel(0): Using EDID range info for horizontal sync
[ 15.084] (II) intel(0): Using EDID range info for vertical refresh
[ 15.084] (II) intel(0): Printing DDC gathered Modelines:
[ 15.084] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 15.084] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.084] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 15.084] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 15.084] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 15.084] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 15.084] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.084] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.084] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 15.084] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 15.084] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 15.084] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.084] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 15.084] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 15.084] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 15.084] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 15.084] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 15.084] (II) intel(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 15.084] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 15.084] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.084] (II) intel(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 15.084] (II) intel(0): Printing probed modes for output VGA1
[ 15.084] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 15.084] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 15.084] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.084] (II) intel(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 15.084] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 15.084] (II) intel(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 15.084] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz)
[ 15.084] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 15.084] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 15.084] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 15.084] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.084] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 15.084] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 15.084] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 15.084] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.084] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 15.084] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 15.084] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 15.084] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 15.084] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.085] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.085] (II) intel(0): Output VGA1 connected
[ 15.085] (II) intel(0): Using exact sizes for initial modes
[ 15.085] (II) intel(0): Output VGA1 using initial mode 1440x900 +0+0
[ 15.085] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 15.085] (II) intel(0): Kernel page flipping support detected, enabling
[ 15.085] (**) intel(0): Display dimensions: (410, 260) mm
[ 15.085] (**) intel(0): DPI set to (89, 87)
[ 15.085] (II) Loading sub module "fb"
[ 15.085] (II) LoadModule: "fb"
[ 15.085] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 15.092] (II) Module fb: vendor="X.Org Foundation"
[ 15.092] compiled for 1.10.1, module version = 1.0.0
[ 15.092] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.092] (II) UnloadModule: "vesa"
[ 15.092] (II) Unloading vesa
[ 15.092] (II) UnloadModule: "fbdev"
[ 15.092] (II) Unloading fbdev
[ 15.092] (II) UnloadModule: "fbdevhw"
[ 15.092] (II) Unloading fbdevhw
[ 15.092] (==) Depth 24 pixmap format is 32 bpp
[ 15.092] (==) intel(0): VideoRam: 262144 KB
[ 15.092] (II) intel(0): [DRI2] Setup complete
[ 15.092] (II) intel(0): [DRI2] DRI driver: i965
[ 15.092] (II) intel(0): Allocated new frame buffer 1472x900 stride 6144, tiled
[ 15.111] (II) UXA(0): Driver registered support for the following operations:
[ 15.112] (II) solid
[ 15.112] (II) copy
[ 15.112] (II) composite (RENDER acceleration)
[ 15.112] (II) put_image
[ 15.112] (II) get_image
[ 15.112] (==) intel(0): Backing store disabled
[ 15.112] (==) intel(0): Silken mouse enabled
[ 15.112] (II) intel(0): Initializing HW Cursor
[ 15.112] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 15.112] (==) intel(0): DPMS enabled
[ 15.112] (==) intel(0): Intel XvMC decoder enabled
[ 15.112] (II) intel(0): Set up textured video
[ 15.112] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 15.112] (II) intel(0): direct rendering: DRI2 Enabled
[ 15.112] (==) intel(0): hotplug detection: "enabled"
[ 15.130] (--) RandR disabled
[ 15.130] (II) Initializing built-in extension Generic Event Extension
[ 15.130] (II) Initializing built-in extension SHAPE
[ 15.130] (II) Initializing built-in extension MIT-SHM
[ 15.130] (II) Initializing built-in extension XInputExtension
[ 15.130] (II) Initializing built-in extension XTEST
[ 15.130] (II) Initializing built-in extension BIG-REQUESTS
[ 15.130] (II) Initializing built-in extension SYNC
[ 15.130] (II) Initializing built-in extension XKEYBOARD
[ 15.130] (II) Initializing built-in extension XC-MISC
[ 15.130] (II) Initializing built-in extension XINERAMA
[ 15.130] (II) Initializing built-in extension XFIXES
[ 15.130] (II) Initializing built-in extension RENDER
[ 15.130] (II) Initializing built-in extension RANDR
[ 15.130] (II) Initializing built-in extension COMPOSITE
[ 15.130] (II) Initializing built-in extension DAMAGE
[ 15.134] (II) SELinux: Disabled by boolean
[ 15.277] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 15.277] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 15.277] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 15.277] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 15.277] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 15.277] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[ 15.277] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 15.277] (II) intel(0): Setting screen physical size to 380 x 238
[ 15.458] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 15.458] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.458] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 15.458] (II) LoadModule: "evdev"
[ 15.458] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.459] (II) Module evdev: vendor="X.Org Foundation"
[ 15.459] compiled for 1.10.0, module version = 2.6.0
[ 15.459] Module class: X.Org XInput Driver
[ 15.459] ABI class: X.Org XInput driver, version 12.2
[ 15.459] (II) Using input driver 'evdev' for 'Power Button'
[ 15.459] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.459] (**) Power Button: always reports core events
[ 15.459] (**) Power Button: Device: "/dev/input/event1"
[ 15.463] (--) Power Button: Found keys
[ 15.463] (II) Power Button: Configuring as keyboard
[ 15.463] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 15.463] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 15.463] (**) Option "xkb_rules" "evdev"
[ 15.463] (**) Option "xkb_model" "pc105+inet"
[ 15.463] (**) Option "xkb_layout" "us"
[ 15.463] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 15.493] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 15.493] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.493] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 15.493] (II) Using input driver 'evdev' for 'Power Button'
[ 15.493] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.493] (**) Power Button: always reports core events
[ 15.493] (**) Power Button: Device: "/dev/input/event0"
[ 15.497] (--) Power Button: Found keys
[ 15.497] (II) Power Button: Configuring as keyboard
[ 15.497] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 15.497] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 15.497] (**) Option "xkb_rules" "evdev"
[ 15.497] (**) Option "xkb_model" "pc105+inet"
[ 15.497] (**) Option "xkb_layout" "us"
[ 15.497] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 15.499] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event4)
[ 15.499] (II) No input driver/identifier specified (ignoring)
[ 15.500] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/event2)
[ 15.500] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev keyboard catchall"
[ 15.500] (**) HOLTEK Wireless USB Device: Applying InputClass "system-setup-keyboard"
[ 15.500] (II) Using input driver 'evdev' for 'HOLTEK Wireless USB Device'
[ 15.500] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.501] (**) HOLTEK Wireless USB Device: always reports core events
[ 15.501] (**) HOLTEK Wireless USB Device: Device: "/dev/input/event2"
[ 15.501] (--) HOLTEK Wireless USB Device: Found keys
[ 15.501] (II) HOLTEK Wireless USB Device: Configuring as keyboard
[ 15.501] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input2/event2"
[ 15.501] (II) XINPUT: Adding extended input device "HOLTEK Wireless USB Device" (type: KEYBOARD)
[ 15.501] (**) Option "xkb_rules" "evdev"
[ 15.501] (**) Option "xkb_model" "pc105+inet"
[ 15.501] (**) Option "xkb_layout" "us"
[ 15.501] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 15.501] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/event3)
[ 15.501] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev pointer catchall"
[ 15.501] (**) HOLTEK Wireless USB Device: Applying InputClass "evdev keyboard catchall"
[ 15.501] (**) HOLTEK Wireless USB Device: Applying InputClass "system-setup-keyboard"
[ 15.502] (II) Using input driver 'evdev' for 'HOLTEK Wireless USB Device'
[ 15.502] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.502] (**) HOLTEK Wireless USB Device: always reports core events
[ 15.502] (**) HOLTEK Wireless USB Device: Device: "/dev/input/event3"
[ 15.502] (--) HOLTEK Wireless USB Device: Found 9 mouse buttons
[ 15.502] (--) HOLTEK Wireless USB Device: Found scroll wheel(s)
[ 15.502] (--) HOLTEK Wireless USB Device: Found relative axes
[ 15.502] (--) HOLTEK Wireless USB Device: Found x and y relative axes
[ 15.502] (--) HOLTEK Wireless USB Device: Found absolute axes
[ 15.502] (--) HOLTEK Wireless USB Device: Found keys
[ 15.502] (II) HOLTEK Wireless USB Device: Configuring as mouse
[ 15.502] (II) HOLTEK Wireless USB Device: Configuring as keyboard
[ 15.502] (II) HOLTEK Wireless USB Device: Adding scrollwheel support
[ 15.502] (**) HOLTEK Wireless USB Device: YAxisMapping: buttons 4 and 5
[ 15.502] (**) HOLTEK Wireless USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 15.502] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input3/event3"
[ 15.502] (II) XINPUT: Adding extended input device "HOLTEK Wireless USB Device" (type: KEYBOARD)
[ 15.502] (**) Option "xkb_rules" "evdev"
[ 15.502] (**) Option "xkb_model" "pc105+inet"
[ 15.502] (**) Option "xkb_layout" "us"
[ 15.502] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 15.502] (II) HOLTEK Wireless USB Device: initialized for relative axes.
[ 15.502] (WW) HOLTEK Wireless USB Device: ignoring absolute axes.
[ 15.502] (**) HOLTEK Wireless USB Device: (accel) keeping acceleration scheme 1
[ 15.502] (**) HOLTEK Wireless USB Device: (accel) acceleration profile 0
[ 15.502] (**) HOLTEK Wireless USB Device: (accel) acceleration factor: 2.000
[ 15.502] (**) HOLTEK Wireless USB Device: (accel) acceleration threshold: 4
[ 15.503] (II) config/udev: Adding input device HOLTEK Wireless USB Device (/dev/input/mouse0)
[ 15.503] (**) HOLTEK Wireless USB Device: Applying InputClass "system-setup-keyboard"
[ 15.503] (II) No input driver/identifier specified (ignoring)
[ 15.617] (II) intel(0): EDID vendor "ACI", prod id 6613
[ 15.617] (II) intel(0): Using hsync ranges from config file
[ 15.617] (II) intel(0): Using vrefresh ranges from config file
[ 15.617] (II) intel(0): Printing DDC gathered Modelines:
[ 15.617] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 15.617] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.617] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 15.617] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 15.617] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 15.617] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 15.617] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.617] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.617] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 15.617] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 15.617] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 15.617] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.617] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 15.617] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 15.617] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 15.617] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 15.617] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 15.617] (II) intel(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 15.617] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 15.617] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.617] (II) intel(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 17.891] (II) intel(0): EDID vendor "ACI", prod id 6613
[ 17.892] (II) intel(0): Using hsync ranges from config file
[ 17.892] (II) intel(0): Using vrefresh ranges from config file
[ 17.892] (II) intel(0): Printing DDC gathered Modelines:
[ 17.892] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 17.892] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 17.892] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 17.892] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 17.893] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 17.893] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 17.893] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 17.893] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 17.893] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 17.893] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 17.893] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 17.893] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 17.893] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 17.893] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 17.893] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 17.893] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 17.893] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 17.893] (II) intel(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 17.893] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 17.893] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 17.893] (II) intel(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 17.974] (II) intel(0): EDID vendor "ACI", prod id 6613
[ 17.974] (II) intel(0): Using hsync ranges from config file
[ 17.974] (II) intel(0): Using vrefresh ranges from config file
[ 17.974] (II) intel(0): Printing DDC gathered Modelines:
[ 17.974] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 17.974] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 17.974] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 17.974] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 17.974] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 17.974] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 17.974] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 17.974] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 17.974] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 17.974] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 17.974] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 17.974] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 17.974] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 17.974] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 17.974] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 17.974] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 17.974] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 17.975] (II) intel(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 17.975] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 17.975] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 17.975] (II) intel(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 18.075] (II) intel(0): EDID vendor "ACI", prod id 6613
[ 18.075] (II) intel(0): Using hsync ranges from config file
[ 18.075] (II) intel(0): Using vrefresh ranges from config file
[ 18.075] (II) intel(0): Printing DDC gathered Modelines:
[ 18.075] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 18.075] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 18.075] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 18.075] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 18.075] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 18.075] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 18.075] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 18.075] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 18.075] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 18.075] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 18.075] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 18.075] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 18.075] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 18.075] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 18.075] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 18.076] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 18.076] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 18.076] (II) intel(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 18.076] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 18.076] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 18.076] (II) intel(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 18.158] (II) intel(0): EDID vendor "ACI", prod id 6613
[ 18.158] (II) intel(0): Using hsync ranges from config file
[ 18.158] (II) intel(0): Using vrefresh ranges from config file
[ 18.158] (II) intel(0): Printing DDC gathered Modelines:
[ 18.158] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 18.158] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 18.158] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 18.158] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 18.158] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 18.158] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 18.158] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 18.158] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 18.158] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 18.158] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 18.158] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 18.158] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 18.158] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 18.158] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 18.158] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 18.158] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 18.158] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 18.158] (II) intel(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 18.158] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 18.158] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 18.158] (II) intel(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 19.712] (II) intel(0): EDID vendor "ACI", prod id 6613
[ 19.712] (II) intel(0): Using hsync ranges from config file
[ 19.712] (II) intel(0): Using vrefresh ranges from config file
[ 19.712] (II) intel(0): Printing DDC gathered Modelines:
[ 19.712] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 19.712] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 19.712] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 19.712] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 19.712] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 19.712] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 19.712] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 19.712] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 19.712] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 19.713] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 19.713] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 19.713] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 19.713] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 19.713] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 19.713] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 19.713] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 19.713] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 19.713] (II) intel(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 19.713] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 19.713] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 19.713] (II) intel(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 31.629] (II) intel(0): EDID vendor "ACI", prod id 6613
[ 31.631] (II) intel(0): Using hsync ranges from config file
[ 31.631] (II) intel(0): Using vrefresh ranges from config file
[ 31.631] (II) intel(0): Printing DDC gathered Modelines:
[ 31.631] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 31.631] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 31.631] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 31.631] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 31.631] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 31.632] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 31.632] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 31.632] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 31.632] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 31.632] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 31.632] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 31.632] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 31.632] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 31.632] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 31.632] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 31.632] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 31.632] (II) intel(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 31.632] (II) intel(0): Modeline "1280x800"x0.0 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz)
[ 31.632] (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 31.632] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 31.632] (II) intel(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)Offline
in post #5, I think your Xorg.0.log without xorg.conf is showing the VESA driver is being loaded with the following settings:
[ 9.200] (II) VESA(0): Total Memory: 511 64KB banks (32704kB)
[ 9.201] (II) VESA(0): <default monitor>: Using hsync range of 30.00-83.00 kHz
[ 9.201] (II) VESA(0): <default monitor>: Using vrefresh range of 55.00-75.00 Hz
[ 9.201] (II) VESA(0): <default monitor>: Using maximum pixel clock of 155.00 MHz
[ 9.201] (WW) VESA(0): Unable to estimate virtual size
[ 9.201] (II) VESA(0): Not using built-in mode "1920x1440" (no mode of this name)
[ 9.201] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[ 9.206] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[ 9.206] (**) VESA(0): *Built-in mode "1280x1024"
[ 9.206] (**) VESA(0): *Built-in mode "1024x768"
[ 9.206] (**) VESA(0): *Built-in mode "800x600"
[ 9.206] (**) VESA(0): *Built-in mode "640x480"
[ 9.206] (**) VESA(0): Display dimensions: (410, 260) mm
[ 9.206] (**) VESA(0): DPI set to (79, 100)
[ 9.206] (**) VESA(0): Using "Shadow Framebuffer"It finally settles on 1280x1024
[ 9.359] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)This is confirmed by the output from xrandr -q
I think you need to go back to pablokal's advice is post #2 but it might be an idea to start as basic as you can
If it were me, I would try this:
* remove /etc/X11/xorg.conf
* create /etc/X11/xorg.conf.d/10-monitor.conf
in 10-monitor.conf add the following
Section "Device"
Identifier "Device0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
SubSection "Display"
Depth 24
Modes "1440x900_75.00" #Choose the resolution
EndSubSection
EndSectionHere's where it gets hazy... I'm hardly an xorg expert and you *might* need some extra sections in there. If you do, either post the error message or google.
The first thing I think you need to do though, is ensure the intel driver is getting loaded and take it from there (so you were already on the right track anyway)
Hasta manana, monsieur
Were the only words that I knew for sure
Offline
I created a 10-monitor.conf and I got:
[ 17.967]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 17.967] X Protocol Version 11, Revision 0
[ 17.967] Build Operating System: Linux 3.0-ARCH i686
[ 17.967] Current Operating System: Linux archbang 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686
[ 17.967] Kernel command line: root=/dev/disk/by-uuid/11f0cbdf-6ad6-4a02-914e-6f1a47e899f8 loglevel=3 ro quiet resume=/dev/disk/by-uuid/d9d07159-bab6-4863-a0bf-9ce975799552 nomodeset
[ 17.967] Build Date: 17 September 2011 07:40:13AM
[ 17.967]
[ 17.967] Current version of pixman: 0.22.2
[ 17.967] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 17.967] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 17.967] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 26 09:18:44 2011
[ 17.967] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 17.967] (==) No Layout section. Using the first Screen section.
[ 17.967] (**) |-->Screen "Screen0" (0)
[ 17.967] (**) | |-->Monitor "<default monitor>"
[ 17.967] (**) | |-->Device "Device0"
[ 17.967] (==) No monitor specified for screen "Screen0".
Using a default monitor configuration.
[ 17.967] (==) Automatically adding devices
[ 17.967] (==) Automatically enabling devices
[ 17.967] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 17.967] Entry deleted from font path.
[ 17.967] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 17.967] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 17.967] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 17.967] (II) Loader magic: 0x8230d40
[ 17.967] (II) Module ABI versions:
[ 17.968] X.Org ANSI C Emulation: 0.4
[ 17.968] X.Org Video Driver: 10.0
[ 17.968] X.Org XInput driver : 12.2
[ 17.968] X.Org Server Extension : 5.0
[ 17.968] (--) PCI:*(0:0:2:0) 8086:2e32:1043:836d rev 3, Mem @ 0xfe400000/4194304, 0xe0000000/268435456, I/O @ 0x0000dc00/8
[ 17.968] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 17.968] (II) LoadModule: "extmod"
[ 17.968] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 17.968] (II) Module extmod: vendor="X.Org Foundation"
[ 17.968] compiled for 1.10.4, module version = 1.0.0
[ 17.968] Module class: X.Org Server Extension
[ 17.968] ABI class: X.Org Server Extension, version 5.0
[ 17.968] (II) Loading extension MIT-SCREEN-SAVER
[ 17.968] (II) Loading extension XFree86-VidModeExtension
[ 17.968] (II) Loading extension XFree86-DGA
[ 17.968] (II) Loading extension DPMS
[ 17.968] (II) Loading extension XVideo
[ 17.968] (II) Loading extension XVideo-MotionCompensation
[ 17.968] (II) Loading extension X-Resource
[ 17.968] (II) LoadModule: "dbe"
[ 17.969] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 17.969] (II) Module dbe: vendor="X.Org Foundation"
[ 17.969] compiled for 1.10.4, module version = 1.0.0
[ 17.969] Module class: X.Org Server Extension
[ 17.969] ABI class: X.Org Server Extension, version 5.0
[ 17.969] (II) Loading extension DOUBLE-BUFFER
[ 17.969] (II) LoadModule: "glx"
[ 17.969] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 17.969] (II) Module glx: vendor="X.Org Foundation"
[ 17.969] compiled for 1.10.4, module version = 1.0.0
[ 17.969] ABI class: X.Org Server Extension, version 5.0
[ 17.969] (==) AIGLX enabled
[ 17.969] (II) Loading extension GLX
[ 17.969] (II) LoadModule: "record"
[ 17.969] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 17.969] (II) Module record: vendor="X.Org Foundation"
[ 17.969] compiled for 1.10.4, module version = 1.13.0
[ 17.969] Module class: X.Org Server Extension
[ 17.969] ABI class: X.Org Server Extension, version 5.0
[ 17.969] (II) Loading extension RECORD
[ 17.969] (II) LoadModule: "dri"
[ 17.969] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 17.969] (II) Module dri: vendor="X.Org Foundation"
[ 17.969] compiled for 1.10.4, module version = 1.0.0
[ 17.969] ABI class: X.Org Server Extension, version 5.0
[ 17.969] (II) Loading extension XFree86-DRI
[ 17.969] (II) LoadModule: "dri2"
[ 17.969] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 17.969] (II) Module dri2: vendor="X.Org Foundation"
[ 17.969] compiled for 1.10.4, module version = 1.2.0
[ 17.969] ABI class: X.Org Server Extension, version 5.0
[ 17.969] (II) Loading extension DRI2
[ 17.969] (II) LoadModule: "intel"
[ 17.969] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 17.970] (II) Module intel: vendor="X.Org Foundation"
[ 17.970] compiled for 1.10.2, module version = 2.15.0
[ 17.970] Module class: X.Org Video Driver
[ 17.970] ABI class: X.Org Video Driver, version 10.0
[ 17.970] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[ 17.970] (++) using VT number 7
[ 17.974] (EE) No devices detected.
[ 17.974]
Fatal server error:
[ 17.974] no screens found
[ 17.974]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 17.974] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 17.974] When I change it to
Section "Device"
Identifier "Device0"
Driver "vesa"
EndSectionIt works at resolution 1280x1024
I think it maybe some driver problem.So I compiler xf86-video-intel-newest form AUR.And it can't work too.
Is there any kernel patch in Fedora?Or I should try the older driver?
Offline
I installed an archlinux in another hard disk.
And
vi /etc/pacman.d/mirrorlist
pacman -Syu
pacman -S xorg
pacman -S xorg-xinit xterm
startxIt works very well without any configuration.
I think it maybe some problem with AB.
Offline
[ 17.974] (EE) No devices detected.
[ 17.974]
Fatal server error:
[ 17.974] no screens found
[ 17.974]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 17.974] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 17.974]
When I change it to
Section "Device"
Identifier "Device0"
Driver "vesa"
EndSection
It works at resolution 1280x1024hi all
i set modes to 1024x768_72 in 10-monitor.conf but it works this very same for me as well.. has anyone solved this issue?
Last edited by carlo (2011-10-03 17:15:49)
Offline
Same issue as OP...
I did however notice that loading the 'failsafe' Arch at boot fixes the resolution problem completely. Could be worth a shot for those going through problems.
What is the failsafe AB doing or not doing that the normal AB bootup does or does not?
It would also be worthy to note that the AB iso I downloaded a couple months ago installed fine with no resolution problems. I changed to the latest version because that one had awkward mirror problems.
Lastly would it be an issue for me later by just loading the AB failsafe at boot or is that cool?
Last edited by Junkman420 (2011-10-05 23:21:35)
Offline
Late to the party, but I think this might help some people. I kept having the same problem as the OP, not with 2011.10, but with 2011.11. Was really stumping me. Googled a bit and found a blog with a guy who had this EXACT problem with Archbang. Cant find the link, Ill post it later, but here are the two steps that fixed the issue for me:
As the last post said change 20-gpudriver to what you need (in my case ati instead of vesa).
Second, no xorg.conf needed, I edited /boot/grub/menu.lst(off topic, liking grub legacy much more now ha) and the setting on the line with the kernel that says "nomodeset" I deleted that. Even fixing the 20-gpudriver.conf file, if you dont remove this(or at least if I didnt) the virtual screen setting with xrandr would be all messed up. Im assuming as my linux knowledge is not superb that this is the real hangup between 2011.10 and 2011.11, not sure. Either way.
Rebooted, and now arandr and dual monitor works like a charm. Added arandr's script to autostart.sh and voila. Didnt need to add any extra conf files, no xorg or nothing.
Hope this helps, might be able mark solved if this is the general case.
Last edited by cphayes0882 (2011-12-31 05:59:33)
Offline
This is already in the wiki: http://wiki.archbang.org/index.php?titl … %27t_Start
section Editing Grub
and suggested in lots of posts of which the last one http://bbs.archbang.org/viewtopic.php?pid=9032#p9032
So this isn't exactly news...
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
This thread seems to be good for me, see:
http://bbs.archbang.org/viewtopic.php?id=2178
Le mieux est l'ennemi du bien (Voltaire).
Offline
Hi, I decided to go through the procedure described here as my screen resolution should also be 1366x768 and not 1024x768. I have a Compaq Presario CQ43 laptop running a nice up-to-date ArchBang. Updated everyday. I don't have the /etc/X11/xorg.conf file. It is empty. I suspect it is no longer used in the latest iteration of AB. What would you suggest?
Offline
Files for xorg are now in /etc/X11/xorg.conf.d
Offline
Hi Mr Green, I have tried to edit that file with nano but the file is empty.
Offline
xorg.conf.d is a directory
cd /etc/X11/xorg.conf.d
ls -laOffline
xorg.conf.d is a directory
cd /etc/X11/xorg.conf.d ls -la
I get keyboard-layout.conf
evdev.conf
synaptics.conf
qpudriver.conf
joystick.conf
vmmouse.conf
Offline
gpudriver is the one read up wiki guide for more information
Offline
Thanks, will do.
Offline
I must be missing something because I have read all I can on the topic but when following the instructions (for instance editing the grub or xorg.conf.d files, mine are all blank. Nothing to look at let alone change. I do get details of my gpudriver but nothing about screen resolution in that file. I am stumped.
Offline
If you want to edit grub then run
sudo nano /boot/grub/menu.lstOffline