<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi <br>
    I'm writing for reporting a problem which occurs in xubuntu on my
    pc.<br>
    What you can find in this email:<br>
    <ul>
      <li>the error message I get</li>
      <li>the attempts for fixing I have tried (all failed)</li>
      <li>the info about pc, screen, xrandr<br>
      </li>
    </ul>
    Could you please help me fixing the issue?<br>
    <br>
    <br>
    <br>
    <br>
    <big><big>ERROR MESSAGE</big></big><br>
    <br>
    The issue is that after Grub I get a message on the screen telling
    (language is Italian):<br>
    <br>
        FUORI FREQUENZA<br>
        FO: 75.0kHz<br>
        FV: 60.0Hz<br>
        FREQUENZA OPER<br>
        FO: 30-70kHz<br>
        FV: 50-160Hz<br>
    <br>
    translation into English:<br>
    <br>
        OUT OF FREQUENCY<br>
        Horizontal F: 75.0kHz<br>
        Vertical F: 60.0Hz<br>
        OPERATING RANGE<br>
        Horizontal F: 30-70kHz<br>
        Vertical F: 50-160Hz<br>
    <br>
    <br>
    <br>
    <big><big>ATTEMPTS</big></big><br>
    <br>
    I have tried the following for fixing the issue but I got no result.<br>
    <br>
    <br>
    Looked into the xorg's FAQ and into several other sites about
    ubuntu, in which I found some suggestions. Please see below my
    attempts, all of them failed.<br>
    <br>
    <b><i><big>Attemp 1)</big></i></b><br>
    Trying to create a xorg.conf file in which to set the configuration
    parameters.<br>
    Steps:<br>
    Run the command <br>
    <b>Xorg -configure <br>
    </b>which gives the reponse:<br>
    <b>error 2<br>
      number of created screens does not match number of detect driver</b>
    <b><br>
    </b> <br>
    Even if I get this error, one file is created <b>xorg.conf.new </b>which
    contains the following:<br>
    <font face="Courier 10 Pitch"><small> Section "ServerLayout"<br>
            Identifier     "X.org Configured"<br>
            Screen      0  "Screen0" 0 0<br>
            Screen      1  "Screen1" RightOf "Screen0"<br>
            Screen      2  "Screen2" RightOf "Screen1"<br>
            InputDevice    "Mouse0" "CorePointer"<br>
            InputDevice    "Keyboard0" "CoreKeyboard"<br>
        EndSection<br>
        <br>
        Section "Files"</small> <small><br>
            ModulePath   "/usr/lib/xorg/modules"<br>
            FontPath     "/usr/share/fonts/X11/misc"<br>
            FontPath     "/usr/share/fonts/X11/cyrillic"<br>
            FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"<br>
            FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"<br>
            FontPath     "/usr/share/fonts/X11/Type1"<br>
            FontPath     "/usr/share/fonts/X11/100dpi"<br>
            FontPath     "/usr/share/fonts/X11/75dpi"<br>
            FontPath    
        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>
            FontPath     "built-ins"<br>
        EndSection<br>
        <br>
        Section "Module"</small> <small><br>
            Load  "dri"<br>
            Load  "dri2"<br>
            Load  "dbe"<br>
            Load  "record"<br>
            Load  "glx"<br>
            Load  "extmod"<br>
        EndSection<br>
        <br>
        Section "InputDevice"</small> <small><br>
            Identifier  "Keyboard0"<br>
            Driver      "kbd"<br>
        EndSection<br>
        <br>
        Section "InputDevice"</small> <small><br>
            Identifier  "Mouse0"<br>
            Driver      "mouse"<br>
            Option        "Protocol" "auto"<br>
            Option        "Device" "/dev/input/mice"<br>
            Option        "ZAxisMapping" "4 5 6 7"<br>
        EndSection<br>
        <br>
        Section "Monitor"</small> <small><br>
            Identifier   "Monitor0"<br>
            VendorName   "Monitor Vendor"<br>
            ModelName    "Monitor Model"<br>
        EndSection<br>
        <br>
        Section "Monitor"</small> <small><br>
            Identifier   "Monitor1"<br>
            VendorName   "Monitor Vendor"<br>
            ModelName    "Monitor Model"<br>
        EndSection<br>
        <br>
        Section "Monitor"</small> <small><br>
            Identifier   "Monitor2"<br>
            VendorName   "Monitor Vendor"<br>
            ModelName    "Monitor Model"<br>
        EndSection<br>
        <br>
        Section "Device"</small> <small><br>
                ### Available Driver options are:-<br>
                ### Values: <i>: integer, <f>: float,
        <bool>: "True"/"False",<br>
                ### <string>: "String", <freq>: "<f>
        Hz/kHz/MHz",<br>
                ### <percent>: "<f>%"<br>
                ### [arg]: arg optional<br>
                #Option     "DRI"                    # [<bool>]<br>
                #Option     "ColorKey"               # <i><br>
                #Option     "VideoKey"               # <i><br>
                #Option     "FallbackDebug"          # [<bool>]<br>
                #Option     "Tiling"                 # [<bool>]<br>
                #Option     "LinearFramebuffer"      # [<bool>]<br>
                #Option     "Shadow"                 # [<bool>]<br>
                #Option     "SwapbuffersWait"        # [<bool>]<br>
                #Option     "TripleBuffer"           # [<bool>]<br>
                #Option     "XvMC"                   # [<bool>]<br>
                #Option     "XvPreferOverlay"        # [<bool>]<br>
                #Option     "DebugFlushBatches"      # [<bool>]<br>
                #Option     "DebugFlushCaches"       # [<bool>]<br>
                #Option     "DebugWait"              # [<bool>]<br>
                #Option     "HotPlug"                # [<bool>]<br>
                #Option     "RelaxedFencing"         # [<bool>]<br>
            Identifier  "Card0"<br>
            Driver      "intel"<br>
            BusID       "PCI:0:2:0"<br>
        EndSection<br>
        <br>
        Section "Device"</small> <small><br>
                ### Available Driver options are:-<br>
                ### Values: <i>: integer, <f>: float,
        <bool>: "True"/"False",<br>
                ### <string>: "String", <freq>: "<f>
        Hz/kHz/MHz",<br>
                ### <percent>: "<f>%"<br>
                ### [arg]: arg optional<br>
                #Option     "ShadowFB"               # [<bool>]<br>
                #Option     "Rotate"                 # <str><br>
                #Option     "fbdev"                  # <str><br>
                #Option     "debug"                  # [<bool>]<br>
            Identifier  "Card1"<br>
            Driver      "fbdev"<br>
            BusID       "PCI:0:2:0"<br>
        EndSection<br>
        <br>
        Section "Device"</small> <small><br>
                ### Available Driver options are:-<br>
                ### Values: <i>: integer, <f>: float,
        <bool>: "True"/"False",<br>
                ### <string>: "String", <freq>: "<f>
        Hz/kHz/MHz",<br>
                ### <percent>: "<f>%"<br>
                ### [arg]: arg optional<br>
                #Option     "ShadowFB"               # [<bool>]<br>
                #Option     "DefaultRefresh"         # [<bool>]<br>
                #Option     "ModeSetClearScreen"     # [<bool>]<br>
            Identifier  "Card2"<br>
            Driver      "vesa"<br>
            BusID       "PCI:0:2:0"<br>
        EndSection<br>
        <br>
        Section "Screen"</small> <small><br>
            Identifier "Screen0"<br>
            Device     "Card0"<br>
            Monitor    "Monitor0"<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     1<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     4<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     8<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     15<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     16<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     24<br>
            EndSubSection<br>
        EndSection<br>
        <br>
        Section "Screen"</small> <small><br>
            Identifier "Screen1"<br>
            Device     "Card1"<br>
            Monitor    "Monitor1"<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     1<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     4<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     8<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     15<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     16<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     24<br>
            EndSubSection<br>
        EndSection<br>
        <br>
        Section "Screen"</small> <small><br>
            Identifier "Screen2"<br>
            Device     "Card2"<br>
            Monitor    "Monitor2"<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     1<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     4<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     8<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     15<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     16<br>
            EndSubSection<br>
            SubSection "Display"<br>
                Viewport   0 0<br>
                Depth     24<br>
            EndSubSection<br>
        EndSection</small></font><br>
    <br>
    <big><b><i>Attempt 2)</i></b></big><br>
    Creating the xorg.conf manually.<br>
    I have saved the file in /etc/X11/ with parameters matching my pc
    and screen configuration.<br>
    Restarted. Got no error message about xorg.conf content.<br>
    But looks like it is not applied by Xorg, and I get the same screen
    message about frequencies.<br>
    <br>
    <big><b><i>Attempt 3)</i></b></big><br>
    Creating the 10-monitor.conf.<br>
    I have created the file /etc/X11/xorg.conf.d/10-monitor.conf from a
    template, writing the parameters matching my pc and screen
    configuration.<br>
    Same  as attempt 2 (Restarted. Screen message about frequencies)<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <big><big>INFO: HARDWARE</big></big><br>
    <br>
    Characteristics of pc:<br>
    Intel® Desktop Board D525MW<br>
    Mini-ITX Board<br>
    <br>
    Video card:<br>
    Integrated Graphics Subsystem<br>
    <b>The integrated Intel GMA 3150</b> graphics controller features
    the following:<br>
    • 400 MHz core frequency<br>
    • High quality texture engine<br>
    ⎯ DX9.0c* and OpenGL* 1.4 compliant<br>
    ⎯ Hardware Pixel Shader 2.0<br>
    ⎯ Vertex Shader Model 2.0<br>
    • 3D Graphics Rendering enhancements<br>
    ⎯ 1.6 dual texture GigaPixel/s max fill rate<br>
    ⎯ 16-bit and 32-bit color<br>
    ⎯ Vertex cache<br>
    • Video<br>
    ⎯ Software DVD at 30 fps full screen<br>
    ⎯ DVMT support up to 256 MB<br>
    • Supports analog displays up to 2048 x 1536 at 75 Hz refresh (QXGA)<br>
    <br>
    <b>Monitor LG F700B</b><br>
    <br>
    Specifications<br>
    <b>Preset Modes (Resolution)</b><br>
    Display Modes (Resolution) Horizontal Freq. (kHz) Vertical Freq.
    (Hz)<br>
    1                    640 x 480                  37.50             
              75<br>
    2                    800 x 600                  46.88               
            75<br>
    3                    800 x 600                  53.68              
             85<br>
    4                    1024 x 768                68.677             
            85<br>
    <br>
    <b>Picture Tube</b><br>
    17 inches (16.0 inches viewable)<br>
    90 degree deflection<br>
    0.24mm slot pitch<br>
    W-ARAS( Wide Anti-Reflective Anti-Static) coating<br>
    <br>
    <b>Sync Input</b><br>
    Horizontal Freq. 30 - 70kHz (Automatic)<br>
    Vertical Freq. 50 - 160Hz (Automatic)<br>
    Input Form Separate TTL, Positive/Negative<br>
    Signal Input 15 pin D-Sub Connector<br>
    <br>
    <b>Video Input</b><br>
    Input Form Separate, RGB Analog, 0.7Vp-p/75 ohm, Positive<br>
    <br>
    <b>Plug&Play </b><br>
    DDC 2B<br>
    <br>
    <b>Regulation</b><br>
    TCO99<br>
    <br>
    <br>
    <br>
    <br>
    <big><big>INFO: Xorg</big></big><br>
    <br>
    I have typed the command Xrandr which results into the presence of
    LVDS1 which is actually absent:<br>
    I have a desktop, not a laptop.<br>
    Here is the output of command Xrandr:<br>
    <font face="Courier 10 Pitch"><b>xrandr</b><br>
      Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x
      4096<br>
      LVDS1 connected (normal left inverted right x axis y axis)<br>
         1280x800       58.1 +<br>
         1024x768       60.0  <br>
         800x600        60.3     56.2  <br>
         640x480        59.9  <br>
      VGA1 connected 1024x768+0+0 (normal left inverted right x axis y
      axis) 315mm x 230mm<br>
         1280x1024      60.0  <br>
         1152x864       75.0  <br>
         1024x768       85.0*    75.1     75.0     70.1     60.0    
      43.5  <br>
         832x624        74.6  <br>
         800x600        85.1     72.2     75.0     60.3     56.2  <br>
         640x480        85.0     72.8     75.0     66.7     60.0  <br>
         720x400        87.8     70.1  <br>
    </font> <br>
    <br>
    And here is the content of log file <b>Xorg.0.log:<br>
    </b><small><font face="Courier 10 Pitch">[    24.360] <br>
        X.Org X Server 1.11.3<br>
        Release Date: 2011-12-16<br>
        [    24.360] X Protocol Version 11, Revision 0<br>
        [    24.360] Build Operating System: Linux 2.6.42-26-generic
        x86_64 Ubuntu<br>
        [    24.360] Current Operating System: Linux dandan-desktop
        3.4.4 #1 SMP Fri Jul 6 09:25:28 CEST 2012 x86_64<br>
        [    24.360] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4.4
        root=UUID=6d0c3105-a356-409a-97a3-ecfde7caeed4 ro quiet splash
        vt.handoff=7<br>
        [    24.360] Build Date: 09 July 2012  11:30:07PM<br>
        [    24.360] xorg-server 2:1.11.4-0ubuntu10.5 (For technical
        support please see <a class="moz-txt-link-freetext"
          href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a>)
        <br>
        [    24.360] Current version of pixman: 0.24.4<br>
        [    24.360]     Before reporting problems, check <a
          class="moz-txt-link-freetext" href="http://wiki.x.org">http://wiki.x.org</a><br>
            to make sure that you have the latest version.<br>
        [    24.360] Markers: (--) probed, (**) from config file, (==)
        default setting,<br>
            (++) from command line, (!!) notice, (II) informational,<br>
            (WW) warning, (EE) error, (NI) not implemented, (??)
        unknown.<br>
        [    24.361] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul
        15 13:31:42 2012<br>
        [    24.480] (==) Using system config directory
        "/usr/share/X11/xorg.conf.d"<br>
        [    24.481] (==) No Layout section.  Using the first Screen
        section.<br>
        [    24.481] (==) No screen section available. Using defaults.<br>
        [    24.481] (**) |-->Screen "Default Screen Section" (0)<br>
        [    24.481] (**) |   |-->Monitor "<default monitor>"<br>
        [    24.482] (==) No monitor specified for screen "Default
        Screen Section".<br>
            Using a default monitor configuration.<br>
        [    24.482] (==) Automatically adding devices<br>
        [    24.482] (==) Automatically enabling devices<br>
        [    24.482] (WW) The directory "/usr/share/fonts/X11/cyrillic"
        does not exist.<br>
        [    24.482]     Entry deleted from font path.<br>
        [    24.482] (WW) The directory "/usr/share/fonts/X11/100dpi/"
        does not exist.<br>
        [    24.483]     Entry deleted from font path.<br>
        [    24.483] (WW) The directory "/usr/share/fonts/X11/75dpi/"
        does not exist.<br>
        [    24.483]     Entry deleted from font path.<br>
        [    24.483] (WW) The directory "/usr/share/fonts/X11/100dpi"
        does not exist.<br>
        [    24.483]     Entry deleted from font path.<br>
        [    24.483] (WW) The directory "/usr/share/fonts/X11/75dpi"
        does not exist.<br>
        [    24.483]     Entry deleted from font path.<br>
        [    24.483] (WW) The directory
        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not
        exist.<br>
        [    24.483]     Entry deleted from font path.<br>
        [    24.483] (==) FontPath set to:<br>
            /usr/share/fonts/X11/misc,<br>
            /usr/share/fonts/X11/Type1,<br>
            built-ins<br>
        [    24.483] (==) ModulePath set to
"/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"<br>
        [    24.483] (II) The server relies on udev to provide the list
        of input devices.<br>
            If no devices become available, reconfigure udev or disable
        AutoAddDevices.<br>
        [    24.483] (II) Loader magic: 0x7f173cc3cb00<br>
        [    24.483] (II) Module ABI versions:<br>
        [    24.483]     X.Org ANSI C Emulation: 0.4<br>
        [    24.483]     X.Org Video Driver: 11.0<br>
        [    24.483]     X.Org XInput driver : 16.0<br>
        [    24.483]     X.Org Server Extension : 6.0<br>
        [    24.485] (--) PCI:*(0:0:2:0) 8086:a001:8086:574d rev 2, Mem
        @ 0xe0200000/524288, 0xd0000000/268435456, 0xe0100000/1048576,
        I/O @ 0x000020c0/8<br>
        [    24.485] (II) Open ACPI successful (/var/run/acpid.socket)<br>
        [    24.485] (II) LoadModule: "extmod"<br>
        [    24.615] (II) Loading
        /usr/lib/xorg/modules/extensions/libextmod.so<br>
        [    24.616] (II) Module extmod: vendor="X.Org Foundation"<br>
        [    24.616]     compiled for 1.11.3, module version = 1.0.0<br>
        [    24.616]     Module class: X.Org Server Extension<br>
        [    24.616]     ABI class: X.Org Server Extension, version 6.0<br>
        [    24.616] (II) Loading extension MIT-SCREEN-SAVER<br>
        [    24.616] (II) Loading extension XFree86-VidModeExtension<br>
        [    24.616] (II) Loading extension XFree86-DGA<br>
        [    24.616] (II) Loading extension DPMS<br>
        [    24.616] (II) Loading extension XVideo<br>
        [    24.616] (II) Loading extension XVideo-MotionCompensation<br>
        [    24.616] (II) Loading extension X-Resource<br>
        [    24.616] (II) LoadModule: "dbe"<br>
        [    24.616] (II) Loading
        /usr/lib/xorg/modules/extensions/libdbe.so<br>
        [    24.617] (II) Module dbe: vendor="X.Org Foundation"<br>
        [    24.617]     compiled for 1.11.3, module version = 1.0.0<br>
        [    24.617]     Module class: X.Org Server Extension<br>
        [    24.617]     ABI class: X.Org Server Extension, version 6.0<br>
        [    24.617] (II) Loading extension DOUBLE-BUFFER<br>
        [    24.617] (II) LoadModule: "glx"<br>
        [    24.617] (II) Loading
        /usr/lib/xorg/modules/extensions/libglx.so<br>
        [    24.618] (II) Module glx: vendor="X.Org Foundation"<br>
        [    24.618]     compiled for 1.11.3, module version = 1.0.0<br>
        [    24.618]     ABI class: X.Org Server Extension, version 6.0<br>
        [    24.618] (==) AIGLX enabled<br>
        [    24.618] (II) Loading extension GLX<br>
        [    24.618] (II) LoadModule: "record"<br>
        [    24.618] (II) Loading
        /usr/lib/xorg/modules/extensions/librecord.so<br>
        [    24.618] (II) Module record: vendor="X.Org Foundation"<br>
        [    24.618]     compiled for 1.11.3, module version = 1.13.0<br>
        [    24.618]     Module class: X.Org Server Extension<br>
        [    24.618]     ABI class: X.Org Server Extension, version 6.0<br>
        [    24.619] (II) Loading extension RECORD<br>
        [    24.619] (II) LoadModule: "dri"<br>
        [    24.619] (II) Loading
        /usr/lib/xorg/modules/extensions/libdri.so<br>
        [    24.619] (II) Module dri: vendor="X.Org Foundation"<br>
        [    24.619]     compiled for 1.11.3, module version = 1.0.0<br>
        [    24.619]     ABI class: X.Org Server Extension, version 6.0<br>
        [    24.619] (II) Loading extension XFree86-DRI<br>
        [    24.620] (II) LoadModule: "dri2"<br>
        [    24.620] (II) Loading
        /usr/lib/xorg/modules/extensions/libdri2.so<br>
        [    24.621] (II) Module dri2: vendor="X.Org Foundation"<br>
        [    24.621]     compiled for 1.11.3, module version = 1.2.0<br>
        [    24.621]     ABI class: X.Org Server Extension, version 6.0<br>
        [    24.621] (II) Loading extension DRI2<br>
        [    24.621] (==) Matched intel as autoconfigured driver 0<br>
        [    24.621] (==) Matched vesa as autoconfigured driver 1<br>
        [    24.621] (==) Matched fbdev as autoconfigured driver 2<br>
        [    24.621] (==) Assigned the driver to the xf86ConfigLayout<br>
        [    24.621] (II) LoadModule: "intel"<br>
        [    24.637] (II) Loading
        /usr/lib/xorg/modules/drivers/intel_drv.so<br>
        [    24.638] (II) Module intel: vendor="X.Org Foundation"<br>
        [    24.639]     compiled for 1.11.3, module version = 2.17.0<br>
        [    24.639]     Module class: X.Org Video Driver<br>
        [    24.639]     ABI class: X.Org Video Driver, version 11.0<br>
        [    24.639] (II) LoadModule: "vesa"<br>
        [    24.640] (II) Loading
        /usr/lib/xorg/modules/drivers/vesa_drv.so<br>
        [    24.640] (II) Module vesa: vendor="X.Org Foundation"<br>
        [    24.640]     compiled for 1.11.3, module version = 2.3.0<br>
        [    24.641]     Module class: X.Org Video Driver<br>
        [    24.641]     ABI class: X.Org Video Driver, version 11.0<br>
        [    24.641] (II) LoadModule: "fbdev"<br>
        [    24.641] (II) Loading
        /usr/lib/xorg/modules/drivers/fbdev_drv.so<br>
        [    24.642] (II) Module fbdev: vendor="X.Org Foundation"<br>
        [    24.642]     compiled for 1.11.3, module version = 0.4.2<br>
        [    24.642]     ABI class: X.Org Video Driver, version 11.0<br>
        [    24.642] (II) intel: Driver for Intel Integrated Graphics
        Chipsets: i810,<br>
            i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM,
        865G, 915G,<br>
            E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G,<br>
            965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45,<br>
            4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale,
        Arrandale,<br>
            Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),<br>
            Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),<br>
            Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),<br>
            Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile
        (GT2),<br>
            Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge
        Server<br>
        [    24.644] (II) VESA: driver for VESA chipsets: vesa<br>
        [    24.644] (II) FBDEV: driver for framebuffer: fbdev<br>
        [    24.644] (++) using VT number 7<br>
        <br>
        [    24.649] (II) Loading
        /usr/lib/xorg/modules/drivers/intel_drv.so</font> <font
        face="Courier 10 Pitch"><br>
        [    24.649] (WW) Falling back to old probe method for vesa<br>
        [    24.649] (WW) Falling back to old probe method for fbdev<br>
        [    24.649] (II) Loading sub module "fbdevhw"<br>
        [    24.649] (II) LoadModule: "fbdevhw"<br>
        [    24.650] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so<br>
        [    24.650] (II) Module fbdevhw: vendor="X.Org Foundation"<br>
        [    24.650]     compiled for 1.11.3, module version = 0.0.2<br>
        [    24.650]     ABI class: X.Org Video Driver, version 11.0<br>
        [    24.650] drmOpenDevice: node name is /dev/dri/card0<br>
        [    24.650] drmOpenDevice: open result is 9, (OK)<br>
        [    24.651] drmOpenByBusid: Searching for BusID
        pci:0000:00:02.0<br>
        [    24.651] drmOpenDevice: node name is /dev/dri/card0<br>
        [    24.651] drmOpenDevice: open result is 9, (OK)<br>
        [    24.651] drmOpenByBusid: drmOpenMinor returns 9<br>
        [    24.651] drmOpenByBusid: drmGetBusid reports
        pci:0000:00:02.0<br>
        [    24.651] (II) intel(0): Creating default Display subsection
        in Screen section<br>
            "Default Screen Section" for depth/fbbpp 24/32<br>
        [    24.651] (==) intel(0): Depth 24, (--) framebuffer bpp 32<br>
        [    24.651] (==) intel(0): RGB weight 888<br>
        [    24.651] (==) intel(0): Default visual is TrueColor<br>
        [    24.651] (II) intel(0): Integrated Graphics Chipset:
        Intel(R) Pineview G<br>
        [    24.651] (--) intel(0): Chipset: "Pineview G"<br>
        [    24.651] (**) intel(0): Relaxed fencing enabled<br>
        [    24.651] (**) intel(0): Wait on SwapBuffers? enabled<br>
        [    24.651] (**) intel(0): Triple buffering? enabled<br>
        [    24.652] (**) intel(0): Framebuffer tiled<br>
        [    24.652] (**) intel(0): Pixmaps tiled<br>
        [    24.652] (**) intel(0): 3D buffers tiled<br>
        [    24.652] (**) intel(0): SwapBuffers wait enabled<br>
        [    24.652] (==) intel(0): video overlay key set to 0x101fe<br>
        [    24.652] (II) intel(0): Output LVDS1 has no monitor section<br>
        [    24.653] (II) intel(0): found backlight control interface
        /sys/class/backlight/intel_backlight<br>
        [    24.696] (II) intel(0): Output VGA1 has no monitor section<br>
        [    24.696] (II) intel(0): EDID for output LVDS1<br>
        [    24.697] (II) intel(0): Not using default mode "320x240"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "400x300"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "400x300"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "512x384"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "640x480"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "640x512"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "800x600"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "896x672"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "928x696"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "960x720"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "576x432"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "680x384"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "680x384"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "700x525"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "720x450"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "800x512"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "840x525"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "840x525"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "960x540"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "960x600"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Not using default mode "1024x768"
        (doublescan mode not supported)<br>
        [    24.697] (II) intel(0): Printing probed modes for output
        LVDS1<br>
        [    24.698] (II) intel(0): Modeline "1280x800"x58.1   68.90 
        1280 1292 1340 1440  800 804 807 823 -hsync -vsync (47.8 kHz)<br>
        [    24.698] (II) intel(0): Modeline "1024x768"x60.0   65.00 
        1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)<br>
        [    24.698] (II) intel(0): Modeline "800x600"x60.3   40.00  800
        840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)<br>
        [    24.698] (II) intel(0): Modeline "800x600"x56.2   36.00  800
        824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)<br>
        [    24.698] (II) intel(0): Modeline "640x480"x59.9   25.18  640
        656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)<br>
        [    24.748] (II) intel(0): EDID for output VGA1<br>
        [    24.748] (II) intel(0): Manufacturer: GSM  Model: 4349 
        Serial#: 36489<br>
        [    24.748] (II) intel(0): Year: 2002  Week: 35<br>
        [    24.748] (II) intel(0): EDID Version: 1.3<br>
        [    24.748] (II) intel(0): Analog Display Input,  Input Voltage
        Level: 0.700/0.300 V<br>
        [    24.748] (II) intel(0): Sync:  Separate<br>
        [    24.748] (II) intel(0): Max Image Size [cm]: horiz.: 33 
        vert.: 25<br>
        [    24.749] (II) intel(0): Gamma: 2.85<br>
        [    24.749] (II) intel(0): DPMS capabilities: StandBy Suspend
        Off; RGB/Color Display<br>
        [    24.749] (II) intel(0): First detailed timing not preferred
        mode in violation of standard!<br>
        [    24.749] (II) intel(0): redX: 0.631 redY: 0.328   greenX:
        0.295 greenY: 0.600<br>
        [    24.749] (II) intel(0): blueX: 0.144 blueY: 0.070   whiteX:
        0.283 whiteY: 0.298<br>
        [    24.749] (II) intel(0): Supported established timings:<br>
        [    24.749] (II) intel(0): 720x400@70Hz<br>
        [    24.749] (II) intel(0): 720x400@88Hz<br>
        [    24.749] (II) intel(0): 640x480@60Hz<br>
        [    24.749] (II) intel(0): 640x480@67Hz<br>
        [    24.749] (II) intel(0): 640x480@72Hz<br>
        [    24.749] (II) intel(0): 640x480@75Hz<br>
        [    24.749] (II) intel(0): 800x600@56Hz<br>
        [    24.749] (II) intel(0): 800x600@60Hz<br>
        [    24.749] (II) intel(0): 800x600@72Hz<br>
        [    24.749] (II) intel(0): 800x600@75Hz<br>
        [    24.749] (II) intel(0): 832x624@75Hz<br>
        [    24.749] (II) intel(0): 1024x768@87Hz (interlaced)<br>
        [    24.749] (II) intel(0): 1024x768@60Hz<br>
        [    24.749] (II) intel(0): 1024x768@70Hz<br>
        [    24.749] (II) intel(0): 1024x768@75Hz<br>
        [    24.749] (II) intel(0): 1152x864@75Hz<br>
        [    24.749] (II) intel(0): Manufacturer's mask: 0<br>
        [    24.749] (II) intel(0): Supported standard timings:<br>
        [    24.749] (II) intel(0): #0: hsize: 640  vsize 480  refresh:
        75  vid: 20273<br>
        [    24.749] (II) intel(0): #1: hsize: 640  vsize 480  refresh:
        85  vid: 22833<br>
        [    24.749] (II) intel(0): #2: hsize: 800  vsize 600  refresh:
        75  vid: 20293<br>
        [    24.749] (II) intel(0): #3: hsize: 800  vsize 600  refresh:
        85  vid: 22853<br>
        [    24.749] (II) intel(0): #4: hsize: 1024  vsize 768  refresh:
        70  vid: 19041<br>
        [    24.749] (II) intel(0): #5: hsize: 1024  vsize 768  refresh:
        75  vid: 20321<br>
        [    24.749] (II) intel(0): #6: hsize: 1024  vsize 768  refresh:
        85  vid: 22881<br>
        [    24.749] (II) intel(0): #7: hsize: 1280  vsize 1024 
        refresh: 60  vid: 32897<br>
        [    24.750] (II) intel(0): Supported detailed timing:<br>
        [    24.750] (II) intel(0): clock: 94.5 MHz   Image Size:  315 x
        230 mm<br>
        [    24.750] (II) intel(0): h_active: 1024  h_sync: 1072 
        h_sync_end 1168 h_blank_end 1376 h_border: 0<br>
        [    24.750] (II) intel(0): v_active: 768  v_sync: 769 
        v_sync_end 772 v_blanking: 808 v_border: 0<br>
        [    24.750] (II) intel(0): Supported detailed timing:<br>
        [    24.750] (II) intel(0): clock: 108.0 MHz   Image Size:  315
        x 230 mm<br>
        [    24.750] (II) intel(0): h_active: 1280  h_sync: 1328 
        h_sync_end 1440 h_blank_end 1688 h_border: 0<br>
        [    24.750] (II) intel(0): v_active: 1024  v_sync: 1025 
        v_sync_end 1028 v_blanking: 1066 v_border: 0<br>
        [    24.750] (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H
        min: 30 H max: 70 kHz, PixClock max 115 MHz<br>
        [    24.750] (II) intel(0): Monitor name: 775FT Plus<br>
        [    24.750] (II) intel(0): EDID (in hex):<br>
        [    24.750] (II) intel(0):     00ffffffffffff001e6d4943898e0000<br>
        [    24.750] (II) intel(0):     230c0103082119b9e88ac9a1544b9924<br>
        [    24.750] (II) intel(0):     12484cfffe80314f3159454f4559614a<br>
        [    24.750] (II) intel(0):     614f61598180ea240060410028303060<br>
        [    24.750] (II) intel(0):     13003be61000001e302a009851002a40<br>
        [    24.750] (II) intel(0):     307013003be61000001e000000fd0032<br>
        [    24.750] (II) intel(0):     a01e460b000a202020202020000000fc<br>
        [    24.750] (II) intel(0):     00373735465420506c75730a20200006<br>
        [    24.750] (II) intel(0): Printing probed modes for output
        VGA1<br>
        [    24.750] (II) intel(0): Modeline "1280x1024"x60.0  108.00 
        1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0
        kHz)<br>
        [    24.750] (II) intel(0): Modeline "1152x864"x75.0  108.00 
        1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)<br>
        [    24.750] (II) intel(0): Modeline "1024x768"x85.0   94.50 
        1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)<br>
        [    24.750] (II) intel(0): Modeline "1024x768"x75.1   78.80 
        1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)<br>
        [    24.750] (II) intel(0): Modeline "1024x768"x75.0   78.75 
        1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)<br>
        [    24.751] (II) intel(0): Modeline "1024x768"x70.1   75.00 
        1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)<br>
        [    24.751] (II) intel(0): Modeline "1024x768"x60.0   65.00 
        1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)<br>
        [    24.751] (II) intel(0): Modeline "1024x768"x87.0   44.90 
        1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
        (35.5 kHz)<br>
        [    24.751] (II) intel(0): Modeline "832x624"x74.6   57.28  832
        864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)<br>
        [    24.751] (II) intel(0): Modeline "800x600"x85.1   56.25  800
        832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)<br>
        [    24.751] (II) intel(0): Modeline "800x600"x72.2   50.00  800
        856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)<br>
        [    24.751] (II) intel(0): Modeline "800x600"x75.0   49.50  800
        816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)<br>
        [    24.751] (II) intel(0): Modeline "800x600"x60.3   40.00  800
        840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)<br>
        [    24.751] (II) intel(0): Modeline "800x600"x56.2   36.00  800
        824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)<br>
        [    24.751] (II) intel(0): Modeline "640x480"x85.0   36.00  640
        696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)<br>
        [    24.751] (II) intel(0): Modeline "640x480"x72.8   31.50  640
        664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)<br>
        [    24.751] (II) intel(0): Modeline "640x480"x75.0   31.50  640
        656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)<br>
        [    24.751] (II) intel(0): Modeline "640x480"x66.7   30.24  640
        704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)<br>
        [    24.751] (II) intel(0): Modeline "640x480"x60.0   25.20  640
        656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)<br>
        [    24.751] (II) intel(0): Modeline "720x400"x87.8   35.50  720
        738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)<br>
        [    24.751] (II) intel(0): Modeline "720x400"x70.1   28.32  720
        738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)<br>
        [    24.751] (II) intel(0): Output LVDS1 connected<br>
        [    24.751] (II) intel(0): Output VGA1 connected<br>
        [    24.751] (II) intel(0): Using fuzzy aspect match for initial
        modes<br>
        [    24.751] (II) intel(0): Output LVDS1 using initial mode
        1024x768<br>
        [    24.751] (II) intel(0): Output VGA1 using initial mode
        1024x768<br>
        [    24.751] (II) intel(0): Using default gamma of (1.0, 1.0,
        1.0) unless otherwise stated.<br>
        [    24.751] (II) intel(0): Kernel page flipping support
        detected, enabling<br>
        [    24.751] (==) intel(0): DPI set to (96, 96)<br>
        [    24.751] (II) Loading sub module "fb"<br>
        [    24.751] (II) LoadModule: "fb"<br>
        [    24.752] (II) Loading /usr/lib/xorg/modules/libfb.so<br>
        [    24.753] (II) Module fb: vendor="X.Org Foundation"<br>
        [    24.753]     compiled for 1.11.3, module version = 1.0.0<br>
        [    24.753]     ABI class: X.Org ANSI C Emulation, version 0.4<br>
        [    24.753] (II) Loading sub module "dri2"<br>
        [    24.753] (II) LoadModule: "dri2"<br>
        [    24.753] (II) Loading
        /usr/lib/xorg/modules/extensions/libdri2.so<br>
        [    24.753] (II) Module dri2: vendor="X.Org Foundation"<br>
        [    24.753]     compiled for 1.11.3, module version = 1.2.0<br>
        [    24.753]     ABI class: X.Org Server Extension, version 6.0<br>
        [    24.753] (II) UnloadModule: "vesa"<br>
        [    24.754] (II) Unloading vesa<br>
        [    24.754] (II) UnloadModule: "fbdev"<br>
        [    24.754] (II) Unloading fbdev<br>
        [    24.754] (II) UnloadModule: "fbdevhw"<br>
        [    24.754] (II) Unloading fbdevhw<br>
        [    24.754] (==) Depth 24 pixmap format is 32 bpp<br>
        [    24.754] (II) intel(0): [DRI2] Setup complete<br>
        [    24.754] (II) intel(0): [DRI2]   DRI driver: i915<br>
        [    24.754] (II) intel(0): Allocated new frame buffer 1024x768
        stride 4096, tiled<br>
        [    24.754] (II) UXA(0): Driver registered support for the
        following operations:<br>
        [    24.754] (II)         solid<br>
        [    24.754] (II)         copy<br>
        [    24.754] (II)         composite (RENDER acceleration)<br>
        [    24.754] (II)         put_image<br>
        [    24.754] (II)         get_image<br>
        [    24.754] (==) intel(0): Backing store disabled<br>
        [    24.754] (==) intel(0): Silken mouse enabled<br>
        [    24.754] (II) intel(0): Initializing HW Cursor<br>
        [    25.200] (II) intel(0): RandR 1.2 enabled, ignore the
        following RandR disabled message.<br>
        [    25.200] (==) intel(0): DPMS enabled<br>
        [    25.200] (==) intel(0): Intel XvMC decoder disabled<br>
        [    25.201] (II) intel(0): Set up textured video<br>
        [    25.201] (II) intel(0): Set up overlay video<br>
        [    25.201] (II) intel(0): direct rendering: DRI2 Enabled<br>
        [    25.201] (==) intel(0): hotplug detection: "enabled"<br>
        [    25.201] (--) RandR disabled<br>
        [    25.201] (II) Initializing built-in extension Generic Event
        Extension<br>
        [    25.201] (II) Initializing built-in extension SHAPE<br>
        [    25.201] (II) Initializing built-in extension MIT-SHM<br>
        [    25.201] (II) Initializing built-in extension
        XInputExtension<br>
        [    25.201] (II) Initializing built-in extension XTEST<br>
        [    25.201] (II) Initializing built-in extension BIG-REQUESTS<br>
        [    25.201] (II) Initializing built-in extension SYNC<br>
        [    25.201] (II) Initializing built-in extension XKEYBOARD<br>
        [    25.201] (II) Initializing built-in extension XC-MISC<br>
        [    25.201] (II) Initializing built-in extension SECURITY<br>
        [    25.201] (II) Initializing built-in extension XINERAMA<br>
        [    25.201] (II) Initializing built-in extension XFIXES<br>
        [    25.201] (II) Initializing built-in extension RENDER<br>
        [    25.201] (II) Initializing built-in extension RANDR<br>
        [    25.201] (II) Initializing built-in extension COMPOSITE<br>
        [    25.201] (II) Initializing built-in extension DAMAGE<br>
        [    25.230] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer<br>
        [    25.230] (II) AIGLX: enabled GLX_INTEL_swap_event<br>
        [    25.230] (II) AIGLX: enabled GLX_SGI_swap_control and
        GLX_MESA_swap_control<br>
        [    25.230] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by
        buffer objects<br>
        [    25.231] (II) AIGLX: Loaded and initialized i915<br>
        [    25.231] (II) GLX: Initialized DRI2 GL provider for screen 0<br>
        [    25.232] (II) intel(0): Setting screen physical size to 270
        x 203<br>
        [    25.255] (II) XKB: reuse xkmfile
        /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm<br>
        [    25.262] (II) config/udev: Adding input device Power Button
        (/dev/input/event1)<br>
        [    25.262] (**) Power Button: Applying InputClass "evdev
        keyboard catchall"<br>
        [    25.262] (II) LoadModule: "evdev"<br>
        [    25.263] (II) Loading
        /usr/lib/xorg/modules/input/evdev_drv.so<br>
        [    25.263] (II) Module evdev: vendor="X.Org Foundation"<br>
        [    25.263]     compiled for 1.11.3, module version = 2.7.0<br>
        [    25.263]     Module class: X.Org XInput Driver<br>
        [    25.263]     ABI class: X.Org XInput driver, version 16.0<br>
        [    25.263] (II) Using input driver 'evdev' for 'Power Button'<br>
        [    25.263] (II) Loading
        /usr/lib/xorg/modules/input/evdev_drv.so<br>
        [    25.264] (**) Power Button: always reports core events<br>
        [    25.264] (**) evdev: Power Button: Device:
        "/dev/input/event1"<br>
        [    25.264] (--) evdev: Power Button: Vendor 0 Product 0x1<br>
        [    25.264] (--) evdev: Power Button: Found keys<br>
        [    25.264] (II) evdev: Power Button: Configuring as keyboard<br>
        [    25.264] (**) Option "config_info"
        "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"<br>
        [    25.264] (II) XINPUT: Adding extended input device "Power
        Button" (type: KEYBOARD, id 6)<br>
        [    25.264] (**) Option "xkb_rules" "evdev"<br>
        [    25.264] (**) Option "xkb_model" "pc105"<br>
        [    25.264] (**) Option "xkb_layout" "it"<br>
        [    25.269] (II) XKB: reuse xkmfile
        /var/lib/xkb/server-3781FECB9CB8D26EE03343DB2C93394EA704B98F.xkm<br>
        [    25.271] (II) config/udev: Adding input device Sleep Button
        (/dev/input/event0)<br>
        [    25.271] (**) Sleep Button: Applying InputClass "evdev
        keyboard catchall"<br>
        [    25.271] (II) Using input driver 'evdev' for 'Sleep Button'<br>
        [    25.271] (II) Loading
        /usr/lib/xorg/modules/input/evdev_drv.so<br>
        [    25.271] (**) Sleep Button: always reports core events<br>
        [    25.271] (**) evdev: Sleep Button: Device:
        "/dev/input/event0"<br>
        [    25.271] (--) evdev: Sleep Button: Vendor 0 Product 0x3<br>
        [    25.272] (--) evdev: Sleep Button: Found keys<br>
        [    25.272] (II) evdev: Sleep Button: Configuring as keyboard<br>
        [    25.272] (**) Option "config_info"
        "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"<br>
        [    25.272] (II) XINPUT: Adding extended input device "Sleep
        Button" (type: KEYBOARD, id 7)<br>
        [    25.272] (**) Option "xkb_rules" "evdev"<br>
        [    25.272] (**) Option "xkb_model" "pc105"<br>
        [    25.272] (**) Option "xkb_layout" "it"<br>
        [    25.273] (II) config/udev: Adding input device HDA Intel
        Line (/dev/input/event4)<br>
        [    25.273] (II) No input driver specified, ignoring this
        device.<br>
        [    25.273] (II) This device may have been added with another
        device file.<br>
        [    25.274] (II) config/udev: Adding input device HDA Intel
        Rear Mic (/dev/input/event5)<br>
        [    25.274] (II) No input driver specified, ignoring this
        device.<br>
        [    25.274] (II) This device may have been added with another
        device file.<br>
        [    25.275] (II) config/udev: Adding input device HDA Intel
        Line Out (/dev/input/event6)<br>
        [    25.275] (II) No input driver specified, ignoring this
        device.<br>
        [    25.275] (II) This device may have been added with another
        device file.<br>
        [    25.276] (II) config/udev: Adding input device AT Translated
        Set 2 keyboard (/dev/input/event2)<br>
        [    25.276] (**) AT Translated Set 2 keyboard: Applying
        InputClass "evdev keyboard catchall"<br>
        [    25.276] (II) Using input driver 'evdev' for 'AT Translated
        Set 2 keyboard'<br>
        [    25.276] (II) Loading
        /usr/lib/xorg/modules/input/evdev_drv.so<br>
        [    25.276] (**) AT Translated Set 2 keyboard: always reports
        core events<br>
        [    25.276] (**) evdev: AT Translated Set 2 keyboard: Device:
        "/dev/input/event2"<br>
        [    25.276] (--) evdev: AT Translated Set 2 keyboard: Vendor
        0x1 Product 0x1<br>
        [    25.276] (--) evdev: AT Translated Set 2 keyboard: Found
        keys<br>
        [    25.276] (II) evdev: AT Translated Set 2 keyboard:
        Configuring as keyboard<br>
        [    25.276] (**) Option "config_info"
        "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"<br>
        [    25.276] (II) XINPUT: Adding extended input device "AT
        Translated Set 2 keyboard" (type: KEYBOARD, id 8)<br>
        [    25.276] (**) Option "xkb_rules" "evdev"<br>
        [    25.276] (**) Option "xkb_model" "pc105"<br>
        [    25.276] (**) Option "xkb_layout" "it"<br>
        [    25.278] (II) config/udev: Adding input device PS/2 Logitech
        Mouse (/dev/input/event3)<br>
        [    25.278] (**) PS/2 Logitech Mouse: Applying InputClass
        "evdev pointer catchall"<br>
        [    25.278] (II) Using input driver 'evdev' for 'PS/2 Logitech
        Mouse'<br>
        [    25.278] (II) Loading
        /usr/lib/xorg/modules/input/evdev_drv.so<br>
        [    25.278] (**) PS/2 Logitech Mouse: always reports core
        events<br>
        [    25.278] (**) evdev: PS/2 Logitech Mouse: Device:
        "/dev/input/event3"<br>
        [    25.278] (--) evdev: PS/2 Logitech Mouse: Vendor 0x2 Product
        0x1<br>
        [    25.278] (--) evdev: PS/2 Logitech Mouse: Found 3 mouse
        buttons<br>
        [    25.278] (--) evdev: PS/2 Logitech Mouse: Found relative
        axes<br>
        [    25.278] (--) evdev: PS/2 Logitech Mouse: Found x and y
        relative axes<br>
        [    25.278] (II) evdev: PS/2 Logitech Mouse: Configuring as
        mouse<br>
        [    25.279] (**) evdev: PS/2 Logitech Mouse: YAxisMapping:
        buttons 4 and 5<br>
        [    25.279] (**) evdev: PS/2 Logitech Mouse:
        EmulateWheelButton: 4, EmulateWheelInertia: 10,
        EmulateWheelTimeout: 200<br>
        [    25.279] (**) Option "config_info"
        "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"<br>
        [    25.279] (II) XINPUT: Adding extended input device "PS/2
        Logitech Mouse" (type: MOUSE, id 9)<br>
        [    25.279] (II) evdev: PS/2 Logitech Mouse: initialized for
        relative axes.<br>
        [    25.279] (**) PS/2 Logitech Mouse: (accel) keeping
        acceleration scheme 1<br>
        [    25.279] (**) PS/2 Logitech Mouse: (accel) acceleration
        profile 0<br>
        [    25.279] (**) PS/2 Logitech Mouse: (accel) acceleration
        factor: 2.000<br>
        [    25.280] (**) PS/2 Logitech Mouse: (accel) acceleration
        threshold: 4<br>
        [    25.280] (II) config/udev: Adding input device PS/2 Logitech
        Mouse (/dev/input/mouse0)<br>
        [    25.280] (II) No input driver specified, ignoring this
        device.<br>
        [    25.280] (II) This device may have been added with another
        device file.<br>
        [    27.696] (II) intel(0): EDID vendor "GSM", prod id 17225<br>
        [    27.696] (II) intel(0): Using EDID range info for horizontal
        sync<br>
        [    27.696] (II) intel(0): Using EDID range info for vertical
        refresh<br>
        [    27.696] (II) intel(0): Printing DDC gathered Modelines:<br>
        [    27.696] (II) intel(0): Modeline "1024x768"x0.0   94.50 
        1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)<br>
        [    27.696] (II) intel(0): Modeline "1280x1024"x0.0  108.00 
        1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0
        kHz)<br>
        [    27.696] (II) intel(0): Modeline "800x600"x0.0   40.00  800
        840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)<br>
        [    27.697] (II) intel(0): Modeline "800x600"x0.0   36.00  800
        824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)<br>
        [    27.697] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)<br>
        [    27.697] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)<br>
        [    27.697] (II) intel(0): Modeline "640x480"x0.0   30.24  640
        704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)<br>
        [    27.697] (II) intel(0): Modeline "640x480"x0.0   25.18  640
        656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)<br>
        [    27.697] (II) intel(0): Modeline "720x400"x0.0   35.50  720
        738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)<br>
        [    27.697] (II) intel(0): Modeline "720x400"x0.0   28.32  720
        738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)<br>
        [    27.697] (II) intel(0): Modeline "1024x768"x0.0   78.75 
        1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)<br>
        [    27.697] (II) intel(0): Modeline "1024x768"x0.0   75.00 
        1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)<br>
        [    27.697] (II) intel(0): Modeline "1024x768"x0.0   65.00 
        1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)<br>
        [    27.697] (II) intel(0): Modeline "1024x768i"x0.0   44.90 
        1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync
        (35.5 kHz)<br>
        [    27.697] (II) intel(0): Modeline "832x624"x0.0   57.28  832
        864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)<br>
        [    27.697] (II) intel(0): Modeline "800x600"x0.0   49.50  800
        816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)<br>
        [    27.697] (II) intel(0): Modeline "800x600"x0.0   50.00  800
        856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)<br>
        [    27.697] (II) intel(0): Modeline "1152x864"x0.0  108.00 
        1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)<br>
        [    27.697] (II) intel(0): Modeline "640x480"x0.0   36.00  640
        696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)<br>
        [    27.697] (II) intel(0): Modeline "800x600"x0.0   56.25  800
        832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)<br>
        [    27.766] (II) intel(0): EDID vendor "GSM", prod id 17225<br>
        [    27.767] (II) intel(0): Using hsync ranges from config file<br>
        [    27.767] (II) intel(0): Using vrefresh ranges from config
        file<br>
        [    27.767] (II) intel(0): Printing DDC gathered Modelines:<br>
        [    27.767] (II) intel(0): Modeline "1024x768"x0.0   94.50 
        1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)<br>
        [    27.767] (II) intel(0): Modeline "1280x1024"x0.0  108.00 
        1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0
        kHz)<br>
        [    27.767] (II) intel(0): Modeline "800x600"x0.0   40.00  800
        840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)<br>
        [    27.767] (II) intel(0): Modeline "800x600"x0.0   36.00  800
        824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)<br>
        [    27.767] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)<br>
        [    27.767] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)<br>
        [    27.767] (II) intel(0): Modeline "640x480"x0.0   30.24  640
        704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)<br>
        [    27.767] (II) intel(0): Modeline "640x480"x0.0   25.18  640
        656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)<br>
        [    27.767] (II) intel(0): Modeline "720x400"x0.0   35.50  720
        738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)<br>
        [    27.767] (II) intel(0): Modeline "720x400"x0.0   28.32  720
        738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)<br>
        [    27.767] (II) intel(0): Modeline "1024x768"x0.0   78.75 
        1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)<br>
        [    27.767] (II) intel(0): Modeline "1024x768"x0.0   75.00 
        1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)<br>
        [    27.767] (II) intel(0): Modeline "1024x768"x0.0   65.00 
        1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)<br>
        [    27.767] (II) intel(0): Modeline "1024x768i"x0.0   44.90 
        1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync
        (35.5 kHz)<br>
        [    27.768] (II) intel(0): Modeline "832x624"x0.0   57.28  832
        864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)<br>
        [    27.768] (II) intel(0): Modeline "800x600"x0.0   49.50  800
        816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)<br>
        [    27.768] (II) intel(0): Modeline "800x600"x0.0   50.00  800
        856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)<br>
        [    27.768] (II) intel(0): Modeline "1152x864"x0.0  108.00 
        1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)<br>
        [    27.768] (II) intel(0): Modeline "640x480"x0.0   36.00  640
        696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)<br>
        [    27.768] (II) intel(0): Modeline "800x600"x0.0   56.25  800
        832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)<br>
        [    27.829] (II) intel(0): EDID vendor "GSM", prod id 17225<br>
        [    27.829] (II) intel(0): Using hsync ranges from config file<br>
        [    27.829] (II) intel(0): Using vrefresh ranges from config
        file<br>
        [    27.829] (II) intel(0): Printing DDC gathered Modelines:<br>
        [    27.829] (II) intel(0): Modeline "1024x768"x0.0   94.50 
        1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)<br>
        [    27.829] (II) intel(0): Modeline "1280x1024"x0.0  108.00 
        1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0
        kHz)<br>
        [    27.829] (II) intel(0): Modeline "800x600"x0.0   40.00  800
        840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)<br>
        [    27.830] (II) intel(0): Modeline "800x600"x0.0   36.00  800
        824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)<br>
        [    27.830] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)<br>
        [    27.830] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)<br>
        [    27.830] (II) intel(0): Modeline "640x480"x0.0   30.24  640
        704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)<br>
        [    27.830] (II) intel(0): Modeline "640x480"x0.0   25.18  640
        656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)<br>
        [    27.830] (II) intel(0): Modeline "720x400"x0.0   35.50  720
        738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)<br>
        [    27.830] (II) intel(0): Modeline "720x400"x0.0   28.32  720
        738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)<br>
        [    27.830] (II) intel(0): Modeline "1024x768"x0.0   78.75 
        1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)<br>
        [    27.830] (II) intel(0): Modeline "1024x768"x0.0   75.00 
        1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)<br>
        [    27.830] (II) intel(0): Modeline "1024x768"x0.0   65.00 
        1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)<br>
        [    27.830] (II) intel(0): Modeline "1024x768i"x0.0   44.90 
        1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync
        (35.5 kHz)<br>
        [    27.830] (II) intel(0): Modeline "832x624"x0.0   57.28  832
        864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)<br>
        [    27.830] (II) intel(0): Modeline "800x600"x0.0   49.50  800
        816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)<br>
        [    27.830] (II) intel(0): Modeline "800x600"x0.0   50.00  800
        856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)<br>
        [    27.830] (II) intel(0): Modeline "1152x864"x0.0  108.00 
        1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)<br>
        [    27.830] (II) intel(0): Modeline "640x480"x0.0   36.00  640
        696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)<br>
        [    27.830] (II) intel(0): Modeline "800x600"x0.0   56.25  800
        832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)<br>
        [    27.886] (II) intel(0): EDID vendor "GSM", prod id 17225<br>
        [    27.886] (II) intel(0): Using hsync ranges from config file<br>
        [    27.886] (II) intel(0): Using vrefresh ranges from config
        file<br>
        [    27.886] (II) intel(0): Printing DDC gathered Modelines:<br>
        [    27.886] (II) intel(0): Modeline "1024x768"x0.0   94.50 
        1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)<br>
        [    27.886] (II) intel(0): Modeline "1280x1024"x0.0  108.00 
        1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0
        kHz)<br>
        [    27.886] (II) intel(0): Modeline "800x600"x0.0   40.00  800
        840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)<br>
        [    27.886] (II) intel(0): Modeline "800x600"x0.0   36.00  800
        824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)<br>
        [    27.887] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)<br>
        [    27.887] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)<br>
        [    27.887] (II) intel(0): Modeline "640x480"x0.0   30.24  640
        704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)<br>
        [    27.887] (II) intel(0): Modeline "640x480"x0.0   25.18  640
        656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)<br>
        [    27.887] (II) intel(0): Modeline "720x400"x0.0   35.50  720
        738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)<br>
        [    27.887] (II) intel(0): Modeline "720x400"x0.0   28.32  720
        738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)<br>
        [    27.887] (II) intel(0): Modeline "1024x768"x0.0   78.75 
        1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)<br>
        [    27.887] (II) intel(0): Modeline "1024x768"x0.0   75.00 
        1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)<br>
        [    27.887] (II) intel(0): Modeline "1024x768"x0.0   65.00 
        1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)<br>
        [    27.887] (II) intel(0): Modeline "1024x768i"x0.0   44.90 
        1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync
        (35.5 kHz)<br>
        [    27.887] (II) intel(0): Modeline "832x624"x0.0   57.28  832
        864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)<br>
        [    27.887] (II) intel(0): Modeline "800x600"x0.0   49.50  800
        816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)<br>
        [    27.887] (II) intel(0): Modeline "800x600"x0.0   50.00  800
        856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)<br>
        [    27.887] (II) intel(0): Modeline "1152x864"x0.0  108.00 
        1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)<br>
        [    27.887] (II) intel(0): Modeline "640x480"x0.0   36.00  640
        696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)<br>
        [    27.887] (II) intel(0): Modeline "800x600"x0.0   56.25  800
        832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)<br>
        [    27.933] (II) intel(0): EDID vendor "GSM", prod id 17225<br>
        [    27.933] (II) intel(0): Using hsync ranges from config file<br>
        [    27.934] (II) intel(0): Using vrefresh ranges from config
        file<br>
        [    27.934] (II) intel(0): Printing DDC gathered Modelines:<br>
        [    27.934] (II) intel(0): Modeline "1024x768"x0.0   94.50 
        1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)<br>
        [    27.934] (II) intel(0): Modeline "1280x1024"x0.0  108.00 
        1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0
        kHz)<br>
        [    27.934] (II) intel(0): Modeline "800x600"x0.0   40.00  800
        840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)<br>
        [    27.934] (II) intel(0): Modeline "800x600"x0.0   36.00  800
        824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)<br>
        [    27.934] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)<br>
        [    27.934] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)<br>
        [    27.934] (II) intel(0): Modeline "640x480"x0.0   30.24  640
        704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)<br>
        [    27.934] (II) intel(0): Modeline "640x480"x0.0   25.18  640
        656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)<br>
        [    27.934] (II) intel(0): Modeline "720x400"x0.0   35.50  720
        738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)<br>
        [    27.934] (II) intel(0): Modeline "720x400"x0.0   28.32  720
        738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)<br>
        [    27.934] (II) intel(0): Modeline "1024x768"x0.0   78.75 
        1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)<br>
        [    27.934] (II) intel(0): Modeline "1024x768"x0.0   75.00 
        1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)<br>
        [    27.934] (II) intel(0): Modeline "1024x768"x0.0   65.00 
        1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)<br>
        [    27.934] (II) intel(0): Modeline "1024x768i"x0.0   44.90 
        1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync
        (35.5 kHz)<br>
        [    27.934] (II) intel(0): Modeline "832x624"x0.0   57.28  832
        864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)<br>
        [    27.935] (II) intel(0): Modeline "800x600"x0.0   49.50  800
        816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)<br>
        [    27.935] (II) intel(0): Modeline "800x600"x0.0   50.00  800
        856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)<br>
        [    27.935] (II) intel(0): Modeline "1152x864"x0.0  108.00 
        1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)<br>
        [    27.935] (II) intel(0): Modeline "640x480"x0.0   36.00  640
        696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)<br>
        [    27.935] (II) intel(0): Modeline "800x600"x0.0   56.25  800
        832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)<br>
        [  2271.032] (II) intel(0): EDID vendor "GSM", prod id 17225<br>
        [  2271.032] (II) intel(0): Using hsync ranges from config file<br>
        [  2271.032] (II) intel(0): Using vrefresh ranges from config
        file<br>
        [  2271.032] (II) intel(0): Printing DDC gathered Modelines:<br>
        [  2271.032] (II) intel(0): Modeline "1024x768"x0.0   94.50 
        1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)<br>
        [  2271.032] (II) intel(0): Modeline "1280x1024"x0.0  108.00 
        1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0
        kHz)<br>
        [  2271.032] (II) intel(0): Modeline "800x600"x0.0   40.00  800
        840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)<br>
        [  2271.032] (II) intel(0): Modeline "800x600"x0.0   36.00  800
        824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)<br>
        [  2271.032] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)<br>
        [  2271.032] (II) intel(0): Modeline "640x480"x0.0   31.50  640
        664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)<br>
        [  2271.032] (II) intel(0): Modeline "640x480"x0.0   30.24  640
        704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)<br>
        [  2271.032] (II) intel(0): Modeline "640x480"x0.0   25.18  640
        656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)<br>
        [  2271.032] (II) intel(0): Modeline "720x400"x0.0   35.50  720
        738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "720x400"x0.0   28.32  720
        738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "1024x768"x0.0   78.75 
        1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "1024x768"x0.0   75.00 
        1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "1024x768"x0.0   65.00 
        1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "1024x768i"x0.0   44.90 
        1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync
        (35.5 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "832x624"x0.0   57.28  832
        864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "800x600"x0.0   49.50  800
        816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "800x600"x0.0   50.00  800
        856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "1152x864"x0.0  108.00 
        1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "640x480"x0.0   36.00  640
        696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)<br>
        [  2271.033] (II) intel(0): Modeline "800x600"x0.0   56.25  800
        832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)<br>
        <br>
      </font></small><br>
    Thanks a lot for reading so far.<br>
    Best regards,<br>
    Daniele<br>
    Prato, Italy<br>
    <br>
  </body>
</html>