issue in setting video Xorg configuration

Dandan dangelodaniele at gmail.com
Sun Jul 15 05:59:55 PDT 2012


Hi
I'm writing for reporting a problem which occurs in xubuntu on my pc.
What you can find in this email:

  * the error message I get
  * the attempts for fixing I have tried (all failed)
  * the info about pc, screen, xrandr

Could you please help me fixing the issue?




ERROR MESSAGE

The issue is that after Grub I get a message on the screen telling 
(language is Italian):

     FUORI FREQUENZA
     FO: 75.0kHz
     FV: 60.0Hz
     FREQUENZA OPER
     FO: 30-70kHz
     FV: 50-160Hz

translation into English:

     OUT OF FREQUENCY
     Horizontal F: 75.0kHz
     Vertical F: 60.0Hz
     OPERATING RANGE
     Horizontal F: 30-70kHz
     Vertical F: 50-160Hz



ATTEMPTS

I have tried the following for fixing the issue but I got no result.


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.

*/Attemp 1)/*
Trying to create a xorg.conf file in which to set the configuration 
parameters.
Steps:
Run the command
*Xorg -configure
*which gives the reponse:
*error 2
number of created screens does not match number of detect driver* *
*
Even if I get this error, one file is created *xorg.conf.new *which 
contains the following:
Section "ServerLayout"
     Identifier     "X.org Configured"
     Screen      0  "Screen0" 0 0
     Screen      1  "Screen1" RightOf "Screen0"
     Screen      2  "Screen2" RightOf "Screen1"
     InputDevice    "Mouse0" "CorePointer"
     InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
     ModulePath   "/usr/lib/xorg/modules"
     FontPath     "/usr/share/fonts/X11/misc"
     FontPath     "/usr/share/fonts/X11/cyrillic"
     FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
     FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
     FontPath     "/usr/share/fonts/X11/Type1"
     FontPath     "/usr/share/fonts/X11/100dpi"
     FontPath     "/usr/share/fonts/X11/75dpi"
     FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
     FontPath     "built-ins"
EndSection

Section "Module"
     Load  "dri"
     Load  "dri2"
     Load  "dbe"
     Load  "record"
     Load  "glx"
     Load  "extmod"
EndSection

Section "InputDevice"
     Identifier  "Keyboard0"
     Driver      "kbd"
EndSection

Section "InputDevice"
     Identifier  "Mouse0"
     Driver      "mouse"
     Option        "Protocol" "auto"
     Option        "Device" "/dev/input/mice"
     Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
     Identifier   "Monitor0"
     VendorName   "Monitor Vendor"
     ModelName    "Monitor Model"
EndSection

Section "Monitor"
     Identifier   "Monitor1"
     VendorName   "Monitor Vendor"
     ModelName    "Monitor Model"
EndSection

Section "Monitor"
     Identifier   "Monitor2"
     VendorName   "Monitor Vendor"
     ModelName    "Monitor Model"
EndSection

Section "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
         ### <percent>: "<f>%"
         ### [arg]: arg optional
         #Option     "DRI"                    # [<bool>]
         #Option     "ColorKey"               # <i>
         #Option     "VideoKey"               # <i>
         #Option     "FallbackDebug"          # [<bool>]
         #Option     "Tiling"                 # [<bool>]
         #Option     "LinearFramebuffer"      # [<bool>]
         #Option     "Shadow"                 # [<bool>]
         #Option     "SwapbuffersWait"        # [<bool>]
         #Option     "TripleBuffer"           # [<bool>]
         #Option     "XvMC"                   # [<bool>]
         #Option     "XvPreferOverlay"        # [<bool>]
         #Option     "DebugFlushBatches"      # [<bool>]
         #Option     "DebugFlushCaches"       # [<bool>]
         #Option     "DebugWait"              # [<bool>]
         #Option     "HotPlug"                # [<bool>]
         #Option     "RelaxedFencing"         # [<bool>]
     Identifier  "Card0"
     Driver      "intel"
     BusID       "PCI:0:2:0"
EndSection

Section "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
         ### <percent>: "<f>%"
         ### [arg]: arg optional
         #Option     "ShadowFB"               # [<bool>]
         #Option     "Rotate"                 # <str>
         #Option     "fbdev"                  # <str>
         #Option     "debug"                  # [<bool>]
     Identifier  "Card1"
     Driver      "fbdev"
     BusID       "PCI:0:2:0"
EndSection

Section "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
         ### <percent>: "<f>%"
         ### [arg]: arg optional
         #Option     "ShadowFB"               # [<bool>]
         #Option     "DefaultRefresh"         # [<bool>]
         #Option     "ModeSetClearScreen"     # [<bool>]
     Identifier  "Card2"
     Driver      "vesa"
     BusID       "PCI:0:2:0"
EndSection

Section "Screen"
     Identifier "Screen0"
     Device     "Card0"
     Monitor    "Monitor0"
     SubSection "Display"
         Viewport   0 0
         Depth     1
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     4
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     8
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     15
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     16
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     24
     EndSubSection
EndSection

Section "Screen"
     Identifier "Screen1"
     Device     "Card1"
     Monitor    "Monitor1"
     SubSection "Display"
         Viewport   0 0
         Depth     1
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     4
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     8
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     15
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     16
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     24
     EndSubSection
EndSection

Section "Screen"
     Identifier "Screen2"
     Device     "Card2"
     Monitor    "Monitor2"
     SubSection "Display"
         Viewport   0 0
         Depth     1
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     4
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     8
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     15
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     16
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     24
     EndSubSection
EndSection

*/Attempt 2)/*
Creating the xorg.conf manually.
I have saved the file in /etc/X11/ with parameters matching my pc and 
screen configuration.
Restarted. Got no error message about xorg.conf content.
But looks like it is not applied by Xorg, and I get the same screen 
message about frequencies.

*/Attempt 3)/*
Creating the 10-monitor.conf.
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.
Same  as attempt 2 (Restarted. Screen message about frequencies)





INFO: HARDWARE

Characteristics of pc:
Intel® Desktop Board D525MW
Mini-ITX Board

Video card:
Integrated Graphics Subsystem
*The integrated Intel GMA 3150* graphics controller features the following:
. 400 MHz core frequency
. High quality texture engine
? DX9.0c* and OpenGL* 1.4 compliant
? Hardware Pixel Shader 2.0
? Vertex Shader Model 2.0
. 3D Graphics Rendering enhancements
? 1.6 dual texture GigaPixel/s max fill rate
? 16-bit and 32-bit color
? Vertex cache
. Video
? Software DVD at 30 fps full screen
? DVMT support up to 256 MB
. Supports analog displays up to 2048 x 1536 at 75 Hz refresh (QXGA)

*Monitor LG F700B*

Specifications
*Preset Modes (Resolution)*
Display Modes (Resolution) Horizontal Freq. (kHz) Vertical Freq. (Hz)
1                    640 x 480                  37.50           75
2                    800 x 600                  46.88         75
3                    800 x 600                  53.68          85
4                    1024 x 768                68.677         85

*Picture Tube*
17 inches (16.0 inches viewable)
90 degree deflection
0.24mm slot pitch
W-ARAS( Wide Anti-Reflective Anti-Static) coating

*Sync Input*
Horizontal Freq. 30 - 70kHz (Automatic)
Vertical Freq. 50 - 160Hz (Automatic)
Input Form Separate TTL, Positive/Negative
Signal Input 15 pin D-Sub Connector

*Video Input*
Input Form Separate, RGB Analog, 0.7Vp-p/75 ohm, Positive

*Plug&Play *
DDC 2B

*Regulation*
TCO99




INFO: Xorg

I have typed the command Xrandr which results into the presence of LVDS1 
which is actually absent:
I have a desktop, not a laptop.
Here is the output of command Xrandr:
*xrandr*
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
LVDS1 connected (normal left inverted right x axis y axis)
    1280x800       58.1 +
    1024x768       60.0
    800x600        60.3     56.2
    640x480        59.9
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 
315mm x 230mm
    1280x1024      60.0
    1152x864       75.0
    1024x768       85.0*    75.1     75.0     70.1     60.0 43.5
    832x624        74.6
    800x600        85.1     72.2     75.0     60.3     56.2
    640x480        85.0     72.8     75.0     66.7     60.0
    720x400        87.8     70.1


And here is the content of log file *Xorg.0.log:
*[    24.360]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[    24.360] X Protocol Version 11, Revision 0
[    24.360] Build Operating System: Linux 2.6.42-26-generic x86_64 Ubuntu
[    24.360] Current Operating System: Linux dandan-desktop 3.4.4 #1 SMP 
Fri Jul 6 09:25:28 CEST 2012 x86_64
[    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
[    24.360] Build Date: 09 July 2012  11:30:07PM
[    24.360] xorg-server 2:1.11.4-0ubuntu10.5 (For technical support 
please see http://www.ubuntu.com/support)
[    24.360] Current version of pixman: 0.24.4
[    24.360]     Before reporting problems, check http://wiki.x.org
     to make sure that you have the latest version.
[    24.360] Markers: (--) probed, (**) from config file, (==) default 
setting,
     (++) from command line, (!!) notice, (II) informational,
     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.361] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 15 
13:31:42 2012
[    24.480] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.481] (==) No Layout section.  Using the first Screen section.
[    24.481] (==) No screen section available. Using defaults.
[    24.481] (**) |-->Screen "Default Screen Section" (0)
[    24.481] (**) |   |-->Monitor "<default monitor>"
[    24.482] (==) No monitor specified for screen "Default Screen Section".
     Using a default monitor configuration.
[    24.482] (==) Automatically adding devices
[    24.482] (==) Automatically enabling devices
[    24.482] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
[    24.482]     Entry deleted from font path.
[    24.482] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not 
exist.
[    24.483]     Entry deleted from font path.
[    24.483] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not 
exist.
[    24.483]     Entry deleted from font path.
[    24.483] (WW) The directory "/usr/share/fonts/X11/100dpi" does not 
exist.
[    24.483]     Entry deleted from font path.
[    24.483] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    24.483]     Entry deleted from font path.
[    24.483] (WW) The directory 
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    24.483]     Entry deleted from font path.
[    24.483] (==) FontPath set to:
     /usr/share/fonts/X11/misc,
     /usr/share/fonts/X11/Type1,
     built-ins
[    24.483] (==) ModulePath set to 
"/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    24.483] (II) The server relies on udev to provide the list of input 
devices.
     If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[    24.483] (II) Loader magic: 0x7f173cc3cb00
[    24.483] (II) Module ABI versions:
[    24.483]     X.Org ANSI C Emulation: 0.4
[    24.483]     X.Org Video Driver: 11.0
[    24.483]     X.Org XInput driver : 16.0
[    24.483]     X.Org Server Extension : 6.0
[    24.485] (--) PCI:*(0:0:2:0) 8086:a001:8086:574d rev 2, Mem @ 
0xe0200000/524288, 0xd0000000/268435456, 0xe0100000/1048576, I/O @ 
0x000020c0/8
[    24.485] (II) Open ACPI successful (/var/run/acpid.socket)
[    24.485] (II) LoadModule: "extmod"
[    24.615] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    24.616] (II) Module extmod: vendor="X.Org Foundation"
[    24.616]     compiled for 1.11.3, module version = 1.0.0
[    24.616]     Module class: X.Org Server Extension
[    24.616]     ABI class: X.Org Server Extension, version 6.0
[    24.616] (II) Loading extension MIT-SCREEN-SAVER
[    24.616] (II) Loading extension XFree86-VidModeExtension
[    24.616] (II) Loading extension XFree86-DGA
[    24.616] (II) Loading extension DPMS
[    24.616] (II) Loading extension XVideo
[    24.616] (II) Loading extension XVideo-MotionCompensation
[    24.616] (II) Loading extension X-Resource
[    24.616] (II) LoadModule: "dbe"
[    24.616] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    24.617] (II) Module dbe: vendor="X.Org Foundation"
[    24.617]     compiled for 1.11.3, module version = 1.0.0
[    24.617]     Module class: X.Org Server Extension
[    24.617]     ABI class: X.Org Server Extension, version 6.0
[    24.617] (II) Loading extension DOUBLE-BUFFER
[    24.617] (II) LoadModule: "glx"
[    24.617] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    24.618] (II) Module glx: vendor="X.Org Foundation"
[    24.618]     compiled for 1.11.3, module version = 1.0.0
[    24.618]     ABI class: X.Org Server Extension, version 6.0
[    24.618] (==) AIGLX enabled
[    24.618] (II) Loading extension GLX
[    24.618] (II) LoadModule: "record"
[    24.618] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    24.618] (II) Module record: vendor="X.Org Foundation"
[    24.618]     compiled for 1.11.3, module version = 1.13.0
[    24.618]     Module class: X.Org Server Extension
[    24.618]     ABI class: X.Org Server Extension, version 6.0
[    24.619] (II) Loading extension RECORD
[    24.619] (II) LoadModule: "dri"
[    24.619] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    24.619] (II) Module dri: vendor="X.Org Foundation"
[    24.619]     compiled for 1.11.3, module version = 1.0.0
[    24.619]     ABI class: X.Org Server Extension, version 6.0
[    24.619] (II) Loading extension XFree86-DRI
[    24.620] (II) LoadModule: "dri2"
[    24.620] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    24.621] (II) Module dri2: vendor="X.Org Foundation"
[    24.621]     compiled for 1.11.3, module version = 1.2.0
[    24.621]     ABI class: X.Org Server Extension, version 6.0
[    24.621] (II) Loading extension DRI2
[    24.621] (==) Matched intel as autoconfigured driver 0
[    24.621] (==) Matched vesa as autoconfigured driver 1
[    24.621] (==) Matched fbdev as autoconfigured driver 2
[    24.621] (==) Assigned the driver to the xf86ConfigLayout
[    24.621] (II) LoadModule: "intel"
[    24.637] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    24.638] (II) Module intel: vendor="X.Org Foundation"
[    24.639]     compiled for 1.11.3, module version = 2.17.0
[    24.639]     Module class: X.Org Video Driver
[    24.639]     ABI class: X.Org Video Driver, version 11.0
[    24.639] (II) LoadModule: "vesa"
[    24.640] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    24.640] (II) Module vesa: vendor="X.Org Foundation"
[    24.640]     compiled for 1.11.3, module version = 2.3.0
[    24.641]     Module class: X.Org Video Driver
[    24.641]     ABI class: X.Org Video Driver, version 11.0
[    24.641] (II) LoadModule: "fbdev"
[    24.641] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    24.642] (II) Module fbdev: vendor="X.Org Foundation"
[    24.642]     compiled for 1.11.3, module version = 0.4.2
[    24.642]     ABI class: X.Org Video Driver, version 11.0
[    24.642] (II) intel: Driver for Intel Integrated Graphics Chipsets: 
i810,
     i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
     E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
     965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
     4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
     Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
     Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
     Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
     Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
     Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[    24.644] (II) VESA: driver for VESA chipsets: vesa
[    24.644] (II) FBDEV: driver for framebuffer: fbdev
[    24.644] (++) using VT number 7

[    24.649] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    24.649] (WW) Falling back to old probe method for vesa
[    24.649] (WW) Falling back to old probe method for fbdev
[    24.649] (II) Loading sub module "fbdevhw"
[    24.649] (II) LoadModule: "fbdevhw"
[    24.650] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    24.650] (II) Module fbdevhw: vendor="X.Org Foundation"
[    24.650]     compiled for 1.11.3, module version = 0.0.2
[    24.650]     ABI class: X.Org Video Driver, version 11.0
[    24.650] drmOpenDevice: node name is /dev/dri/card0
[    24.650] drmOpenDevice: open result is 9, (OK)
[    24.651] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    24.651] drmOpenDevice: node name is /dev/dri/card0
[    24.651] drmOpenDevice: open result is 9, (OK)
[    24.651] drmOpenByBusid: drmOpenMinor returns 9
[    24.651] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    24.651] (II) intel(0): Creating default Display subsection in 
Screen section
     "Default Screen Section" for depth/fbbpp 24/32
[    24.651] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    24.651] (==) intel(0): RGB weight 888
[    24.651] (==) intel(0): Default visual is TrueColor
[    24.651] (II) intel(0): Integrated Graphics Chipset: Intel(R) Pineview G
[    24.651] (--) intel(0): Chipset: "Pineview G"
[    24.651] (**) intel(0): Relaxed fencing enabled
[    24.651] (**) intel(0): Wait on SwapBuffers? enabled
[    24.651] (**) intel(0): Triple buffering? enabled
[    24.652] (**) intel(0): Framebuffer tiled
[    24.652] (**) intel(0): Pixmaps tiled
[    24.652] (**) intel(0): 3D buffers tiled
[    24.652] (**) intel(0): SwapBuffers wait enabled
[    24.652] (==) intel(0): video overlay key set to 0x101fe
[    24.652] (II) intel(0): Output LVDS1 has no monitor section
[    24.653] (II) intel(0): found backlight control interface 
/sys/class/backlight/intel_backlight
[    24.696] (II) intel(0): Output VGA1 has no monitor section
[    24.696] (II) intel(0): EDID for output LVDS1
[    24.697] (II) intel(0): Not using default mode "320x240" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "400x300" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "400x300" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "512x384" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "640x480" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "640x512" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "800x600" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "896x672" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "928x696" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "960x720" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "576x432" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "680x384" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "680x384" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "700x525" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "720x450" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "800x512" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "840x525" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "840x525" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "960x540" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "960x600" (doublescan 
mode not supported)
[    24.697] (II) intel(0): Not using default mode "1024x768" 
(doublescan mode not supported)
[    24.697] (II) intel(0): Printing probed modes for output LVDS1
[    24.698] (II) intel(0): Modeline "1280x800"x58.1   68.90 1280 1292 
1340 1440  800 804 807 823 -hsync -vsync (47.8 kHz)
[    24.698] (II) intel(0): Modeline "1024x768"x60.0   65.00 1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    24.698] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    24.698] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    24.698] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    24.748] (II) intel(0): EDID for output VGA1
[    24.748] (II) intel(0): Manufacturer: GSM  Model: 4349 Serial#: 36489
[    24.748] (II) intel(0): Year: 2002  Week: 35
[    24.748] (II) intel(0): EDID Version: 1.3
[    24.748] (II) intel(0): Analog Display Input,  Input Voltage Level: 
0.700/0.300 V
[    24.748] (II) intel(0): Sync:  Separate
[    24.748] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[    24.749] (II) intel(0): Gamma: 2.85
[    24.749] (II) intel(0): DPMS capabilities: StandBy Suspend Off; 
RGB/Color Display
[    24.749] (II) intel(0): First detailed timing not preferred mode in 
violation of standard!
[    24.749] (II) intel(0): redX: 0.631 redY: 0.328   greenX: 0.295 
greenY: 0.600
[    24.749] (II) intel(0): blueX: 0.144 blueY: 0.070   whiteX: 0.283 
whiteY: 0.298
[    24.749] (II) intel(0): Supported established timings:
[    24.749] (II) intel(0): 720x400 at 70Hz
[    24.749] (II) intel(0): 720x400 at 88Hz
[    24.749] (II) intel(0): 640x480 at 60Hz
[    24.749] (II) intel(0): 640x480 at 67Hz
[    24.749] (II) intel(0): 640x480 at 72Hz
[    24.749] (II) intel(0): 640x480 at 75Hz
[    24.749] (II) intel(0): 800x600 at 56Hz
[    24.749] (II) intel(0): 800x600 at 60Hz
[    24.749] (II) intel(0): 800x600 at 72Hz
[    24.749] (II) intel(0): 800x600 at 75Hz
[    24.749] (II) intel(0): 832x624 at 75Hz
[    24.749] (II) intel(0): 1024x768 at 87Hz (interlaced)
[    24.749] (II) intel(0): 1024x768 at 60Hz
[    24.749] (II) intel(0): 1024x768 at 70Hz
[    24.749] (II) intel(0): 1024x768 at 75Hz
[    24.749] (II) intel(0): 1152x864 at 75Hz
[    24.749] (II) intel(0): Manufacturer's mask: 0
[    24.749] (II) intel(0): Supported standard timings:
[    24.749] (II) intel(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 
20273
[    24.749] (II) intel(0): #1: hsize: 640  vsize 480  refresh: 85  vid: 
22833
[    24.749] (II) intel(0): #2: hsize: 800  vsize 600  refresh: 75  vid: 
20293
[    24.749] (II) intel(0): #3: hsize: 800  vsize 600  refresh: 85  vid: 
22853
[    24.749] (II) intel(0): #4: hsize: 1024  vsize 768  refresh: 70  
vid: 19041
[    24.749] (II) intel(0): #5: hsize: 1024  vsize 768  refresh: 75  
vid: 20321
[    24.749] (II) intel(0): #6: hsize: 1024  vsize 768  refresh: 85  
vid: 22881
[    24.749] (II) intel(0): #7: hsize: 1280  vsize 1024 refresh: 60  
vid: 32897
[    24.750] (II) intel(0): Supported detailed timing:
[    24.750] (II) intel(0): clock: 94.5 MHz   Image Size:  315 x 230 mm
[    24.750] (II) intel(0): h_active: 1024  h_sync: 1072 h_sync_end 1168 
h_blank_end 1376 h_border: 0
[    24.750] (II) intel(0): v_active: 768  v_sync: 769 v_sync_end 772 
v_blanking: 808 v_border: 0
[    24.750] (II) intel(0): Supported detailed timing:
[    24.750] (II) intel(0): clock: 108.0 MHz   Image Size:  315 x 230 mm
[    24.750] (II) intel(0): h_active: 1280  h_sync: 1328 h_sync_end 1440 
h_blank_end 1688 h_border: 0
[    24.750] (II) intel(0): v_active: 1024  v_sync: 1025 v_sync_end 1028 
v_blanking: 1066 v_border: 0
[    24.750] (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H 
max: 70 kHz, PixClock max 115 MHz
[    24.750] (II) intel(0): Monitor name: 775FT Plus
[    24.750] (II) intel(0): EDID (in hex):
[    24.750] (II) intel(0):     00ffffffffffff001e6d4943898e0000
[    24.750] (II) intel(0):     230c0103082119b9e88ac9a1544b9924
[    24.750] (II) intel(0):     12484cfffe80314f3159454f4559614a
[    24.750] (II) intel(0):     614f61598180ea240060410028303060
[    24.750] (II) intel(0):     13003be61000001e302a009851002a40
[    24.750] (II) intel(0):     307013003be61000001e000000fd0032
[    24.750] (II) intel(0):     a01e460b000a202020202020000000fc
[    24.750] (II) intel(0):     00373735465420506c75730a20200006
[    24.750] (II) intel(0): Printing probed modes for output VGA1
[    24.750] (II) intel(0): Modeline "1280x1024"x60.0  108.00 1280 1328 
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    24.750] (II) intel(0): Modeline "1152x864"x75.0  108.00 1152 1216 
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    24.750] (II) intel(0): Modeline "1024x768"x85.0   94.50 1024 1072 
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    24.750] (II) intel(0): Modeline "1024x768"x75.1   78.80 1024 1040 
1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[    24.750] (II) intel(0): Modeline "1024x768"x75.0   78.75 1024 1040 
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    24.751] (II) intel(0): Modeline "1024x768"x70.1   75.00 1024 1048 
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    24.751] (II) intel(0): Modeline "1024x768"x60.0   65.00 1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    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)
[    24.751] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 
1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    24.751] (II) intel(0): Modeline "800x600"x85.1   56.25  800 832 896 
1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    24.751] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 
1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    24.751] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 
1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    24.751] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    24.751] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    24.751] (II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 
832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    24.751] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 
832  480 489 491 520 -hsync -vsync (37.9 kHz)
[    24.751] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 
840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    24.751] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 
864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    24.751] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    24.751] (II) intel(0): Modeline "720x400"x87.8   35.50  720 738 846 
900  400 421 423 449 -hsync -vsync (39.4 kHz)
[    24.751] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 
900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    24.751] (II) intel(0): Output LVDS1 connected
[    24.751] (II) intel(0): Output VGA1 connected
[    24.751] (II) intel(0): Using fuzzy aspect match for initial modes
[    24.751] (II) intel(0): Output LVDS1 using initial mode 1024x768
[    24.751] (II) intel(0): Output VGA1 using initial mode 1024x768
[    24.751] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) 
unless otherwise stated.
[    24.751] (II) intel(0): Kernel page flipping support detected, enabling
[    24.751] (==) intel(0): DPI set to (96, 96)
[    24.751] (II) Loading sub module "fb"
[    24.751] (II) LoadModule: "fb"
[    24.752] (II) Loading /usr/lib/xorg/modules/libfb.so
[    24.753] (II) Module fb: vendor="X.Org Foundation"
[    24.753]     compiled for 1.11.3, module version = 1.0.0
[    24.753]     ABI class: X.Org ANSI C Emulation, version 0.4
[    24.753] (II) Loading sub module "dri2"
[    24.753] (II) LoadModule: "dri2"
[    24.753] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    24.753] (II) Module dri2: vendor="X.Org Foundation"
[    24.753]     compiled for 1.11.3, module version = 1.2.0
[    24.753]     ABI class: X.Org Server Extension, version 6.0
[    24.753] (II) UnloadModule: "vesa"
[    24.754] (II) Unloading vesa
[    24.754] (II) UnloadModule: "fbdev"
[    24.754] (II) Unloading fbdev
[    24.754] (II) UnloadModule: "fbdevhw"
[    24.754] (II) Unloading fbdevhw
[    24.754] (==) Depth 24 pixmap format is 32 bpp
[    24.754] (II) intel(0): [DRI2] Setup complete
[    24.754] (II) intel(0): [DRI2]   DRI driver: i915
[    24.754] (II) intel(0): Allocated new frame buffer 1024x768 stride 
4096, tiled
[    24.754] (II) UXA(0): Driver registered support for the following 
operations:
[    24.754] (II)         solid
[    24.754] (II)         copy
[    24.754] (II)         composite (RENDER acceleration)
[    24.754] (II)         put_image
[    24.754] (II)         get_image
[    24.754] (==) intel(0): Backing store disabled
[    24.754] (==) intel(0): Silken mouse enabled
[    24.754] (II) intel(0): Initializing HW Cursor
[    25.200] (II) intel(0): RandR 1.2 enabled, ignore the following 
RandR disabled message.
[    25.200] (==) intel(0): DPMS enabled
[    25.200] (==) intel(0): Intel XvMC decoder disabled
[    25.201] (II) intel(0): Set up textured video
[    25.201] (II) intel(0): Set up overlay video
[    25.201] (II) intel(0): direct rendering: DRI2 Enabled
[    25.201] (==) intel(0): hotplug detection: "enabled"
[    25.201] (--) RandR disabled
[    25.201] (II) Initializing built-in extension Generic Event Extension
[    25.201] (II) Initializing built-in extension SHAPE
[    25.201] (II) Initializing built-in extension MIT-SHM
[    25.201] (II) Initializing built-in extension XInputExtension
[    25.201] (II) Initializing built-in extension XTEST
[    25.201] (II) Initializing built-in extension BIG-REQUESTS
[    25.201] (II) Initializing built-in extension SYNC
[    25.201] (II) Initializing built-in extension XKEYBOARD
[    25.201] (II) Initializing built-in extension XC-MISC
[    25.201] (II) Initializing built-in extension SECURITY
[    25.201] (II) Initializing built-in extension XINERAMA
[    25.201] (II) Initializing built-in extension XFIXES
[    25.201] (II) Initializing built-in extension RENDER
[    25.201] (II) Initializing built-in extension RANDR
[    25.201] (II) Initializing built-in extension COMPOSITE
[    25.201] (II) Initializing built-in extension DAMAGE
[    25.230] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    25.230] (II) AIGLX: enabled GLX_INTEL_swap_event
[    25.230] (II) AIGLX: enabled GLX_SGI_swap_control and 
GLX_MESA_swap_control
[    25.230] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer 
objects
[    25.231] (II) AIGLX: Loaded and initialized i915
[    25.231] (II) GLX: Initialized DRI2 GL provider for screen 0
[    25.232] (II) intel(0): Setting screen physical size to 270 x 203
[    25.255] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    25.262] (II) config/udev: Adding input device Power Button 
(/dev/input/event1)
[    25.262] (**) Power Button: Applying InputClass "evdev keyboard 
catchall"
[    25.262] (II) LoadModule: "evdev"
[    25.263] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    25.263] (II) Module evdev: vendor="X.Org Foundation"
[    25.263]     compiled for 1.11.3, module version = 2.7.0
[    25.263]     Module class: X.Org XInput Driver
[    25.263]     ABI class: X.Org XInput driver, version 16.0
[    25.263] (II) Using input driver 'evdev' for 'Power Button'
[    25.263] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    25.264] (**) Power Button: always reports core events
[    25.264] (**) evdev: Power Button: Device: "/dev/input/event1"
[    25.264] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.264] (--) evdev: Power Button: Found keys
[    25.264] (II) evdev: Power Button: Configuring as keyboard
[    25.264] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    25.264] (II) XINPUT: Adding extended input device "Power Button" 
(type: KEYBOARD, id 6)
[    25.264] (**) Option "xkb_rules" "evdev"
[    25.264] (**) Option "xkb_model" "pc105"
[    25.264] (**) Option "xkb_layout" "it"
[    25.269] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-3781FECB9CB8D26EE03343DB2C93394EA704B98F.xkm
[    25.271] (II) config/udev: Adding input device Sleep Button 
(/dev/input/event0)
[    25.271] (**) Sleep Button: Applying InputClass "evdev keyboard 
catchall"
[    25.271] (II) Using input driver 'evdev' for 'Sleep Button'
[    25.271] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    25.271] (**) Sleep Button: always reports core events
[    25.271] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    25.271] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    25.272] (--) evdev: Sleep Button: Found keys
[    25.272] (II) evdev: Sleep Button: Configuring as keyboard
[    25.272] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"
[    25.272] (II) XINPUT: Adding extended input device "Sleep Button" 
(type: KEYBOARD, id 7)
[    25.272] (**) Option "xkb_rules" "evdev"
[    25.272] (**) Option "xkb_model" "pc105"
[    25.272] (**) Option "xkb_layout" "it"
[    25.273] (II) config/udev: Adding input device HDA Intel Line 
(/dev/input/event4)
[    25.273] (II) No input driver specified, ignoring this device.
[    25.273] (II) This device may have been added with another device file.
[    25.274] (II) config/udev: Adding input device HDA Intel Rear Mic 
(/dev/input/event5)
[    25.274] (II) No input driver specified, ignoring this device.
[    25.274] (II) This device may have been added with another device file.
[    25.275] (II) config/udev: Adding input device HDA Intel Line Out 
(/dev/input/event6)
[    25.275] (II) No input driver specified, ignoring this device.
[    25.275] (II) This device may have been added with another device file.
[    25.276] (II) config/udev: Adding input device AT Translated Set 2 
keyboard (/dev/input/event2)
[    25.276] (**) AT Translated Set 2 keyboard: Applying InputClass 
"evdev keyboard catchall"
[    25.276] (II) Using input driver 'evdev' for 'AT Translated Set 2 
keyboard'
[    25.276] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    25.276] (**) AT Translated Set 2 keyboard: always reports core events
[    25.276] (**) evdev: AT Translated Set 2 keyboard: Device: 
"/dev/input/event2"
[    25.276] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 
Product 0x1
[    25.276] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    25.276] (II) evdev: AT Translated Set 2 keyboard: Configuring as 
keyboard
[    25.276] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    25.276] (II) XINPUT: Adding extended input device "AT Translated 
Set 2 keyboard" (type: KEYBOARD, id 8)
[    25.276] (**) Option "xkb_rules" "evdev"
[    25.276] (**) Option "xkb_model" "pc105"
[    25.276] (**) Option "xkb_layout" "it"
[    25.278] (II) config/udev: Adding input device PS/2 Logitech Mouse 
(/dev/input/event3)
[    25.278] (**) PS/2 Logitech Mouse: Applying InputClass "evdev 
pointer catchall"
[    25.278] (II) Using input driver 'evdev' for 'PS/2 Logitech Mouse'
[    25.278] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    25.278] (**) PS/2 Logitech Mouse: always reports core events
[    25.278] (**) evdev: PS/2 Logitech Mouse: Device: "/dev/input/event3"
[    25.278] (--) evdev: PS/2 Logitech Mouse: Vendor 0x2 Product 0x1
[    25.278] (--) evdev: PS/2 Logitech Mouse: Found 3 mouse buttons
[    25.278] (--) evdev: PS/2 Logitech Mouse: Found relative axes
[    25.278] (--) evdev: PS/2 Logitech Mouse: Found x and y relative axes
[    25.278] (II) evdev: PS/2 Logitech Mouse: Configuring as mouse
[    25.279] (**) evdev: PS/2 Logitech Mouse: YAxisMapping: buttons 4 and 5
[    25.279] (**) evdev: PS/2 Logitech Mouse: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    25.279] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
[    25.279] (II) XINPUT: Adding extended input device "PS/2 Logitech 
Mouse" (type: MOUSE, id 9)
[    25.279] (II) evdev: PS/2 Logitech Mouse: initialized for relative axes.
[    25.279] (**) PS/2 Logitech Mouse: (accel) keeping acceleration scheme 1
[    25.279] (**) PS/2 Logitech Mouse: (accel) acceleration profile 0
[    25.279] (**) PS/2 Logitech Mouse: (accel) acceleration factor: 2.000
[    25.280] (**) PS/2 Logitech Mouse: (accel) acceleration threshold: 4
[    25.280] (II) config/udev: Adding input device PS/2 Logitech Mouse 
(/dev/input/mouse0)
[    25.280] (II) No input driver specified, ignoring this device.
[    25.280] (II) This device may have been added with another device file.
[    27.696] (II) intel(0): EDID vendor "GSM", prod id 17225
[    27.696] (II) intel(0): Using EDID range info for horizontal sync
[    27.696] (II) intel(0): Using EDID range info for vertical refresh
[    27.696] (II) intel(0): Printing DDC gathered Modelines:
[    27.696] (II) intel(0): Modeline "1024x768"x0.0   94.50 1024 1072 
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    27.696] (II) intel(0): Modeline "1280x1024"x0.0  108.00 1280 1328 
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    27.696] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    27.697] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    27.697] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 
840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    27.697] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 
832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    27.697] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 
864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    27.697] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    27.697] (II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 
900  400 421 423 449 -hsync -vsync (39.4 kHz)
[    27.697] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 
900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    27.697] (II) intel(0): Modeline "1024x768"x0.0   78.75 1024 1040 
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    27.697] (II) intel(0): Modeline "1024x768"x0.0   75.00 1024 1048 
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    27.697] (II) intel(0): Modeline "1024x768"x0.0   65.00 1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    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)
[    27.697] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 
1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    27.697] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 
1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    27.697] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 
1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    27.697] (II) intel(0): Modeline "1152x864"x0.0  108.00 1152 1216 
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    27.697] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 
832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    27.697] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 
1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    27.766] (II) intel(0): EDID vendor "GSM", prod id 17225
[    27.767] (II) intel(0): Using hsync ranges from config file
[    27.767] (II) intel(0): Using vrefresh ranges from config file
[    27.767] (II) intel(0): Printing DDC gathered Modelines:
[    27.767] (II) intel(0): Modeline "1024x768"x0.0   94.50 1024 1072 
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    27.767] (II) intel(0): Modeline "1280x1024"x0.0  108.00 1280 1328 
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    27.767] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    27.767] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    27.767] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 
840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    27.767] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 
832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    27.767] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 
864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    27.767] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    27.767] (II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 
900  400 421 423 449 -hsync -vsync (39.4 kHz)
[    27.767] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 
900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    27.767] (II) intel(0): Modeline "1024x768"x0.0   78.75 1024 1040 
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    27.767] (II) intel(0): Modeline "1024x768"x0.0   75.00 1024 1048 
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    27.767] (II) intel(0): Modeline "1024x768"x0.0   65.00 1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    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)
[    27.768] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 
1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    27.768] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 
1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    27.768] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 
1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    27.768] (II) intel(0): Modeline "1152x864"x0.0  108.00 1152 1216 
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    27.768] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 
832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    27.768] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 
1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    27.829] (II) intel(0): EDID vendor "GSM", prod id 17225
[    27.829] (II) intel(0): Using hsync ranges from config file
[    27.829] (II) intel(0): Using vrefresh ranges from config file
[    27.829] (II) intel(0): Printing DDC gathered Modelines:
[    27.829] (II) intel(0): Modeline "1024x768"x0.0   94.50 1024 1072 
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    27.829] (II) intel(0): Modeline "1280x1024"x0.0  108.00 1280 1328 
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    27.829] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    27.830] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    27.830] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 
840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    27.830] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 
832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    27.830] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 
864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    27.830] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    27.830] (II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 
900  400 421 423 449 -hsync -vsync (39.4 kHz)
[    27.830] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 
900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    27.830] (II) intel(0): Modeline "1024x768"x0.0   78.75 1024 1040 
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    27.830] (II) intel(0): Modeline "1024x768"x0.0   75.00 1024 1048 
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    27.830] (II) intel(0): Modeline "1024x768"x0.0   65.00 1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    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)
[    27.830] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 
1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    27.830] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 
1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    27.830] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 
1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    27.830] (II) intel(0): Modeline "1152x864"x0.0  108.00 1152 1216 
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    27.830] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 
832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    27.830] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 
1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    27.886] (II) intel(0): EDID vendor "GSM", prod id 17225
[    27.886] (II) intel(0): Using hsync ranges from config file
[    27.886] (II) intel(0): Using vrefresh ranges from config file
[    27.886] (II) intel(0): Printing DDC gathered Modelines:
[    27.886] (II) intel(0): Modeline "1024x768"x0.0   94.50 1024 1072 
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    27.886] (II) intel(0): Modeline "1280x1024"x0.0  108.00 1280 1328 
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    27.886] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    27.886] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    27.887] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 
840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    27.887] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 
832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    27.887] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 
864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    27.887] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    27.887] (II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 
900  400 421 423 449 -hsync -vsync (39.4 kHz)
[    27.887] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 
900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    27.887] (II) intel(0): Modeline "1024x768"x0.0   78.75 1024 1040 
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    27.887] (II) intel(0): Modeline "1024x768"x0.0   75.00 1024 1048 
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    27.887] (II) intel(0): Modeline "1024x768"x0.0   65.00 1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    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)
[    27.887] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 
1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    27.887] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 
1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    27.887] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 
1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    27.887] (II) intel(0): Modeline "1152x864"x0.0  108.00 1152 1216 
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    27.887] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 
832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    27.887] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 
1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    27.933] (II) intel(0): EDID vendor "GSM", prod id 17225
[    27.933] (II) intel(0): Using hsync ranges from config file
[    27.934] (II) intel(0): Using vrefresh ranges from config file
[    27.934] (II) intel(0): Printing DDC gathered Modelines:
[    27.934] (II) intel(0): Modeline "1024x768"x0.0   94.50 1024 1072 
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    27.934] (II) intel(0): Modeline "1280x1024"x0.0  108.00 1280 1328 
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    27.934] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    27.934] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    27.934] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 
840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    27.934] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 
832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    27.934] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 
864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    27.934] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    27.934] (II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 
900  400 421 423 449 -hsync -vsync (39.4 kHz)
[    27.934] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 
900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    27.934] (II) intel(0): Modeline "1024x768"x0.0   78.75 1024 1040 
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    27.934] (II) intel(0): Modeline "1024x768"x0.0   75.00 1024 1048 
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    27.934] (II) intel(0): Modeline "1024x768"x0.0   65.00 1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    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)
[    27.934] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 
1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    27.935] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 
1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    27.935] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 
1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    27.935] (II) intel(0): Modeline "1152x864"x0.0  108.00 1152 1216 
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    27.935] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 
832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    27.935] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 
1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[  2271.032] (II) intel(0): EDID vendor "GSM", prod id 17225
[  2271.032] (II) intel(0): Using hsync ranges from config file
[  2271.032] (II) intel(0): Using vrefresh ranges from config file
[  2271.032] (II) intel(0): Printing DDC gathered Modelines:
[  2271.032] (II) intel(0): Modeline "1024x768"x0.0   94.50 1024 1072 
1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[  2271.032] (II) intel(0): Modeline "1280x1024"x0.0  108.00 1280 1328 
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  2271.032] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  2271.032] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  2271.032] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 
840  480 481 484 500 -hsync -vsync (37.5 kHz)
[  2271.032] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 
832  480 489 492 520 -hsync -vsync (37.9 kHz)
[  2271.032] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 
864  480 483 486 525 -hsync -vsync (35.0 kHz)
[  2271.032] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  2271.032] (II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 
900  400 421 423 449 -hsync -vsync (39.4 kHz)
[  2271.033] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 
900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  2271.033] (II) intel(0): Modeline "1024x768"x0.0   78.75 1024 1040 
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[  2271.033] (II) intel(0): Modeline "1024x768"x0.0   75.00 1024 1048 
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[  2271.033] (II) intel(0): Modeline "1024x768"x0.0   65.00 1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  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)
[  2271.033] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 
1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[  2271.033] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 
1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[  2271.033] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 
1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[  2271.033] (II) intel(0): Modeline "1152x864"x0.0  108.00 1152 1216 
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[  2271.033] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 
832  480 481 484 509 -hsync -vsync (43.3 kHz)
[  2271.033] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 
1048  600 601 604 631 +hsync +vsync (53.7 kHz)


Thanks a lot for reading so far.
Best regards,
Daniele
Prato, Italy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20120715/d373d6f2/attachment.html>


More information about the xorg mailing list