Hi all,<br>   I'm posting here on the advice found on this page: <a href="http://intellinuxgraphics.org/feedback.html">http://intellinuxgraphics.org/feedback.html</a> - Apologies if I've got the wrong place...<br>I'm hoping someone can please check my sanity... I'm having a problem with my multi-monitor setup as follows:<br>
<br>Firstly the setup:<br>--------------------<br>Acer laptop with Intel Mobile GM965 Integrated Graphics (w/ Docking station)<br>Running Fedora 10 i386<br>Intel i810 driver v 2.5.0-4 (latest RPM available)<br>Xorg X11 v1.5.3<br>
<br>Philips LCD attached to VGA<br>Samsung LCD attached to DVI (TMDS-1)<br>Interlan LCD Screen (attached to LVDS)<br><br>The Problem:<br>----------------<br>I'm trying to set it up so that when I start the laptop up, which is invariably docked, it enables the VGA and DVI outputs to run my two LCD screens on my desk. Then if I need to take my laptop with me and leave the desk, I want to use just the laptop screen (LVDS) and turn off both VGA and DVI.<br>
<br>This should be simple using XRandR 1.2.... However the machine insists on starting up with DVI and LVDS enabled and not the VGA. So I get one LCD and the Laptop's build in screen.<br><br>I can get around this by setting the option "Ignore" "true" on the LVDS Monitor section. Now the machine startes with both LCDs as it should. However now that I have ignored the LVDS output, I can't enable it with XRandR when I take my laptop from the Docking Station without changing the "Ignore" directive and restarting X.<br>
<br>From reading the xorg.conf man page, it would seem to me that the "Enable"  option for the monitor section should do what I want. That way I would leave all three outputs as "Ignore False" and set Enable to False just for LVDS - stopping it from being enabled unless I tell it to be.<br>
<br>Xorg.0.log suggests that it's working:<br><br>(II) intel(0): Output VGA enabled by config file<br>(II) intel(0): Output LVDS connected<br>(II) intel(0): Output TMDS-1 enabled by config file<br>(II) intel(0): Using user preference for initial modes<br>
(II) intel(0): Output VGA using initial mode 1280x1024<br>(II) intel(0): Output LVDS using initial mode 1280x800<br>(II) intel(0): Output TMDS-1 using initial mode 1680x1050<br>(II) intel(0): Monitoring connected displays enabled<br>
<br><br> Trouble is, I still get one LCD and the Laptop Screen. and then it says this further down the Xorg log:<br><br>(WW) intel(0): Option "PreferredMode" is not used<br>(WW) intel(0): Option "Position" is not used<br>
(WW) intel(0): Option "Ignore" is not used<br>(WW) intel(0): Option "Enable" is not used<br><br>...Huh? Ignore does work... but Enable doesn't... yes it says both are "not used"...<br><br>
I hope I'm missing something here... Otherwise I'll have to assume it's a bug...<br><br>Can anyone shed any light?<br><br>Thanks!<br><br>Charles<br><br><br><br>xorg.conf:<br>------------<br>(the relevant bits)<br>
<br>Section "ServerLayout"<br>        Identifier     "default"<br>        Screen      0  "Screen0" 0 0<br>        InputDevice    "Keyboard0" "CoreKeyboard"<br>EndSection<br>
<br>Section "Device"<br>        Identifier  "Videocard0"<br>        Driver      "intel"<br>        Option      "monitor-TMDS-1" "dvi"<br>        Option      "monitor-VGA" "vga"<br>
        Option      "monitor-LVDS" "lvds"<br>        Option      "PageFlip" "true"<br>        Option      "TripleBuffer" "true"<br>EndSection<br><br>Section "Screen"<br>
        Identifier "Screen0"<br>        Device     "Videocard0"<br>        DefaultDepth     24<br>        Monitor    "vga"<br>        SubSection "Display"<br>                Virtual   3000 1200<br>
                Viewport  0 0<br>                Depth     24<br>        EndSubSection<br>EndSection<br><br>Section "Monitor"<br>        Identifier      "dvi"<br>        Option        "PreferredMode"  "1680x1050"<br>
        Option        "Position" "0 0"<br>        Option        "Ignore"  "false"<br>        Option        "Enable"  "true"<br>EndSection<br><br>Section "Monitor"<br>
        Identifier      "vga"<br>        Option        "PreferredMode"  "1280x1024"<br>        Option        "Position" "-1280 0"<br>        Option        "Ignore"  "false"<br>
        Option        "Enable"  "true"<br>EndSection<br><br>Section "Monitor"<br>        Identifier      "lvds"<br>        Option        "PreferredMode"  "1280x800"<br>
        Option        "Position" "0 0"<br>        Option        "Ignore"  "true"    <---------- This works... but disables the output completely making it unusable<br>        Option        "Enable"  "false"  <--------- This doesn't... do anything...<br>
EndSection<br><br>xorg.0.log (When configured as above)<br>------------<br><br>X.Org X Server 1.5.3<br>Release Date: 5 November 2008<br>X Protocol Version 11, Revision 0<br>Build Operating System: Linux 2.6.18-128.1.1.el5 i686 <br>
Current Operating System: Linux *********** 2.6.27.21-170.2.56.fc10.i686 #1 SMP Mon Mar 23 23:37:54 EDT 2009 i686<br>Build Date: 10 March 2009  07:20:48PM                                                                                      <br>
Build ID: xorg-x11-server 1.5.3-15.fc10                                                                                    <br>        Before reporting problems, check <a href="http://wiki.x.org">http://wiki.x.org</a>                                                                 <br>
        to make sure that you have the latest version.                                                                     <br>Markers: (--) probed, (**) from config file, (==) default setting,                                                         <br>
        (++) from command line, (!!) notice, (II) informational,                                                           <br>        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.                                                      <br>
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 17 10:34:32 2009                                                       <br>(==) Using config file: "/etc/X11/xorg.conf"                                                                               <br>
(==) ServerLayout "default"                                                                                                <br>(**) |-->Screen "Screen0" (0)                                                                                              <br>
(**) |   |-->Monitor "vga"                                                                                                 <br>(**) |   |-->Device "Videocard0"                                                                                           <br>
(**) |-->Input Device "Keyboard0"                                                                                          <br>(==) Automatically adding devices                                                                                          <br>
(==) Automatically enabling devices                                                                                        <br>(==) No FontPath specified.  Using compiled-in default.                                                                    <br>
(==) FontPath set to:                                                                                                      <br>        catalogue:/etc/X11/fontpath.d,                                                                                     <br>
        built-ins                                                                                                          <br>(==) ModulePath set to "/usr/lib/xorg/modules"                                                                             <br>
(II) Cannot locate a core pointer device.                                                                                  <br>(II) The server relies on HAL to provide the list of input devices.                                                        <br>
        If no devices become available, reconfigure HAL or disable AllowEmptyInput.                                        <br>(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.                                       <br>
(WW) Disabling Keyboard0                                                                                                   <br>(II) Open ACPI successful (/var/run/acpid.socket)                                                                          <br>
(II) Loader magic: 0x81f4400                                                                                               <br>(II) Module ABI versions:                                                                                                  <br>
        X.Org ANSI C Emulation: 0.4                                                                                        <br>        X.Org Video Driver: 4.1                                                                                            <br>
        X.Org XInput driver : 2.1                                                                                          <br>        X.Org Server Extension : 1.1                                                                                       <br>
        X.Org Font Renderer : 0.6                                                                                          <br>(II) Loader running on linux                                                                                               <br>
(++) using VT number 1                                                                                                     <br><br>(--) PCI:*(0@0:2:0) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 3, Mem @ 0xfc000000/0, 0xd0000000/0, I/O @ 0x00001800/0<br>
(--) PCI: (0@0:2:1) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 3, Mem @ 0xfc100000/0                                  <br>(II) System resource ranges:                                                                                                                       <br>
        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]                                                                                        <br>        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                    <br>
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                    <br>        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                    <br>
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                        <br>        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]                                                                                        <br>
(II) LoadModule: "extmod"                                                                                                                          <br><br>(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so<br>
(II) Module extmod: vendor="X.Org Foundation"              <br>        compiled for 1.5.3, module version = 1.0.0         <br>        Module class: X.Org Server Extension               <br>        ABI class: X.Org Server Extension, version 1.1     <br>
(II) Loading extension SELinux                             <br>(II) Loading extension SHAPE                               <br>(II) Loading extension MIT-SUNDRY-NONSTANDARD              <br>(II) Loading extension BIG-REQUESTS                        <br>
(II) Loading extension SYNC                                <br>(II) Loading extension MIT-SCREEN-SAVER                    <br>(II) Loading extension XC-MISC                             <br>(II) Loading extension XFree86-VidModeExtension            <br>
(II) Loading extension XFree86-Misc                        <br>(II) Loading extension XFree86-DGA                         <br>(II) Loading extension DPMS                                <br>(II) Loading extension TOG-CUP                             <br>
(II) Loading extension Extended-Visual-Information         <br>(II) Loading extension XVideo                              <br>(II) Loading extension XVideo-MotionCompensation           <br>(II) Loading extension X-Resource                          <br>
(II) LoadModule: "dbe"                                     <br><br>(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so<br>(II) Module dbe: vendor="X.Org Foundation"              <br>        compiled for 1.5.3, module version = 1.0.0      <br>
        Module class: X.Org Server Extension            <br>        ABI class: X.Org Server Extension, version 1.1  <br>(II) Loading extension DOUBLE-BUFFER                    <br>(II) LoadModule: "glx"                                  <br>
<br>(II) Loading /usr/lib/xorg/modules/extensions//libglx.so<br>(II) Module glx: vendor="X.Org Foundation"              <br>        compiled for 1.5.3, module version = 1.0.0      <br>        ABI class: X.Org Server Extension, version 1.1  <br>
(==) AIGLX enabled                                      <br>(==) Exporting typical set of GLX visuals               <br>(II) Loading extension GLX                              <br>(II) LoadModule: "freetype"                             <br>
<br>(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so<br>(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"<br>        compiled for 1.5.3, module version = 2.1.0                      <br>
        Module class: X.Org Font Renderer                               <br>        ABI class: X.Org Font Renderer, version 0.6                     <br>(II) Loading font FreeType                                              <br>
(II) LoadModule: "dri"                                                  <br><br>(II) Loading /usr/lib/xorg/modules/extensions//libdri.so<br>(II) Module dri: vendor="X.Org Foundation"              <br>        compiled for 1.5.3, module version = 1.0.0      <br>
        ABI class: X.Org Server Extension, version 1.1  <br>(II) Loading extension XFree86-DRI                      <br>(II) LoadModule: "intel"                                <br><br>(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so<br>
(II) Module intel: vendor="X.Org Foundation"            <br>        compiled for 1.5.3, module version = 2.5.0      <br>        Module class: X.Org Video Driver                <br>        ABI class: X.Org Video Driver, version 4.1      <br>
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,<br>        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,<br>        E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,<br>        965GM, 965GME/GLE, G33, Q35, Q33,                                <br>
        Mobile Intel® GM45 Express Chipset,                              <br>        Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41          <br>(II) Primary Device is: PCI 00@00:02:0                                   <br>
(II) resource ranges after xf86ClaimFixedResources() call:               <br>        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]              <br>        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]          <br>
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]          <br>        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]          <br>        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]              <br>
        [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]              <br>(II) resource ranges after probing:                                      <br>        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]              <br>
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]          <br>        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]          <br>        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]          <br>
        [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]          <br>        [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]           <br>        [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]           <br>
        [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]              <br>        [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]              <br>        [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B]              <br>
        [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]             <br>(II) Loading sub module "vgahw"                                          <br>(II) LoadModule: "vgahw"                                                 <br>
<br>(II) Loading /usr/lib/xorg/modules//libvgahw.so<br>(II) Module vgahw: vendor="X.Org Foundation"   <br>        compiled for 1.5.3, module version = 0.1.0<br>        ABI class: X.Org Video Driver, version 4.1<br>
(**) intel(0): Depth 24, (--) framebuffer bpp 32  <br>(==) intel(0): RGB weight 888                     <br>(==) intel(0): Default visual is TrueColor        <br>(**) intel(0): Option "PageFlip" "true"           <br>
(**) intel(0): Option "TripleBuffer" "true"       <br>(II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM<br>(--) intel(0): Chipset: "965GM"                           <br>(--) intel(0): Linear framebuffer at 0xD0000000           <br>
(--) intel(0): IO registers at addr 0xFC000000            <br>(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB<br>(==) intel(0): Using EXA for acceleration                     <br>(II) intel(0): 2 display pipes available.                     <br>
(II) Loading sub module "ddc"                                 <br>(II) LoadModule: "ddc"                                        <br>(II) Module "ddc" already built-in                            <br>
(II) Loading sub module "i2c"                                 <br>(II) LoadModule: "i2c"                                        <br>(II) Module "i2c" already built-in                            <br>
(II) intel(0): Output VGA using monitor section vga           <br>(**) intel(0): Option "PreferredMode" "1280x1024"             <br>(**) intel(0): Option "Position" "-1280 0"                    <br>
(**) intel(0): Option "Enable" "true"                         <br>(**) intel(0): Option "Ignore" "false"                        <br>(II) intel(0): Output LVDS using monitor section lvds         <br>
(**) intel(0): Option "PreferredMode" "1280x800"              <br>(**) intel(0): Option "Position" "0 0"                        <br>(**) intel(0): Option "Enable" "false"                        <br>
(II) intel(0): I2C bus "LVDSDDC_C" initialized.               <br>(II) intel(0): Attempting to determine panel fixed mode.      <br>(II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.<br>
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.                   <br>(II) intel(0): EDID vendor "AUO", prod id 9844                                           <br>(II) intel(0): found backlight control method /sys/class/backlight/acpi_video1           <br>
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.                               <br>(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.<br>(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.                                           <br>
(II) intel(0): Output TMDS-1 using monitor section dvi                                        <br>(**) intel(0): Option "PreferredMode" "1680x1050"                                             <br>(**) intel(0): Option "Position" "0 0"                                                        <br>
(**) intel(0): Option "Enable" "true"                                                         <br>(**) intel(0): Option "Ignore" "false"                                                        <br>
(II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz                <br>(II) intel(0): SDVOB: 1 input channel                                                         <br>(II) intel(0): SDVOB: TMDS0 output reported                                                   <br>
(II) intel(0): Output TV using monitor section tv                                             <br>(**) intel(0): Option "PreferredMode" "800x600"                                               <br>(**) intel(0): Option "Position" "0 0"                                                        <br>
(**) intel(0): Option "Enable" "false"                                                        <br>(**) intel(0): Option "Ignore" "true"                                                         <br>
(II) intel(0): Current clock rate multiplier: 1                                               <br>(II) intel(0): I2C bus "CRTDDC_A" initialized.                                                <br>(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.      <br>
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.                         <br>(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.                                            <br>(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.                         <br>
(II) intel(0): I2C bus "CRTDDC_A" removed.                                                    <br>(II) intel(0): EDID for output VGA                                                            <br>(II) intel(0): Manufacturer: PHL  Model: 81d  Serial#: 326082                                 <br>
(II) intel(0): Year: 2004  Week: 12                                                           <br>(II) intel(0): EDID Version: 1.3                                                              <br>(II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V                      <br>
(II) intel(0): Signal levels configurable                                                     <br>(II) intel(0): Sync:  Separate  Composite  SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen<br>(II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27                                                       <br>
(II) intel(0): Gamma: 2.20                                                                                      <br>(II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display                                        <br>
(II) intel(0): Default color space is primary color space                                                       <br>(II) intel(0): First detailed timing is preferred mode                                                          <br>
(II) intel(0): redX: 0.641 redY: 0.342   greenX: 0.292 greenY: 0.611                                            <br>(II) intel(0): blueX: 0.147 blueY: 0.068   whiteX: 0.313 whiteY: 0.329                                          <br>
(II) intel(0): Supported VESA Video Modes:                                                                      <br>(II) intel(0): 720x400@70Hz                                                                                     <br>
(II) intel(0): 640x480@60Hz                                                                                     <br>(II) intel(0): 640x480@67Hz                                                                                     <br>
(II) intel(0): 640x480@72Hz                                                                                     <br>(II) intel(0): 640x480@75Hz                                                                                     <br>
(II) intel(0): 800x600@56Hz                                                                                     <br>(II) intel(0): 800x600@60Hz                                                                                     <br>
(II) intel(0): 800x600@72Hz                                                                                     <br>(II) intel(0): 800x600@75Hz                                                                                     <br>
(II) intel(0): 832x624@75Hz                                                                                     <br>(II) intel(0): 1024x768@60Hz                                                                                    <br>
(II) intel(0): 1024x768@70Hz                                                                                    <br>(II) intel(0): 1024x768@75Hz                                                                                    <br>
(II) intel(0): 1280x1024@75Hz                                                                                   <br>(II) intel(0): 1152x870@75Hz                                                                                    <br>
(II) intel(0): Manufacturer's mask: 0                                                                           <br>(II) intel(0): Supported Future Video Modes:                                                                    <br>
(II) intel(0): #0: hsize: 1152  vsize 864  refresh: 70  vid: 19057                                              <br>(II) intel(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337                                              <br>
(II) intel(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513                                              <br>(II) intel(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897                                             <br>
(II) intel(0): Supported additional Video Mode:                                                                 <br>(II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm                                                     <br>
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0                       <br>(II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0                       <br>
(II) intel(0): Serial No:  BZ  326082                                                                           <br>(II) intel(0): Monitor name: Philips 170B                                                                       <br>
(II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 82 kHz, PixClock max 140 MHz                    <br>(II) intel(0): EDID (in hex):                                                                                   <br>
(II) intel(0):  00ffffffffffff00410c1d08c2f90400                                                                <br>(II) intel(0):  0c0e01031f221b78ee2ee5a4574a9c25                                                                <br>
(II) intel(0):  115054bfef80714a714f814081800101                                                                <br>(II) intel(0):  010101010101302a009851002a403070                                                                <br>
(II) intel(0):  1300520e1100001e000000ff0020425a                                                                <br>(II) intel(0):  20203332363038320a20000000fc0050                                                                <br>
(II) intel(0):  68696c69707320313730420a000000fd                                                                <br>(II) intel(0):  00384c1e520e000a20202020202000c9                                                                <br>
(II) intel(0): EDID vendor "PHL", prod id 2077                                                                  <br>(II) intel(0): Using EDID range info for horizontal sync                                                        <br>
(II) intel(0): Using EDID range info for vertical refresh                                                       <br>(II) intel(0): Printing DDC gathered Modelines:                                                                 <br>
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)<br>(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)         <br>
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)         <br>(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)          <br>
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)          <br>(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)          <br>
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)          <br>(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)          <br>
(II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)<br>(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)     <br>
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)     <br>(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)     <br>
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)         <br>(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)         <br>
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)         <br>(II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)     <br>
(II) intel(0): Modeline "1152x864"x70.0   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync (63.0 kHz)    <br>(II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)     <br>
(II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)    <br>(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)<br>
(II) intel(0): EDID vendor "PHL", prod id 2077                                                                    <br>(II) intel(0): Not using default mode "640x350" (vrefresh out of range)                                           <br>
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)                                           <br>(II) intel(0): Not using default mode "720x400" (vrefresh out of range)                                           <br>
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)                                           <br>(II) intel(0): Not using default mode "800x600" (vrefresh out of range)                                           <br>
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)                                          <br>(II) intel(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)                            <br>
(II) intel(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)                           <br>(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                           <br>
(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                           <br>(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                           <br>
(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                           <br>(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                           <br>
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)                             <br>(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)                             <br>
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)                             <br>(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)                             <br>
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                             <br>(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                             <br>
(II) intel(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)                           <br>(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                             <br>
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                             <br>(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                             <br>
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                             <br>(II) intel(0): Printing probed modes for output VGA                                                               <br>
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)<br>(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz)<br>
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)<br>(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)<br>
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)    <br>(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)     <br>
(II) intel(0): Modeline "1152x864"x70.0   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync (63.0 kHz)     <br>(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)     <br>
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)     <br>(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)     <br>
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)         <br>(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)         <br>
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)         <br>(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)         <br>
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)         <br>(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)          <br>
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)          <br>(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)          <br>
(II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)          <br>(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)          <br>
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)          <br>(II) intel(0): EDID for output LVDS                                                                                <br>
(II) intel(0): Manufacturer: AUO  Model: 2674  Serial#: 0                                                          <br>(II) intel(0): Year: 2006  Week: 1                                                                                 <br>
(II) intel(0): EDID Version: 1.3                                                                                   <br>(II) intel(0): Digital Display Input                                                                               <br>
(II) intel(0): Max Image Size [cm]: horiz.: 33  vert.: 21                                                          <br>(II) intel(0): Gamma: 2.20                                                                                         <br>
(II) intel(0): No DPMS capabilities specified                                                                      <br>(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4                                                    <br>
(II) intel(0): First detailed timing is preferred mode                                                             <br>(II) intel(0): redX: 0.590 redY: 0.345   greenX: 0.315 greenY: 0.555                                               <br>
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329                                             <br>(II) intel(0): Manufacturer's mask: 0                                                                              <br>
(II) intel(0): Supported additional Video Mode:                                                                    <br>(II) intel(0): clock: 71.1 MHz   Image Size:  331 x 207 mm                                                         <br>
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0                          <br>(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0                              <br>
(WW) intel(0): Unknown vendor-specific block f                                                                     <br>(II) intel(0):  AUO                                                                                                <br>
(II) intel(0):  B154EW02 V6                                                                                        <br>(II) intel(0): EDID (in hex):                                                                                      <br>
(II) intel(0):  00ffffffffffff0006af742600000000                                                                   <br>(II) intel(0):  01100103802115780a1cf59758508e27                                                                   <br>
(II) intel(0):  27505400000001010101010101010101                                                                   <br>(II) intel(0):  010101010101c71b00a0502017303020                                                                   <br>
(II) intel(0):  36004bcf100000180000000f00000000                                                                   <br>(II) intel(0):  00000000000000000020000000fe0041                                                                   <br>
(II) intel(0):  554f0a202020202020202020000000fe                                                                   <br>(II) intel(0):  004231353445573032205636200a009f                                                                   <br>
(II) intel(0): EDID vendor "AUO", prod id 9844                                                                     <br>(II) intel(0): Not using default mode "640x350" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)                                            <br>(II) intel(0): Not using default mode "720x400" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)                                            <br>(II) intel(0): Not using default mode "640x480" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)                                            <br>(II) intel(0): Not using default mode "800x600" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)                                            <br>(II) intel(0): Not using default mode "800x600" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)                                            <br>(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)                                           <br>
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)                                           <br>(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)                                           <br>
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)                                           <br>(II) intel(0): Not using default mode "1280x960" (hsync out of range)                                              <br>
(II) intel(0): Not using default mode "1280x960" (vrefresh out of range)                                           <br>(II) intel(0): Not using default mode "1280x1024" (hsync out of range)                                             <br>
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)                                          <br>(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)                                          <br>
(II) intel(0): Not using default mode "1600x1200" (hsync out of range)                                             <br>(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)                                          <br>
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)                                          <br>(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)                                          <br>
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)                                          <br>(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "832x624" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "1400x1050" (hsync out of range)                                             <br>(II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)                                          <br>
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                              <br>
(II) intel(0): Printing probed modes for output LVDS                                                               <br>(II) intel(0): Modeline "1280x800"x60.0   71.11  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz)     <br>
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)     <br>(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)         <br>
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)          <br>(II) intel(0): I2C device "SDVOB DDC Bus:E-EDID segment register" registered at address 0x60.                      <br>
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.                                         <br>(EE) intel(0): Unable to write to SDVOCTRL_E for SDVOB Slave 0x70.                                                 <br>
(II) intel(0): EDID for output TMDS-1                                                                              <br>(II) intel(0): Manufacturer: SAM  Model: 373  Serial#: 1297691186                                                  <br>
(II) intel(0): Year: 2008  Week: 34                                                                                <br>(II) intel(0): EDID Version: 1.3                                                                                   <br>
(II) intel(0): Digital Display Input                                                                               <br>(II) intel(0): Max Image Size [cm]: horiz.: 44  vert.: 30                                                          <br>
(II) intel(0): Gamma: 2.20                                                                                         <br>(II) intel(0): DPMS capabilities: Off                                                                              <br>
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4                                                    <br>(II) intel(0): First detailed timing is preferred mode                                                             <br>
(II) intel(0): redX: 0.649 redY: 0.335   greenX: 0.283 greenY: 0.605                                               <br>(II) intel(0): blueX: 0.151 blueY: 0.073   whiteX: 0.312 whiteY: 0.329                                             <br>
(II) intel(0): Supported VESA Video Modes:                                                                         <br>(II) intel(0): 720x400@70Hz                                                                                        <br>
(II) intel(0): 640x480@60Hz                                                                                        <br>(II) intel(0): 640x480@67Hz                                                                                        <br>
(II) intel(0): 640x480@72Hz                                                                                        <br>(II) intel(0): 640x480@75Hz                                                                                        <br>
(II) intel(0): 800x600@56Hz                                                                                        <br>(II) intel(0): 800x600@60Hz                                                                                        <br>
(II) intel(0): 800x600@72Hz                                                                                        <br>(II) intel(0): 800x600@75Hz                                                                                        <br>
(II) intel(0): 832x624@75Hz                                                                                        <br>(II) intel(0): 1024x768@60Hz                                                                                       <br>
(II) intel(0): 1024x768@70Hz                                                                                       <br>(II) intel(0): 1024x768@75Hz                                                                                       <br>
(II) intel(0): 1280x1024@75Hz                                                                                      <br>(II) intel(0): 1152x870@75Hz                                                                                       <br>
(II) intel(0): Manufacturer's mask: 0                                                                              <br>(II) intel(0): Supported Future Video Modes:                                                                       <br>
(II) intel(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179                                                  <br>(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897                                                <br>
(II) intel(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513                                                 <br>(II) intel(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337                                                 <br>
(II) intel(0): Supported additional Video Mode:                                                                    <br>(II) intel(0): clock: 119.0 MHz   Image Size:  459 x 296 mm                                                        <br>
(II) intel(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0                          <br>(II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0                          <br>
(II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz                       <br>(II) intel(0): Monitor name: SyncMaster                                                                            <br>
(II) intel(0): Serial No: HMBQ808824                                                                               <br>(II) intel(0): EDID (in hex):                                                                                      <br>
(II) intel(0):  00ffffffffffff004c2d73033232594d                                                                   <br>(II) intel(0):  22120103802c1e782a78f1a655489b26                                                                   <br>
(II) intel(0):  125054bfef80b30081808140714f0101                                                                   <br>(II) intel(0):  0101010101017c2e90a0601a1e403020                                                                   <br>
(II) intel(0):  3600cb281100001a000000fd00384b1e                                                                   <br>(II) intel(0):  510e000a202020202020000000fc0053                                                                   <br>
(II) intel(0):  796e634d61737465720a2020000000ff                                                                   <br>(II) intel(0):  00484d42513830383832340a202000c0                                                                   <br>
(II) intel(0): EDID vendor "SAM", prod id 883                                                                      <br>(II) intel(0): Not using default mode "640x350" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)                                            <br>(II) intel(0): Not using default mode "720x400" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)                                            <br>(II) intel(0): Not using default mode "800x600" (vrefresh out of range)                                            <br>
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)                                           <br>(II) intel(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)                             <br>
(II) intel(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)                            <br>(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                            <br>
(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                            <br>(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                            <br>
(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                            <br>(II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)                            <br>
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "1400x1050" (bad mode clock/interlace/doublescan)                            <br>(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                              <br>(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                              <br>
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)                              <br>(II) intel(0): Printing probed modes for output TMDS-1                                                             <br>
(II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)<br>(II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz)<br>
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)<br>(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)<br>
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)    <br>(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)     <br>
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)     <br>(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)     <br>
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)     <br>(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)         <br>
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)         <br>(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)         <br>
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)         <br>(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)         <br>
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)          <br>(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)          <br>
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)          <br>(II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)          <br>
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)          <br>(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)          <br>
(II) intel(0): Output VGA enabled by config file                                                                   <br>(II) intel(0): Output LVDS connected                                                                               <br>
(II) intel(0): Output TMDS-1 enabled by config file                                                                <br>(II) intel(0): Using user preference for initial modes                                                             <br>
(II) intel(0): Output VGA using initial mode 1280x1024                                                             <br>(II) intel(0): Output LVDS using initial mode 1280x800                                                             <br>
(II) intel(0): Output TMDS-1 using initial mode 1680x1050                                                          <br>(II) intel(0): Monitoring connected displays enabled                                                               <br>
(II) intel(0): detected 512 kB GTT.                                                                                <br>(II) intel(0): detected 7676 kB stolen memory.                                                                     <br>
(==) intel(0): video overlay key set to 0x101fe                                                                    <br>(==) intel(0): Intel XvMC decoder disabled                                                                         <br>
(**) intel(0): Will try to enable page flipping                                                                    <br>(**) intel(0): Triple buffering enabled                                                                            <br>
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)                                                              <br>(**) intel(0): Display dimensions: (340, 270) mm                                                                   <br>
(**) intel(0): DPI set to (224, 112)                                                                               <br>(II) Loading sub module "fb"                                                                                       <br>
(II) LoadModule: "fb"                                                                                              <br><br>(II) Loading /usr/lib/xorg/modules//libfb.so<br>(II) Module fb: vendor="X.Org Foundation"   <br>
        compiled for 1.5.3, module version = 1.0.0<br>        ABI class: X.Org ANSI C Emulation, version 0.4<br>(II) Loading sub module "exa"                         <br>(II) LoadModule: "exa"                                <br>
<br>(II) Loading /usr/lib/xorg/modules//libexa.so<br>(II) Module exa: vendor="X.Org Foundation"   <br>        compiled for 1.5.3, module version = 2.4.0<br>        ABI class: X.Org Video Driver, version 4.1<br>(II) Loading sub module "ramdac"                  <br>
(II) LoadModule: "ramdac"                         <br>(II) Module "ramdac" already built-in             <br>(II) intel(0): Comparing regs from server start up to After PreInit<br>(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000207 to 0x00000000<br>
(WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS<br>(WW) intel(0): PIPEASTAT after: status:                                                                          <br>
(==) Depth 24 pixmap format is 32 bpp                                                                            <br>(II) do I need RAC?  No, I don't.                                                                                <br>
(II) resource ranges after preInit:                                                                              <br>        [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[B]                                                      <br>
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                  <br>        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                  <br>
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                  <br>        [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)                                            <br>
        [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)                                             <br>        [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)                                             <br>
        [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                      <br>        [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]                                                      <br>
        [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)                                                <br>        [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)                                               <br>
(II) intel(0): Kernel reported 481024 total, 1 used                                                              <br>(II) intel(0): I830CheckAvailableMemory: 1924092 kB available                                                    <br>
drmOpenDevice: node name is /dev/dri/card0                                                                       <br>drmOpenDevice: open result is 12, (OK)                                                                           <br>
drmOpenDevice: node name is /dev/dri/card0                                                                       <br>drmOpenDevice: open result is 12, (OK)                                                                           <br>
drmOpenByBusid: Searching for BusID pci:0000:00:02.0                                                             <br>drmOpenDevice: node name is /dev/dri/card0                                                                       <br>
drmOpenDevice: open result is 12, (OK)                                                                           <br>drmOpenByBusid: drmOpenMinor returns 12                                                                          <br>
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0                                                             <br>(II) [drm] DRM interface version 1.3                                                                             <br>
(II) [drm] DRM open master succeeded.                                                                            <br>(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.                                                <br>
(II) intel(0): [drm] framebuffer mapped by ddx driver                                                            <br>(II) intel(0): [drm] added 1 reserved context for kernel                                                         <br>
(II) intel(0): X context handle = 0x1                                                                            <br>(II) intel(0): [drm] installed DRM signal handler                                                                <br>
(WW) intel(0): DRM version 1.9 or newer required for Page flipping. Disabling.                                   <br>(**) intel(0): Framebuffer compression disabled                                                                  <br>
(**) intel(0): Tiling enabled                                                                                    <br>(==) intel(0): VideoRam: 262144 KB                                                                               <br>
(II) intel(0): Attempting memory allocation with tiled buffers.                                                  <br>(II) intel(0): Tiled allocation successful.                                                                      <br>
(II) intel(0): [drm] Registers = 0x2f814000                                                                      <br>(II) intel(0): [dri] visual configs initialized                                                                  <br>
(II) intel(0): Page Flipping disabled                                                                            <br>(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000                                   <br>
(II) EXA(0): Offscreen pixmap area of 44236800 bytes                                                             <br>(II) EXA(0): Driver registered support for the following operations:                                             <br>
(II)         Solid                                                                                               <br>(II)         Copy                                                                                                <br>
(II)         Composite (RENDER acceleration)                                                                     <br>(==) intel(0): Backing store disabled                                                                            <br>
(==) intel(0): Silken mouse enabled                                                                              <br>(II) intel(0): Initializing HW Cursor                                                                            <br>
(II) intel(0): [DRI] installation complete                                                                       <br>(II) intel(0): Current clock rate multiplier: 1                                                                  <br>
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0d5d0000 (pgoffset 54736)                                     <br>(II) intel(0): Fixed memory allocation layout:                                                                   <br>
(II) intel(0): 0x00000000-0x00000fff: power context (4 kB)                                                       <br>(II) intel(0): 0x0077f000:            end of stolen memory                                                       <br>
(II) intel(0): 0x0077f000-0x0d5cffff: DRI memory manager (211268 kB)                                             <br>(II) intel(0): 0x0d5d0000-0x0fffffff: exa offscreen (43200 kB)                                                   <br>
(II) intel(0): 0x10000000:            end of aperture                                                            <br>(II) intel(0): BO memory allocation layout:                                                                      <br>
(II) intel(0): 0x0077f000:            start of memory manager                                                    <br>(II) intel(0): 0x0079f000-0x015aefff: depth buffer (14400 kB) Y tiled                                            <br>
(II) intel(0): 0x0179f000-0x025aefff: third buffer (14400 kB) X tiled                                            <br>(II) intel(0): 0x0279f000-0x035aefff: back buffer (14400 kB) X tiled                                             <br>
(II) intel(0): 0x03800000-0x05b27fff: front buffer (36000 kB) X tiled                                            <br>(II) intel(0): 0x0379f000-0x0379ffff: overlay registers (4 kB)                                                   <br>
(II) intel(0): 0x037a0000-0x037b5fff: exa G965 state buffer (88 kB)                                              <br>(II) intel(0): 0x037c0000-0x037c7fff: logical 3D context (32 kB)                                                 <br>
(II) intel(0): 0x037c8000-0x037d1fff: HW cursors (40 kB)                                                         <br>(II) intel(0): 0x0d5d0000:            end of memory manager                                                      <br>
(WW) intel(0): ESR is 0x00000001                                                                                 <br>(WW) intel(0): PRB0_CTL (0x0001f001) indicates ring buffer enabled                                               <br>
(WW) intel(0): Existing errors found in hardware state.                                                          <br>(II) intel(0): using SSC reference clock of 100 MHz                                                              <br>
(II) intel(0): Selecting standard 18 bit TMDS pixel format.                                                      <br>(II) intel(0): Output configuration:                                                                             <br>
(II) intel(0):   Pipe A is on                                                                                    <br>(II) intel(0):   Display plane A is now enabled and connected to pipe A.                                         <br>
(II) intel(0):   Pipe B is on                                                                                    <br>(II) intel(0):   Display plane B is now enabled and connected to pipe B.                                         <br>
(II) intel(0):   Output VGA is connected to pipe none                                                            <br>(II) intel(0):   Output LVDS is connected to pipe B                                                              <br>
(II) intel(0):   Output TMDS-1 is connected to pipe A                                                            <br>(II) intel(0): [drm] mapped front buffer at 0xd3800000, handle = 0x2a71b000                                      <br>
(II) intel(0): [drm] mapped back buffer at 0xd279f000, handle = 0x1c500000                                       <br>(II) intel(0): [drm] mapped third buffer at 0xd179f000, handle = 0x1c307000                                      <br>
(II) intel(0): [drm] mapped depth buffer at 0xd079f000, handle = 0x1c107000                                      <br>(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.                                   <br>
(II) intel(0): DPMS enabled                                                                                      <br>(II) intel(0): Set up textured video                                                                             <br>
(II) intel(0): Set up overlay video                                                                              <br>(II) intel(0): direct rendering: Enabled                                                                         <br>
(WW) intel(0): Option "PreferredMode" is not used                                                                <br>(WW) intel(0): Option "Position" is not used                                                                     <br>
(WW) intel(0): Option "Ignore" is not used                                                                       <br>(WW) intel(0): Option "Enable" is not used                                                                       <br>
(--) RandR disabled                                                                                              <br>(II) Initializing built-in extension MIT-SHM                                                                     <br>
(II) Initializing built-in extension XInputExtension                                                             <br>(II) Initializing built-in extension XTEST                                                                       <br>
(II) Initializing built-in extension XKEYBOARD                                                                   <br>(II) Initializing built-in extension XINERAMA                                                                    <br>
(II) Initializing built-in extension XFIXES                                                                      <br>(II) Initializing built-in extension RENDER                                                                      <br>
(II) Initializing built-in extension RANDR                                                                       <br>(II) Initializing built-in extension COMPOSITE                                                                   <br>
(II) Initializing built-in extension DAMAGE                                                                      <br>(II) Initializing built-in extension XEVIE                                                                       <br>
drmOpenDevice: node name is /dev/dri/card0                                                                       <br>drmOpenDevice: open result is 13, (OK)                                                                           <br>
drmOpenByBusid: Searching for BusID pci:0000:00:02.0                                                             <br>drmOpenDevice: node name is /dev/dri/card0                                                                       <br>
drmOpenDevice: open result is 13, (OK)                                                                           <br>drmOpenByBusid: drmOpenMinor returns 13                                                                          <br>
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0                                                             <br>(II) AIGLX: enabled GLX_MESA_copy_sub_buffer                                                                     <br>
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control                                               <br>(II) AIGLX: enabled GLX_texture_from_pixmap with driver support                                                  <br>
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so                                                      <br>(II) GLX: Initialized DRI GL provider for screen 0                                                               <br>
(II) intel(0): Setting screen physical size to 765 x 271                                                         <br>(II) config/hal: Adding input device Sleep Button (CM)                                                           <br>
(II) LoadModule: "evdev"                                                                                         <br><br>(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so<br>(II) Module evdev: vendor="X.Org Foundation"          <br>
        compiled for 1.5.3, module version = 2.1.3    <br>        Module class: X.Org XInput Driver             <br>        ABI class: X.Org XInput driver, version 2.1   <br>(**) Sleep Button (CM): always reports core events    <br>
(**) Sleep Button (CM): Device: "/dev/input/event1"   <br>(II) Sleep Button (CM): Found keys                    <br>(II) Sleep Button (CM): Configuring as keyboard       <br>(II) XINPUT: Adding extended input device "Sleep Button (CM)" (type: KEYBOARD)<br>
(**) Option "xkb_rules" "evdev"                                               <br>(**) Option "xkb_model" "pc105+inet"                                          <br>(**) Option "xkb_layout" "us"                                                 <br>
(II) config/hal: Adding input device CHICONY USB Keyboard                     <br>(**) CHICONY USB Keyboard: always reports core events                         <br>(**) CHICONY USB Keyboard: Device: "/dev/input/event6"                        <br>
(II) CHICONY USB Keyboard: Found keys                                         <br>(II) CHICONY USB Keyboard: Configuring as keyboard                            <br>(II) XINPUT: Adding extended input device "CHICONY USB Keyboard" (type: KEYBOARD)<br>
(**) Option "xkb_rules" "evdev"                                                  <br>(**) Option "xkb_model" "pc105+inet"                                             <br>(**) Option "xkb_layout" "us"                                                    <br>
(II) config/hal: Adding input device AT Translated Set 2 keyboard                <br>(**) AT Translated Set 2 keyboard: always reports core events                    <br>(**) AT Translated Set 2 keyboard: Device: "/dev/input/event5"                   <br>
(II) AT Translated Set 2 keyboard: Found keys                                    <br>(II) AT Translated Set 2 keyboard: Configuring as keyboard                       <br>(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)<br>
(**) Option "xkb_rules" "evdev"                                                          <br>(**) Option "xkb_model" "pc105+inet"                                                     <br>
(**) Option "xkb_layout" "us"                                                            <br>(II) config/hal: Adding input device Power Button (FF)                                   <br>(**) Power Button (FF): always reports core events                                       <br>
(**) Power Button (FF): Device: "/dev/input/event0"                                      <br>(II) Power Button (FF): Found keys                                                       <br>(II) Power Button (FF): Configuring as keyboard                                          <br>
(II) XINPUT: Adding extended input device "Power Button (FF)" (type: KEYBOARD)           <br>(**) Option "xkb_rules" "evdev"                                                          <br>(**) Option "xkb_model" "pc105+inet"                                                     <br>
(**) Option "xkb_layout" "us"                                                            <br>(II) config/hal: Adding input device Power Button (CM)                                   <br>(**) Power Button (CM): always reports core events                                       <br>
(**) Power Button (CM): Device: "/dev/input/event3"                                      <br>(II) Power Button (CM): Found keys                                                       <br>(II) Power Button (CM): Configuring as keyboard                                          <br>
(II) XINPUT: Adding extended input device "Power Button (CM)" (type: KEYBOARD)           <br>(**) Option "xkb_rules" "evdev"                                                          <br>(**) Option "xkb_model" "pc105+inet"                                                     <br>
(**) Option "xkb_layout" "us"                                                            <br>(II) config/hal: Adding input device Video Bus                                           <br>(**) Video Bus: always reports core events                                               <br>
(**) Video Bus: Device: "/dev/input/event10"                                             <br>(II) Video Bus: Found keys                                                               <br>(II) Video Bus: Configuring as keyboard                                                  <br>
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)                   <br>(**) Option "xkb_rules" "evdev"                                                          <br>(**) Option "xkb_model" "pc105+inet"                                                     <br>
(**) Option "xkb_layout" "us"                                                            <br>(II) config/hal: Adding input device Macintosh mouse button emulation                    <br>(**) Macintosh mouse button emulation: always reports core events                        <br>
(**) Macintosh mouse button emulation: Device: "/dev/input/event4"                       <br>(II) Macintosh mouse button emulation: Found 3 mouse buttons                             <br>(II) Macintosh mouse button emulation: Found x and y relative axes                       <br>
(II) Macintosh mouse button emulation: Configuring as mouse                              <br>(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5                     <br>(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200<br>
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)                     <br>(II) config/hal: Adding input device PS/2 Generic Mouse                                                        <br>
(**) PS/2 Generic Mouse: always reports core events                                                            <br>(**) PS/2 Generic Mouse: Device: "/dev/input/event9"                                                           <br>
(II) PS/2 Generic Mouse: Found 3 mouse buttons                                                                 <br>(II) PS/2 Generic Mouse: Found x and y relative axes                                                           <br>
(II) PS/2 Generic Mouse: Configuring as mouse                                                                  <br>(**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5                                                         <br>
(**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200              <br>(II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)                                   <br>
(II) config/hal: Adding input device Logitech USB-PS/2 Optical Mouse                                           <br>(**) Logitech USB-PS/2 Optical Mouse: always reports core events                                               <br>
(**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event7"                                              <br>(II) Logitech USB-PS/2 Optical Mouse: Found 4 mouse buttons                                                    <br>
(II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes                                              <br>(II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse                                                     <br>
(**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5                                            <br>(**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 <br>
(II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)                      <br>(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad                                                <br>
(II) LoadModule: "synaptics"                                                                                   <br><br>(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so<br>(II) Module synaptics: vendor="X.Org Foundation"          <br>
        compiled for 1.5.3, module version = 0.15.2       <br>        Module class: X.Org XInput Driver                 <br>        ABI class: X.Org XInput driver, version 2.1       <br>(II) Synaptics touchpad driver version 0.15.2             <br>
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 <br>(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 <br>(**) Option "Device" "/dev/input/event8"                  <br>(--) SynPS/2 Synaptics TouchPad touchpad found            <br>
(**) SynPS/2 Synaptics TouchPad: always reports core events<br>(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)<br>(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472                              <br>
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448                              <br>(--) SynPS/2 Synaptics TouchPad touchpad found                                         <br>exaCopyDirty: Pending damage region empty!                                             <br>
(II) AIGLX: Suspending AIGLX clients for VT switch                                     <br>(II) intel(0): xf86UnbindGARTMemory: unbind key 0                                      <br>(II) Open ACPI successful (/var/run/acpid.socket)                                      <br>
(II) AIGLX: Resuming AIGLX clients after VT switch                                     <br>(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0d5d0000 (pgoffset 54736)           <br>(II) intel(0): Fixed memory allocation layout:                                         <br>
(II) intel(0): 0x00000000-0x00000fff: power context (4 kB)                             <br>(II) intel(0): 0x0077f000:            end of stolen memory                             <br>(II) intel(0): 0x0077f000-0x0d5cffff: DRI memory manager (211268 kB)                   <br>
(II) intel(0): 0x0d5d0000-0x0fffffff: exa offscreen (43200 kB)                         <br>(II) intel(0): 0x10000000:            end of aperture                                  <br>(II) intel(0): BO memory allocation layout:                                            <br>
(II) intel(0): 0x0077f000:            start of memory manager                          <br>(II) intel(0): 0x0079f000-0x015aefff: depth buffer (14400 kB) Y tiled                  <br>(II) intel(0): 0x0179f000-0x025aefff: third buffer (14400 kB) X tiled                  <br>
(II) intel(0): 0x0279f000-0x035aefff: back buffer (14400 kB) X tiled                   <br>(II) intel(0): 0x03800000-0x05b27fff: front buffer (36000 kB) X tiled                  <br>(II) intel(0): 0x0379f000-0x0379ffff: overlay registers (4 kB)                         <br>
(II) intel(0): 0x037a0000-0x037b5fff: exa G965 state buffer (88 kB)                    <br>(II) intel(0): 0x037c0000-0x037c7fff: logical 3D context (32 kB)                       <br>(II) intel(0): 0x037c8000-0x037d1fff: HW cursors (40 kB)                               <br>
(II) intel(0): 0x0d5d0000:            end of memory manager                            <br>(WW) intel(0): ESR is 0x00000001<br>(WW) intel(0): PRB0_CTL (0x0001f001) indicates ring buffer enabled<br>(WW) intel(0): Existing errors found in hardware state.<br>
(II) intel(0): using SSC reference clock of 100 MHz<br>(II) intel(0): Selecting standard 18 bit TMDS pixel format.<br>(II) intel(0): Output configuration:<br>(II) intel(0):   Pipe A is on<br>(II) intel(0):   Display plane A is now enabled and connected to pipe A.<br>
(II) intel(0):   Pipe B is on<br>(II) intel(0):   Display plane B is now enabled and connected to pipe B.<br>(II) intel(0):   Output VGA is connected to pipe none<br>(II) intel(0):   Output LVDS is connected to pipe B<br>
(II) intel(0):   Output TMDS-1 is connected to pipe A<br>(II) intel(0): [drm] mapped front buffer at 0xd3800000, handle = 0x2a71c000<br>(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472<br>(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448<br>
(--) SynPS/2 Synaptics TouchPad touchpad found<br>(II) Sleep Button (CM): Device reopened after 1 attempts.<br>(II) CHICONY USB Keyboard: Device reopened after 1 attempts.<br>(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.<br>
(II) Power Button (FF): Device reopened after 1 attempts.<br>(II) Power Button (CM): Device reopened after 1 attempts.<br>(II) Video Bus: Device reopened after 1 attempts.<br>(II) Macintosh mouse button emulation: Device reopened after 1 attempts.<br>
(II) PS/2 Generic Mouse: Device reopened after 1 attempts.<br>(II) Logitech USB-PS/2 Optical Mouse: Device reopened after 1 attempts.<br>(II) Sleep Button (CM): Close<br>(II) UnloadModule: "evdev"<br>(II) CHICONY USB Keyboard: Close<br>
(II) UnloadModule: "evdev"<br>(II) AT Translated Set 2 keyboard: Close<br>(II) UnloadModule: "evdev"<br>(II) Power Button (FF): Close<br>(II) UnloadModule: "evdev"<br>(II) Power Button (CM): Close<br>
(II) UnloadModule: "evdev"<br>(II) Video Bus: Close<br>(II) UnloadModule: "evdev"<br>(II) Macintosh mouse button emulation: Close<br>(II) UnloadModule: "evdev"<br>(II) PS/2 Generic Mouse: Close<br>
(II) UnloadModule: "evdev"<br>(II) Logitech USB-PS/2 Optical Mouse: Close<br>(II) UnloadModule: "evdev"<br>(II) UnloadModule: "synaptics"<br>(II) intel(0): xf86UnbindGARTMemory: unbind key 0<br>
(II) intel(0): [drm] removed 1 reserved context for kernel<br>(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf91f6000 at 0xb7f06000<br>(II) intel(0): [drm] Closed DRM master.<br><br><br><br><br><br><br>